@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:700|Source+Sans+Pro:400,700&display=swap&subset=cyrillic");
.btn,
.home__intro__left .h1 .shop-regions-button small,
.plugin input[type=submit],
.s-plugin-wrapper input[type=submit],
.SourceSans,
.wa-forgotpassword-form-wrapper input[type=submit],
.wa-login-form-actions .wa-buttons-wrapper input[type=submit],
.wa-signup-form-wrapper .wa-signup-form-actions .wa-buttons-wrapper input[type=submit] {
    font-family: 'Source Sans Pro', sans-serif
}

.category__list .col.mobile-block .toggle-filters a,
.globalfooter__logo span,
.globalheader__content .top-content .backcall a,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.home__intro__left .h1,
.PlayfairDisplay,
.product__search__header span,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 700
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

.hidden,
[hidden] {
    display: none
}

.h2 {  }

.flex,
.flex-align-bottom,
.flex-align-center,
.flex-align-top,
.globalheader__content .bottom-content,
.globalheader__content .bottom-content .buttons,
.globalheader__content .bottom-content .pages,
.globalheader__content .top-content,
.globalheader__wraper,
.home__intro,
.review__summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-align-center,
.globalheader__content .bottom-content,
.globalheader__content .bottom-content .pages,
.globalheader__content .top-content,
.globalheader__wraper,
.review__summary {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-align-top,
.home__intro {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.flex-align-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

a {
    color: #70A35B
}

a:hover {
    color: #EE7D56
}

.hidden,
[hidden] {
    display: none!important
}

.ruble {
    display: inline-block;
    vertical-align: middle;
    text-indent: -9999px;
    height: 1em;
    width: 1em;
    position: relative;
    text-align: left;
    overflow: hidden
}

.ruble:before {
    text-align: left;
    display: block;
    content: '₽';
    width: 1em;
    height: 1em;
    line-height: 1;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0
}

.schedule {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #A2A090;
    white-space: nowrap;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.schedule span:after {
    content: "";
    display: inline-block;
    height: 1px;
    width: 39px;
    background-color: #A2A090;
    margin: 0 10px;
    vertical-align: middle;
    line-height: 1
}

@-webkit-keyframes bounce {
    0%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }
}

@keyframes bounce {
    0%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }
}

.link-box {
    display: inline-block;
    cursor: pointer
}

.link-box__icon {
    display: inline-block;
    vertical-align: middle
}

.link-box__link {
    display: inline-block;
    vertical-align: middle
}

.hide-indicator .indicator {
    display: none
}

.shop-regions__button_hidden {
    opacity: 0
}

.shop-regions__ip-analyzer-variants_hidden {
    display: none
}

.selectric-wrapper {
    position: relative;
    cursor: pointer
}

.selectric-responsive {
    width: 100%
}

.selectric {
    border: 1px solid #DDD;
    border-radius: 0px;
    background: #F8F8F8;
    position: relative;
    overflow: hidden
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    line-height: 38px;
    color: #444;
    height: 38px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background-color: #F8f8f8;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial
}

.selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #BBB;
    border-bottom: none
}

.selectric-focus .selectric {
    border-color: #aaaaaa
}

.selectric-hover .selectric {
    border-color: #c4c4c4
}

.selectric-hover .selectric .button {
    color: #a2a2a2
}

.selectric-hover .selectric .button:after {
    border-top-color: #a2a2a2
}

.selectric-open {
    z-index: 9999
}

.selectric-open .selectric {
    border-color: #c4c4c4
}

.selectric-open .selectric-items {
    display: block
}

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0
}

.selectric-hide-select select {
    position: absolute;
    left: -100%
}

.selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10
}

.selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0
}

.selectric-input {
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    overflow: hidden!important;
    clip: rect(0, 0, 0, 0)!important;
    margin: 0!important;
    padding: 0!important;
    width: 1px!important;
    height: 1px!important;
    outline: none!important;
    border: none!important;
    *font: 0/0 a!important;
    background: none!important
}

.selectric-temp-show {
    position: absolute!important;
    visibility: hidden!important;
    display: block!important
}

.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #F8F8F8;
    border: 1px solid #c4c4c4;
    z-index: -1;
    -webkit-box-shadow: 0 0 10px -6px;
    box-shadow: 0 0 10px -6px
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%
}

.selectric-items li,
.selectric-items ul {
    list-style: none;
    padding: 0;
    margin: 0!important;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px
}

.selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer
}

.selectric-items li.selected {
    background: #E0E0E0;
    color: #444
}

.selectric-items li.highlighted {
    background: #D0D0D0;
    color: #444
}

.selectric-items li:hover {
    background: #D5D5D5;
    color: #444
}

.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default!important;
    background: none!important;
    color: #666!important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #444
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1
}

.selectric-items .selectric-group li {
    padding-left: 25px
}

.container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 12px
}

@media only screen and (min-width:1201px) {
    .container {
        width: 1176px
    }
}

@media only screen and (min-width:1001px) and (max-width:1200px) {
    .container {
        width: 976px
    }
}

@media only screen and (min-width:757px) and (max-width:1000px) {
    .container {
        width: 732px
    }
}

@media only screen and (max-width:756px) {
    .container {
        width: 100%
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0 -12px
}

.col {
    margin: 0;
    padding: 0 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 0;
    max-width: 100%
}

@media only screen and (min-width:481px) {
    .col.xs-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col.xs-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col.xs-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col.xs-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col.xs-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col.xs-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col.xs-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col.xs-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col.xs-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col.xs-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col.xs-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col.xs-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media only screen and (min-width:757px) {
    .col.sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col.sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col.sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col.sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col.sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col.sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col.sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col.sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col.sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col.sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col.sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col.sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media only screen and (min-width:1001px) {
    .col.md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col.md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col.md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col.md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col.md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col.md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col.md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col.md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col.md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col.md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col.md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col.md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media only screen and (min-width:1201px) {
    .col.lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col.lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col.lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col.lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col.lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col.lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col.lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col.lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col.lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col.lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col.lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col.lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media only screen and (min-width:481px) and (max-width:756px) {
    .col.oxs-1 {
        margin-left: 8.33333%
    }
    .col.oxs-2 {
        margin-left: 16.66667%
    }
    .col.oxs-3 {
        margin-left: 25%
    }
    .col.oxs-4 {
        margin-left: 33.33333%
    }
    .col.oxs-5 {
        margin-left: 41.66667%
    }
    .col.oxs-6 {
        margin-left: 50%
    }
    .col.oxs-7 {
        margin-left: 58.33333%
    }
    .col.oxs-8 {
        margin-left: 66.66667%
    }
    .col.oxs-9 {
        margin-left: 75%
    }
    .col.oxs-10 {
        margin-left: 83.33333%
    }
    .col.oxs-11 {
        margin-left: 91.66667%
    }
}

@media only screen and (min-width:757px) and (max-width:1000px) {
    .col.osm-1 {
        margin-left: 8.33333%
    }
    .col.osm-2 {
        margin-left: 16.66667%
    }
    .col.osm-3 {
        margin-left: 25%
    }
    .col.osm-4 {
        margin-left: 33.33333%
    }
    .col.osm-5 {
        margin-left: 41.66667%
    }
    .col.osm-6 {
        margin-left: 50%
    }
    .col.osm-7 {
        margin-left: 58.33333%
    }
    .col.osm-8 {
        margin-left: 66.66667%
    }
    .col.osm-9 {
        margin-left: 75%
    }
    .col.osm-10 {
        margin-left: 83.33333%
    }
    .col.osm-11 {
        margin-left: 91.66667%
    }
}

@media only screen and (min-width:1001px) and (max-width:1200px) {
    .col.omd-1 {
        margin-left: 8.33333%
    }
    .col.omd-2 {
        margin-left: 16.66667%
    }
    .col.omd-3 {
        margin-left: 25%
    }
    .col.omd-4 {
        margin-left: 33.33333%
    }
    .col.omd-5 {
        margin-left: 41.66667%
    }
    .col.omd-6 {
        margin-left: 50%
    }
    .col.omd-7 {
        margin-left: 58.33333%
    }
    .col.omd-8 {
        margin-left: 66.66667%
    }
    .col.omd-9 {
        margin-left: 75%
    }
    .col.omd-10 {
        margin-left: 83.33333%
    }
    .col.omd-11 {
        margin-left: 91.66667%
    }
}

@media only screen and (min-width:1201px) {
    .col.olg-0 {
        margin-left: 0%
    }
    .col.olg-1 {
        margin-left: 8.33333%
    }
    .col.olg-2 {
        margin-left: 16.66667%
    }
    .col.olg-3 {
        margin-left: 25%
    }
    .col.olg-4 {
        margin-left: 33.33333%
    }
    .col.olg-5 {
        margin-left: 41.66667%
    }
    .col.olg-6 {
        margin-left: 50%
    }
    .col.olg-7 {
        margin-left: 58.33333%
    }
    .col.olg-8 {
        margin-left: 66.66667%
    }
    .col.olg-9 {
        margin-left: 75%
    }
    .col.olg-10 {
        margin-left: 83.33333%
    }
    .col.olg-11 {
        margin-left: 91.66667%
    }
}

:root {
    font-size: 16px
}

@media only screen and (min-width:1001px) and (max-width:1200px) {
    :root {
        font-size: 14px
    }
}

@media only screen and (min-width:757px) and (max-width:1000px) {
    :root {
        font-size: 18px
    }
}

@media only screen and (max-width:756px) {
    :root {
        font-size: 14px
    }
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1rem;
    line-height: 1.5
}

a {
    background-color: transparent;
    text-decoration: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.1;
    letter-spacing: 0.04em;
    margin: 2rem 0 1rem
}

.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0
}

.h1,
h1 {
    font-size: 3rem;
    font-weight: 400
}

.h2,
h2 {
    font-size: 2rem;
    font-weight: 400
}

.h3,
h3 {
    font-size: 1.5rem;
    font-weight: 500
}

.h4,
h4 {
    font-size: 1.25rem;
    font-weight: 500
}

.h5,
h5 {
    font-size: 1rem;
    font-weight: 700
}

.h6,
h6 {
    font-size: 0.875rem;
    font-weight: 700
}

p {
    margin: 0 0 1rem
}

p:last-child {
    margin-bottom: 0
}

.text-small,
small {
    font-size: 0.75em
}

.text-strong,
strong {
    font-weight: 600
}

.text-italic,
em {
    font-style: italic
}

sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

.btn {
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    padding: 6px 24px;
    vertical-align: middle;
    min-width: 64px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    line-height: 37px;
    letter-spacing: 0;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    background-image: none;
    outline: 0;
    border: 0;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -o-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms
}

.btn:hover {
    background-color: setColor("grey", "100");
    color: setColor("dark")
}

.btn-rounded {
    border-radius: 18px
}

.btn-sm {
    font-size: 13px;
    line-height: 14px;
    padding: 7px 8px
}

.btn-sm.btn-rounded {
    border-radius: 6px
}

.btn-lg {
    font-size: 18px;
    padding: 8px 24px
}

.btn-lg.btn-rounded {
    border-radius: 6px
}

.btn-lg.btn-raised {
    -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12)
}

.btn-green {
    color: #ffffff;
    background-color: #70A35B
}

.btn-green:hover {
    color: #ffffff;
    background-color: #7eac6b
}

.btn-green[disabled] {
    color: #ffffff;
    background-color: #70A35B;
    opacity: .5;
    cursor: default
}

.btn-white {
    color: #EE7D56;
    background-color: #ffffff;
    border: 1px solid #A2A090
}

.btn-white:hover {
    color: #ffffff;
    background-color: #EE7D56;
    border-color: #EE7D56
}

.btn-white2 {
    color: #A2A090;
    background-color: #ffffff;
    border: 1px solid #f2f2f2;
    border-radius: 12px
}

.btn-white2:hover {
    color: #ffffff;
    background-color: #EE7D56;
    border-color: #EE7D56
}

.btn-block {
    width: 100%
}

.globalheader {
    padding: 24px 0
}

.globalheader__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.globalheader__content .top-content {
    margin-bottom: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.globalheader__content .top-content .city {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center
}

.globalheader__content .top-content .city .shop-regions__trigger-show-window {
    border: 1px solid #807978;
    font-size: 14px;
    line-height: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 13px 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.globalheader__content .top-content .city .shop-regions__trigger-show-window span {
    color: #EE7D56;
    margin-right: 13px
}

.globalheader__content .top-content .city .shop-regions__trigger-show-window small {
    font-size: 100%;
    color: #000000
}

.globalheader__content .top-content .city .shop-regions__trigger-show-window:hover {
    opacity: .75
}

.globalheader__content .top-content .phone {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    padding: 0 24px
}

.globalheader__content .top-content .phone a {
    color: #000000
}

.globalheader__content .top-content .phone a:hover {
    color: #EE7D56
}

.globalheader__content .top-content .backcall a {
    display: block;
    color: #EE7D56;
    border-bottom: 4px solid #A2A090;
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.globalheader__content .top-content .backcall a:hover {
    color: #000000
}

.globalheader__content .bottom-content {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.globalheader__content .bottom-content .pages {
    margin: 0;
    padding: 0 0 0 15px;
    list-style: none
}

.globalheader__content .bottom-content .pages li {
    display: block
}

.globalheader__content .bottom-content .pages li a {
    display: block;
    padding: 15px;
    color: #A2A090
}

.globalheader__content .bottom-content .pages li a:hover {
    color: #000000
}

.globalheader__content .bottom-content .buttons {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.globalheader__content .bottom-content .buttons a,
.globalheader__content .bottom-content .buttons button {
    display: block;
    width: 48px;
    height: 48px;
    padding: 0;
    margin: 0 0 0 36px;
    color: #000000;
    background-color: #ffffff;
    background-image: none;
    outline: 0;
    border: 0;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap
}

.globalheader__content .bottom-content .buttons a.flyout-menu-popup,
.globalheader__content .bottom-content .buttons button.flyout-menu-popup {
    display: none
}

.globalheader__content .bottom-content .buttons a:first-child,
.globalheader__content .bottom-content .buttons button:first-child {
    margin-left: 0
}

.globalheader__content .bottom-content .buttons a svg,
.globalheader__content .bottom-content .buttons button svg {
    width: 48px;
    height: 48px;
    display: block
}

.globalheader__content .bottom-content .buttons a:hover,
.globalheader__content .bottom-content .buttons button:hover {
    color: #EE7D56
}

.globalheader__logo {
    width: 120px;
    padding-right: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.globalheader__logo a,
.globalheader__logo img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: block;
    max-width: 100%
}

@media only screen and (max-width:1000px) {
    .globalheader__logo {
        width: 96px
    }
    .globalheader__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .globalheader .top-content {
        position: relative;
        margin: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .globalheader .top-content .phone {
        position: absolute;
        top: -24px;
        left: -15px;
        font-size: 16px
    }
    .globalheader .top-content .backcall a {
        font-size: 14px;
        padding-top: 10px;
        margin: 0
    }
    .globalheader .top-content .schedule {
        display: none
    }
    .globalheader .bottom-content .pages,
    .globalheader .bottom-content .show-catalog {
        display: none
    }
    .globalheader .bottom-content .buttons {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
    .globalheader .bottom-content .buttons a,
    .globalheader .bottom-content .buttons button {
        margin-left: 0
    }
    .globalheader .bottom-content .buttons a:first-child,
    .globalheader .bottom-content .buttons button:first-child {
        margin-left: 24px
    }
    .globalheader .bottom-content .buttons a.flyout-menu-popup,
    .globalheader .bottom-content .buttons button.flyout-menu-popup {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: auto
    }
    .globalheader .bottom-content .buttons a.flyout-menu-popup span,
    .globalheader .bottom-content .buttons button.flyout-menu-popup span {
        display: block;
        font-size: 14px;
        font-weight: 600
    }
}

@media only screen and (max-width:756px) {
    .globalheader {
        position: relative;
        padding-top: 64px
    }
    .globalheader__content {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .globalheader__content .top-content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        /*padding: 12px 24px;*/
        padding: 12px 12px;
        display: flex;
        justify-content: space-between;
    }
    .globalheader__content .top-content .phone {
        position: relative;
        top: 0;
        left: 0;

        text-align: left;
        font-size: 14px;
        line-height: 24px;
        padding: 0
    }
    .globalheader__logo {
        width: 64px;
        padding: 0
    }
}

@media only screen and (max-width: 480px) {
    .globalheader .bottom-content .buttons a:first-child,
    .globalheader .bottom-content .buttons button:first-child {
        margin-left: 0px
    }
}

.product__search {
    width: 100%;
    margin-top: 20px
}

.product__search__header {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 64px
}

.product__search__header span {
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    color: #70A35B;
    border-bottom: 4px solid #D5D9C1;
    margin-bottom: 10px
}

.product__search__header svg {
    display: block;
    color: #A2A090;
    width: 16px;
    height: 48px;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@media only screen and (max-width:1000px) {
    .product__search__header {
        margin-bottom: 24px
    }
}

@media only screen and (max-width:756px) {
    .product__search__header {
        display: none
    }
}

.product__search__form {
    background-color: #f2f2f2;
    border-radius: 12px;
    padding: 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product__search__form .icon {
    position: relative;
    width: 34px;
    height: 34px;
    color: #807978;
    overflow: hidden
}

.product__search__form .icon svg {
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.product__search__form input {
    border: 1px solid transparent;
    background-color: transparent;
    display: block;
    position: absolute;
    z-index: 0;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    outline: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    padding-left: 44px;
    padding-right: 114px;
    border-radius: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color 50s;
    -o-transition: background-color 50s;
    transition: background-color 50s
}

.product__search__form input:focus,
.product__search__form input:hover {
    border: 1px solid #A2A090
}

.product__search__form .btn.btn-rounded.btn-green {
    border-radius: 12px;
    display: block;
    position: relative
}

@media only screen and (max-width:756px) {
    .product__search {
        margin-top: 0
    }
    .product__search__form input {
        font-size: 12px
    }
    .product__search__form .btn.btn-rounded.btn-green {
        font-size: 12px;
        line-height: 12px;
        padding: 8px 16px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px
    }
}

#callbk-button {
    display: none
}

.callbk-button {
    display: block;
    width: 100%
}

#flyout-nav {
    background: white;
    padding: 48px;
    text-align: left;
    width: 1170px;
    max-width: 90%;
    margin: 60px auto;
    position: relative;
    border-radius: 16px
}

#flyout-nav button.mfp-close {
    top: 48px;
    right: 48px;
    color: #A2A090;
    text-indent: -9999px;
    overflow: hidden;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

#flyout-nav button.mfp-close:after,
#flyout-nav button.mfp-close:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 15%;
    height: 4px;
    border-radius: 2px;
    width: 70%;
    margin-top: -2px;
    background-color: currentColor
}

#flyout-nav button.mfp-close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

#flyout-nav button.mfp-close:before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

#flyout-nav button.mfp-close:hover {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.nav__categories h2 {
    margin: 0 0 48px;
    line-height: 44px
}

.nav__categories .categories {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 48px;
    column-gap: 48px;
    width: 100%;
    color: #807978;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px
}

.nav__categories .categories>li {
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column;
    margin-bottom: 10px
}

.nav__categories .categories>li>a {
    color: #807978;
    text-decoration: none
}

.nav__categories .categories>li>a:hover {
    color: #000000
}

.nav__categories .categories>li>a.active {
    color: #70A35B
}

.nav__categories .categories>li:last-child>a {
    color: #EE7D56
}

.nav__categories .categories>li:last-child>a:hover {
    color: #000000
}

.nav__categories .categories .children {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    display: block;
    margin: 0;
    padding: 10px 0 0;
    list-style: none
}

.nav__categories .categories .children li {
    display: block;
    margin: 0
}

.nav__categories .categories .children li>a {
    color: #000000
}

.nav__categories .categories .children li>a:hover {
    color: #807978
}

.nav__categories .categories .children li>a.active {
    color: #70A35B
}

#flyout-search {
    display: block;
    margin: 0;
    width: 100%;
    background-color: #ffffff;
    padding: 48px 0 64px;
    border-radius: 0px 0px 20px 20px;
    -webkit-box-shadow: 0px 12px 25px rgba(129, 138, 125, 0.15);
    box-shadow: 0px 12px 25px rgba(129, 138, 125, 0.15)
}

#flyout-search button.mfp-close {
    top: 20px;
    right: 48px;
    color: #A2A090;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    width: 24px;
    height: 24px;
    background: #fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iI0EyQTA5MCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNLjUuNUMtLjIgMS0uMiAyIC41IDIuOEw5LjcgMTIgLjUgMjEuMmExLjYgMS42IDAgMSAwIDIuMyAyLjNsOS4yLTkuMiA5LjIgOS4yYTEuNiAxLjYgMCAxIDAgMi4zLTIuM0wxNC4zIDEybDkuMi05LjJBMS42IDEuNiAwIDEgMCAyMS4yLjVMMTIgOS43IDIuOC41QzItLjIgMS0uMi41LjV6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) no-repeat center center;
    background-size: 20px
}

#flyout-search button.mfp-close:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

#flyout-search .product__search__form {
    background-color: #ffffff
}

#flyout-search .product__search__form input:focus,
#flyout-search .product__search__form input:hover {
    border: 1px solid transparent
}

#flyout-search .product__search__form:after {
    content: '';
    display: block;
    border-bottom: 1px solid rgba(242, 242, 242, 0.85);
    position: absolute;
    top: 100%;
    left: 15px;
    right: 15px;
    margin-top: 15px
}

#flyout-search .container {
    position: relative
}

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8)
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0
}

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0)
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-move-from-top {}

.mfp-move-from-top .mfp-container:before {
    display: none
}

.mfp-move-from-top .mfp-content {
    vertical-align: top;
    display: block
}

.mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px)
}

.mfp-move-from-top.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.8
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0
}

.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0
}

.mobileheader {
    background-color: #ffffff;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 48px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.mobileheader .container {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.mobileheader button.mfp-close {
    position: fixed;
    top: 12px;
    right: 12px;
    color: #A2A090;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    width: 48px;
    height: 48px;
    background: #fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iI0EyQTA5MCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNLjUuNUMtLjIgMS0uMiAyIC41IDIuOEw5LjcgMTIgLjUgMjEuMmExLjYgMS42IDAgMSAwIDIuMyAyLjNsOS4yLTkuMiA5LjIgOS4yYTEuNiAxLjYgMCAxIDAgMi4zLTIuM0wxNC4zIDEybDkuMi05LjJBMS42IDEuNiAwIDEgMCAyMS4yLjVMMTIgOS43IDIuOC41QzItLjIgMS0uMi41LjV6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) no-repeat center center;
    background-size: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mobileheader button.mfp-close:hover {
    margin: 0;
    padding: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.mobileheader h2 {
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 20px;
    text-align: left
}

.mobileheader ul {
    margin: 0 0 24px;
    padding: 0;
    list-style: none
}

.mobileheader ul:last-child {
    margin-bottom: 0
}

.mobileheader ul li {
    display: block;
    border-bottom: 1px solid rgba(162, 160, 144, 0.15)
}

.mobileheader ul li a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 24px;
    color: #807978;
    text-align: left
}

.mobileheader ul li a:hover {
    color: #000000;
    background-color: rgba(162, 160, 144, 0.15)
}

.mobileheader ul li a.active {
    color: #000000;
    background-color: transparent
}

.globalfooter {
    padding-top: 64px
}

.globalfooter__logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000000;
    text-decoration: none;
    margin-bottom: 24px
}

.globalfooter__logo:hover {
    opacity: .8
}

.globalfooter__logo img {
    display: block;
    width: 64px;
    height: 64px;
    margin-right: 15px
}

.globalfooter__logo span {
    display: block;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px
}

.globalfooter__payment {
    margin-bottom: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.globalfooter__payment img {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    margin-right: 6px
}

.globalfooter__payment img:last-child {
    margin-right: 0
}

.globalfooter__copyright {
    margin-bottom: 24px;
    font-size: 12px;
    line-height: 16px;
    color: #A2A090
}

.globalfooter__copyright a {
    color: currentColor
}

.globalfooter__copyright a:hover {
    color: #000000
}

.globalfooter__pages {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 24px
}

.globalfooter__pages li {
    list-style: none
}

.globalfooter__pages li a {
    display: block;
    color: #A2A090
}

.globalfooter__pages li a:hover {
    color: #000000
}

.globalfooter__info {
    font-size: 14px;
    line-height: 24px;
    color: #A2A090;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.globalfooter__info .phone {
    display: block;
    color: #000000;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 12px
}

.globalfooter__info .schedule {
    margin-bottom: 24px
}

.globalfooter__info .mail {
    color: #EE7D56
}

.globalfooter__info .mail:hover {
    color: #000000
}

.globalfooter__social {
    margin: 0;
    padding: 12px 0 0;
    list-style: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.globalfooter__social li {
    display: inline-block;
    margin-right: 5px
}

.globalfooter__social li a {
    display: block;
    font-size: 24px;
    line-height: 1;
    color: #A2A090
}

.globalfooter__social li a:hover {
    color: #70A35B
}

.globalfooter__social li a svg {
    display: block;
    width: 1em;
    height: 1em
}

.globalfooter [data-show=footer__nav] {
    display: none
}

@media only screen and (max-width:1000px) {
    .globalfooter__logo span {
        font-size: 12px;
        line-height: 14px
    }
}

@media only screen and (max-width:756px) {
    .globalfooter {
        padding: 24px 0
    }
    .globalfooter [data-show=footer__nav] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #FFFFFF;
        border: 1px solid currentColor;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 6px;
        color: #d5d9c1;
        -webkit-transition: .15s linear;
        -o-transition: .15s linear;
        transition: .15s linear;
        padding: 6px 12px;
        margin-bottom: 24px;
        width: 100%;
        outline: none;
        text-align: left
    }
    .globalfooter [data-show=footer__nav]:hover {
        color: #000000
    }
    .globalfooter [data-show=footer__nav].active {
        color: #EE7D56
    }
    .globalfooter [data-show=footer__nav].active svg {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .globalfooter [data-show=footer__nav] span {
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 16px;
        line-height: 24px
    }
    .globalfooter [data-show=footer__nav] svg {
        display: block;
        -webkit-transition: .15s linear;
        -o-transition: .15s linear;
        transition: .15s linear
    }
    .globalfooter .globalfooter__pages {
        overflow: hidden;
        height: 0;
        opacity: 0;
        -webkit-transition: .15s linear;
        -o-transition: .15s linear;
        transition: .15s linear
    }
    .globalfooter .globalfooter__pages.is-shown {
        height: auto;
        opacity: 1
    }
    .globalfooter .globalfooter__pages.is-shown li:last-child {
        margin-bottom: 12px
    }
    .globalfooter .globalfooter__pages li a {
        display: block;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 24px;
        border-bottom: 1px solid rgba(162, 160, 144, 0.15)
    }
}

.welcome__reviews {
    margin-bottom: 64px
}

.welcome__reviews__list {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 36px;
    column-gap: 36px;
    padding: 0;
    margin: 0 0 -36px;
    list-style: none;
    min-height: 0;
    display: block
}

.welcome__reviews__list li {
    display: inline-block;
    /*display: block;*/
    margin-bottom: 36px;
    width: 100%;
}

.welcome__reviews__list li:last-child {
    width: 100%
}

.welcome__reviews__list li:last-child a {
    display: block;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 16px;
    padding: 60px 24px;
    font-weight: 600
}

.welcome__reviews__list li:last-child a.more-rev {
    background-color: rgba(162, 160, 144, 0.2);
    color: #EE7D56
}

.welcome__reviews__list li:last-child a.more-rev:hover {
    background-color: rgba(162, 160, 144, 0.1)
}

.welcome__reviews__list li:last-child a.write-review {
    background-color: #ECF5DD;
    color: #70A35B
}

.welcome__reviews__list li:last-child a.write-review:hover {
    background-color: rgba(236, 245, 221, 0.5)
}

.welcome__reviews__list li:last-child a.add-rev {
    display: none;
    background-color: #ECF5DD;
    color: #70A35B
}

.welcome__reviews__list li:last-child a.add-rev:hover {
    background-color: rgba(236, 245, 221, 0.5)
}

.welcome__reviews__list li.controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.welcome__reviews__list li.controls span {
    display: block;
    width: 50%;
    padding: 0 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.welcome__reviews__list li.controls span a {
    display: block;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 16px;
    padding: 60px 24px;
    font-weight: 600
}

.welcome__reviews__list li.controls span.goback a {
    background-color: rgba(162, 160, 144, 0.2);
    color: #EE7D56
}

.welcome__reviews__list li.controls span.goback a:hover {
    background-color: rgba(162, 160, 144, 0.1)
}

.welcome__reviews__list li.controls span.write-review a {
    background-color: #ECF5DD;
    color: #70A35B
}

.welcome__reviews__list li.controls span.write-review a:hover {
    background-color: rgba(236, 245, 221, 0.5)
}

@media only screen and (max-width:756px) {
    .welcome__reviews__list {
        -webkit-column-count: unset;
        column-count: unset;
        -webkit-column-gap: unset;
        column-gap: unset
    }
    .welcome__reviews__list li:last-child a {
        padding: 24px
    }
}

@media only screen and (max-width:756px) {
    .welcome__reviews {
        margin-bottom: 24px
    }
    .welcome__reviews h2 {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 24px
    }
    .welcome__reviews__list li.controls {
        display: block
    }
    .welcome__reviews__list li.controls span {
        width: 100%;
        margin-bottom: 12px
    }
}

.star,
.star-full,
.star-hover {
    background-size: 16px;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 1px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIwIDIwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0VFN0Q1Njt9LnN0MXtmaWxsOiNGRkQ2Qzg7fTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTEwLjgsMi44bDEuOCwzLjdjMC4xLDAuMywwLjQsMC40LDAuNiwwLjVsNCwwLjZjMC43LDAuMSwxLDEsMC41LDEuNWwtMi45LDIuOGMtMC4yLDAuMi0wLjMsMC41LTAuMiwwLjhsMC43LDRjMC4xLDAuNy0wLjYsMS4yLTEuMywwLjlsLTMuNi0xLjljLTAuMy0wLjEtMC42LTAuMS0wLjgsMEw2LDE3LjVjLTAuNiwwLjMtMS40LTAuMi0xLjMtMC45bDAuNy00YzAtMC4zLDAtMC42LTAuMi0wLjhMMi4zLDlDMS43LDguNSwyLDcuNiwyLjcsNy41bDQtMC42YzAuMywwLDAuNS0wLjIsMC42LTAuNWwxLjgtMy43QzkuNSwyLjIsMTAuNSwyLjIsMTAuOCwyLjh6Ii8+PC9zdmc+)
}

.star-empty {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIwIDIwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0VFN0Q1Njt9LnN0MXtmaWxsOiNGRkQ2Qzg7fTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MSIgZD0iTTEwLjgsMi44bDEuOCwzLjdjMC4xLDAuMywwLjQsMC40LDAuNiwwLjVsNCwwLjZjMC43LDAuMSwxLDEsMC41LDEuNWwtMi45LDIuOGMtMC4yLDAuMi0wLjMsMC41LTAuMiwwLjhsMC43LDRjMC4xLDAuNy0wLjYsMS4yLTEuMywwLjlsLTMuNi0xLjljLTAuMy0wLjEtMC42LTAuMS0wLjgsMEw2LDE3LjVjLTAuNiwwLjMtMS40LTAuMi0xLjMtMC45bDAuNy00YzAtMC4zLDAtMC42LTAuMi0wLjhMMi4zLDlDMS43LDguNSwyLDcuNiwyLjcsNy41bDQtMC42YzAuMywwLDAuNS0wLjIsMC42LTAuNWwxLjgtMy43QzkuNSwyLjIsMTAuNSwyLjIsMTAuOCwyLjh6Ii8+PC9zdmc+);
    background-size: 16px;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 1px
}

.star-half {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIwIDIwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0VFN0Q1Njt9LnN0MXtmaWxsOiNGRkQ2Qzg7fTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MSIgZD0iTTE3LjcsOWMwLjUtMC41LDAuMi0xLjQtMC41LTEuNWwtNC0wLjZjLTAuMywwLTAuNS0wLjItMC42LTAuNWwtMS44LTMuN2MtMC4yLTAuMy0wLjUtMC41LTAuOC0wLjV2MTMuMmMwLjEsMCwwLjMsMCwwLjQsMC4xbDMuNiwxLjljMC42LDAuMywxLjQtMC4yLDEuMy0wLjlsLTAuNy00YzAtMC4zLDAtMC42LDAuMi0wLjhMMTcuNyw5eiIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik05LjIsMi44TDcuNCw2LjVDNy4zLDYuNyw3LjEsNi45LDYuOCw3bC00LDAuNkMyLDcuNiwxLjcsOC41LDIuMyw5bDIuOSwyLjhjMC4yLDAuMiwwLjMsMC41LDAuMiwwLjhsLTAuNyw0Yy0wLjEsMC43LDAuNiwxLjIsMS4zLDAuOWwzLjYtMS45YzAuMS0wLjEsMC4zLTAuMSwwLjQtMC4xVjIuM0M5LjcsMi4zLDkuNCwyLjUsOS4yLDIuOHoiLz48L3N2Zz4=);
    background-size: 16px;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 1px
}

.review {
    display: block;
    padding: 0;
    margin: 0
}

.review__body {
    background-color: rgba(162, 160, 144, 0.2);
    border-radius: 12px;
    position: relative;
    padding: 24px;
    margin-bottom: 28px
}

.review__body:after {
    content: '';
    display: block;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAzNiAyMSI+ICA8cGF0aCBmaWxsPSIjQTJBMDkwIiBkPSJNMCAxNi41VjBoMzZMNi4yIDE5LjlBNCA0IDAgMCAxIDAgMTYuNXoiIG9wYWNpdHk9Ii4yIi8+PC9zdmc+) no-repeat top center;
    width: 36px;
    height: 24px;
    position: absolute;
    top: 100%;
    left: 36px
}

.review__body .review-reply {
    color: #EE7D56
}

.review__body .review-reply:hover {
    color: #000000
}

@media only screen and (max-width:1000px) {
    .review__body {
        font-size: 14px;
        line-height: 24px
    }
}

.review__summary .h4 {
    margin: 0;
    padding-right: 10px;
    font-size: 20px;
    line-height: 1
}

@media only screen and (max-width:1000px) {
    .review__summary .h4 {
        font-size: 14px
    }
}

.review__rating {
    font-size: 0;
    line-height: 1;
    white-space: nowrap
}

.review+.reviews-branch {
    padding-top: 24px;
    padding-left: 24px;
    margin: 0;
    margin: 0;
    list-style: none;
    opacity: .8
}

.review+.reviews-branch .reviews-branch {
    display: none
}

.review+.reviews-branch li {
    margin-bottom: 16px
}

.review+.reviews-branch li:last-child {
    margin-bottom: 0
}

.review+.reviews-branch .review__body {
    font-size: 14px;
    line-height: 20px
}

.review+.reviews-branch .review__body:after {
    -webkit-background-size: 24px;
    background-size: 24px;
    width: 24px;
    height: 24px
}

.review+.reviews-branch .review__summary .h4 {
    font-size: 14px;
    line-height: 20px
}

.review-form {
    background-color: #ECF5DD;
    padding: 36px 36px 20px;
    border-radius: 20px
}

.review-form .review-field {
    margin-bottom: 16px;
    color: #000000;
    font-size: 16px;
    line-height: 20px
}

.review-form .review-field input,
.review-form .review-field label,
.review-form .review-field textarea {
    display: block;
    width: 100%
}

.review-form .review-field label {
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px
}

.review-form .review-field input,
.review-form .review-field textarea {
    background-color: #ffffff;
    height: 48px;
    border: 1px solid #D5D9C1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    color: #000000;
    padding: 14px 16px;
    font-size: 14px;
    line-height: 20px;
    outline: 0
}

.review-form .review-field input:hover,
.review-form .review-field textarea:hover {
    border-color: #807978
}

.review-form .review-field input:-moz-read-only,
.review-form .review-field input:disabled,
.review-form .review-field textarea:-moz-read-only,
.review-form .review-field textarea:disabled {
    -moz-user-select: none;
    user-select: none;
    background-color: rgba(213, 217, 193, 0.5);
    border: 1px solid #D5D9C1;
    color: #70A35B
}

.review-form .review-field input:disabled,
.review-form .review-field input:read-only,
.review-form .review-field textarea:disabled,
.review-form .review-field textarea:read-only {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: rgba(213, 217, 193, 0.5);
    border: 1px solid #D5D9C1;
    color: #70A35B
}

.review-form .review-field textarea {
    resize: none;
    height: 140px
}

.review-form .review-form-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.review-form .review-form-footer .review-rating a {
    display: inline-block;
    line-height: 1;
    vertical-align: middle
}

.review-form .review-form-footer .review-rating a.rate-clear {
    margin-left: 1em;
    color: #EE7D56;
    font-weight: 600
}

.review-form .review-form-footer .review-rating a.rate-clear:hover {
    color: #000000
}

.review-form .review-form-footer .review-submit {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right
}

.review-form .review-form-footer .review-submit .hint {
    margin: 0 1em;
    opacity: .7
}

.review-form .btn.btn-white {
    margin-bottom: 16px
}

.review-form .h2 {
    margin: 0 0 36px
}

@media only screen and (max-width:756px) {
    .review-form {
        margin: 64px -12px 0;
        padding: 24px;
        border-radius: 0
    }
    .review-form .h2 {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 24px
    }
    .review-form .review-form-footer {
        display: block
    }
    .review-form .review-form-footer .btn {
        width: 100%
    }
    .review-form .review-form-footer .review-submit {
        text-align: center
    }
}

.popular__categories p {
    position: relative;
    padding: 36px 24px;
    font-size: 20px;
    line-height: 20px;
    text-align: center
}

.popular__categories p:before {
    content: '';
    display: block;
    background-color: #A2A090;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0
}

.popular__categories p span {
    position: relative;
    display: inline-block;
    background-color: #ffffff;
    color: #A2A090;
    padding: 0 24px;
    z-index: 1
}

@media only screen and (max-width:756px) {
    .popular__categories p {
        padding: 24px 0;
        font-size: 14px;
        line-height: 20px
    }
}

.categories-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    grid-auto-flow: row;
    grid-gap: 24px;
    margin-bottom: 64px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.categories-grid__item {
    grid-column: auto / span 4
}

.categories-grid__item:first-child {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5
}

.categories-grid__item:nth-child(2) {
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-column-span: 4;
    grid-column-end: 9
}

.categories-grid__item:nth-child(3) {
    -ms-grid-column: 9;
    grid-column-start: 9;
    -ms-grid-column-span: 4;
    grid-column-end: 13
}

.categories-grid__item:nth-child(4) {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5
}

.categories-grid__item:nth-child(5) {
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-column-span: 5;
    grid-column-end: 10
}

.categories-grid__item:nth-child(6) {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 5;
    grid-column-end: 6
}

.categories-grid__item:nth-child(7) {
    -ms-grid-column: 6;
    grid-column-start: 6;
    -ms-grid-column-span: 4;
    grid-column-end: 10
}

.categories-grid__item:nth-child(8) {
    -ms-grid-column: 10;
    grid-column-start: 10;
    -ms-grid-column-span: 3;
    grid-column-end: 13;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 4
}

.categories-grid__item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: #ecf5dd;
    border-radius: 16px;
    overflow: hidden;
    color: #000000;
    text-decoration: none;
    -webkit-transition: .1s linear;
    -o-transition: .1s linear;
    transition: .1s linear
}

.categories-grid__item__link .item-image {
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 260px;
    border-radius: 16px
}

.categories-grid__item__link .item-image img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out
}

.categories-grid__item__link .item-title {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    padding: 24px
}

.categories-grid__item__link:hover {
    -webkit-box-shadow: 0px 12px 25px rgba(129, 138, 125, 0.35);
    box-shadow: 0px 12px 25px rgba(129, 138, 125, 0.35);
    color: #000000
}

.categories-grid__item__link:hover .item-image img {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25)
}

@media only screen and (max-width:1000px) {
    .categories-grid__item__link .item-image {
        min-height: 120px
    }
    .categories-grid__item__link .item-title {
        padding: 12px;
        font-size: 14px;
        font-weight: 600
    }
}

@media only screen and (max-width:756px) {
    .categories-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-grid-columns: none;
        grid-template-columns: none;
        grid-auto-flow: unset;
        grid-gap: unset;
        margin-bottom: 24px
    }
    .categories-grid__item {
        -ms-grid-column: unset!important;
        grid-column-start: unset!important;
        -ms-grid-column-span: NaN!important;
        grid-column-end: unset!important;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
        padding: 0 12px 24px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    .categories-grid__item__link {
        border-radius: 8px
    }
    .categories-grid__item__link .item-image {
        min-height: 0;
        height: 0;
        padding-top: 100%;
        border-radius: 8px
    }
    .categories-grid__item__link .item-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
    .categories-grid__item__link .item-title {
        display: block;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 12px;
        line-height: 15px;
        padding: 12px
    }
}

.home__intro {
    padding-top: 48px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.home__intro__left {
    padding-right: 24px;
    margin-bottom: 64px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.home__intro__left .h1 {
    font-size: 48px;
    line-height: 64px;
    margin: 0 0 24px
}

.home__intro__left .h1 .shop-regions-button {
    display: inline-block;
    text-align: right;
    line-height: 1;
    vertical-align: baseline;
    color: #EE7D56;
    border-bottom: 6px solid #D5D9C1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.home__intro__left .h1 .shop-regions-button a,
.home__intro__left .h1 .shop-regions-button small {
    display: block
}

.home__intro__left .h1 .shop-regions-button small {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #807978
}

.home__intro__left .h1 .shop-regions-button a {
    color: #EE7D56;
    cursor: pointer
}

.home__intro__left .h1 .shop-regions-button a:hover {
    color: #70A35B
}

.home__intro__left p {
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 36px;
    color: #A2A090
}

.home__intro__right {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 420px
}

@media only screen and (max-width:1000px) {
    .home__intro {
        padding-top: 0;
        display: block
    }
    .home__intro__left {
        margin-bottom: 0;
        padding-right: 0
    }
    .home__intro__left p {
        margin-bottom: 0
    }
    .home__intro__right {
        margin: 0 0 -110px auto;
        display: block
    }
}

@media only screen and (max-width:756px) {
    .home__intro__left .h1 {
        font-size: 24px;
        line-height: 30px;
        text-align: center;
        margin: 0 0 12px
    }
    .home__intro__left .h1 .shop-regions-button {
        margin-top: 12px;
        border-bottom: 3px solid #D5D9C1;
        text-align: center
    }
    .home__intro__left p {
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        margin: 0 0 12px
    }
    .home__intro__right {
        width: 220px;
        margin: 12px auto
    }
}

.welcome__header {
    text-align: center;
    margin: 0 0 40px
}

.bestsellers {
    background-color: #ECF5DD;
    padding: 36px;
    border-radius: 20px;
    margin-bottom: 64px
}

.bestsellers .bestsellers-header {
    margin: 0 0 36px
}

@media only screen and (max-width:756px) {
    .bestsellers {
        margin: 0 -12px 24px;
        padding: 24px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }
    .bestsellers .bestsellers-header {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 24px
    }
}

.product-list__item {
    background-color: #ffffff;
    margin-bottom: 30px;
    border-radius: 20px;
    overflow: hidden;
    -webkit-transition: .25s linear;
    -o-transition: .25s linear;
    transition: .25s linear;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.product-list__item:hover {
    -webkit-box-shadow: 0px 12px 25px rgba(129, 138, 125, 0.15);
    box-shadow: 0px 12px 25px rgba(129, 138, 125, 0.15)
}

.product-list__item .item__image {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 0;
    padding-top: 100%
}

.product-list__item .item__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: .25s linear;
    -o-transition: .25s linear;
    transition: .25s linear
}

.product-list__item .item__image .overlay {
    position: absolute;
    width: 48px;
    height: 48px;
    z-index: 2;
    top: 120%;
    left: 50%;
    margin-top: -24px;
    margin-left: -24px
}

.product-list__item .item__image:hover img {
    opacity: .5
}

.product-list__item .item__image:hover .overlay {
    -webkit-animation: slideToView .5s linear forwards;
    animation: slideToView .5s linear forwards
}

.product-list__item .item__title {
    margin: 0;
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 5px 24px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px
}

.product-list__item .item__title a {
    color: #000000
}

.product-list__item .item__title a:hover {
    color: #70A35B
}

.product-list__item .item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 12px;
    line-height: 1
}

.product-list__item .item__info .stars {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
    line-height: 1;
    font-size: 0;
    white-space: nowrap
}

.product-list__item .item__info .rating {
    color: #A2A090;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    font-size: 12px;
    line-height: 1
}

@media only screen and (max-width:756px) {
    .product-list__item .item__info .rating {
        font-size: 11px
    }
}

.product-list__item .item__info .norating {
    color: #A2A090;
    text-align: center;
    font-size: 12px
}

.product-list__item .item__footer {
    padding: 0 12px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-list__item .item__footer .price {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: Playfair Display;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    text-align: left
}

.product-list__item .item__footer .price .ruble {
    vertical-align: middle;
    line-height: 1
}

.product-list__item .item__footer .readmore {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 48px;
    height: 48px;
    background-color: #70A35B;
    border-radius: 12px;
    color: #ffffff;
    position: relative;
    -webkit-transition: .25s linear;
    -o-transition: .25s linear;
    transition: .25s linear
}

.product-list__item .item__footer .readmore:after,
.product-list__item .item__footer .readmore:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    border-radius: 2px;
    width: 16px;
    margin-top: -1px;
    margin-left: -8px;
    background-color: currentColor
}

.product-list__item .item__footer .readmore:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.product-list__item .item__footer .readmore:hover {
    background-color: #000000
}

.homepage_welcome {
    padding: 36px;
    background: #ECF5DD;
    border-radius: 20px
}

.homepage_welcome .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

.homepage_welcome .flexbox--left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 36px;
    font-size: 16px;
    line-height: 30px
}

.homepage_welcome .flexbox--right img {
    display: block;
    width: 100%
}

.homepage_welcome ol {
    counter-reset: myCounter;
    margin: 0;
    padding: 0
}

.homepage_welcome ol li {
    list-style: none;
    font-size: 16px;
    line-height: 30px;
    padding-left: 40px
}

.homepage_welcome ol li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    display: inline-block;
    text-align: center;
    margin: 5px 8px 5px -48px;
    line-height: 32px;
    width: 32px;
    height: 32px;
    color: white;
    background: #A2A090;
    border-radius: 10px
}

.homepage_welcome ol li ul {
    list-style: none;
    margin: 0 0 0 40px;
    padding: 0
}

.homepage_welcome ol li ul li {
    font-size: 14px;
    line-height: 22px;
    color: #807978
}

.homepage_welcome ol li ul li:before {
    display: inline;
    content: "-";
    color: currentColor;
    background: none
}

.homepage_welcome h2 {
    font-size: 36px;
    line-height: 36px;
    margin: 0 0 30px
}

.homepage_welcome h3 {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 15px
}

@media only screen and (max-width:1000px) {
    .homepage_welcome h2 {
        font-size: 28px
    }
    .homepage_welcome .flexbox {
        display: block
    }
    .homepage_welcome .flexbox--left {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        padding-right: 0;
        font-size: 14px;
        line-height: 24px
    }
    .homepage_welcome .flexbox--right img {
        display: block;
        width: auto;
        margin: 24px auto
    }
}

@media only screen and (max-width:756px) {
    .homepage_welcome {
        padding: 24px;
        margin: 0 -12px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }
    .homepage_welcome h2 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 24px
    }
    .homepage_welcome .flexbox {
        display: block
    }
    .homepage_welcome .flexbox--right img {
        width: 100%
    }
    .homepage_welcome ol li {
        font-size: 14px;
        line-height: 24px
    }
    .homepage_welcome ol li ul {
        padding-left: 0;
        margin: 0
    }
    .homepage_welcome ol li ul li {
        font-size: 12px;
        line-height: 12px;
        padding: 0 0 5px 1em
    }
    .homepage_welcome ol li ul li:before {
        margin-left: -1em;
        width: 1em
    }
}

@-webkit-keyframes slideToView {
    0% {
        top: 120%;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        top: 50%;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    80% {
        top: 50%;
        -webkit-transform: scale(1.25);
        transform: scale(1.25)
    }
    to {
        top: 50%;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes slideToView {
    0% {
        top: 120%;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        top: 50%;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    80% {
        top: 50%;
        -webkit-transform: scale(1.25);
        transform: scale(1.25)
    }
    to {
        top: 50%;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.custom__cat {
    margin: 0 0 40px
}

.custom__cat--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    background: currentColor;
    border: 1px solid currentColor;
    border-radius: 16px;
    margin-bottom: 24px;
    font-family: Playfair Display;
    font-style: normal;
    font-weight: bold
}

.custom__cat--item .item__left,
.custom__cat--item .item__right {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.custom__cat--item .item__left {
    width: 70%;
    padding-right: 12px
}

.custom__cat--item .item__right {
    padding: 24px 12px;
    width: 30%;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.custom__cat--item .item__img {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background-color: #ffffff
}

.custom__cat--item .item__img img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: fill;
    object-fit: fill
}

.custom__cat--item .item__title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
    color: #807978
}

.custom__cat--item .item__count {
    font-size: 56px;
    line-height: 56px;
    color: #000000;
    margin-bottom: 16px
}

.custom__cat--item .item__count small {
    display: block;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: #807978;
    padding-top: 5px
}

.custom__cat--item .item__go svg {
    display: block;
    width: 24px;
    height: 24px
}

@media only screen and (max-width:1000px) {
    .custom__cat--item .item__left {
        width: 65%
    }
    .custom__cat--item .item__right {
        width: 35%;
        padding: 12px
    }
    .custom__cat--item .item__title {
        font-size: 16px;
        line-height: 24px
    }
    .custom__cat--item .item__count {
        font-size: 36px;
        line-height: 36px
    }
    .custom__cat--item .item__count small {
        font-size: 12px;
        line-height: 12px
    }
}

@media only screen and (max-width:756px) {
    .custom__cat--item .item__count,
    .custom__cat--item .item__title {
        margin-bottom: 12px;
        line-height: 1
    }
}

.custom__cat .col:first-child {
    color: #ECF5DD
}

.custom__cat .col:first-child .item__go {
    color: #70A35B
}

.custom__cat .col:first-child .item__go:hover {
    color: #000000
}

.custom__cat .col:nth-child(2) {
    color: #FFD6C8
}

.custom__cat .col:nth-child(2) .item__go {
    color: #EE7D56
}

.custom__cat .col:nth-child(2) .item__go:hover {
    color: #000000
}

@media only screen and (max-width:756px) {
    .promos {
        display: none
    }
}

.promo_slider .promo__item {
    position: relative;
    height: 320px;
    padding: 40px 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.promo_slider .promo__item .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border: 2px solid #f2f2f2;
    border-radius: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.promo_slider .promo__item .row {
    height: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    z-index: 2
}

.promo_slider .promo__item .row .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.promo_slider .promo__item .row .col .title {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 20px
}

.promo_slider .promo__item .row .col .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 20px
}

.promo_slider .owl-nav button.owl-next,
.promo_slider .owl-nav button.owl-prev {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    -webkit-transition: .15s linear;
    -o-transition: .15s linear;
    transition: .15s linear;
    background-color: rgba(0, 0, 0, 0.5)!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px!important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 3;
    opacity: 0;
    outline: 0!important
}

.promo_slider .owl-nav button.owl-next .icon,
.promo_slider .owl-nav button.owl-prev .icon {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    color: white
}

.promo_slider .owl-nav button.owl-prev {
    left: 10px
}

.promo_slider .owl-nav button.owl-next {
    right: 10px
}

.promo_slider:hover .owl-nav button.owl-next,
.promo_slider:hover .owl-nav button.owl-prev {
    opacity: .5
}

.promo_slider:hover .owl-nav button.owl-next:hover,
.promo_slider:hover .owl-nav button.owl-prev:hover {
    opacity: 1
}

.category__list {
    background-color: #ECF5DD;
    padding: 28px 36px;
    border-radius: 24px;
    margin-bottom: 64px;
    position: relative
}

.category__list .row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.category__list__sorting {
    text-align: right;
    margin-bottom: 18px
}

.category__list__sorting .icon {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: .5;
    width: .8em;
    height: .8em
}

.category__list__sorting .dropdown__toggle {
    display: block;
    position: relative;
    background: #FFFFFF;
    border: 1px solid #D5D9C1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    font-size: 12px;
    line-height: 20px;
    padding: 8px 32px 8px 16px;
    outline: none;
    min-width: 180px;
    text-align: left;
    z-index: 1;
    cursor: pointer
}

.category__list__sorting .dropdown__toggle:hover {
    border: 1px solid #A2A090
}

.category__list__sorting .dropdown__nav {
    right: 0;
    min-width: 100%;
    margin-top: 2px;
    border-radius: 4px
}

.category__list__sorting .dropdown__nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap
}

.category__list__sorting .dropdown__nav ul li {
    display: block;
    border-bottom: 1px solid #f2f2f2
}

.category__list__sorting .dropdown__nav ul li a {
    display: block;
    padding: 6px 10px;
    position: relative;
    color: #000000;
    text-decoration: none
}

.category__list__sorting .dropdown__nav ul li a:hover {
    color: #000000;
    background-color: rgba(213, 217, 193, 0.15)
}

.category__list__sorting .dropdown__nav ul li.selected a {
    background-color: rgba(112, 163, 91, 0.25)
}

.category__list__sorting .dropdown__nav ul li.selected a:hover {
    background-color: rgba(112, 163, 91, 0.2)
}

.category__list .col {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.category__list .col.mobile-block {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.category__list .col.mobile-block .toggle-filters {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 18px
}

.category__list .col.mobile-block .toggle-filters a {
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #D5D9C1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 12px;
    outline: none;
    text-align: left;
    z-index: 1;
    cursor: pointer;
    color: #000000
}

.category__list .col.mobile-block .toggle-filters a:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 6px;
    border-radius: 50%;
    background-color: #70A35B;
    line-height: 1;
    vertical-align: middle
}

.category__list .col.mobile-block .toggle-filters a.active {
    border: 1px solid #EE7D56;
    color: #EE7D56
}

.category__list .col.mobile-block .toggle-filters a.active:before {
    background-color: #EE7D56
}

@media only screen and (min-width:1001px) {
    .category__list .col.mobile-block {
        display: none
    }
}

@media only screen and (max-width:756px) {
    .category__list .col.mobile-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .category__list .col.mobile-block .toggle-filters {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }
    .category__list .col.mobile-block .toggle-filters a {
        width: 100%;
        text-align: center
    }
    .category__list .col.mobile-block .category__list__sorting {
        display: block;
        width: 100%
    }
    .category__list .col.mobile-block .category__list__sorting .dropdown {
        display: block;
        width: 100%
    }
    .category__list .col.mobile-block .category__list__sorting .dropdown__toggle {
        font-family: 'Playfair Display', serif;
        font-weight: 700;
        width: 100%;
        font-size: 14px;
        text-align: center
    }
}

@media only screen and (max-width:756px) {
    .category__list {
        padding: 24px 24px 0;
        margin: 0 -12px 24px;
        border-radius: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

.category__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 36px
}

.category__header h1 {
    padding: 0;
    margin: 0;
    font-size: 36px;
    line-height: 48px
}

.category__header h1 a,
.category__header h1 span {
    display: inline-block;
    line-height: 1;
    vertical-align: bottom
}

.category__header h1 a {
    color: #A2A090;
    vertical-align: top;
    line-height: 1;
    margin-top: 7px
}

.category__header h1 a .icon {
    width: 1em;
    height: 1em;
    display: block
}

.category__header h1 a:hover {
    color: #000000
}

.category__header h1 .icon {
    display: block;
    width: 1em;
    height: 1em
}

.category__header .shop-regions {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
    padding-left: 24px
}

.category__header .shop-regions .shop-regions__trigger-show-window {
    border: 1px solid #807978;
    font-size: 14px;
    line-height: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 13px 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.category__header .shop-regions .shop-regions__trigger-show-window span {
    color: #EE7D56;
    margin-right: 13px
}

.category__header .shop-regions .shop-regions__trigger-show-window small {
    font-size: 100%;
    color: #000000
}

.category__header .shop-regions .shop-regions__trigger-show-window:hover {
    opacity: .75
}

.category__header.b__header {
    display: block
}

@media only screen and (max-width:756px) {
    .category__header {
        display: block
    }
    .category__header h1 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 12px
    }
    .category__header .shop-regions {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
        display: block;
        padding: 0;
        padding-top: 10px
    }
    .category__header .shop-regions .shop-regions__trigger-show-window {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        text-align: left
    }
    .category__header .shop-regions .shop-regions__trigger-show-window span {
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 0;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .category__header .shop-regions .shop-regions__trigger-show-window small {
        display: block;
        white-space: nowrap;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        padding-left: 1em
    }
}

.dropdown {
    display: inline-block;
    position: relative
}

.dropdown .icon {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    width: 1em;
    height: 1em
}

.dropdown__nav {
    position: absolute;
    top: 0;
    z-index: -1;
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: .25s linear;
    -o-transition: .25s linear;
    transition: .25s linear;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15)
}

.dropdown.open .dropdown__nav {
    opacity: 1;
    top: 100%;
    height: auto;
    z-index: 999
}

.breadcrumbs {
    padding: 15px 0
}

.breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 0
}

.breadcrumbs ul li {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    vertical-align: middle;
    position: relative;
    color: #A2A090
}

.breadcrumbs ul li:after {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    height: 1px;
    width: 36px;
    background-color: currentColor;
    margin: 0 15px;
    content: ''
}

.breadcrumbs ul li:last-child:after {
    display: none
}

.breadcrumbs ul li a,
.breadcrumbs ul li span {
    display: inline-block;
    line-height: 1.5;
    vertical-align: middle;
    font-family: Source Sans Pro;
    font-weight: normal;
    font-size: 14px;
    color: currentColor
}

.breadcrumbs ul li a:hover {
    color: #000000
}

.subcategories {
    padding: 36px 0;
    background-color: #FFD6C8;
    margin-bottom: 64px
}

.subcategories .container {
    max-width: 100%
}

.subcategories .category__children__item {
    padding: 0 18px;
    text-align: center
}

.subcategories .category__children__item a {
    display: block;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #000000
}

.subcategories .category__children__item a img {
    display: block;
    border-radius: 16px;
    margin-bottom: 16px
}

.subcategories .category__children__item a:hover {
    opacity: .8
}

.subcategories .category__children .owl-nav button {
    display: block;
    position: absolute;
    top: 50%;
    margin: -16px 0 0;
    padding: 0;
    outline: none;
    opacity: .8;
    color: #EE7D56!important
}

.subcategories .category__children .owl-nav button:hover {
    opacity: 1
}

.subcategories .category__children .owl-nav button .icon {
    display: block;
    font-size: 24px;
    line-height: 24px;
    width: 32px;
    height: 32px
}

.subcategories .category__children .owl-nav button.owl-prev {
    left: -48px
}

.subcategories .category__children .owl-nav button.owl-next {
    right: -48px
}

@media only screen and (max-width:1300px) {
    .subcategories .category__children .owl-nav button.owl-prev {
        left: -16px
    }
    .subcategories .category__children .owl-nav button.owl-next {
        right: -16px
    }
}

@media only screen and (max-width:1300px) {
    .subcategories {
        padding: 36px
    }
    .subcategories .category__children .owl-nav button.owl-prev {
        left: -36px
    }
    .subcategories .category__children .owl-nav button.owl-next {
        right: -36px
    }
}

@media only screen and (max-width:756px) {
    .subcategories {
        padding: 24px 36px;
        margin-bottom: 36px
    }
    .subcategories .category__children .owl-nav button.owl-prev {
        left: -36px
    }
    .subcategories .category__children .owl-nav button.owl-next {
        right: -36px
    }
}

.category__description {
    padding: 36px;
    background-color: #ECF5DD;
    border-radius: 20px
}

.category__description:after {
    display: block;
    content: '';
    clear: both;
    width: 100%
}

.category__description h2 {
    font-size: 36px;
    line-height: 36px;
    margin: 0 0 36px
}

.category__description p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 1.5em
}

.category__description img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

@media only screen and (max-width:1000px) {
    .category__description h2 {
        font-size: 28px
    }
    .category__description figure {
        float: none!important;
        margin: 0 0 1.5em!important;
        width: 100%
    }
}

@media only screen and (max-width:756px) {
    .category__description {
        padding: 24px;
        margin: 0 -12px;
        border-radius: 0
    }
    .category__description h2 {
        font-size: 20px;
        margin: 0 0 24px
    }
}

.category__pagination {
    text-align: center
}

.category__pagination div {
    margin-bottom: 12px
}

.category__pagination .lazyloading-load-more {
    display: inline-block;
    color: #807978;
    background-color: #ffffff;
    border-radius: 12px;
    padding-top: 12px;
    padding: 12px 24px
}

.category__pagination .lazyloading-load-more:hover {
    color: #70A35B
}

@media only screen and (max-width:756px) {
    .filters {
        margin: 0 -24px 12px
    }
}

.filters .h3 {
    margin: 0 0 18px;
    font-size: 20px;
    line-height: 20px;
    padding: 9px 0
}

.filters .h3:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #EE7D56;
    margin-right: 12px;
    line-height: 1;
    vertical-align: middle
}

.filters .h5 {
    margin-bottom: 24px
}

.filters .gray {
    display: none
}

.filters .filter-param {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 24px;
    margin-bottom: 24px
}

@media only screen and (max-width:756px) {
    .filters .filter-param {
        margin: 0 0 18px;
        padding: 12px 24px;
        border-radius: 0
    }
}

.filters .slider {
    background: transparent
}

.filters .slider .col {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.filters .slider input {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    height: 48px;
    background: #F2F2F2;
    border-radius: 12px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000000;
    text-align: center;
    padding: 8px 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.filters label {
    display: block
}

.filters .ui-slider {
    margin: 36px 12px 18px;
    display: block
}

.filters .ui-slider-horizontal {
    height: 4px;
    border: none
}

.filters .ui-slider-horizontal .ui-slider-handle,
.filters .ui-slider-horizontal .ui-slider-handle.ui-state-focus {
    border-radius: 50%;
    z-index: 0;
    top: 50%
}

.filters .ui-slider-horizontal.ui-widget-content {
    background: #d5d9c1
}

.filters .ui-slider-horizontal .ui-widget-header {
    background: #70A35B;
    height: 4px;
    position: relative;
    top: 0;
    z-index: 0
}

.filters .ui-widget-content .ui-state-default {
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
    background: rgba(112, 163, 91, 0.25);
    border: 0;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    outline: none
}

.filters .ui-widget-content .ui-state-default:after {
    content: '';
    width: 11px;
    height: 11px;
    display: block;
    margin: 7px;
    background: #70A35B;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.filters .ch__input {
    cursor: pointer;
    margin-bottom: 16px;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.filters .ch__input input {
    display: none
}

.filters .ch__input input+.fx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.filters .ch__input input+.fx span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.filters .ch__input input+.fx span i {
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 12px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.15)
}

.filters .ch__input input+.fx:before {
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    left: 296px;
    top: 1026px;
    background: #ECF5DD;
    border-radius: 4px;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    padding: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 12px
}

.filters .ch__input input:checked+.fx:before {
    background: #000000 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNLjY2NyAzLjUyYy0uNTEtLjQ0Ni4yNjYtMS4xMjIuNzc2LS42NzdsMi4yNzggMS45ODVMOC41MzguMTYyYy40ODItLjQ2NiAxLjI5Ny4xNzMuODE1LjY0TDQuMTMgNS44NmEuNjA4LjYwOCAwIDAgMS0uNzc2IDBMLjY2NyAzLjUyeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center center;
    background-size: 10px 6px
}

@media only screen and (max-width:1000px) {
    .hide-mobile {
        display: none
    }
    .filters {
        overflow: hidden;
        visibility: hidden;
        height: 0;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        -webkit-transition: .15s .25s linear;
        -o-transition: .15s .25s linear;
        transition: .15s .25s linear
    }
    .filters.is-shown {
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        height: auto
    }
    .filters .h3 {
        display: none
    }
}

@media only screen and (min-width:1001px) {
    .sidebar__filters {
        position: -webkit-sticky;
        position: sticky;
        top: 18px
    }
}

.mfp-container:before {
    display: none!important
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.product__container {
    padding: 36px;
    background-color: #ECF5DD;
    border-radius: 20px
}

.product__container .product-gallery {
    margin: 0;
    padding: 0
}

.product__container .product-gallery #product-core-image {
    position: relative;
    height: 0;
    padding-top: 100%;
    background-color: #ffffff;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 24px
}

.product__container .product-gallery #product-core-image img#product-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -o-object-fit: contain;
    object-fit: contain
}

.product__container .product-gallery #switching-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    top: 0;
    left: 0
}

.product__container .product-gallery .more-images {
    margin: 0 32px 24px;
    padding: 0;
    width: auto!important
}

.product__container .product-gallery .more-images .image {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 12px;
    overflow: hidden;
    border: 2px solid #ffffff
}

@media only screen and (max-width:756px) {
    .product__container .product-gallery .more-images .image {
        padding: 4px
    }
}

.product__container .product-gallery .more-images .image:hover {
    border-color: #D5D9C1
}

.product__container .product-gallery .more-images .image.selected {
    border-color: #EE7D56
}

.product__container .product-gallery .more-images .owl-nav {
    display: block!important
}

.product__container .product-gallery .more-images .owl-nav.disabled {
    opacity: .5
}

.product__container .product-gallery .more-images .owl-nav button {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    outline: none
}

.product__container .product-gallery .more-images .owl-nav button svg {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto
}

.product__container .product-gallery .more-images .owl-nav button.disabled {
    cursor: default;
    opacity: .5
}

.product__container .product-gallery .more-images .owl-nav button.owl-next {
    right: -32px
}

.product__container .product-gallery .more-images .owl-nav button.owl-prev {
    left: -32px
}

.product__container .product-gallery .more-images .owl-item {
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width:756px) {
    .product__container .product-gallery .more-images .owl-item {
        padding: 0 4px
    }
}

.product__container .form__quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 12px 0
}

.product__container .form__quantity label {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px
}

.product__container .form__quantity input {
    height: 64px;
    width: 75px;
    background: #FFFFFF;
    border: 1px solid #D5D9C1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    padding: 0;
    box-sizing: border-box;
    margin: 0 24px;
    outline: none
}

.product__container .form__quantity__minus,
.product__container .form__quantity__plus {
    color: #807978;
    display: block;
    cursor: pointer
}

.product__container .form__quantity__minus:hover,
.product__container .form__quantity__plus:hover {
    color: #000000
}

.product__container .form__quantity__minus svg,
.product__container .form__quantity__plus svg {
    display: block;
    width: 24px;
    height: 24px
}

.product__container .form__quantity__minus.disabled,
.product__container .form__quantity__plus.disabled {
    color: #807978;
    opacity: .5
}

.product__container .form__quantity__minus svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.product__container .form__quantity__plus svg {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.product__container .options .inline-select a {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 9px 18px;
    vertical-align: middle;
    margin-right: 16px;
    margin-bottom: 16px
}

.product__container .options .inline-select a:last-child {
    margin-right: 0
}

.product__container .options .inline-select a.selected {
    background-color: #EE7D56;
    color: #ffffff
}

.product__container .options .inline-select a.sku-color {
    width: 48px;
    height: 48px;
    font-size: 0;
    border-radius: 50%;
    padding: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    border: 1px solid #D5D9C1;
    margin-right: 4px;
    margin-bottom: 4px
}

.product__container .options .inline-select a.sku-color span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #D5D9C1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.product__container .options .inline-select a.sku-color.selected {
    background: #D5D9C1;
    border-color: #A2A090
}

.product__container .options .inline-select a.sku-color.selected span {
    border-color: #A2A090
}

.product__container .item__price {
    padding: 12px 0
}

.product__container .item__price .price {
    font-family: Playfair Display;
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    color: #000000
}

.product__container .item__price .compare-at-price {
    font-family: Playfair Display;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #A2A090
}

.product__container .separator {
    margin: 24px 0;
    border: 0;
    width: 100%;
    height: 1px;
    display: block;
    background-color: #D5D9C1
}

.product__container .form__header {
    margin-bottom: 12px;
    text-align: right
}

.product__container .form__header .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.product__container .form__header .rating a {
    white-space: nowrap;
    margin-left: 6px
}

.product__container .plugin-region {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px
}

.product__container .plugin-region span {
    display: block;
    color: #EE7D56;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px
}

.product__container .plugin-region span:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #000000
}

.product__container .plugin-region span img {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    margin-left: .5em
}

.product__container .services {
    padding: 12px 0
}

.product__container .services .service__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 0
}

.product__container .services .service__item .icon {
    display: block;
    width: 48px;
    height: 48px
}

.product__container .services .service__item label {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 135px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px
}

.product__container .services .service__item label i,
.product__container .services .service__item label span {
    display: inline-block;
    line-height: 1;
    vertical-align: middle
}

.product__container .services .service__item label input {
    display: none
}

.product__container .services .service__item label input+.input {
    width: 24px;
    height: 24px;
    border-radius: 2px;
    border: 1px solid #A2A090;
    margin-right: 6px;
    background-color: #ffffff;
    position: relative;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.product__container .services .service__item label input+.input:before {
    content: '';
    position: absolute;
    display: block;
    width: 12px;
    height: 6px;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -7px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    -webkit-transform: rotate(-90deg) scale(0);
    -ms-transform: rotate(-90deg) scale(0);
    transform: rotate(-90deg) scale(0);
    -webkit-transition: .15s .15s linear;
    -o-transition: .15s .15s linear;
    transition: .15s .15s linear
}

.product__container .services .service__item label input:checked+.input {
    background-color: #70A35B;
    border-color: #70A35B
}

.product__container .services .service__item label input:checked+.input:before {
    -webkit-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1)
}

.product__container .services .service__item .selectric-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.product__container .product__actions {
    padding: 12px 0;
    text-align: right
}

.product__container .product__actions .btn {
    font-weight: 600;
    padding: 20px 40px;
    border-radius: 12px
}

.product__container .product__actions .btn.btn-green {
    border: 1px solid #70A35B
}

.product__container .product__actions .btn.btn-white {
    border-color: #EE7D56;
    margin-left: 1em
}

.product__container .skus {
    margin: 0;
    padding: 0;
    list-style: none
}

.product__container .skus li {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    margin-right: 12px;
    margin-bottom: 12px
}

.product__container .skus li:last-child {
    margin-right: 0
}

.product__container .product__articul {
    background-color: #ffffff;
    color: #A2A090;
    padding: 12px;
    margin: 12px 0;
    border-radius: 8px
}

@media only screen and (max-width:756px) {
    .product__container {
        padding: 24px;
        margin: 0 -12px;
        border-radius: 0
    }
    .product__container .services .service__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .product__container .services .service__item .selectric-wrapper {
        width: 100%;
        margin: 6px 0 12px
    }
    .product__container .product__actions .btn {
        width: 100%;
        margin: 0 0 12px!important
    }
}

.product {
    margin-bottom: 64px
}

.product__related {
    padding: 36px 24px;
    background-color: #ECF5DD;
    border-radius: 20px;
    margin-bottom: 64px
}

.product__related h2 {
    font-size: 36px;
    line-height: 36px;
    margin: 0 72px 28px 12px
}

.product__related .owl-carousel .product-list__item {
    margin: 0
}

.product__related .owl-carousel .owl-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px 12px
}

.product__related .owl-carousel .owl-nav {
    position: absolute;
    top: -64px;
    right: 0
}

.product__related .owl-carousel .owl-nav button.owl-next,
.product__related .owl-carousel .owl-nav button.owl-prev {
    outline: none;
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    color: #807978
}

.product__related .owl-carousel .owl-nav button.owl-next:hover,
.product__related .owl-carousel .owl-nav button.owl-prev:hover {
    color: #000000
}

.product__related .owl-carousel .owl-nav button.owl-next .icon,
.product__related .owl-carousel .owl-nav button.owl-prev .icon {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto
}

@media only screen and (max-width:1000px) {
    .product__related h2 {
        font-size: 28px
    }
}

@media only screen and (max-width:756px) {
    .product__related {
        padding: 24px;
        margin: 0 -12px 24px;
        border-radius: 0
    }
    .product__related h2 {
        font-size: 20px
    }
    .product__related .owl-carousel {
        width: auto!important;
        margin: 0 -12px
    }
}

.mfp-bottom-bar {
    display: none
}

.mfp-figure:after {
    background: #ffffff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NHB4IiBoZWlnaHQ9IjY0cHgiIHZpZXdCb3g9IjAgMCAxMjggMTI4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBmaWxsPSIjZWU3YzU2IiBmaWxsLW9wYWNpdHk9IjEiIGQ9Ik02NCwxMjhhNjQsNjQsMCwxLDEsNjQtNjRBNjQsNjQsMCwwLDEsNjQsMTI4Wk02NCwyLjc1QTYxLjI1LDYxLjI1LDAsMSwwLDEyNS4yNSw2NCw2MS4yNSw2MS4yNSwwLDAsMCw2NCwyLjc1WiIvPjxwYXRoIGZpbGw9IiNlZTdjNTYiIGZpbGwtb3BhY2l0eT0iMSIgZD0iTTY0IDEyOGE2NCA2NCAwIDEgMSA2NC02NCA2NCA2NCAwIDAgMS02NCA2NHpNNjQgMi43NUE2MS4yIDYxLjIgMCAwIDAgMy4zNCA3Mi40YzEuMjgtMy41MiAzLjktNi4zMiA3LjUtNi44NiA2LjU1LTEgMTEuOSAyLjYzIDEzLjYgOC4wOCAzLjUyIDExLjI3LjUgMjMgMTUgMzUuMjUgMTkuNDcgMTYuNDYgNDAuMzQgMTMuNTQgNTIuODQgOS40NkE2MS4yNSA2MS4yNSAwIDAgMCA2NCAyLjc1eiIvPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDY0IDY0IiB0bz0iMzYwIDY0IDY0IiBkdXI9IjEwMDBtcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZVRyYW5zZm9ybT48L2c+PC9zdmc+) no-repeat center center!important;
    background-size: 48px!important
}

.mfp-img {
    opacity: 0;
    -webkit-transition: .15s .25s linear;
    -o-transition: .15s .25s linear;
    transition: .15s .25s linear
}

.mfp-s-ready .mfp-img {
    opacity: 1
}

@media only screen and (max-width:756px) {
    .product__container .services .service__item .icon,
    .product__container .services .service__item label span {
        display: none
    }
    .product__container .services .service__item label {
        padding: 0 10px 0 0;
        width: auto
    }
    .product__container .services .service__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.order__section {
    padding: 36px;
    background-color: #ECF5DD;
    border-radius: 20px;
    margin-bottom: 64px
}

.order__section .cart-empty {
    text-align: center;
    color: #A2A090
}

.order__section .cart-empty h3 {
    margin: 0 0 24px;
    color: #000000
}

.order__section .cart-empty .icon {
    width: 160px;
    height: 160px;
    margin-bottom: 24px
}

@media only screen and (max-width:756px) {
    .order__section {
        padding: 24px;
        margin: 0 -12px;
        border-radius: 0;
        margin-bottom: 24px
    }
}

.table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0 64px
}

.table td,
.table th {
    text-align: left;
    padding: 12px
}

.table td.align-right,
.table th.align-right {
    text-align: right;
    white-space: nowrap
}

.table tbody tr {
    border-bottom: 1px solid #D5D9C1
}

.table tbody tr:first-child {
    border-top: 1px solid #D5D9C1
}

.table tbody tr td {
    font-size: 14px;
    line-height: 20px
}

.table .gray {
    opacity: .5
}

.table.single-order td,
.table.single-order th {
    border: 1px solid #D5D9C1
}

@media only screen and (max-width:756px) {
    .table.single-order thead {
        display: none
    }
}

@media only screen and (max-width:756px) {
    .table.orders-list tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .table.orders-list tr td:first-child {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.order-status {
    display: inline-block;
    padding: 6px 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff
}

#wa-my-info-wrapper {
    padding: 36px;
    background-color: #ECF5DD;
    border-radius: 20px;
    margin: 24px 0 64px
}

#wa-my-info-wrapper .wa-field {
    margin-bottom: 24px
}

#wa-my-info-wrapper .wa-field.wa-form__action {
    margin-bottom: 0;
    text-align: right
}

#wa-my-info-wrapper input[type=password],
#wa-my-info-wrapper input[type=text] {
    background-color: #ffffff;
    height: 48px;
    border: 1px solid #D5D9C1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 12px;
    color: #000000;
    padding: 14px 16px;
    font-size: 14px;
    line-height: 20px;
    outline: 0;
    width: 100%;
    -webkit-transition: background 50s;
    -o-transition: background 50s;
    transition: background 50s
}

#wa-my-info-wrapper input[type=password]:hover,
#wa-my-info-wrapper input[type=text]:hover {
    border-color: #807978
}

#wa-my-info-wrapper input[type=password]:-moz-read-only,
#wa-my-info-wrapper input[type=password]:disabled,
#wa-my-info-wrapper input[type=text]:-moz-read-only,
#wa-my-info-wrapper input[type=text]:disabled {
    -moz-user-select: none;
    user-select: none;
    background-color: #ffffff;
    border: 1px solid #70A35B;
    color: black;
    user-select: none;
    cursor: default
}

#wa-my-info-wrapper input[type=password]:disabled,
#wa-my-info-wrapper input[type=password]:read-only,
#wa-my-info-wrapper input[type=text]:disabled,
#wa-my-info-wrapper input[type=text]:read-only {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ffffff;
    border: 1px solid #70A35B;
    color: black;
    user-select: none;
    cursor: default
}

@media only screen and (max-width:756px) {
    #wa-my-info-wrapper {
        padding: 24px;
        margin: 24px -12px;
        border-radius: 0
    }
}

#wa-my-info-edit-wrapper .wa-field {
    padding: 0 12px;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width:756px) {
    #wa-my-info-edit-wrapper .wa-field {
        width: 100%
    }
}

#wa-my-info-edit-wrapper .wa-field.wa-field-password {
    width: 100%;
    margin-bottom: 0
}

#wa-my-info-edit-wrapper .wa-field.wa-field-password .wa-name {
    display: none
}

#wa-my-info-edit-wrapper .wa-field.wa-field-password .wa-value span {
    display: none!important
}

#wa-my-info-edit-wrapper .wa-field.wa-field-password .wa-value p {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px
}

#wa-my-info-edit-wrapper .wa-field.wa-field-password .wa-value p span.field {
    display: block!important;
    width: 50%;
    padding: 0 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-bottom: 24px
}

@media only screen and (max-width:756px) {
    #wa-my-info-edit-wrapper .wa-field.wa-field-password .wa-value p span.field {
        width: 100%
    }
}

#wa-my-info-edit-wrapper .wa-field.wa-field-password .wa-value p span.field span {
    display: block!important
}

.wa-login-form-wrapper {
    font-size: 16px;
    line-height: 24px
}

.wa-login-form-wrapper .wa-name {
    font-size: 16px;
    line-height: 24px;
    color: #000000!important
}

.wa-login-form-wrapper .wa-field-remember-me .wa-value label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wa-login-form-wrapper input[type=password],
.wa-login-form-wrapper input[type=text] {
    background-color: #ffffff;
    height: 48px;
    border: 1px solid #D5D9C1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    color: #000000;
    padding: 14px 16px;
    font-size: 14px;
    line-height: 20px;
    outline: 0;
    width: 320px!important;
    padding: 0 24px!important;
    -webkit-transition: background 50s;
    -o-transition: background 50s;
    transition: background 50s
}

.wa-login-form-wrapper input[type=password]:hover,
.wa-login-form-wrapper input[type=text]:hover {
    border-color: #807978
}

.wa-login-form-wrapper input[type=password]:-moz-read-only,
.wa-login-form-wrapper input[type=password]:disabled,
.wa-login-form-wrapper input[type=text]:-moz-read-only,
.wa-login-form-wrapper input[type=text]:disabled {
    -moz-user-select: none;
    user-select: none;
    background-color: #ffffff;
    border: 1px solid #70A35B;
    color: black;
    user-select: none;
    cursor: default
}

.wa-login-form-wrapper input[type=password]:disabled,
.wa-login-form-wrapper input[type=password]:read-only,
.wa-login-form-wrapper input[type=text]:disabled,
.wa-login-form-wrapper input[type=text]:read-only {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ffffff;
    border: 1px solid #70A35B;
    color: black;
    user-select: none;
    cursor: default
}

.cart-summary-page {
    padding: 36px;
    background-color: #ECF5DD;
    border-radius: 20px;
    margin: 0 0 64px
}

.cart-summary-page .item {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #D5D9C1
}

.cart-summary-page .item .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.cart-summary-page .item .col {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.cart-summary-page .item .col.item-thumb {
    width: 96px;
    margin-right: 24px
}

.cart-summary-page .item .col.item-thumb a {
    display: block;
    position: relative;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #ffffff
}

.cart-summary-page .item .col.item-thumb a:hover {
    border-color: #D5D9C1
}

.cart-summary-page .item .col.item-thumb a img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    border: 6px solid #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.cart-summary-page .item .col.item-name {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.cart-summary-page .item .col.item-name a {
    font-weight: 600;
    color: #000000
}

.cart-summary-page .item .col.item-name a:hover {
    color: #70A35B
}

.cart-summary-page .item .col.item-name span {
    display: block;
    opacity: .5
}

.cart-summary-page .item .col.item-qty {
    width: 120px;
    padding: 24px;
    position: relative
}

.cart-summary-page .item .col.item-qty input {
    background-color: #ffffff;
    height: 48px;
    border: 1px solid #D5D9C1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    color: #000000;
    padding: 14px 16px;
    font-size: 14px;
    line-height: 20px;
    outline: 0;
    width: 100%;
    padding: 0 24px!important;
    text-align: center;
    font-weight: 600;
    -webkit-transition: background 50s;
    -o-transition: background 50s;
    transition: background 50s
}

.cart-summary-page .item .col.item-qty input:hover {
    border-color: #807978
}

.cart-summary-page .item .col.item-qty input:-moz-read-only,
.cart-summary-page .item .col.item-qty input:disabled {
    -moz-user-select: none;
    user-select: none;
    background-color: #ffffff;
    border: 1px solid #70A35B;
    color: black;
    user-select: none;
    cursor: default
}

.cart-summary-page .item .col.item-qty input:disabled,
.cart-summary-page .item .col.item-qty input:read-only {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ffffff;
    border: 1px solid #70A35B;
    color: black;
    user-select: none;
    cursor: default
}

.cart-summary-page .item .col.item-qty .form__quantity__minus,
.cart-summary-page .item .col.item-qty .form__quantity__plus {
    left: 50%;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    margin-left: -12px;
    color: #A2A090;
    cursor: pointer
}

.cart-summary-page .item .col.item-qty .form__quantity__minus:hover,
.cart-summary-page .item .col.item-qty .form__quantity__plus:hover {
    color: #000000
}

.cart-summary-page .item .col.item-qty .form__quantity__minus.disabled,
.cart-summary-page .item .col.item-qty .form__quantity__plus.disabled {
    color: #A2A090;
    cursor: default;
    opacity: .5
}

.cart-summary-page .item .col.item-qty .form__quantity__minus svg,
.cart-summary-page .item .col.item-qty .form__quantity__plus svg {
    width: 24px;
    height: 24px
}

.cart-summary-page .item .col.item-qty .form__quantity__minus {
    bottom: 0
}

.cart-summary-page .item .col.item-qty .form__quantity__minus svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.cart-summary-page .item .col.item-qty .form__quantity__plus {
    top: 0
}

.cart-summary-page .item .col.item-qty .form__quantity__plus svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.cart-summary-page .item .col.item-total {
    font-weight: 600;
    font-family: Playfair Display;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    white-space: nowrap
}

.cart-summary-page .item .col.item-remove {
    width: 96px
}

.cart-summary-page .item .col.item-remove a {
    display: block;
    width: 24px;
    height: 24px;
    color: #A2A090;
    margin: 0 0 0 auto
}

.cart-summary-page .item .col.item-remove a:hover {
    color: #000000
}

.cart-summary-page .item .col.item-remove a svg {
    display: block;
    width: 24px;
    height: 24px
}

.cart-summary-page .item .services {
    position: relative;
    padding: 0 0 0 120px
}

.cart-summary-page .item .services:before {
    content: 'Также можно добавить';
    display: block;
    border-right: 1px solid #D5D9C1;
    width: 90px;
    padding-right: 16px;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    font-size: 14px;
    line-height: 24px
}

.cart-summary-page .item .services [data-id] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 0;
    max-width: 100%;
    width: 420px
}

.cart-summary-page .item .services [data-id] .icon {
    display: block;
    width: 48px;
    height: 48px
}

.cart-summary-page .item .services [data-id] label {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 135px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px
}

.cart-summary-page .item .services [data-id] label i,
.cart-summary-page .item .services [data-id] label span {
    display: inline-block;
    line-height: 1;
    vertical-align: middle
}

.cart-summary-page .item .services [data-id] label input {
    display: none
}

.cart-summary-page .item .services [data-id] label input+.input {
    width: 24px;
    height: 24px;
    border-radius: 2px;
    border: 1px solid #A2A090;
    margin-right: 6px;
    background-color: #ffffff;
    position: relative;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.cart-summary-page .item .services [data-id] label input+.input:before {
    content: '';
    position: absolute;
    display: block;
    width: 12px;
    height: 6px;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -7px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    -webkit-transform: rotate(-90deg) scale(0);
    -ms-transform: rotate(-90deg) scale(0);
    transform: rotate(-90deg) scale(0);
    -webkit-transition: .15s .15s linear;
    -o-transition: .15s .15s linear;
    transition: .15s .15s linear
}

.cart-summary-page .item .services [data-id] label input:checked+.input {
    background-color: #70A35B;
    border-color: #70A35B
}

.cart-summary-page .item .services [data-id] label input:checked+.input:before {
    -webkit-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1)
}

.cart-summary-page .item .services [data-id] .selectric-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.cart-summary-page .discount-form {
    margin-bottom: 24px
}

.cart-summary-page .discount-form p {
    margin: 0 0 12px;
    font-size: 12px;
    line-height: 16px;
    color: #807978
}

.cart-summary-page .discount-form #apply-coupon-code {
    display: inline-block;
    font-size: 0;
    width: 400px;
    max-width: 100%;
    position: relative
}

.cart-summary-page .discount-form #apply-coupon-code input[type=text] {
    background-color: #ffffff;
    height: 48px;
    border: 1px solid #D5D9C1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    color: #000000;
    padding: 14px 16px;
    font-size: 14px;
    line-height: 20px;
    outline: 0;
    width: 100%;
    padding: 0 60px 0 12px;
    position: relative;
    z-index: 1;
    -webkit-transition: background 50s;
    -o-transition: background 50s;
    transition: background 50s
}

.cart-summary-page .discount-form #apply-coupon-code input[type=text]:hover {
    border-color: #807978
}

.cart-summary-page .discount-form #apply-coupon-code input[type=submit] {
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 2;
    margin-top: -14px;
    min-width: 48px
}

.cart-summary-page .card__summary {
    width: auto;
    margin: 0 0 24px auto;
    font-family: 'Playfair Display', serif;
    font-weight: 700
}

.cart-summary-page .card__summary tr {
    border: 0!important
}

.cart-summary-page .card__summary tr td {
    font-size: 14px;
    line-height: 16px;
    text-align: right
}

.cart-summary-page .card__summary tr td:last-child {
    width: 140px
}

.cart-summary-page .card__summary tr.large td {
    font-size: 24px;
    line-height: 24px;
    padding-top: 12px
}

.cart-summary-page .cart-checkout {
    text-align: right
}

.cart-summary-page .cart-checkout .btn.btn-lg {
    font-size: 20px;
    line-height: 20px;
    padding: 22px 48px;
    border-radius: 12px
}

@media only screen and (max-width:756px) {
    .cart-summary-page {
        padding: 24px;
        margin: 0 -12px 24px;
        border-radius: 0
    }
    .cart-summary-page .item {
        position: relative
    }
    .cart-summary-page .item .row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .cart-summary-page .item .col.item-name,
    .cart-summary-page .item .col.item-thumb {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .cart-summary-page .item .col.item-thumb {
        margin: 0
    }
    .cart-summary-page .item .col.item-name {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: calc(100% - 96px)
    }
    .cart-summary-page .item .col.item-qty,
    .cart-summary-page .item .col.item-total {
        width: 50%
    }
    .cart-summary-page .item .col.item-total {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .cart-summary-page .item .col.item-qty {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .cart-summary-page .item .col.item-remove {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
        width: 24px
    }
    .cart-summary-page .item .services {
        padding: 0
    }
    .cart-summary-page .item .services:before {
        position: static;
        padding: 0;
        border: 0;
        width: 100%
    }
    .cart-summary-page .item .services [data-id] {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .cart-summary-page .item .services [data-id] .selectric-wrapper {
        margin-top: 12px;
        margin-bottom: 24px
    }
    .cart-summary-page .cart-checkout .btn.btn-lg {
        width: 100%
    }
}

.checkout-form {
    padding: 36px;
    background-color: #ECF5DD;
    border-radius: 20px;
    margin: 0 0 64px
}

.checkout-form #create-user-div {
    padding: 12px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.checkout-form .checkout-step {
    margin-bottom: 48px
}

.checkout-form .checkout-step .checkout-header {
    margin: 0 0 24px;
    font-size: 20px;
    line-height: 24px
}

.checkout-form .checkout-step-content .error {
    color: #EE7D56;
    font-size: 10px;
    line-height: 10px;
    padding: 2px 12px
}

.checkout-form .checkout-step-content .wa-value input,
.checkout-form .checkout-step-content .wa-value textarea {
    background-color: #ffffff;
    height: 48px;
    border: 1px solid #D5D9C1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 12px;
    color: #000000;
    padding: 14px 16px;
    font-size: 14px;
    line-height: 20px;
    outline: 0;
    width: 100%
}

.checkout-form .checkout-step-content .wa-value input:hover,
.checkout-form .checkout-step-content .wa-value textarea:hover {
    border-color: #807978
}

.checkout-form .checkout-step-content .wa-value textarea {
    resize: none;
    height: 200px
}

.checkout-form .checkout-step-content.auth {
    display: none
}

.checkout-form .checkout-step-content blockquote {
    margin: 0;
    padding: 0
}

.checkout-form .checkout-step-content .adress-move {
    margin-bottom: -12px
}

.checkout-form .checkout-step-content .adress-move .wa-field .wa-value p .field span {
    font-family: Source Sans Pro;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #A2A090;
    padding: 0 10px 5px
}

.checkout-form .checkout-step-content .shipping {
    margin: 0;
    padding: 0;
    list-style: none
}

.checkout-form .checkout-step-content .shipping .descr,
.checkout-form .checkout-step-content .shipping .rate {
    display: none
}

.checkout-form .checkout-step-content .shipping h3 {
    display: none
}

.checkout-form .checkout-step-content .shipping .wa-name {
    display: none!important
}

.checkout-form .checkout-step-content .shipping .wa-form .wa-value p {
    margin: 0 -12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.checkout-form .checkout-step-content .shipping .wa-form .wa-value p span {
    display: block;
    padding: 0 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%
}

.checkout-form .checkout-step-content .shipping .wa-form .wa-value p span .hint {
    font-family: Source Sans Pro;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #A2A090;
    padding: 0 10px 5px
}

.checkout-form .checkout-step-content .shipping .wa-field-address-shipping .wa-name {
    display: none
}

.checkout-form .checkout-step-content .shipping .wa-field-address-shipping .wa-value p {
    margin: 0 -12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.checkout-form .checkout-step-content .shipping .wa-field-address-shipping .wa-value p .field {
    display: block;
    width: 50%;
    padding: 0 12px;
    margin-bottom: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.checkout-form .checkout-step-content .shipping .wa-field-address-shipping .wa-value p .field.wa-field-address-anonimno-danet,
.checkout-form .checkout-step-content .shipping .wa-field-address-shipping .wa-value p .field.wa-field-address-sfotografirovat,
.checkout-form .checkout-step-content .shipping .wa-field-address-shipping .wa-value p .field.wa-field-address-ya-sam-poluchay,
.checkout-form .checkout-step-content .shipping .wa-field-address-shipping .wa-value p .field.wa-field-address-zvonit-poluchat {
    width: auto;
    margin-right: 24px;
    position: relative;
    padding-left: 60px;
    margin-left: 2px
}

.checkout-form .checkout-step-content .shipping .wa-field-address-shipping .wa-value p .field.wa-field-address-anonimno-danet span,
.checkout-form .checkout-step-content .shipping .wa-field-address-shipping .wa-value p .field.wa-field-address-sfotografirovat span,
.checkout-form .checkout-step-content .shipping .wa-field-address-shipping .wa-value p .field.wa-field-address-ya-sam-poluchay span,
.checkout-form .checkout-step-content .shipping .wa-field-address-shipping .wa-value p .field.wa-field-address-zvonit-poluchat span {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 24px;
    position: relative;
    z-index: 0;
    font-weight: 600;
    color: #000000
}

.checkout-form .checkout-step-content .shipping .wa-field-address-shipping .wa-value p .field.wa-field-address-anonimno-danet input[type=checkbox],
.checkout-form .checkout-step-content .shipping .wa-field-address-shipping .wa-value p .field.wa-field-address-sfotografirovat input[type=checkbox],
.checkout-form .checkout-step-content .shipping .wa-field-address-shipping .wa-value p .field.wa-field-address-ya-sam-poluchay input[type=checkbox],
.checkout-form .checkout-step-content .shipping .wa-field-address-shipping .wa-value p .field.wa-field-address-zvonit-poluchat input[type=checkbox] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 3;
    outline: 0;
    cursor: pointer
}

.checkout-form .checkout-step-content .shipping .wa-field-address-shipping .wa-value p .field.wa-field-address-anonimno-danet:after,
.checkout-form .checkout-step-content .shipping .wa-field-address-shipping .wa-value p .field.wa-field-address-anonimno-danet:before,
.checkout-form .checkout-step-content .shipping .wa-field-address-shipping .wa-value p .field.wa-field-address-sfotografirovat:after,
.checkout-form .checkout-step-content .shipping .wa-field-address-shipping .wa-value p .field.wa-field-address-sfotografirovat:before,
.checkout-form .checkout-step-content .shipping .wa-field-address-shipping .wa-value p .field.wa-field-address-ya-sam-poluchay:after,
.checkout-form .checkout-step-content .shipping .wa-field-address-shipping .wa-value p .field.wa-field-address-ya-sam-poluchay:before,
.checkout-form .checkout-step-content .shipping .wa-field-address-shipping .wa-value p .field.wa-field-address-zvonit-poluchat:after,
.checkout-form .checkout-step-content .shipping .wa-field-address-shipping .wa-value p .field.wa-field-address-zvonit-poluchat:before {
    display: block;
    position: absolute;
    content: '';
    top: 50%;
    -webkit-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out
}

.checkout-form .checkout-step-content .shipping .wa-field-address-shipping .wa-value p .field.wa-field-address-anonimno-danet:before,
.checkout-form .checkout-step-content .shipping .wa-field-address-shipping .wa-value p .field.wa-field-address-sfotografirovat:before,
.checkout-form .checkout-step-content .shipping .wa-field-address-shipping .wa-value p .field.wa-field-address-ya-sam-poluchay:before,
.checkout-form .checkout-step-content .shipping .wa-field-address-shipping .wa-value p .field.wa-field-address-zvonit-poluchat:before {
    background-color: #A2A090;
    width: 38px;
    height: 24px;
    border-radius: 12px;
    z-index: 1;
    margin-top: -12px;
    left: 12px
}

.checkout-form .checkout-step-content .shipping .wa-field-address-shipping .wa-value p .field.wa-field-address-anonimno-danet:after,
.checkout-form .checkout-step-content .shipping .wa-field-address-shipping .wa-value p .field.wa-field-address-sfotografirovat:after,
.checkout-form .checkout-step-content .shipping .wa-field-address-shipping .wa-value p .field.wa-field-address-ya-sam-poluchay:after,
.checkout-form .checkout-step-content .shipping .wa-field-address-shipping .wa-value p .field.wa-field-address-zvonit-poluchat:after {
    background-color: #ffffff;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    z-index: 2;
    margin-top: -8px;
    left: 12px;
    margin-left: 4px
}

.checkout-form .checkout-step-content .shipping .wa-field-address-shipping .wa-value p .field.wa-field-address-anonimno-danet.active:before,
.checkout-form .checkout-step-content .shipping .wa-field-address-shipping .wa-value p .field.wa-field-address-sfotografirovat.active:before,
.checkout-form .checkout-step-content .shipping .wa-field-address-shipping .wa-value p .field.wa-field-address-ya-sam-poluchay.active:before,
.checkout-form .checkout-step-content .shipping .wa-field-address-shipping .wa-value p .field.wa-field-address-zvonit-poluchat.active:before {
    background-color: #70A35B
}

.checkout-form .checkout-step-content .shipping .wa-field-address-shipping .wa-value p .field.wa-field-address-anonimno-danet.active:after,
.checkout-form .checkout-step-content .shipping .wa-field-address-shipping .wa-value p .field.wa-field-address-sfotografirovat.active:after,
.checkout-form .checkout-step-content .shipping .wa-field-address-shipping .wa-value p .field.wa-field-address-ya-sam-poluchay.active:after,
.checkout-form .checkout-step-content .shipping .wa-field-address-shipping .wa-value p .field.wa-field-address-zvonit-poluchat.active:after {
    margin-left: 18px
}

.checkout-form .checkout-step-content .shipping .wa-field-address-shipping .wa-value p .field.wa-field-address-separator {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 0;
    overflow: hidden
}

.checkout-form .checkout-step-content .shipping .wa-field-address-shipping .wa-value p .field.wa-field-address-dobavit-otkrytk {
    width: 100%;
    position: relative;
    padding-left: 60px;
    margin-left: 2px
}

.checkout-form .checkout-step-content .shipping .wa-field-address-shipping .wa-value p .field.wa-field-address-dobavit-otkrytk:after,
.checkout-form .checkout-step-content .shipping .wa-field-address-shipping .wa-value p .field.wa-field-address-dobavit-otkrytk:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out
}

.checkout-form .checkout-step-content .shipping .wa-field-address-shipping .wa-value p .field.wa-field-address-dobavit-otkrytk:before {
    width: 24px;
    height: 24px;
    z-index: 1;
    border: 1px solid #A2A090;
    background-color: #ffffff;
    border-radius: 2px;
    margin-top: -12px;
    left: 12px
}

.checkout-form .checkout-step-content .shipping .wa-field-address-shipping .wa-value p .field.wa-field-address-dobavit-otkrytk:after {
    width: 12px;
    height: 6px;
    margin-top: -5px;
    -webkit-transform: rotate(-90deg) scale(0);
    -ms-transform: rotate(-90deg) scale(0);
    transform: rotate(-90deg) scale(0);
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    z-index: 2;
    left: 18px
}

.checkout-form .checkout-step-content .shipping .wa-field-address-shipping .wa-value p .field.wa-field-address-dobavit-otkrytk.active:before {
    background-color: #70A35B;
    border-color: #70A35B
}

.checkout-form .checkout-step-content .shipping .wa-field-address-shipping .wa-value p .field.wa-field-address-dobavit-otkrytk.active:after {
    -webkit-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1)
}

.checkout-form .checkout-step-content .shipping .wa-field-address-shipping .wa-value p .field.wa-field-address-dobavit-otkrytk input[type=checkbox] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 3;
    outline: 0;
    cursor: pointer
}

.checkout-form .checkout-step-content .shipping .wa-field-address-shipping .wa-value p .field.wa-field-address-dobavit-otkrytk span {
    margin: 0;
    padding: 0;
    line-height: 24px;
    position: relative;
    z-index: 0
}

.checkout-form .checkout-step-content .shipping .wa-field-address-shipping .wa-value p .field.wa-field-address-tekst-otkrytki {
    width: 100%
}

.checkout-form .checkout-step-content .selectric {
    background-color: #ffffff;
    height: 48px;
    border: 1px solid #D5D9C1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 12px
}

.checkout-form .checkout-step-content .selectric-hover .selectric,
.checkout-form .checkout-step-content .selectric-open .selectric {
    border-color: #807978
}

.checkout-form .checkout-step-content .selectric .label {
    height: 48px;
    width: auto!important;
    padding: 5px 0!important;
    color: #000000;
    font-size: 14px;
    margin-left: 16px!important
}

.checkout-form .checkout-step-content .selectric .button {
    width: 48px;
    height: 48px;
    background-color: #ffffff
}

.checkout-form .checkout-step-content .payment {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px
}

.checkout-form .checkout-step-content .payment li {
    display: block;
    width: 33.3333333%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px
}

.checkout-form .checkout-step-content .payment li.no-payments {
    width: 100%;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.checkout-form .checkout-step-content .payment li label {
    height: 100%;
    min-height: 200px;
    padding: 24px;
    border-radius: 12px;
    color: #000000;
    background-color: #ffffff;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkout-form .checkout-step-content .payment li.active label {
    background-color: #70A35B;
    color: #ffffff
}

.checkout-form .checkout-step-content .payment .payment__icon {
    color: #70A35B;
    margin-bottom: 12px
}

.checkout-form .checkout-step-content .payment .payment__icon img,
.checkout-form .checkout-step-content .payment .payment__icon svg {
    height: 36px
}

.checkout-form .checkout-step-content .payment .payment__name {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 12px
}

.checkout-form .checkout-step-content .payment .payment__description {
    opacity: .5;
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    color: #000000;
    background-color: transparent!important;
    width: 100%;
    padding: 0
}

.checkout-form .checkout-step-content .payment .active .payment__icon {
    color: #ffffff
}

.checkout-form .checkout-step-content .payment .active .payment__description {
    color: #ffffff
}

.checkout-form .checkout-step-content .checkout-comment textarea {
    background-color: #ffffff;
    border: 1px solid #D5D9C1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 12px;
    color: #000000;
    padding: 14px 16px;
    font-size: 14px;
    line-height: 20px;
    outline: 0;
    width: 100%;
    resize: none;
    height: 200px
}

.checkout-form .checkout-step-content .checkout-comment textarea:hover {
    border-color: #807978
}

.checkout-form .checkout-step-content .checkout-comment label {
    font-family: Source Sans Pro;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #A2A090;
    padding: 0 10px 5px
}

.checkout-form .checkout-step-content .checkout__footer .btn-lg {
    padding: 16px 32px;
    font-size: 20px;
    line-height: 20px
}

.checkout-form .checkout-step-content .checkout__footer .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.checkout-form .checkout-step-content .checkout__footer .row .wa-field {
    padding: 12px 0
}

.checkout-form .checkout-step-content .checkout__footer .row .wa-field input {
    display: none
}

.checkout-form .checkout-step-content .checkout__footer .row .wa-field label {
    padding-left: 48px;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative
}

.checkout-form .checkout-step-content .checkout__footer .row .wa-field label:after,
.checkout-form .checkout-step-content .checkout__footer .row .wa-field label:before {
    display: block;
    position: absolute;
    content: '';
    top: 50%;
    -webkit-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out
}

.checkout-form .checkout-step-content .checkout__footer .row .wa-field label:before {
    background-color: #A2A090;
    width: 38px;
    height: 24px;
    border-radius: 12px;
    z-index: 1;
    margin-top: -12px;
    left: 0
}

.checkout-form .checkout-step-content .checkout__footer .row .wa-field label:after {
    background-color: #ffffff;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    z-index: 2;
    margin-top: -8px;
    left: 0;
    margin-left: 4px
}

.checkout-form .checkout-step-content .checkout__footer .row .wa-field input:checked+label:before {
    background-color: #70A35B
}

.checkout-form .checkout-step-content .checkout__footer .row .wa-field input:checked+label:after {
    margin-left: 18px
}

.checkout-form .checkout-step-content .checkout-summary {
    width: auto;
    margin-left: auto;
    margin-right: 0
}

.checkout-form .checkout-step-content .checkout-summary tbody tr {
    border: 0!important;
    font-family: 'Playfair Display', serif;
    font-weight: 700
}

.checkout-form .checkout-step-content .checkout-summary tbody tr td {
    font-size: 14px;
    line-height: 16px;
    padding-top: 6px;
    padding-bottom: 6px
}

.checkout-form .checkout-step-content .checkout-summary tbody tr td:last-child {
    width: 180px
}

.checkout-form .checkout-step-content .checkout-summary tbody tr:not(.thin) {
    display: none!important
}

.checkout-form .checkout-step-content .checkout-summary tbody tr.large td {
    font-size: 24px;
    line-height: 24px;
    line-height: 24px;
    padding-top: 24px
}

.checkout-form #checkout-contact-form .wa-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px
}

.checkout-form #checkout-contact-form .wa-form .wa-field {
    padding: 0 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.3333333333%
}

.checkout-form #checkout-contact-form .wa-form .wa-field .wa-name {
    font-family: Source Sans Pro;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #A2A090;
    padding: 0 10px 5px
}

@media only screen and (max-width:756px) {
    .checkout-form {
        padding: 24px;
        margin: 0 -12px 24px;
        border-radius: 0
    }
    .checkout-form .checkout-step {
        margin-bottom: 24px
    }
    .checkout-form .checkout-step-content .adress-move .wa-field .wa-value p .field span {
        display: block;
        width: 100%
    }
    .checkout-form .checkout-step-content .shipping .wa-field-address-shipping .wa-value p .field {
        width: 100%
    }
    .checkout-form #checkout-contact-form .wa-form .wa-field {
        width: 100%;
        margin-bottom: 12px
    }
    .checkout-form .checkout-step-content .payment {
        display: block
    }
    .checkout-form .checkout-step-content .payment li {
        width: 100%;
        margin-bottom: 12px
    }
}

.login-page .wa-login-form-wrapper {
    padding: 36px;
    background-color: #ECF5DD;
    border-radius: 20px;
    margin: 0 0 64px
}

@media only screen and (max-width:756px) {
    .login-page .wa-login-form-wrapper {
        padding: 24px;
        margin: 0 -12px 24px;
        border-radius: 0
    }
}

.wa-signup-form-wrapper {
    padding: 36px;
    background-color: #ECF5DD;
    border-radius: 20px;
    margin: 0 0 64px
}

.wa-signup-form-wrapper .wa-field .wa-name {
    font-family: Source Sans Pro;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #A2A090;
    padding: 0 10px 5px
}

.wa-signup-form-wrapper .wa-signup-form-fields {
    width: 400px;
    max-width: 100%
}

.wa-signup-form-wrapper input[type=email],
.wa-signup-form-wrapper input[type=password],
.wa-signup-form-wrapper input[type=text] {
    background-color: #ffffff;
    height: 48px;
    border: 1px solid #D5D9C1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 12px;
    color: #000000;
    padding: 14px 16px!important;
    font-size: 14px;
    line-height: 20px;
    outline: 0;
    width: 100%!important
}

.wa-signup-form-wrapper input[type=email]:hover,
.wa-signup-form-wrapper input[type=password]:hover,
.wa-signup-form-wrapper input[type=text]:hover {
    border-color: #807978
}

.wa-signup-form-wrapper .wa-field.wa-field-terms-accepted {
    max-width: 100%!important;
    margin: 24px 0!important
}

.wa-signup-form-wrapper .wa-field.wa-field-terms-accepted label {
    white-space: nowrap
}

.wa-signup-form-wrapper .wa-field.wa-field-terms-accepted label i,
.wa-signup-form-wrapper .wa-field.wa-field-terms-accepted label span {
    display: inline-block;
    line-height: 1;
    vertical-align: middle
}

.wa-signup-form-wrapper .wa-field.wa-field-terms-accepted label span {
    white-space: normal;
    width: calc(100% - 40px)
}

.wa-signup-form-wrapper .wa-field.wa-field-terms-accepted input {
    display: none
}

.wa-signup-form-wrapper .wa-field.wa-field-terms-accepted input+.input {
    width: 24px;
    height: 24px;
    border-radius: 2px;
    border: 1px solid #A2A090;
    margin-right: 6px;
    background-color: #ffffff;
    position: relative;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.wa-signup-form-wrapper .wa-field.wa-field-terms-accepted input+.input:before {
    content: '';
    position: absolute;
    display: block;
    width: 12px;
    height: 6px;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -7px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    -webkit-transform: rotate(-90deg) scale(0);
    -ms-transform: rotate(-90deg) scale(0);
    transform: rotate(-90deg) scale(0);
    -webkit-transition: .15s .15s linear;
    -o-transition: .15s .15s linear;
    transition: .15s .15s linear
}

.wa-signup-form-wrapper .wa-field.wa-field-terms-accepted input:checked+.input {
    background-color: #70A35B;
    border-color: #70A35B
}

.wa-signup-form-wrapper .wa-field.wa-field-terms-accepted input:checked+.input:before {
    -webkit-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1)
}

.wa-signup-form-wrapper .wa-signup-form-actions {
    margin: 0!important
}

.wa-signup-form-wrapper .wa-signup-form-actions .wa-buttons-wrapper,
.wa-signup-form-wrapper .wa-signup-form-actions .wa-login-url {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    margin: 0 1em 0 0!important
}

.wa-signup-form-wrapper .wa-signup-form-actions .wa-buttons-wrapper input[type=submit] {
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    padding: 6px 24px;
    vertical-align: middle;
    min-width: 64px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    background-image: none;
    outline: 0;
    border: 0;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    color: #ffffff;
    background-color: #70A35B;
    border-radius: 4px
}

.wa-signup-form-wrapper .wa-signup-form-actions .wa-buttons-wrapper input[type=submit]:hover {
    color: #ffffff;
    background-color: #7eac6b
}

@media only screen and (max-width:756px) {
    .wa-signup-form-wrapper {
        padding: 24px;
        margin: 0 -12px 24px;
        border-radius: 0
    }
}

.wa-field-remember-me {
    margin: 24px 0!important
}

.wa-field-remember-me label {
    white-space: nowrap
}

.wa-field-remember-me label input {
    display: none
}

.wa-field-remember-me label i,
.wa-field-remember-me label span {
    display: inline-block;
    line-height: 1;
    vertical-align: middle
}

.wa-field-remember-me label span {
    white-space: normal
}

.wa-field-remember-me label .input {
    width: 24px;
    height: 24px;
    border-radius: 2px;
    border: 1px solid #A2A090;
    margin-right: 6px;
    background-color: #ffffff;
    position: relative;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.wa-field-remember-me label .input:before {
    content: '';
    position: absolute;
    display: block;
    width: 12px;
    height: 6px;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -7px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    -webkit-transform: rotate(-90deg) scale(0);
    -ms-transform: rotate(-90deg) scale(0);
    transform: rotate(-90deg) scale(0);
    -webkit-transition: .15s .15s linear;
    -o-transition: .15s .15s linear;
    transition: .15s .15s linear
}

.wa-field-remember-me label.active .input {
    background-color: #70A35B;
    border-color: #70A35B
}

.wa-field-remember-me label.active .input:before {
    -webkit-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1)
}

.wa-login-form-actions {
    margin: 0!important
}

.wa-login-form-actions .wa-buttons-wrapper,
.wa-login-form-actions .wa-signup-url {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    margin: 0 1em 0 0!important
}

.wa-login-form-actions .wa-buttons-wrapper input[type=submit] {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 6px 24px;
    vertical-align: middle;
    min-width: 64px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    background-image: none;
    outline: 0;
    border: 0;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    color: #ffffff;
    background-color: #70A35B;
    border-radius: 4px
}

.wa-login-form-actions .wa-buttons-wrapper input[type=submit]:hover {
    color: #ffffff;
    background-color: #7eac6b
}

.wa-forgotpassword-form-wrapper {
    padding: 36px;
    background-color: #ECF5DD;
    border-radius: 20px;
    margin: 0 0 64px
}

.wa-forgotpassword-form-wrapper .wa-field .wa-name {
    font-family: Source Sans Pro;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #A2A090;
    padding: 0 10px 5px
}

.wa-forgotpassword-form-wrapper input[type=email],
.wa-forgotpassword-form-wrapper input[type=password],
.wa-forgotpassword-form-wrapper input[type=text] {
    background-color: #ffffff;
    height: 48px;
    border: 1px solid #D5D9C1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 12px;
    color: #000000;
    padding: 14px 16px!important;
    font-size: 14px;
    line-height: 20px;
    outline: 0;
    width: 100%!important
}

.wa-forgotpassword-form-wrapper input[type=email]:hover,
.wa-forgotpassword-form-wrapper input[type=password]:hover,
.wa-forgotpassword-form-wrapper input[type=text]:hover {
    border-color: #807978
}

.wa-forgotpassword-form-wrapper .wa-forgotpassword-form-fields {
    width: 400px;
    max-width: 100%
}

.wa-forgotpassword-form-wrapper input[type=submit] {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 6px 24px;
    vertical-align: middle;
    min-width: 64px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    background-image: none;
    outline: 0;
    border: 0;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    color: #ffffff;
    background-color: #70A35B;
    border-radius: 4px;
    margin-top: 24px
}

.wa-forgotpassword-form-wrapper input[type=submit]:hover {
    color: #ffffff;
    background-color: #7eac6b
}

@media only screen and (max-width:756px) {
    .wa-forgotpassword-form-wrapper {
        padding: 24px;
        margin: 0 -12px 24px;
        border-radius: 0
    }
}

.contacts__container {
    padding: 36px;
    background-color: #ECF5DD;
    border-radius: 20px;
    margin: 0
}

.contacts__container .contacts__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 24px
}

.contacts__container .contacts__header--schedule {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #A2A090;
    white-space: nowrap;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.contacts__container .contacts__header--schedule span:after {
    content: "";
    display: inline-block;
    height: 1px;
    width: 39px;
    background-color: #A2A090;
    margin: 0 10px;
    vertical-align: middle;
    line-height: 1
}

.contacts__container .contacts__header--address {
    padding-right: 24px;
    white-space: nowrap
}

.contacts__container .contacts__header--email {
    padding-right: 24px
}

.contacts__container .contacts__header--email a {
    color: #EE7D56
}

.contacts__container .contacts__header--email a:hover {
    color: #70A35B
}

.contacts__container .contacts__header--phone {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600
}

.contacts__container .contacts__header--phone a {
    color: #000000
}

.contacts__container .contacts__header--phone a:hover {
    color: #EE7D56
}

.contacts__container .contacts__map {
    position: relative;
    border: 1px solid rgba(162, 160, 144, 0.25);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 24px;
    overflow: hidden!important
}

.contacts__container .contacts__map #yad-map {
    height: 480px;
    border-radius: 24px;
    overflow: hidden!important
}

.contacts__container .contacts__map [class*=ymaps-2-1][class*=-copyright] {
    display: none!important
}

.contacts__container .contacts__map [class*=ymaps-2-1][class*=-ground-pane] {
    -webkit-filter: grayscale(0.5) saturate(0.15);
    filter: grayscale(0.5) saturate(0.15)
}

.contacts__container .contacts__info {
    position: absolute;
    left: 24px;
    top: 50%;
    z-index: 10;
    width: 280px;
    background-color: rgba(255, 255, 255, 0.65);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    padding: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    line-height: 1;
    max-height: 100%;
    overflow-y: auto;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
    border-radius: 12px
}

.contacts__container .contacts__info-block {
    padding: 0 0 12px
}

.contacts__container .contacts__info-block:last-child {
    padding-bottom: 0
}

.contacts__container .contacts__info-block-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 6px;
    text-transform: uppercase;
    color: #A2A090
}

.contacts__container .contacts__info-block .address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0
}

.contacts__container .contacts__info-block .address svg {
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 6px;
    padding: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: .5
}

.contacts__container .contacts__info-block .contacts-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.contacts__container .contacts__info-block .contacts-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1
}

.contacts__container .contacts__info-block .contacts-list li:last-child {
    margin-bottom: 0
}

.contacts__container .contacts__info-block .contacts-list li svg {
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 6px;
    padding: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: .5
}

.contacts__container .contacts__info-block .contacts-list li a {
    color: #000000
}

.contacts__container .contacts__info-block .contacts-list li a:hover {
    color: #70A35B
}

@media only screen and (max-width:1000px) {
    .contacts__container .contacts__header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .contacts__container .contacts__header--address,
    .contacts__container .contacts__header--email,
    .contacts__container .contacts__header--phone,
    .contacts__container .contacts__header--schedule {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
        padding: 0 0 12px
    }
    .contacts__container .contacts__header--address,
    .contacts__container .contacts__header--phone {
        text-align: right
    }
}

@media only screen and (max-width:756px) {
    .contacts__container {
        padding: 24px;
        margin: 0 -12px 24px;
        border-radius: 0
    }
    .contacts__container .contacts__header {
        display: block
    }
    .contacts__container .contacts__header--address,
    .contacts__container .contacts__header--email,
    .contacts__container .contacts__header--phone,
    .contacts__container .contacts__header--schedule {
        text-align: center;
        padding: 0 0 12px;
        width: 100%
    }
    .contacts__container .contacts__info {
        display: block;
        position: static;
        margin: 0;
        width: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        border-radius: 0
    }
    .contacts__container .contacts__map #yad-map {
        height: 280px
    }
}

.delivery__container {
    padding: 36px 36px 12px;
    background-color: #ECF5DD;
    border-radius: 20px;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    color: #807978
}

.delivery__container a,
.delivery__container h3,
.delivery__container strong {
    color: #000000
}

.delivery__container a {
    font-weight: 600
}

.delivery__container h3 {
    margin: 0 0 16px;
    font-size: 20px;
    line-height: 24px
}

.delivery__container img,
.delivery__container p {
    margin: 0 0 24px
}

.delivery__container img {
    width: 100%;
    display: block
}

@media only screen and (max-width:756px) {
    .delivery__container {
        padding: 24px 24px 0;
        margin: 0 -12px 24px;
        border-radius: 0
    }
}

.payment__container {
    padding: 36px 36px 12px;
    background-color: #ECF5DD;
    border-radius: 20px;
    margin: 0;
    font-size: 14px;
    line-height: 24px
}

.payment__container h3 {
    margin: 0 0 16px;
    font-size: 20px;
    line-height: 24px
}

.payment__container ul {
    margin: 0 0 24px;
    padding: 0;
    list-style: none
}

.payment__container ul li {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    margin-right: 24px
}

.payment__container ul li:last-child {
    margin-right: 0
}

@media only screen and (max-width:756px) {
    .payment__container ul li {
        margin-bottom: 16px
    }
}

.payment__container ul li a {
    display: block;
    -webkit-transition: .15s linear;
    -o-transition: .15s linear;
    transition: .15s linear
}

.payment__container ul li a:hover {
    opacity: .5
}

.payment__container ul li a img {
    display: block;
    width: 96px;
    border-radius: 12px
}

@media only screen and (max-width:1200px) {
    .payment__container ul li a img {
        width: 72px
    }
}

@media only screen and (max-width:756px) {
    .payment__container {
        padding: 24px 24px 0;
        margin: 0 -12px 24px;
        border-radius: 0
    }
}

.payment__description {
    width: 380px;
    background-color: #ffffff;
    padding: 24px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 12px;
    overflow: hidden
}

.payment__description button.mfp-close {
    top: 24px;
    right: 24px;
    color: #A2A090;
    text-indent: -9999px;
    overflow: hidden;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    width: 24px;
    height: 24px;
    margin: 0!important;
    padding: 0!important
}

.payment__description button.mfp-close:after,
.payment__description button.mfp-close:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 15%;
    height: 2px;
    border-radius: 2px;
    width: 70%;
    margin-top: -1px;
    background-color: currentColor
}

.payment__description button.mfp-close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.payment__description button.mfp-close:before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.payment__description button.mfp-close:hover {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.payment__description img {
    width: 96px;
    margin-top: -24px;
    margin-left: -20px;
    display: block
}

.payment__description p {
    margin: 0
}

.faq__container {
    padding: 36px;
    background-color: #ECF5DD;
    border-radius: 20px;
    margin: 0;
    font-size: 14px;
    line-height: 24px
}

.faq__container .faq__item {
    margin-bottom: 24px;
    border-bottom: 1px solid #D5D9C1
}

.faq__container .faq__item:last-child {
    margin-bottom: 0
}

.faq__container .faq__item h3 {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 24px
}

.faq__container .faq__item p {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 16px
}

.faq__container .faq__item ol {
    counter-reset: myCounter;
    margin: 0 0 16px;
    padding: 0;
    list-style: none
}

.faq__container .faq__item ol li {
    list-style: none;
    font-size: 14px;
    line-height: 24px;
    padding-left: 48px;
    margin-bottom: 16px;
    position: relative
}

.faq__container .faq__item ol li:last-child {
    margin-bottom: 0
}

.faq__container .faq__item ol li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    display: inline-block;
    text-align: center;
    position: absolute;
    top: -5px;
    left: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    width: 32px;
    height: 32px;
    color: white;
    background: #A2A090;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.faq__container .wa-form {
    margin-bottom: 24px
}

.faq__container .wa-form .wa-field .wa-name {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #A2A090;
    text-transform: uppercase;
    margin-bottom: 10px
}

.faq__container .wa-form .wa-field .wa-value.wa-submit .btn {
    height: 48px;
    border-radius: 12px
}

.faq__container .wa-form .wa-field .wa-value input[type=email],
.faq__container .wa-form .wa-field .wa-value input[type=text],
.faq__container .wa-form .wa-field .wa-value textarea {
    background: #FFFFFF;
    border-radius: 12px;
    display: block;
    width: 100%;
    height: 48px;
    padding: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    outline: none;
    margin-bottom: 24px
}

.faq__container .wa-form .wa-field .wa-value textarea {
    height: 120px;
    resize: none
}

.faq__container .wa-form .wa-captcha {
    margin-bottom: 24px
}

.faq__container .wa-form .wa-captcha p {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.faq__container .wa-form .wa-captcha p .wa-captcha-img {
    display: block;
    margin-right: 12px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.faq__container .wa-form .wa-captcha p input[type=text].wa-captcha-input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    text-align: center
}

.faq__container .wa-form .wa-captcha p strong {
    display: none
}

@media only screen and (max-width:756px) {
    .faq__container {
        padding: 24px 24px 0;
        margin: 0 -12px 24px;
        border-radius: 0
    }
}

.plugin input[type=submit],
.s-plugin-wrapper input[type=submit] {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 24px;
    vertical-align: middle;
    min-width: 64px;
    box-sizing: border-box;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    background-image: none;
    outline: 0;
    border: 0;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border-radius: 18px;
    -webkit-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -o-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: #ffffff;
    background-color: #70A35B
}

.plugin input[type=submit]:hover,
.s-plugin-wrapper input[type=submit]:hover {
    color: #ffffff;
    background-color: #7eac6b
}

.plugin .contact-table.succs,
.s-plugin-wrapper .contact-table.succs {
    margin: 0 0 15px!important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-collapse: collapse
}

.plugin .contact-table.succs td,
.s-plugin-wrapper .contact-table.succs td {
    padding: 15px;
    border: 1px solid #D5D9C1
}

.s-plugin-wrapper .contact-table.succs {
    margin: 0 auto 15px!important
}

.profile__nav {
    margin: -12px 0 24px;
    padding: 0;
    list-style: none;
    font-size: 0;
    border-bottom: 1px solid #D5D9C1
}

.profile__nav li {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    margin-bottom: -1px;
    margin-right: -1px
}

.profile__nav li a {
    font-size: 16px;
    line-height: 24px;
    padding: 12px;
    font-weight: 600;
    color: #000000;
    display: block;
    border: 1px solid #D5D9C1;
    border-bottom: 2px solid transparent;
    -webkit-transition: .15s linear;
    -o-transition: .15s linear;
    transition: .15s linear
}

.profile__nav li a:hover {
    background-color: rgba(213, 217, 193, 0.25)
}

.profile__nav li.selected a {
    color: #70A35B;
    background-color: #ffffff;
    border-bottom: 2px solid #70A35B
}

label[for=service_agreement] p {
    padding: 5px 0 0 0!important
}

@media smallScreenDown {
    body,
    html {
        -webkit-transform: translateZ(0)!important;
        transform: translateZ(0)!important
    }
    html.mfp-helper {
        -webkit-transform: translateZ(0)!important;
        -webkit-overflow-scrolling: auto
    }
    html.mfp-helper body {
        -webkit-transform: translateZ(0)!important;
        -webkit-overflow-scrolling: auto
    }
    html.mfp-helper body .mfp-wrap {
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translateZ(0)!important
    }
}

body,
html {
    height: 100%
}

.shop-regions-window__wrapper {
    top: 80px!important
}

.buy1click-form__inner {
    display: block!important
}


/*# sourceMappingURL=default.css.map */


/* Сердечко */
.sub-links { display: none; }
.globalheader__content .bottom-content .buttons a { margin-left: 0; }
.fav-wrap--btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 3px 5px;
    font-size: 12px;
    padding-top: 7px;
}
.fav-wrap--btn svg { width: 31px !important;  height: 31px !important; }

.product-list__item { position: relative; }
.product-list__item .fav-wrap { position: absolute; top: 20px; left: 20px; z-index: 10; }
.product-gallery .fav-wrap { position: absolute; top: 20px; left: 20px; z-index: 10; }


.product-list__item .item__footer-wrap { display: flex; flex-direction: column; width: 100%; }
.product-list__item .item__footer-wrap .price { width: 100%; text-align: center; }
.product-list__item .item__footer-wrap .item__footer-btn { display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%; margin-top: 10px; }
.product-list__item .item__footer-wrap .item__footer-btn .btn { padding: 6px 10px; border-radius: 4px; }

/* Корзина */

@media (max-width: 480px) {
    .cart.cart-summary-page {}
    .cart.cart-summary-page .services {}
    .cart.cart-summary-page .services [data-id] { display: flex; flex-wrap: nowrap; }
    .cart.cart-summary-page .services [data-id] svg { display: none !important; }
    .cart.cart-summary-page .services [data-id] label { padding-left: 0px !important; width: 40px !important; }
    .cart.cart-summary-page .services [data-id] label span.title { display: none; }
    .cart.cart-summary-page .services [data-id] .selectric-wrapper { margin-bottom: 12px !important; }

    .product-list__item .fav-btn,
    .product-gallery .fav-btn { width: 30px; height: 30px; }
}


.cart-button { position: relative; }
.btn-action-ico-cart { position: absolute; right: 0; background: #70a35b; padding: 6px; line-height: 9px; border-radius: 50px; color: #fff; }
.btn-action-ico-cart.hidden { display: none; }