html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}
.main-catalog-nav{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
        border: 2px solid #29b59a;
        border-radius:  10px;
        overflow: visible;   
        position: relative;
}
.main-catalog-subnav{
    /* display: none; */
    visibility: hidden;
}
.main-catalog-nav__link{
    padding:  0 18px;
    height: 42px;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #3d3d3d;
    justify-content: center;
    text-align: center;
    border-radius: 12px;
    text-decoration: none;
}
.main-catalog-nav__link:hover{
    background-color: #f2f2f2;
}
.main-catalog-nav__item:hover .main-catalog-subnav{
    /* display: block; */
    visibility: visible;
}
.main-catalog-nav__item .main-catalog-subnav{
    display: block;
}
.main-catalog-nav__item > .main-catalog-subnav{
    display: block;
}
.main-catalog-nav__item:hover > .main-catalog-subnav{
    /* display: flex; */
    visibility: visible;
}
.main-catalog-subnav__link{
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 6px;
    color: #1e1e1e;
    display: block;
    padding-left:   10px;
}
.main-catalog-nav__item > .main-catalog-subnav > .main-catalog-subnav__item > .main-catalog-subnav__link{
    font-size: 18px;
    margin-bottom: 8px;
    color: #3d3d3d;
    font-weight: 700;
    padding-left:   0;
}
.main-catalog-subnav__item{
    width: 346px;
    overflow: hidden;
    page-break-inside: avoid;
}
.main-catalog-nav__item > .main-catalog-subnav{
    position: absolute;
    left:  0;
    padding:  18px;
    right:  auto;
    margin:  0 auto;
    top:  100%;
    background-color: #fff;
    border:  2px solid #29b59a;
    z-index: 125;
    border-radius:  10px;
    width: auto;
    max-width: 100%;
    /* flex-direction: column;
    flex-wrap: wrap; */
    width: calc(100vw - 20px);
    max-height: 800px;
    columns:  4;
}
/* @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   .main-catalog-nav__item > .main-catalog-subnav{
    display: block!important;
   }
} */
.main-catalog-nav .main-catalog-nav__item:nth-last-child(3) > .main-catalog-subnav{
    right:  0;
}
.main-catalog-nav .main-catalog-nav__item:nth-last-child(4) > .main-catalog-subnav{
    right:  -60px;
}
.main-catalog-nav .main-catalog-nav__item:nth-last-child(1) > .main-catalog-subnav{
    right:  0;
    left:  auto;
}
.main-catalog-nav .main-catalog-nav__item:nth-last-child(2) > .main-catalog-subnav{
    right:  0;
    left:  auto;
}
/* .main-catalog-nav__item > .main-catalog-subnav:nth-last-child(3){
    right:  0;
    left:  auto;
} */
.main-catalog-subnav__link:hover{
    color:  #29b59a!important;
}
h1 {
    font-size: 48px;
    margin: 0
}

figcaption,
figure {
    display: block
}

figure {
    margin: 1em 40px
}

main {
    display: block
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit;
    font-weight: 700
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

[hidden],
template {
    display: none
}

a:active,
a:hover {
    outline-width: 0
}

[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
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

abbr[title],
dfn[title] {
    cursor: help
}

button {
    cursor: pointer
}

button:disabled {
    cursor: not-allowed
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

input[readonly] {
    cursor: default
}

input:disabled {
    cursor: not-allowed
}

html {
    position: relative;
    height: 100%;
    font-size: 12px
}

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

body {
    position: relative;
    height: 100%;
    box-sizing: border-box;
    min-width: 320px
}

pre {
    padding: 1.2em;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    border-width: 0;
    white-space: pre;
    white-space: pre-wrap;
    background: #eee;
    word-wrap: break-word
}

img {
    max-width: 100%;
    height: auto
}

small {
    display: inline-block;
    vertical-align: text-bottom
}

svg {
    pointer-events: none
}

hr {
    border-width: 0;
    border-top: 1px solid #888
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #2597ff
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #2597ff
}

::-ms-selection {
    text-shadow: none;
    color: #fff;
    background: #2597ff
}

input {
    box-shadow: none
}

input::-webkit-input-placeholder {
    color: #999
}

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

input:-ms-input-placeholder {
    color: #999
}

input:focus::-webkit-input-placeholder {
    color: transparent
}

input:focus::-moz-placeholder {
    color: transparent
}

input:focus:-ms-input-placeholder {
    color: transparent
}

textarea {
    box-shadow: none
}

textarea::-webkit-input-placeholder {
    color: #999
}

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

textarea:-ms-input-placeholder {
    color: #999
}

textarea:focus::-webkit-input-placeholder {
    color: transparent
}

textarea:focus::-moz-placeholder {
    color: transparent
}

textarea:focus:-ms-input-placeholder {
    color: transparent
}

.view-wrapper {
    position: relative;
    min-height: 100vh;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    overflow: hidden
}

.view-container {
    -webkit-box-flex: 1;
    flex: 1 1 auto
}

.view-size {
    position: relative;
    max-width: 1400px;
    max-width: 1432px;
    padding: 0 16px;
    margin: 0 auto;
    width: 100%;
}

.view-size:after {
    content: "";
    clear: both;
    display: block;
    height: 0
}

.view-header,
.view-section {
    position: relative
}

.view-header {
    z-index: 56
}

.view-header.mm-fix {
    box-shadow: none!important
}

.view-header__top {
    background-color: #fff;
    padding: .6875rem 0;
    position: relative;
    z-index: 25
}

.view-header__top__left,
.view-header__top__right {
    display: -webkit-box;
    display: flex
}

.view-header__top__left {
    max-width: 740px;
    flex-basis: 50%
}

.view-header__top__right {
    flex-basis: 50%
}

.view-header__bottom {
    background-color: #f2f2f2;
    padding: 1.25rem 0
}

.view-header__bottom__left {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex
}

.view-header__bottom__right {
    -webkit-box-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: flex
}

.view-header__bottom__content-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.view-header__bottom a {
    color: #3d3d3d;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    text-decoration: none
}

.view-header__bottom a:hover {
    color: #29b59a
}

.view-header__content-wrapper {
    display: -webkit-box;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.view-footer {
    padding: 60px 0;
    background-color: #f2f2f2;
    position: relative
}

.view-footer__grid-item {
    width: 25%;
    position: relative;
    padding-left: 24px;
    padding-right: 1.5rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.view-footer__title {
    margin-bottom: 1.5rem
}

.hidden-wrapper {
    background-color: #fff;
    padding: 30px;
    display: -webkit-inline-box;
    display: inline-flex;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 4px
}

.map-wrapper {
    padding-bottom: 32%;
    width: 100%;
    position: relative;
    margin-bottom: 1.875rem;
    z-index: 0;
    overflow: hidden
}

.map {
    top: 0;
    left: 0
}

.map,
.map-overlay {
    width: 100%;
    height: 100%;
    position: absolute
}

.map-overlay {
    display: none;
    z-index: 14;
    background-color: transparent;
    cursor: help
}

.map-overlay.js-active {
    display: block
}

.contacts-feedback {
    position: absolute;
    right: 13%;
    padding: 24px;
    background-color: #fff;
    top: 50%;
    z-index: 15;
    margin-top: -225px
}

.contacts-feedback__title {
    margin-bottom: 28px
}

.view-text {
    color: #000;
    position: relative;
    font-size: 1rem;
    line-height: 1.8rem
}

.view-text,
.view-text a {
    font-family: HelveticaNeuelRoman
}

.view-text h1,
.view-text h2,
.view-text h3,
.view-text h4,
.view-text h5,
.view-text h6 {
    font-family: HelveticaNeuel;
    font-weight: 700;
    margin: 1.375rem 0
}

.view-text:after {
    content: "";
    clear: both;
    display: block;
    height: 0
}

.view-text h1 {
    clear: both;
    margin: .625rem 0;
    font-size: 2rem
}

.view-text h2 {
    clear: both;
    margin: .625rem 0;
    font-size: 1.75rem
}

.view-text h3 {
    clear: both;
    margin: .625rem 0;
    font-size: 1.5rem
}

.view-text h4 {
    clear: both;
    margin: .625rem 0;
    font-size: 1.25rem
}

.view-text h5 {
    clear: both;
    margin: .625rem 0;
    font-size: 1.125rem
}

.view-text h6 {
    clear: both;
    margin: .625rem 0;
    font-size: 1rem
}

.view-text li {
    margin-bottom: 20px;
    color: #29b59a;
    position: relative
}

.view-text li span {
    color: #3d3d3d
}

.view-text ul {
    padding-left: 0;
    margin: 0;
    list-style-type: none
}

.view-text ul li {
    padding-left: 16px
}

.view-text ul li:before {
    width: 6px;
    height: 6px;
    background-color: #29b59a;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 10px;
    content: ""
}

.view-text ul ul {
    margin-top: 20px
}

.view-text ul ul li:before {
    width: 4px;
    height: 4px
}

.view-text ol ol {
    margin-top: 20px
}

.view-text ol {
    list-style: none;
    counter-reset: a
}

.view-text ol li:before {
    counter-increment: a;
    content: counters(a, ".")
}

.view-text .table-wrapper,
.view-text address,
.view-text blockquote,
.view-text dl,
.view-text hr,
.view-text ol,
.view-text p,
.view-text pre,
.view-text table,
.view-text ul {
    margin: 0
}

.view-text blockquote {
    padding: 1.875rem;
    background-color: #f7f8e2
}

.view-text>:first-child {
    margin-top: 0
}

.view-text>:last-child {
    margin-bottom: 0
}

.view-text ol,
.view-text ul {
    padding-left: 0
}

.view-text dd+dt {
    margin: 1.5remem 0 0
}

.view-text dd {
    margin-left: 2rem
}

.view-text b,
.view-text dt,
.view-text strong,
.view-text th {
    font-weight: 700
}

.view-text address,
.view-text caption,
.view-text cite,
.view-text dfn,
.view-text em,
.view-text i,
.view-text var {
    font-style: italic
}

.view-text abbr[title],
.view-text dfn[title] {
    text-decoration: none;
    border-bottom: 1px dotted;
    cursor: help
}

.view-text code,
.view-text kbd,
.view-text pre,
.view-text samp {
    font-style: normal;
    font-weight: 400
}

.view-text pre {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    padding: 1rem 2rem;
    background-color: #f5f5f5
}

.view-text code,
.view-text kbd,
.view-text samp {
    padding: 0 .3rem
}

.view-text code {
    background-color: #f5f5f5
}

.view-text kbd {
    background-color: #e1f0fa
}

.view-text samp {
    background-color: #f7f8e2
}

.view-text hr {
    clear: both;
    border-width: 0;
    border-top-width: 1px
}

.view-text table {
    width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ccc
}

.view-text table.table-null,
.view-text table.table-null td,
.view-text table.table-null th {
    border-color: transparent
}

.view-text table.table-null th {
    background: transparent
}

.view-text table.table-zebra,
.view-text table.table-zebra td,
.view-text table.table-zebra th {
    border-color: transparent
}

.view-text table.table-zebra tr:nth-child(even) {
    background-color: #eee
}

.view-text caption {
    margin-bottom: .5rem;
    caption-side: top
}

.view-text tbody,
.view-text td,
.view-text tfoot,
.view-text th,
.view-text thead,
.view-text tr {
    border: inherit
}

.view-text td,
.view-text th {
    padding: .5rem;
    text-align: left;
    vertical-align: top
}

.view-text th {
    text-align: center;
    background-color: #ddd
}

.view-text iframe {
    border-width: 0
}

.view-text audio {
    width: 100%
}

.view-text audio[controls] {
    display: block
}

.view-text .table-wrapper {
    max-width: 100%;
    overflow-x: auto
}

.view-text .media-wrapper {
    margin: 1.5remem auto
}

.view-text .media-wrapper__holder {
    background-color: #f5f5f5;
    position: relative
}

.view-text .media-wrapper__holder iframe,
.view-text .media-wrapper__holder video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.view-text--article>address,
.view-text--article>audio,
.view-text--article>dl,
.view-text--article>h1,
.view-text--article>h2,
.view-text--article>h3,
.view-text--article>h4,
.view-text--article>h5,
.view-text--article>h6,
.view-text--article>hr,
.view-text--article>ol,
.view-text--article>p,
.view-text--article>ul {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.content-image {
    position: relative
}

.content-image img {
    display: inline-block;
    vertical-align: top
}

.content-image figcaption {
    background-color: #fff;
    padding: .75rem 1rem;
    font-size: 90%;
    line-height: 1.2;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .1)
}

.content-image--width-1200-and-more {
    text-align: center;
    float: none!important;
    margin-left: auto!important;
    margin-right: auto!important;
    width: auto!important;
    max-width: 100%!important
}

.content-image--width-1200-and-more img {
    width: 100%
}

.view-text--article .content-image--width-600-and-more {
    text-align: center;
    float: none!important;
    margin-left: auto!important;
    margin-right: auto!important;
    width: auto!important;
    max-width: 100%!important
}

.view-text--article .content-image--width-600-and-more img {
    width: 100%
}

.view-title {
    line-height: 1.4;
    font-weight: 700;
    color: #000;
    font-size: 2rem;
    margin: 1.4em 0 1rem
}

.view-title:first-child {
    margin-top: 0
}

.view-title--sup {
    font-size: 2.5rem
}

.view-title--sub {
    font-size: 1.5rem
}

.breadcrumbs {
    width: 100%;
    display: table;
    font-size: 0;
    line-height: 0;
    font-family: HelveticaNeuelRoman;
    margin: 12px 0
}

.breadcrumbs span {
    color: #3d3d3d;
    font-size: .875rem;
    line-height: 1.4
}

.breadcrumbs span,
.breadcrumbs span:before {
    display: inline-block;
    vertical-align: top;
    margin-right: 14px
}

.breadcrumbs span:before {
    content: "|";
    color: #29b59a
}

.breadcrumbs span:first-child:before {
    display: none
}

.breadcrumbs a {
    color: #29b59a;
    text-decoration: underline;
    font-family: HelveticaNeuelRoman;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.breadcrumbs a:hover {
    color: #2ecbad
}

.sitemap {
    position: relative;
    font-size: 1rem
}

.sitemap__list {
    list-style: none;
    padding: 0;
    margin: 1em 0;
    position: relative;
    overflow: hidden
}

.sitemap__item {
    line-height: 1.4em
}

.sitemap__link {
    display: inline-block;
    vertical-align: top;
    padding: .2em 1em .2em .5em;
    display: block
}

.sitemap__link:hover {
    background-color: rgba(0, 0, 0, .035)
}

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

.sitemap__sub-list .sitemap__sub-list {
    padding-left: 2em
}

.sitemap__sub-item {
    list-style: none;
    position: relative;
    line-height: 1.4em;
    margin: .1em 0
}

.sitemap__sub-item:hover {
    background-color: rgba(0, 0, 0, .035)
}

.sitemap__sub-item .sitemap__link {
    position: relative;
    padding-left: 2.5em
}

.sitemap__sub-item .sitemap__link:after,
.sitemap__sub-item .sitemap__link:before {
    content: "";
    position: absolute;
    top: .2em;
    width: 1600px;
    height: 1.4em;
    text-align: right;
    opacity: .3;
    background: transparent repeat-x 100%
}

.sitemap__sub-item .sitemap__link:before {
    left: 0;
    width: 2em;
    background-image: url(pic/sitemap-start.svg)
}

.sitemap__sub-item .sitemap__link:after {
    right: 100%;
    background-image: url(pic/sitemap-middle.svg)
}

.sitemap__sub-item:last-child>.sitemap__link:only-child:before {
    background-image: url(pic/sitemap-end.svg)
}

.button {
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    background-color: #29b59a;
    border-radius: 4px;
    border: none;
    line-height: 54px;
    height: 54px;
    padding: 0 20px;
    min-width: 200px;
    text-transform: uppercase;
    outline: none;
    font-family: HelveticaNeuel;
    font-size: .875rem;
    -webkit-transition: color .3s ease;
    transition: background-color .3s ease;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center
}

.button__text-holder {
    padding: 0;
    margin: 0;
    display: inline-block;
    position: relative;
    z-index: 15;
    line-height: 100%;
    vertical-align: middle
}

.button--item {
    width: 148px;
    height: 36px;
    min-width: 0;
    line-height: 36px;
    box-sizing: border-box
}

.button__content-holder {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.button__content-holder--buy {
    -webkit-box-pack: center;
    justify-content: center
}

.button--border-radius-halper {
    border-radius: 0 4px 4px 0
}

.button--block {
    display: block;
    width: 100%
}

.button:hover {
    background-color: #2ecbad;
}

.button--w100 {
    width: 100%!important
}

.button--continue {
    background-color: transparent;
    color: #29b59a;
    border: 1px solid #29b59a
}

.button--big {
    min-width: 200px;
    margin-right: 1.25rem
}

.button--big .button__content-holder {
    -webkit-box-pack: center;
    justify-content: center
}

.button--min {
    width: 62px;
    height: 36px;
    line-height: 36px;
    min-width: 0
}

.sort-price__type {
    border: 1px solid #ccc;
    display: block;
    width: 100%;
    box-shadow: inset 0 2px 14px -8px #000;
    font-size: 1rem;
    border-radius: 4px;
    color: #000;
    line-height: 1.5;
    padding: .5rem 1rem;
    outline: none;
    height: 36px;
    -webkit-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease
}

.sort-price__type:focus {
    box-shadow: none
}

.sort-price__group {
    margin-right: .75rem
}

.search-btn {
    outline: none;
    border: none;
    border-radius: 0 4px 4px 0;
    position: absolute;
    width: 42px;
    height: 42px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: #29b59a;
    overflow: hidden;
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease
}

.search-btn svg {
    z-index: 15;
    position: relative;
    fill: #fff;
    max-width: 24px;
    max-height: 24px;
    -webkit-transition: fill .3s ease, -webkit-transform .3s ease;
    transition: fill .3s ease, -webkit-transform .3s ease;
    transition: fill .3s ease, transform .3s ease;
    transition: fill .3s ease, transform .3s ease, -webkit-transform .3s ease
}

.search-btn:hover {
    background-color: #2ecbad;
    transition: background-color 0.3s
}

.search-btn:hover svg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    fill:
}

.click-animation {
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: .3;
    border-radius: 100%;
    z-index: 1;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: a 1s linear;
    animation: a 1s linear
}

.pagination {
    text-align: center;
    margin-bottom: 3.75rem
}

.pagination,
.pagination__btn {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center
}

.pagination__btn {
    width: 36px;
    height: 36px;
    color: #29b59a;
    -webkit-transition: border-color .3s ease, color .3s ease;
    transition: border-color .3s ease, color .3s ease;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-box-align: center;
    align-items: center;
    text-decoration: none;
    position: relative;
    overflow: hidden
}

.pagination__btn:hover {
    border-color: #29b59a
}

.pagination__btn:active {
    border-color: #2ecbad;
    -webkit-transition: 0s;
    transition: 0s;
    color: #2ecbad
}

.pagination__btn--arrow {
    background-color: #29b59a;
    fill: #fff;
    margin: 0 16px
}

.pagination__btn--arrow svg {
    width: 8px;
    height: 12px
}

.pagination__btn--arrow:hover {
    border-color: #29b59a
}

.pagination__btn--arrow:hover svg {
    fill: #2ecbad
}

.pagination__btn.is-active {
    color: #ccc;
    pointer-events: none;
    cursor: default
}

.form,
.form__group {
    position: relative
}

.form__group {
    display: block;
    margin: 0 0 1.6rem
}

.form__group .form__group {
    margin: 0 0 .8rem
}

.form__group__name {
    font-size: .875rem;
    color: #3d3d3d;
    margin-bottom: 2px;
    font-family: HelveticaNeuelRoman
}

.form__group--nomg {
    margin: 0
}

.form__label {
    cursor: default;
    display: inline-block;
    vertical-align: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: .4rem
}

.form__caption {
    font-size: .8rem;
    margin-bottom: .4rem
}

.form__info {
    display: none;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    font-size: .7rem;
    background-color: #29b59a;
    border-radius: 0 0 2px 2px;
    color: #fff;
    padding: .1em .3rem
}

input:focus~.form__info,
select:focus~.form__info,
textarea:focus~.form__info {
    display: block
}

label.form__label {
    cursor: pointer
}

.control-holder {
    position: relative
}

.control-holder label.has-error {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: .75rem;
    line-height: 100%;
    padding: .1em .5rem;
    background-color: #29b59a;
    border-radius: 0 0 2px 2px;
    color: #fff;
    position: absolute
}

.control-holder--text input,
.control-holder--text select,
.control-holder--text textarea {
    border: 1px solid;
    display: block;
    width: 100%;
    box-shadow: inset 0 2px 14px -8px #000;
    font-size: 1rem;
    border-radius: 4px;
    color: #3d3d3d;
    line-height: 1.5;
    padding: 0 1rem;
    outline: none;
    font-family: HelveticaNeuelRoman;
    -webkit-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease
}

.control-holder--text input:focus,
.control-holder--text select:focus,
.control-holder--text textarea:focus {
    box-shadow: none
}

.control-holder--text input {
    height: 36px
}

.control-holder--text textarea {
    height: 90px;
    resize: none
}

.control-holder--text select {
    padding-top: .657rem;
    padding-bottom: .657rem
}

.control-holder--flag {
    position: relative;
    padding-left: 36px
}

.control-holder--flag label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
    font-size: 1rem;
    font-family: HelveticaNeuelRoman;
    margin-right: 1rem;
    line-height: 1.6875rem
}

.control-holder--flag label.has-error,
.control-holder--flag label:only-child {
    cursor: default;
    margin-right: 0
}

.control-holder--flag a {
    color: #29b59a;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.control-holder--flag a:hover {
    color: #2ecbad
}

.control-holder--flag ins {
    position: relative;
    display: inline-block;
    vertical-align: text-bottom;
    width: 1.2rem;
    height: 1.2rem;
    background-color: #fff;
    border: 1px solid #ccc;
    position: absolute;
    left: 0;
    top: .25rem;
    cursor: pointer;
    border-radius: 4px
}

.control-holder--flag input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    display: none
}

.control-holder--flag input[type=radio]~ins {
    border-radius: 50%
}

.control-holder--flag input:checked~ins {
    background: url(../pic/okay_check.png);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: 50%
}

.control-holder--flag input:disabled~ins,
.control-holder--flag input:disabled~span {
    opacity: .5;
    cursor: not-allowed
}

.control-holder--file label {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.control-holder--file input {
    position: absolute;
    outline: none;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0
}

.control-holder--file ._ellipsis {
    width: 200px;
    display: inline-block;
    vertical-align: top
}

.search-form {
    display: -webkit-box;
    display: flex
}

.search-form input {
    height: 42px;
    font-size: 1.5rem;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    border-color: #ccc;
    outline: none;
    box-shadow: inset 0 2px 20px -8px #000;
    -webkit-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease
}

.search-form input:focus {
    box-shadow: none
}

.search-form .form__group {
    margin-bottom: 0
}

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default!important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    padding: 2px .4em;
    margin: .5em 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible
}

.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-button-icon-only {
    text-indent: 0
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em
}

button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    -webkit-filter: inherit;
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-slider {
    background-color: #f2f2f2;
    height: 6px;
    box-sizing: border-box;
    border: none;
    margin: 7px auto;
    width: calc(100% - 22px)
}

.ui-slider-handle {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #29b59a;
    outline: none;
    cursor: pointer;
    top: 50%;
    margin-top: -10px;
    margin-left: -10px;
    -webkit-transition: background-color .3s ease, -webkit-transform .3s ease;
    transition: background-color .3s ease, -webkit-transform .3s ease;
    transition: background-color .3s ease, transform .3s ease;
    transition: background-color .3s ease, transform .3s ease, -webkit-transform .3s ease
}

.ui-slider-handle:hover {
    background-color: #2ecbad
}

.ui-slider-range {
    background-color: #29b59a
}

.ui-slider .ui-state-active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    background-color: #2ecbad
}

body {
    background-color: #fff
}

.hamburger {
    display: none
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    background-color: #29b59a
}

.title--t1 {
    font-size: 1.125rem;
    font-weight: 500
}

.title--t2 {
    font-size: 1.5rem;
    font-weight: 700
}

.title--t2,
.title--t3 {
    text-transform: uppercase;
    color: #3d3d3d
}

.title--t3 {
    font-size: 2.25rem;
    font-weight: 500;
    font-family: HelveticaNeuel;
    font-style: normal
}

.seo-block__title {
    margin-bottom: 28px
}

.text--t1 {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #3d3d3d;
    font-family: HelveticaNeuelRoman
}

#seo_text {
    position: absolute;
    width: 100%
}

body {
    font-family: HelveticaNeuelRoman
}

.logo {
    margin-right: 30px;
    flex-shrink: 1
}

.logo--resp {
    display: none
}

.logo--footer {
    margin-bottom: 1.875rem
}

.banner-feedback {
    background-color: #f2f2f2;
    padding: 3.75rem 0;
    background-image: url(../pic/banner-image.jpg);
    background-repeat: no-repeat;
    background-position: 86% 0;
    background-size: contain
}

.banner-feedback__text {
    font-size: 2.125rem;
    line-height: 2.875rem;
    color: #3d3d3d;
    margin-bottom: 1.75rem;
    font-family: HelveticaNeuelRoman
}

.banner-feedback__text b {
    font-family: HelveticaNeuel
}

.banner-feedback__content {
    max-width: 600px
}

.callback-popup {
    max-width: 284px
}

.popular-items {
    background-color: #f2f2f2;
    padding: 3.75rem 0
}

.new-items {
    background-color: #fff;
    padding: 3.75rem 0
}

.goods-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.feedback-form,
.goods-item {
    display: -webkit-box;
    display: flex
}

.feedback-form {
    max-width: 520px
}

.feedback-form input {
    height: 54px;
    font-size: 1.5rem;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    border-color: #ccc;
    outline: none;
    box-shadow: inset 0 2px 20px -8px #000;
    -webkit-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease
}
.svg-row{
    flex-direction: column;
    justify-content: space-between;
    padding-right: 16px;
}
.svg-row__item {
    -webkit-box-pack: start;
    justify-content: flex-start;
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
    box-sizing: border-box;
    padding-right: 0;
}

.svg-row__text {
    font-weight: 700
}

.svg-row__image {
    width: 5.875rem;
    margin-right: 18px;
    height: 4.375rem;
    flex-shrink: 0;
    fill: #29b59a
}

.grid {
    flex-wrap: wrap
}

.grid,
.grid__item {
    display: -webkit-box;
    display: flex
}

.grid__item--4 {
    width: 25%
}

.copyright {
    font-size: 14px;
    color: #3d3d3d;
    font-family: HelveticaNeuelRoman
}

.nav {
    max-width: 740px;
    -webkit-box-align: center;
    align-items: center
}

.nav,
.nav__list {
    width: 100%;
    display: -webkit-box;
    display: flex
}

.nav__list {
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.nav__list__link {
    font-family: HelveticaNeuelRoman;
    font-size: 18px;
    color: #3d3d3d;
    display: block;
    line-height: 32px;
    padding: 0 4px;
    text-decoration: none;
    -webkit-transition: color .4s ease;
    transition: color .4s ease;
    text-align: center;
}


.nav__list__link span {
    display: inline-block;
    line-height: 100%;
    vertical-align: middle
}

.nav__list__link:hover {
    color: #29b59a
}

.phone-block {
    position: relative;
    padding: 14px;
    background-color: transparent;
    width: 200px;
    margin: 0 16px;
    flex-shrink: 0;
    border-radius: 4px
}

.phone-block__image {
    position: absolute;
    fill: #29b59a;
    margin-right: 8px;
    z-index: 15;
    font-style: 0;
    flex-shrink: 0
}

.phone-block__image--left {
    max-height: 24px;
    max-width: 24px;
    left: 14px;
    top: 14px
}

.phone-block__image--right {
    max-height: 8px;
    max-width: 12px;
    right: 0;
    top: 22px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease
}

.phone-block__list {
    border-radius: 4px;
    padding: 14px 0 0 44px;
    margin: 0;
    list-style-type: none;
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    overflow: hidden;
    width: 100%;
    -webkit-transition: height .4s ease, background-color .4s ease, box-shadow .3s ease;
    transition: height .4s ease, background-color .4s ease, box-shadow .3s ease
}

.phone-block__list__link {
    display: block;
    padding: 5px 0;
    font-family: HelveticaNeuelRoman;
    font-size: 14px
}

.phone-block:hover .phone-block__list {
    box-shadow: 0 2px 20px -8px #000;
    background-color: #fff;
    height: auto;
    padding-bottom: 10px;
}

.phone-block:hover .phone-block__image--right {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

.skype-block {
    margin-left: 10px
}

.skype-block,
.skype-block__item {
    display: -webkit-box;
    display: flex
}

.skype-block__item {
    -webkit-box-align: center;
    align-items: center;
    font-family: HelveticaNeuelRoman;
    font-size: 14px
}

.skype-block__image {
    max-width: 24px;
    max-height: 24px;
    margin-right: 8px;
    fill: #29b59a;
    flex-shrink: 0
}

.sub-buttons {
    display: -webkit-box;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    justify-content: flex-end
}

.sub-buttons__firefix,
.sub-buttons__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.sub-buttons__item {
    height: 32px;
    max-width: 200px;
    flex-basis: 33.33%;
    border-right: 1px solid #f2f2f2;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative
}

.sub-buttons__item--case {
    min-width: 50px
}

.sub-buttons__item--search {
    display: none;
    max-width: 50px
}

.sub-buttons__item--search .sub-buttons__link__image {
    margin-right: 0
}

.sub-buttons__item--name {
    min-width: 160px
}

.sub-buttons__item__counter {
    height: 32px;
    width: 50px;
    flex-basis: 80px;
    border: 1px solid #f2f2f2;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 16px;
    color: #3d3d3d;
    margin-left: 10px
}

.sub-buttons__item__counter--have-items {
    background-color: #29b59a;
    border-color: #29b59a;
    color: #fff
}

.sub-buttons__item--sm {
    max-width: 100px
}

.sub-buttons__item:last-child {
    border-right: none
}

.sub-buttons__link {
    color: #3d3d3d;
    text-decoration: none;
    background-color: transparent;
    border: none;
    outline: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 .625rem;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 100%;
    -webkit-transition: color .4s ease;
    transition: color .4s ease;
    font-family: HelveticaNeuelRoman;
    font-size: 14px
}

.sub-buttons__link__image {
    max-width: 26px;
    max-height: 26px;
    fill: #29b59a;
    margin-right: 8px;
    -webkit-transition: fill .3s ease, -webkit-transform .5s ease;
    transition: fill .3s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, fill .3s ease;
    transition: transform .5s ease, fill .3s ease, -webkit-transform .5s ease;
    flex-shrink: 0
}

.sub-buttons__link:hover {
    color: #29b59a
}

.sub-buttons__link:hover .sub-buttons__link__image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.sub-buttons__loggin-name,
.sub-buttons__loggin-text {
    border-bottom: 1px dotted #3d3d3d
}

.search-form {
    background-color: #fff
}

.search-form .form__group {
    min-width: 42px
}

.search-form--response {
    display: none;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16), 0 0 0 1px rgba(0, 0, 0, .08);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    z-index: 15;
    position: absolute;
    top: 0;
    width: 90%;
    left: 50%;
    margin-left: -45%
}

.search-form--response input {
    border-color: #29b59a;
    box-shadow: none
}

.search-form--response__input {
    width: calc(100% - 54px)
}

.search-form--response.js-active {
    -webkit-transform: translateY(64px);
    transform: translateY(64px)
}

.swiper-slide {
    padding-left: 1px
}

.sub-nav {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.sub-nav__item {
    margin-bottom: 1.5rem
}

.sub-nav__item:last-of-type {
    margin-bottom: 0
}

.sub-nav__link {
    color: #3d3d3d;
    font-size: 14px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    font-family: HelveticaNeuelRoman
}

.sub-nav__link:hover {
    color: #29b59a
}

.small-icon {
    max-width: 16px;
    max-height: 16px;
    fill: #959595
}

.fu-fire-fox-fix {
    width: 100%;
    border: none;
    outline: none;
    padding: 0;
    background-color: transparent
}

.f-password {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 3.125rem
}

.f-password__link {
    color: #29b59a;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    font-size: 1rem;
    font-family: HelveticaNeuelRoman
}

.f-password__link:hover {
    color: #2ecbad
}

.main-slider {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.main-slider__content {
    position: absolute;
    left: 40px;
    top: 25px;
    width: calc(100% - 40px);
    max-width: 330px
}

.main-slider__item {
    position: relative;
    padding-left: 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%
}

.main-slider__title {
    font-weight: 300!important;
    height: 82px
}

.main-slider__title span {
    display: block
}

.main-slider__text {
    color: #3d3d3d;
    font-size: 1rem;
    height: 54px;
    overflow: hidden;
    line-height: 1.5rem;
    font-family: HelveticaNeuelRoman
}

.main-slider-row {
    margin-bottom: 2.5rem;
    margin-top: 1.25rem;
    display: -webkit-box;
    display: flex
}

.order-history__wrapper {
    display: block;
    overflow: auto
}

.order-history__table {
    width: 100%
}

.order-history__table-item {
    font-weight: 400;
    background-color: #fafafa;
    height: 46px;
    padding: 0 16px;
    padding: 30px 16px;
    min-width: 120px;
    font-family: HelveticaNeuel
}

.order-history__table-item--name {
    min-width: 320px
}

.order-history__table-item a {
    color: #3d3d3d;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.order-history__table-item a:hover {
    color: #29b59a
}

.order-history__table-row {
    border-bottom: 1px solid #ededed
}

.status--idk {
    color: #2ecbad
}

.status--okay {
    color: green
}

.status--nope {
    color: red
}

._tdn {
    text-decoration: none
}

.lk-change {
    width: 100%;
    max-width: 500px
}

.more_categories {
    color: #29b59a;
    font-size: 1rem;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    text-decoration: none
}

.more_categories:hover {
    color: #2ecbad
}

.control-holder__idk {
    color: #29b59a;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    font-size: 1.125rem;
    text-decoration: none
}

.control-holder__idk:hover {
    color: #2ecbad
}

.catalog-nav {
    position: relative;
    display: none
}

.catalog-nav.js-active {
    z-index: 55
}

.catalog-nav--other {
    margin-bottom: 1.5rem
}

.catalog-nav--main {
    flex-shrink: 0;
    width: 290px;
    margin-right: 10px
}

.catalog-nav--main .catalog-nav__button {
    cursor: default;
    pointer-events: none
}

.catalog-nav--main .catalog-nav__list-wrapper {
    position: relative
}

.catalog-nav__more-btn {
    border: 1px solid #e5e5e5;
    outline: none;
    height: 48px;
    line-height: 48px;
    border-radius: 0 0 2px 2px;
    background-color: #fff;
    width: 100%;
    position: relative;
    font-family: HelveticaNeuelRoman;
    padding: 0 13px
}

.catalog-nav__more-btn a {
    color: #5d5d5d;
    text-decoration: none
}

.catalog-nav__more-btn .catalog-nav__button__burger {
    border-color: #ccc;
    margin-right: 13px
}

.catalog-nav__more-btn .catalog-nav__button__burger:after {
    background-color: #ccc
}

.catalog-nav__more-btn:hover a {
    color: #29b59a
}

.catalog-nav__more-btn:hover .catalog-nav__button__burger {
    border-color: #29b59a
}

.catalog-nav__button,
.catalog-nav__more-btn:hover .catalog-nav__button__burger:after {
    background-color: #29b59a
}

.catalog-nav__button {
    outline: none;
    border: none;
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 40px 0 20px;
    line-height: 54px;
    height: 54px;
    font-family: HelveticaNeuelRoman;
    letter-spacing: 1px;
    cursor: pointer;
    border-radius: 4px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: color .3s ease, border-radius .3s ease;
    transition: color .3s ease, border-radius .3s ease;
    border-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.catalog-nav__button__arrow {
    position: absolute;
    width: 12px;
    height: 8px;
    right: 21px;
    top: 50%;
    fill: #fff;
    -webkit-transition: fill .3s ease, -webkit-transform .4s ease;
    transition: fill .3s ease, -webkit-transform .4s ease;
    transition: transform .4s ease, fill .3s ease;
    transition: transform .4s ease, fill .3s ease, -webkit-transform .4s ease;
    margin-top: -4px
}

.catalog-nav__button__burger {
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: inherit;
    width: 18px;
    height: 16px;
    display: inline-block;
    position: relative;
    flex-shrink: 0;
    margin-right: 1.25rem;
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease
}

.catalog-nav__button__burger:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    top: 50%;
    margin-top: -1px;
    left: 0;
    background-color: #fff
}

.catalog-nav__button:hover {
    background-color: #2ecbad;
    border-color: #2ecbad
}

.catalog-nav__button:hover .catalog-nav__button__burger:after {
    background-color: #fff
}

.catalog-nav__button:hover .catalog-nav__button__arrow {
    fill: #2ecbad
}

.catalog-nav.js-active .catalog-nav__button {
    border-radius: 4px 4px 0 0
}

.catalog-nav.js-active .catalog-nav__button__arrow {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

.catalog-nav__list-wrapper {
    position: absolute;
    width: 100%;
    z-index: 15
}

.catalog-nav__list-wrapper:hover {
    z-index: 55
}

.catalog-nav__list-wrapper:hover~.menu-overlay {
    -webkit-transition: visibility 0s ease .3s, z-index 0s ease 0s, opacity .3s ease 0s, -webkit-transform 0s ease 0s;
    transition: visibility 0s ease 0ss, z-index 0s ease 0s, opacity .3s ease 0s, -webkit-transform 0s ease 0s;
    transition: visibility 0s ease 0s, transform 0s ease 0s, z-index 0s ease 0s, opacity .3s ease 0s;
    transition: visibility 0s ease 0s, transform 0s ease 0s, z-index 0s ease 0s, opacity .3s ease 0s, -webkit-transform 0s ease 0s;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .2;
    visibility: visible;
    z-index: 25
}

.catalog-nav__sub-list {
    position: absolute;
    left: 100%;
    top: 0;
    width: 290px;
    display: none;
    opacity: 0
}

.catalog-nav__list,
.catalog-nav__sub-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    background-color: #fff;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5
}

.catalog-nav__list {
    position: relative
}

.catalog-nav__list__item:hover>.catalog-nav__sub-list {
    min-height: 100%;
    display: flex;
    opacity: 1
}

.catalog-nav__list__link {
    position: relative;
    padding: 8px 0 8px 46px;
    display: block;
    min-height: 40px;
    width: 100%;
    height: 100%;
    color: #5d5d5d;
    font-size: 1rem;
    font-family: HelveticaNeuelRoman;
    line-height: 1.5rem;
    -webkit-transition: color .3s ease, background-color .3s ease;
    transition: color .3s ease, background-color .3s ease;
    text-decoration: none
}

.catalog-nav__list__link:hover {
    background-color: #e5e5e5
}

.catalog-nav__list__image {
    position: absolute;
    left: 15px;
    top: 8px;
    max-width: 22px;
    max-height: 22px;
    fill: #ccc;
    border-color: #ccc
}

.catalog-nav__list__image:after {
    background-color: #ccc
}

.end-cart {
    margin-left: 0;
    width: 100%;
    max-width: 340px;
    min-width: 300px
}

.end-cart__item {
    padding: 1.25rem;
    border-bottom: 1px solid #e5e5e5;
    background-color: #f2f2f2;
    display: -webkit-box;
    display: flex
}

.end-cart__image {
    width: 100px;
    height: 90px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-shrink: 0;
    display: block;
    margin-right: .875rem
}

.end-cart__image img {
    max-width: 100%;
    max-height: 100%
}

.end-cart__descr {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.end-cart__descr-bottom {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.end-cart__title {
    font-size: 14px;
    font-family: HelveticaNeuel;
    height: 64px;
    overflow: hidden;
    margin-bottom: 1.25rem;
    font-weight: 500;
    text-decoration: none;
    display: block;
    color: #000;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.end-cart__title:hover {
    color: #29b59a
}

.end-cart__hwm {
    font-size: 14px;
    color: #959595;
    padding-top: 4px;
    font-family: HelveticaNeuelRoman
}

.end-cart__price {
    font-size: 1.5rem;
    font-weight: 700;
    font-family: HelveticaNeuel;
    color: #29b59a
}

.end-cart__price-value {
    font-size: 14px;
    color: #959595;
    font-family: HelveticaNeuelRoman
}

.end-cart__end-price-block {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1.25rem 0
}

.end-cart__end-price {
    font-size: 2rem;
    font-weight: 700;
    font-family: HelveticaNeuel;
    color: #29b59a
}

.end-cart__end-price-text {
    padding-top: .25rem;
    font-size: 1.5rem;
    font-family: HelveticaNeuelRoman;
    color: #3d3d3d
}

.autorisation-popup {
    width: 100%;
    max-width: 820px;
    flex-wrap: wrap;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center
}

.autorisation-popup .control-holder--flag {
    max-width: 292px;
    margin-bottom: .875rem
}

.autorisation-popup__left {
    width: 100%;
    position: relative;
    padding-right: 0;
    margin-bottom: 30px
}

.autorisation-popup__right {
    width: 100%;
    padding-left: 0;
    margin-bottom: 1.875rem;
    position: relative
}

.autorisation-popup__right:after {
    position: absolute;
    top: -30px;
    left: 0;
    height: calc(100% + 60px);
    content: "";
    width: 1px;
    background-color: #ccc;
    display: none
}

.autorisation-popup__bottom {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    padding-top: 1.875rem;
    position: relative
}

.autorisation-popup__bottom:after {
    position: absolute;
    left: -30px;
    top: 0;
    width: calc(100% + 60px);
    content: "";
    height: 1px;
    background-color: #ccc
}

.autorisation-popup__text {
    font-size: 14px;
    color: #959595
}

body>iframe {
    display: none
}

.soc-autorisation {
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 560px
}

.soc-autorisation,
.soc-autorisation__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.soc-autorisation__item {
    height: 42px;
    cursor: pointer;
    width: 42px;
    border-radius: 8px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-transition: border-radius .3s ease, background-color .3s ease, -webkit-transform .3s ease;
    transition: border-radius .3s ease, background-color .3s ease, -webkit-transform .3s ease;
    transition: border-radius .3s ease, background-color .3s ease, transform .3s ease;
    transition: border-radius .3s ease, background-color .3s ease, transform .3s ease, -webkit-transform .3s ease;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.soc-autorisation__item svg {
    fill: #fff;
    max-width: 34px;
    max-height: 20px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.soc-autorisation__item--fb {
    background-color: #4261a2
}

.soc-autorisation__item--fb:hover {
    background-color: #334b7e
}

.soc-autorisation__item--vk {
    background-color: #50658d
}

.soc-autorisation__item--vk:hover {
    background-color: #3e4e6c
}

.soc-autorisation__item--tw {
    background-color: #5bb0f0
}

.soc-autorisation__item--tw:hover {
    background-color: #2c99ec
}

.soc-autorisation__item--ok {
    background-color: #dc873d
}

.soc-autorisation__item--ok:hover {
    background-color: #c36d23
}

.soc-autorisation__item--gp {
    background-color: #e04a36
}

.soc-autorisation__item--gp:hover {
    background-color: #c5321e
}

.soc-autorisation__item:hover {
    border-radius: 25px
}

.soc-autorisation__item:active {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    -webkit-transition: 0s ease;
    transition: 0s ease
}

.cart-close-popup {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 220px;
    position: absolute;
    left: 50px;
    top: -10px;
    z-index: -1;
    background-color: #fff;
    box-shadow: 0 0 55px -9px rgba(0, 0, 0, .75);
    border-radius: 4px;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: z-index .4s ease .1s, visibility 0s ease 0s, -webkit-transform .5s cubic-bezier(.855, 1.65, .625, .68) .1s;
    transition: z-index .4s ease .1s, visibility 0s ease 0s, -webkit-transform .5s cubic-bezier(.855, 1.65, .625, .68) .1s;
    transition: transform .5s cubic-bezier(.855, 1.65, .625, .68) .1s, z-index .4s ease .1s, visibility 0s ease 0s;
    transition: transform .5s cubic-bezier(.855, 1.65, .625, .68) .1s, z-index .4s ease .1s, visibility 0s ease 0s, -webkit-transform .5s cubic-bezier(.855, 1.65, .625, .68) .1s
}

.cart-close-popup.is-active {
    z-index: 5;
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

.cart-close-popup__image {
    width: 32px;
    height: 32px;
    margin-bottom: .875rem
}

.cart-close-popup__block {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 50%;
    height: 130px;
    border: 1px solid #e5e5e5;
    padding: 16px;
    cursor: pointer
}

.cart-close-popup__block:hover .cart-close-popup__text {
    color: #29b59a
}

.cart-close-popup__sub-block {
    display: -webkit-box;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    min-height: 48px;
    border: 1px solid #e5e5e5;
    cursor: pointer
}

.cart-close-popup__sub-block:hover .cart-close-popup__text {
    color: #29b59a
}

.cart-close-popup__text {
    text-align: center;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: HelveticaNeuelRoman;
    text-decoration: underline;
    color: #000
}

.double-content {
    display: -webkit-box;
    display: flex;
    padding-top: 0
}

.double-content__left {
    padding-top: 4px;
    flex-shrink: 0;
    flex-basis: auto;
    min-width: 0;
    margin-right: 0
}

.double-content__left__title {
    margin-bottom: 1.25rem
}

.double-content__right {
    margin-bottom: 0;
    width: 100%
}

.double-content__right__head {
    margin-left: 8px
}

.double-content__right--orders {
    overflow: auto
}

.items-sortbar {
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 1rem;
    background-color: #f2f2f2;
    margin-bottom: 1.25rem
}

.items-sortbar,
.items-sortbar__content {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.items-sortbar__text {
    font-size: 14px;
    margin-right: 16px;
    color: #3d3d3d;
    text-align: right;
    font-family: HelveticaNeuelRoman
}

.items-sortbar__clear,
.ui-menu-item {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex
}

.ui-menu-item {
    background-color: #fff;
    height: 34px;
    padding: 0 4px 0 16px;
    border-bottom: 1px solid #ccc;
    font-family: HelveticaNeuelRoman;
    font-size: 14px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.ui-menu-item:hover {
    color: #29b59a
}

.sort-price {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.sort-price__text {
    padding-left: .75rem;
    font-size: .875rem;
    color: #959595;
    font-family: HelveticaNeuelRoman
}

.filter {
    width: 300px;
    position: fixed;
    height: calc(100% - 60px);
    overflow-y: scroll;
    background-color: #fff;
    z-index: 15;
    top: 48px;
    padding-top: 20px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    box-sizing: border-box
}

.filter__items-list {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.filter.js-active {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.filter__item-text,
.filter a {
    text-decoration: none
}

.filter__item-text {
    font-size: 1rem;
    color: #3d3d3d;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    font-family: HelveticaNeuelRoman
}

.filter__item-text:hover {
    color: #29b59a
}

.filter__group {
    margin-bottom: 1.875rem
}

.filter__item--active ins {
    background: url(../pic/okay_check.png);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: 50%
}

.ui-menu {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-radius: 2px
}

.ui-menu .ui-menu-item:nth-child(1) {
    border-top: 1px solid #ccc
}

#select2-button {
    min-width: 250px
}

.like-button {
    width: 24px;
    height: 24px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.like-button__image {
    max-width: 100%;
    max-height: 100%;
    stroke: #fc0;
    fill: transparent;
    stroke-width: 2px;
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease
}

.like-button.is-active .like-button__image {
    fill: #fc0
}

.items-grid {
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 20px
}

.goods-item {
    position: relative;
    height: 412px;
    background-color: #fff;
    box-sizing: border-box
}

.goods-item__content-wrapper {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    border: 1px solid #e5e5e5;
    height: 412px;
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease
}

.goods-item__bottom {
    padding: 16px;
    position: relative;
    background-color: #fff
}

.goods-item__descr-text {
    margin: 0;
    max-height: 128px;
    overflow: hidden
}

.goods-item__btns-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center
}

.goods-item__descr {
    height: 0;
    padding: 1.25rem 16px 16px;
    background-color: #fff;
    left: 0;
    bottom: 0;
    height: 166px;
    visibility: hidden;
    opacity: 0
}

.goods-item__descr,
.goods-item__name {
    overflow: hidden;
    position: relative;
    width: 100%
}

.goods-item__name {
    font-size: 1.125rem;
    color: #3d3d3d;
    line-height: 120%;
    font-family: HelveticaNeuel;
    font-weight: 500;
    margin-bottom: 1.25rem;
    height: 62px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    text-decoration: none;
    display: block
}

.goods-item__name:after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 24px;
    width: 100%;
    background: -webkit-linear-gradient(top, hsla(0, 0%, 100%, 0), #fff 100%, #fff 0, #fff);
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 100%, #fff 0, #fff);
    content: "";
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.goods-item__name:hover {
    color: #29b59a
}

.goods-item__price {
    color: #3d3d3d;
    font-size: 24px
}

.goods-item__valute {
    color: #ccc;
    font-size: 14px
}

.goods-item__price-wrapper {
    display: -webkit-box;
    display: flex;
    margin-bottom: 12px;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.goods-item__price-text {
    color: #ccc;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    font-size: 14px
}

.goods-item__image-wrapper {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 220px
}

.goods-item__image-wrapper img {
    max-width: 100%;
    max-height: 220px
}

.goods-item:hover .goods-item__name:after {
    opacity: 0
}

.goods-item--primary {
    width: 220px;
    min-width: 220px
}

.goods-item--primary:hover .goods-item__content-wrapper {
    z-index: 15;
    border-color: #ccc
}

.goods-item--main {
    width: 250px;
    min-width: 250px;
    margin: 7px
}

.goods-item--main .button--item {
    width: 176px
}

.goods-item--main:hover {
    z-index: 15;
    border-color: #fff
}

.goods-item--main:hover .goods-item__descr {
    opacity: 1;
    visibility: visible
}

.goods-item--main:hover .goods-item__content-wrapper {
    position: absolute;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .4);
    height: 578px
}

.ui-selectmenu-button.ui-button {
    height: 34px;
    padding: 0 34px 0 16px;
    border: 1px solid #ccc;
    color: #3d3d3d;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    z-index: 1;
    font-family: HelveticaNeuelRoman;
    width: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    border-radius: 2px
}

.ui-selectmenu-button.ui-button:after {
    background: url(../pic/test.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 12px;
    height: 8px;
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -4px;
    content: "";
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.ui-selectmenu-button.ui-button.ui-selectmenu-button-open:after {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

.ui-selectmenu-button.ui-button:hover {
    color: #29b59a
}

.drop-select {
    position: relative
}

.drop-select option {
    cursor: pointer
}

._mgb20 {
    margin-bottom: 10px
}

._fdc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.news-grid {
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 1.25rem
}

.news-bottom {
    padding: 1.125rem 0;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-radius: 1px solid #f2f2f2
}

.news-bottom,
.pluso-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.pluso-wrapper__title {
    font-size: .875rem;
    color: #959595;
    font-family: HelveticaNeuelRoman
}

.news-item {
    max-width: 336px;
    flex-basis: 300px;
    min-width: 300px;
    -webkit-box-flex: 1;
    flex-grow: 1;
    border: 1px solid #f2f2f2;
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease;
    margin: 8px;
    border-radius: 2px
}

.news-item__descr {
    padding: 24px 16px
}

.news-item__title {
    font-size: 1.125rem;
    font-family: HelveticaNeuel;
    font-weight: 500;
    margin-bottom: 1.25rem;
    display: block;
    color: #3d3d3d;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.news-item__title:hover {
    color: #29b59a
}

.news-item__bottom {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.news-item__image {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.news-item__image img {
    width: 100%;
    max-width: 336px;
    max-height: 220px
}

.news-item__more {
    color: #29b59a;
    font-size: 1rem;
    font-family: HelveticaNeuel;
    font-weight: 300;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.news-item__more:hover {
    color: #2ecbad
}

.news-item__date {
    font-size: 14px;
    color: #ccc;
    font-family: HelveticaNeuelRoman
}

.news-item__text {
    font-family: HelveticaNeuelRoman;
    font-size: 1rem;
    color: #3d3d3d;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    height: 116px;
    overflow: hidden
}

.news-item:hover {
    border-color: #29b59a
}

.contacts-block__row {
    margin-bottom: 3.125rem;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.contacts-block__title {
    margin-bottom: 26px
}

.contacts-block__item {
    padding-left: 50px;
    position: relative;
    padding-top: 12px;
    flex-basis: 300px
}

.contacts-block__item__title {
    margin-bottom: 1.5rem
}

.contacts-block__item__content__item {
    font-family: HelveticaNeuelRoman;
    margin-bottom: 2px;
    line-height: 1.5rem;
    position: relative
}

.contacts-block__item__content__item svg {
    position: absolute;
    left: -32px;
    top: 2px
}

.contacts-block__item__content__item a {
    color: #3d3d3d;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    text-decoration: none
}

.contacts-block__item__content__item a:hover {
    color: #29b59a
}

.contacts-block__item__image {
    fill: #29b59a;
    max-width: 42px;
    max-height: 44px;
    position: absolute;
    left: 0;
    top: 0
}

.contacts__item {
    margin-bottom: 24px;
    position: relative
}

.contacts__item__image {
    max-width: 16px;
    max-height: 18px;
    fill: #29b59a;
    position: absolute;
    left: -24px;
    top: 0
}

.contacts__link {
    display: block;
    color: #000;
    font-size: 14px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    text-decoration: none;
    margin-bottom: 6px
}

.contacts__link:hover {
    color: #29b59a
}

.wezom {
    margin-top: auto
}

.wezom__link {
    font-family: HelveticaNeuelRoman;
    font-size: 14px;
    color: #3d3d3d;
    text-decoration: none;
    -webkit-transition: color .4s ease;
    transition: color .4s ease
}

.wezom__link__image {
    width: 46px;
    height: 16px;
    fill: #29b59a;
    -webkit-transition: fill .4s ease;
    transition: fill .4s ease
}

.wezom__link:hover {
    color: #e00000
}

.wezom__link:hover .wezom__link__image {
    fill: #e00000
}

.news-image {
    margin-bottom: 20px
}

.addres {
    max-width: 230px;
    position: relative
}

.addres__image {
    max-width: 18px;
    fill: #29b59a;
    max-height: 22px;
    position: absolute;
    left: -24px;
    top: 0
}

.addres__text {
    font-size: 14px;
    font-family: HelveticaNeuelRoman
}

.m-menu__item {
    color: #fff
}

.m-menu__image {
    position: relative;
    top: auto;
    left: auto;
    max-width: 22px;
    max-height: 22px
}

.mm-menu {
    background-color: #29b59a;
    border-color: #fff;
    color: #fff
}

.mm-menu .skype-block__image {
    fill: #fff
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
    border-color: #fff
}

.mm-button {
    display: -webkit-box;
    display: flex;
    margin: 0 auto;
    color: #fff!important;
    font-size: .875rem;
    font-family: HelveticaNeuel;
    width: 100%;
    height: 100%;
    padding: 2px 6px;
    background-color: #29b59a;
    border: none;
    outline: none;
    border-radius: 6px
}

.mm-button svg {
    max-width: 64px;
    max-height: 100%;
    fill: #fff
}

.mm-menu .mm-listview,
.mm-menu .mm-listview>li .mm-next:after {
    border-color: #fff
}

.mm-title {
    font-weight: 700;
    color: #fff!important;
    text-transform: uppercase
}

._pt14 {
    padding-top: 14px
}

._center-please {
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

._line-left {
    position: relative
}

._line-left--sp span {
    position: relative;
    display: block;
}

._line-left--sp span:after {
    position: absolute;
    content: "";
    left: -24px;
    width: 2px;
    height: 100%;
    background-color: #29b59a;
    top: 0
}

._line-left:after {
    position: absolute;
    content: "";
    left: -24px;
    width: 2px;
    height: 100%;
    background-color: #29b59a;
    top: 0
}

._line-left--padding {
    padding-left: 24px;
}

._line-left--sp--padding span {
    padding-left: 24px
}

._line-left--padding:after {
    left: 0
}

._line-left--sp--padding span:after {
    left: 0;
}

.lk-nav {
    margin-top: 1.125rem
}

.lk-nav__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5
}

.lk-nav__list-item {
    border-bottom: 1px solid #e5e5e5
}

.lk-nav__list-link {
    height: 48px;
    line-height: 48px;
    color: #3d3d3d;
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 0 14px
}

.lk-nav__list-link.is-active {
    background-color: #f2f2f2;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    pointer-events: none
}

.lk-password-change {
    max-width: 330px;
    width: 100%
}

.lk-ld {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.lk-ld__settings-link {
    text-decoration: none;
    color: #29b59a;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.lk-ld__settings-link span {
    border-bottom: 1px dashed #29b59a;
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease
}

.lk-ld__settings-link svg {
    fill: #29b59a;
    margin-right: 6px;
    width: 26px;
    height: 26px
}

.lk-ld__settings-link:hover {
    color: #2ecbad
}

.lk-ld__settings-link:hover span {
    border-color: #2ecbad
}

.lk-info {
    margin-bottom: 1.25rem;
    min-width: 510px;
    padding-right: 10px
}

.lk-info__table {
    font-family: HelveticaNeuelRoman
}

.lk-info__table-item {
    color: #3d3d3d;
    font-size: 1.125rem;
    height: 40px
}

.lk-info__table-item--name {
    padding-right: 20px;
    font-size: 16px;
    color: #5d5d5d
}

.acordeon-nav {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5
}

.acordeon-nav__item {
    border-bottom: 1px solid #e5e5e5
}

.acordeon-nav__item__title {
    line-height: 46px;
    padding: 0 46px 0 16px;
    font-size: 1.125rem;
    position: relative;
    cursor: pointer;
    font-weight: 500;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.acordeon-nav__item__title span {
    line-height: 100%;
    display: inline-block;
    vertical-align: middle
}

.acordeon-nav__item.js-active .acordeon-nav__arrow {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

.acordeon-nav__item:hover {
    color: #2ecbad
}

.acordeon-nav__item:hover .acordeon-nav__arrow {
    fill: #2ecbad
}

.acordeon-nav__list {
    list-style-type: none;
    padding: 0 10px 0 34px;
    margin: 0
}

.acordeon-nav__list__item {
    padding: 10px 0
}

.acordeon-nav__list__link {
    color: #3d3d3d;
    text-decoration: none;
    font-size: 1rem;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.acordeon-nav__list__link:hover {
    color: #29b59a
}

.acordeon-nav__arrow {
    position: absolute;
    width: 12px;
    height: 8px;
    right: 21px;
    top: 50%;
    fill: #29b59a;
    -webkit-transition: fill .3s ease, -webkit-transform .4s ease;
    transition: fill .3s ease, -webkit-transform .4s ease;
    transition: transform .4s ease, fill .3s ease;
    transition: transform .4s ease, fill .3s ease, -webkit-transform .4s ease;
    margin-top: -4px
}

._z15 {
    z-index: 15
}

.content-block {
    margin-bottom: 36px
}

.content-block__title {
    margin-bottom: 30px
}

.finding-items {
    font-size: 14px;
    height: 3.75rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: #5d5d5d;
    font-family: HelveticaNeuelRoman
}

.category__item {
    flex-basis: 25%;
    width: 25%;
}

.category__item__image {
    padding: 10px;
    margin-bottom: 10px;
    max-width: 338px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 244px
}

.category__item__title:hover {
    color: #29b59a;
}

.category__item__title {
    text-decoration: none;
    display: block;
    margin-bottom: 1.875rem;
    padding-right: 10px;
    height: 54px;
    overflow: hidden;
}

.category__title {
    margin-bottom: 10px
}

.category__list {
    padding-left: 24px;
    margin: 0
}

.category__list ul {
    margin-top: 20px
}

.category__list__link {
    color: #5d5d5d;
    font-size: 1rem;
    -webkit-transition: color .3s ease;
    text-decoration: none;
    transition: color .3s ease;
    font-family: HelveticaNeuelRoman
}

.category__list__link:hover {
    color: #29b59a;
    text-decoration: underline;
}

.category__list__item {
    margin-bottom: 20px;
    color: #29b59a;
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px)
}

.swiper-custom-button {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    cursor: pointer;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.swiper-custom-button,
.swiper-custom-button svg {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.swiper-custom-button svg {
    width: 16px;
    height: 26px;
    fill: #29b59a;
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease
}

.swiper-custom-button--prev {
    left: -32px
}

.swiper-custom-button--next {
    right: -32px
}

.swiper-custom-button--main {
    z-index: -1
}

.swiper-custom-button--main.swiper-custom-button--prev {
    left: 14px!important
}

.swiper-custom-button--main.swiper-custom-button--next {
    right: 14px!important
}

.swiper-custom-button:hover svg {
    fill: #2ecbad
}

.swiper-custom-button:active {
    -webkit-transition: 0s ease;
    transition: 0s ease;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.swiper-custom-button:active svg {
    -webkit-transition: 0s ease;
    transition: 0s ease;
    fill: #29b59a
}

.item-preview {
    max-width: 456px;
    width: 100%;
    margin-bottom: 1.25rem
}

.item-preview__min-item {
    display: flex;
    align-items: center;
    width: 78px;
    height: 78px;
    padding-left: 0;
    cursor: pointer
}

.item-preview__min-item img {
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease
}

.item-preview__min-item:hover img {
    border-color: #2ecbad
}

.item-preview__min-block {
    width: 180px;
    margin: 0 auto;
    position: relative
}

.item-preview__main {
    width: 100%;
    position: relative;
    height: 260px;
    margin-bottom: 16px
}

.item-preview__main-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid #e5e5e5
}

.side-block {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-left: 0;
    margin-top: 1.25rem
}

.side-block__title {
    margin-bottom: 1rem
}

.side-block__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    max-width: 280px;
    padding-left: 1.5rem;
    margin-bottom: 1.25rem;
    margin-right: 1.875rem
}

.side-block__item:last-of-type {
    margin-bottom: 0
}

.side-block__text {
    font-size: 1rem;
    font-family: HelveticaNeuelRoman;
    color: #3d3d3d;
    line-height: 1.5rem;
    margin-bottom: .625rem
}

.side-block__image {
    width: 24px;
    height: 24px;
    font-weight: 500;
    font-size: 1rem;
    font-family: HelveticaNeuel;
    fill: #29b59a;
    margin-right: .5rem
}

.side-block__img-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    margin-bottom: .625rem
}

.item-block__top-row {
    display: -webkit-box;
    display: flex;
    margin-bottom: 1.875rem;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center
}

.item-block__bottom-row {
    max-width: 1010px;
    margin-bottom: 2.5rem
}

.inner-descr {
    margin-bottom: 1.875rem
}

.inner-descr__text {
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: HelveticaNeuelRoman;
    color: #3d3d3d;
    margin-bottom: 1.25rem
}

img {
    max-height: 100%
}

.item-block-descr {
    padding-left: 0;
    max-width: none;
    margin-bottom: 1.25rem;
    width: 100%
}

.item-block-descr__price {
    font-weight: 700;
    font-size: 3rem;
    color: #29b59a;
    margin-right: 1.875rem;
    line-height: 100%;
    font-family: HelveticaNeuel;
    display: -webkit-box;
    display: flex
}

.item-block-descr__title {
    color: #959595;
    font-size: 14px;
    font-family: HelveticaNeuelRoman;
    margin-bottom: .625rem
}

.item-block-descr__row {
    display: -webkit-box;
    display: flex;
    margin-bottom: 1.25rem;
    max-width: 360px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.item-block-descr__row .cart-item__counter-block {
    -webkit-box-pack: start;
    justify-content: flex-start
}

.item-block-descr__row:last-of-type {
    margin-bottom: 0
}

.item-block-descr__block {
    padding: 1.875rem;
    background-color: #f2f2f2
}

.item-block-descr__settings {
    display: -webkit-box;
    display: flex
}

.item-block-descr__settings-item {
    margin-right: .625rem;
    width: 62px;
    height: 32px;
    background-color: #fff;
    cursor: pointer;
    color: #29b59a;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    border: 1px solid #e5e5e5;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 1rem;
    font-family: HelveticaNeuel;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.item-block-descr__settings-item:hover {
    color: #2ecbad
}

.item-block-descr__settings-item.js-active {
    color: #ccc;
    pointer-events: none
}

.price-value {
    color: #29b59a;
    font-size: 2rem;
    font-family: HelveticaNeuel;
    font-weight: 700
}

.price-value--item-inner {
    font-family: HelveticaNeuelRoman;
    font-size: 1.5rem;
    color: #959595;
    font-weight: 400
}

.item-indication__title {
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 700;
    font-family: HelveticaNeuel;
    margin-bottom: 1.25rem;
    color: #000
}

.item-indication__list {
    padding-left: 0;
    margin: 0;
    list-style-type: none
}

.item-indication li {
    margin-bottom: 20px;
    color: #29b59a;
    position: relative
}

.item-indication li span {
    color: #3d3d3d
}

.item-indication__list-item {
    padding-left: 16px;
    font-family: HelveticaNeuelRoman
}

.item-indication__list-item:before {
    width: 6px;
    height: 6px;
    background-color: #29b59a;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 6px;
    content: ""
}

.end-price {
    padding: 1.25rem 1rem;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    max-width: 340px;
    background-color: #f2f2f2
}

.end-price,
.end-price__top {
    display: -webkit-box;
    display: flex
}

.end-price__top {
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 1.125rem
}

.end-price__text {
    font-size: 1.5rem;
    color: #3d3d3d;
    font-family: HelveticaNeuelRoman
}

.cart {
    width: 1200px
}

.cart__bottom {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    align-items: flex-end;
    border-top: 1px solid #f2f2f2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    height: 100vh;
    background-color: #000;
    opacity: 0;
    z-index: -1;
    -webkit-transition: visibility 0s ease .2s, z-index 0s ease .2s, opacity .2s ease 0s, -webkit-transform 0s ease .2s;
    transition: visibility 0s ease 0s, z-index 0s ease 0s, opacity .2s ease 0s, -webkit-transform 0s ease 0s;
    transition: visibility 0s ease 0s, transform 0s ease 0s, z-index 0s ease 0s, opacity .2s ease 0s;
    transition: visibility 0s ease 0s, transform 0s ease 0s, z-index 0s ease 0s, opacity 0s ease 0s, -webkit-transform 0s ease 0s
}

.cart-item {
    position: relative;
    padding-left: 0;
    width: 100%;
    margin-bottom: 1.5rem
}

.cart-item__wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    padding: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center
}

.cart-item__conter {
    position: relative
}

.cart-item__conter-input {
    border: 1px solid;
    width: 58px;
    height: 36px;
    padding-left: 14px;
    line-height: 36px;
    font-size: 14px;
    font-family: HelveticaNeuelRoman;
    box-shadow: inset 0 2px 20px -8px #000;
    -webkit-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    border-color: #ccc;
    outline: none
}

.cart-item__conter-input:focus {
    box-shadow: none
}

.cart-item__title {
    font-size: 14px;
    color: #3d3d3d;
    font-family: HelveticaNeuelRoman
}

.cart-item__block {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.cart-item__summ-block {
    -webkit-box-align: end;
    align-items: flex-end;
    width: 190px
}

.cart-item__name {
    font-size: 1.125rem;
    color: #3d3d3d;
    font-family: HelveticaNeuel;
    font-weight: 500;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    text-decoration: none;
    margin-bottom: 10px
}

.cart-item__name:hover {
    color: #29b59a
}

.cart-item__price {
    text-align: center
}

.cart-item__image-wrapper {
    width: 94px;
    height: 94px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-shrink: 0;
    margin-bottom: 10px
}

.cart-item__image-wrapper img {
    max-width: 100%;
    max-height: 100%
}

.cart-item__name-block {
    max-width: 440px;
    width: 100%;
    padding-right: 10px;
    margin-bottom: 10px
}

.cart-item__counter-block {
    width: 94px;
    margin-bottom: 10px
}

.cart-item__counter-block,
.cart-item__summ-block {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center
}

.cart-item__summ-block {
    width: 190px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

.cart-item__conter-handler {
    height: 18px;
    width: 36px;
    position: absolute;
    right: 0;
    background-color: #29b59a;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    border-top: 1px solid #25a38a;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.cart-item__conter-handler svg {
    width: 12px;
    height: 8px;
    fill: #fff;
    -webkit-transition: fill .3s ease, -webkit-transform .3s ease;
    transition: fill .3s ease, -webkit-transform .3s ease;
    transition: fill .3s ease, transform .3s ease;
    transition: fill .3s ease, transform .3s ease, -webkit-transform .3s ease
}

.cart-item__conter-handler--more {
    top: 0;
    border-radius: 0 0 0 4px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.cart-item__conter-handler--less {
    bottom: 0;
    border-radius: 0 0 4px 0
}

.cart-item__conter-handler:hover {
    background-color: #2ecbad;
    transition: background-color 0.3s;
}

.cart-item__conter-handler:active svg {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 0s ease;
    transition: 0s ease
}

.close-button,
.mfp-close {
    width: 36px;
    color: #fff!important;
    line-height: 36px;
    outline: none;
    border: none;
    opacity: 1;
    height: 36px;
    z-index: 15;
    border-radius: 4px;
    background-color: #dd5353!important;
    right: -52px;
    -webkit-transition: background-color .3s ease, border-radius .4s ease, -webkit-transform .3s ease;
    transition: background-color .3s ease, border-radius .4s ease, -webkit-transform .3s ease;
    transition: background-color .3s ease, border-radius .4s ease, transform .3s ease;
    transition: background-color .3s ease, border-radius .4s ease, transform .3s ease, -webkit-transform .3s ease
}

.close-button {
    position: absolute;
    right: 10px;
    top: 10px;
    text-decoration: none;
    text-align: center;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.close-button--cart {
    right: auto;
    bottom: auto;
    left: 0;
    top: 0
}

.close-button:hover,
.mfp-close:hover {
    background-color: #a92121!important
}

.close-button:active,
.mfp-close:active {
    -webkit-transition: background-color 0s ease, border-radius 0s ease, -webkit-transform 0s ease;
    transition: background-color 0s ease, border-radius 0s ease, -webkit-transform 0s ease;
    transition: background-color 0s ease, border-radius 0s ease, transform 0s ease;
    transition: background-color 0s ease, border-radius 0s ease, transform 0s ease, -webkit-transform 0s ease;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    border-radius: 100%
}

.mfp-close:active {
    top: 0
}

.mfp-content {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center
}

.swiper-container {
    height: 100%
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 26px;
    background-image: none!important;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.swiper-button-prev svg,
.swiper-container-rtl .swiper-button-next svg {
    width: 16px;
    height: 26px;
    fill: #29b59a;
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.swiper-button-prev:hover svg,
.swiper-container-rtl .swiper-button-next:hover svg {
    fill: #2ecbad
}

.swiper-button-prev:active,
.swiper-container-rtl .swiper-button-next:active {
    -webkit-transition: 0s ease;
    transition: 0s ease;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 26px;
    background-image: none!important;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.button span:first-of-type {
    width: 100%;
    display: block;
    text-align: center;
}

.swiper-button-next svg,
.swiper-container-rtl .swiper-button-prev svg {
    width: 16px;
    height: 26px;
    fill: #29b59a;
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.swiper-button-next:hover svg,
.swiper-container-rtl .swiper-button-prev:hover svg {
    fill: #2ecbad
}

.swiper-button-next:active,
.swiper-container-rtl .swiper-button-prev:active {
    -webkit-transition: 0s ease;
    transition: 0s ease;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.order-data .form__group {
    max-width: 350px;
}

.order-data {
    width: 100%
}

.order {
    padding-top: 1.875rem;
    margin-bottom: 1.875rem;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.order,
.order__left {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.order__left {
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    width: 100%
}

.order__title {
    margin-bottom: 1.875rem;
    width: 100%
}

.order__group {
    display: -webkit-box;
    display: flex;
    border-top: 1px solid #ccc;
    width: 90%;
    padding-top: 2.125rem;
    padding-bottom: 70px;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.order__subtitle {
    height: 54px;
    margin-bottom: 1.25rem
}

.order-button__wrapper {
    position: relative;
    top: auto;
    bottom: auto;
    margin-top: 10px;
    width: 100%;
    max-width: 350px
}

.how-delivery,
.how-pay {
    margin-right: 0;
    max-width: 350px;
    width: 100%
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    cursor: pointer!important;
    color: #fff;
    right: 0;
    text-align: center;
    padding-right: 0;
    width: 36px
}

._num span {
    color: #29b59a
}

.swiper-pagination-bullet-active {
    background-color: #29b59a
}

.mm-panels .m-menu__link {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.catalog-nav__more-btn {
    display: block;
    color: #3d3d3d;
    text-decoration: none
}

.swiper-button-disabled {
    cursor: default;
    pointer-events: auto!important
}

.swiper-button-disabled svg {
    fill: #ccc
}

@font-face {
    font-family: HelveticaNeuel;
    src: url(fonts/subset-HelveticaNeueLTCYR-Italic.woff2) format("woff2"), url(fonts/subset-HelveticaNeueLTCYR-Italic.woff) format("woff");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: HelveticaNeuel;
    src: url(fonts/subset-HelveticaNeueLTCYR-Bold.woff2) format("woff2"), url(fonts/subset-HelveticaNeueLTCYR-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: HelveticaNeuel;
    src: url(fonts/subset-HelveticaNeueLTCYR-Medium.woff2) format("woff2"), url(fonts/subset-HelveticaNeueLTCYR-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: HelveticaNeuel;
    src: url(fonts/subset-HelveticaNeueLTCYR-MedIta.woff2) format("woff2"), url(fonts/subset-HelveticaNeueLTCYR-MedIta.woff) format("woff");
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: HelveticaNeuel;
    src: url(fonts/subset-HelveticaNeueLTCYR-Black.woff2) format("woff2"), url(fonts/subset-HelveticaNeueLTCYR-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: HelveticaNeuel;
    src: url(fonts/subset-HelveticaNeueLTCYR-Regular.woff2) format("woff2"), url(fonts/subset-HelveticaNeueLTCYR-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: HelveticaNeuel;
    src: url(fonts/subset-HelveticaNeueLTCYR-BoldItalic.woff2) format("woff2"), url(fonts/subset-HelveticaNeueLTCYR-BoldItalic.woff) format("woff");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: HelveticaNeuel;
    src: url(fonts/subset-HelveticaNeueLTCYR-BlackIta.woff2) format("woff2"), url(fonts/subset-HelveticaNeueLTCYR-BlackIta.woff) format("woff");
    font-weight: 900;
    font-style: italic
}

@font-face {
    font-family: HelveticaNeuelRoman;
    src: url(fonts/subset-HelveticaNeueCyr-Roman.woff2) format("woff2"), url(fonts/subset-HelveticaNeueCyr-Roman.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@media only screen and (min-width:381px) {
    .button--big {
        min-width: 266px
    }
    .item-preview__min-block {
        width: 266px
    }
}

@media only screen and (min-width:481px) {
    .side-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }
    .side-block__item {
        margin-bottom: 0
    }
}

@media only screen and (min-width:491px) {
    .item-preview__min-block {
        width: 360px
    }
    .item-preview__main {
        height: 330px
    }
}

@media only screen and (min-width:768px) {
    .end-cart {
        margin-left: auto
    }
    ._mgb20 {
        margin-bottom: 20px
    }
    .item-preview {
        max-width: 334px;
        margin-bottom: 0
    }
    .item-preview__min-block {
        width: 266px
    }
    .item-preview__main {
        height: 456px
    }
    .item-block__top-row {
        -webkit-box-pack: start;
        justify-content: flex-start
    }
    .item-block-descr {
        margin-bottom: 0;
        max-width: 400px;
        padding-left: 1.25rem
    }
    .item-block-descr__row {
        max-width: none;
        margin-left: 0;
        margin-right: 0
    }
    .order {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }
}

@media only screen and (min-width:769px) {
    html {
        font-size: 16px
    }
    .view-text h1 {
        font-size: 2rem
    }
    .view-text h2 {
        font-size: 1.75rem
    }
    .view-text h3 {
        font-size: 1.5rem
    }
    .view-text h4 {
        font-size: 1.25rem
    }
    .view-text h5 {
        font-size: 1.125rem
    }
    .view-text h6 {
        font-size: 1rem
    }
    .content-image figcaption {
        font-size: 75%;
        line-height: 1.3
    }
    .main-slider__text {
        height: 96px
    }
    .double-content {
        padding-top: 1.25rem
    }
    .filter {
        top: 58px
    }
}

@media only screen and (min-width:901px) {
    .swiper-custom-button--main {
        z-index: 55
    }
    .item-preview {
        max-width: 456px;
        margin-bottom: 0
    }
    .item-preview__min-block {
        width: 360px
    }
}

@media only screen and (min-width:1024px) {
    .autorisation-popup {
        -webkit-box-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }
    .autorisation-popup__left {
        padding-right: 30px;
        width: 50%
    }
    .autorisation-popup__right {
        width: 50%;
        padding-left: 30px
    }
    .autorisation-popup__right:after {
        display: block
    }
    .soc-autorisation__item {
        width: 70px;
        margin: 0 10px
    }
    .cart-close-popup {
        max-width: 360px
    }
    .cart__bottom {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }
    .cart-item {
        padding-left: 50px
    }
    .cart-item__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-align: stretch;
        align-items: stretch
    }
    .cart-item__name {
        margin-bottom: 0
    }
    .cart-item__price {
        text-align: left
    }
    .cart-item__image-wrapper,
    .cart-item__name-block {
        margin-bottom: 0
    }
    .cart-item__counter-block,
    .cart-item__summ-block {
        margin-bottom: 0;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between
    }
    .cart-item__summ-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
    .order__group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }
    .order-button__wrapper {
        position: absolute;
        bottom: 0;
        top: initial
    }
    .how-delivery,
    .how-pay {
        margin-right: 8.125rem
    }
}

@media only screen and (min-width:1025px) {
    .breadcrumbs {
        margin: 24px 0
    }
    .catalog-nav {
        display: block
    }
    .double-content__left {
        min-width: 300px;
        flex-basis: 322px;
        margin-right: 1.25rem
    }
    .double-content__right {
        margin-bottom: 1.875rem
    }
    .filter {
        width: auto;
        position: relative;
        height: auto;
        overflow-y: auto;
        top: auto;
        padding-top: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@media only screen and (min-width:1201px) {
    .main-slider__content {
        left: 50px;
        top: 50px
    }
    .catalog-nav--main {
        width: 320px;
        margin-right: 20px
    }
    .catalog-nav__sub-list {
        width: 320px
    }
    .side-block {
        margin-left: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        margin-top: 0
    }
    .side-block__item {
        margin-right: 0;
        margin-bottom: 2.5rem
    }
    .item-block__top-row {
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        justify-content: flex-start
    }
    .inner-descr {
        margin-bottom: 0
    }
}

@media only screen and (min-width:1501px) {
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: -16px
    }
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: -16px
    }
}

@media only screen and (max-width:1500px) {
    .content-image--width-1000-and-more {
        text-align: center;
        float: none!important;
        margin-left: auto!important;
        margin-right: auto!important;
        width: auto!important;
        max-width: 100%!important
    }
    .nav__list__link {
        font-size: 16px;
    }
    .content-image--width-1000-and-more img {
        width: 100%
    }
}

@media (max-width:1400px) {
    .cart {
        width: auto
    }
}

@media (max-width:1300px) {
    ._1300dn {
        display: none
    }
    .sub-buttons__link:hover .sub-buttons__link__image {
        fill: #2ecbad
    }
    .logo {
        margin-right: 14px
    }
    .svg-row__image {
        width: 4.9375rem;
        height: 3.4375rem;
        margin-right: 12px
    }
    .map-wrapper {
        padding-bottom: 0;
        height: 430px
    }
    .lk-ld {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
    .lk-info {
        min-width: 0
    }
    .cart-item__summ-block {
        flex-shrink: 0;
        padding-left: 10px
    }
    .cart-item__summ {
        display: -webkit-box;
        display: flex
    }
    .goods-item__valute {
        padding-top: 15px
    }
    .main-catalog-nav__item > .main-catalog-subnav{
        columns:  3;
    }
}

@media only screen and (max-width:1200px) {
    .content-image--width-900-and-more {
        text-align: center;
        float: none!important;
        margin-left: auto!important;
        margin-right: auto!important;
        width: auto!important;
        max-width: 100%!important
    }
    .content-image--width-900-and-more img {
        width: 100%
    }
}

@media (max-width:1100px) {
    .mfp-close {
        right: 0
    }
}

@media only screen and (max-width:1024px) {
    .main-catalog-nav{
        display: none!important;
    }
    .double-content__right .category__item,
    .category__item {
        width: 33.33%!important;
        flex-basis: 33.33%!important;
    }
    .double-content__right .category__item__title{
        font-size: 15px!important;
    }
    .main-slider__wrapper-wrapper{
        order:  1;
        margin-bottom: 18px;
    }
    .svg-row__item{
        width: 25%;
    }
    .svg-row{
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        order:  2;
    }
    .main-slider-row{
        flex-direction: column;
    }
    .acordeon-nav {
        display: none;
    }
    .content-image--width-800-and-more {
        text-align: center;
        float: none!important;
        margin-left: auto!important;
        margin-right: auto!important;
        width: auto!important;
        max-width: 100%!important
    }
    .content-image--width-800-and-more img {
        width: 100%
    }
}

@media (max-width:1024px) {
    .sub-buttons__item--search {
        display: block
    }
    .view-header {
        box-shadow: 0 -19px 54px 0 rgba(0, 0, 0, .8);
        position: fixed;
        width: 100%;
        top: 0;
        left: 0
    }
    .search-form--response {
        display: -webkit-box;
        display: flex
    }
    .view-wrapper {
        padding-top: 58px
    }
    .view-header__top__left {
        flex-basis: 100%
    }
    .sub-buttons__link__image--case {
        margin-right: 0
    }
    .sub-buttons__item {
        border: none
    }
    .hamburger {
        display: block
    }
    .nav__list,
    .view-header__bottom {
        display: none
    }
    .logo--resp {
        margin: 0 auto;
        display: block
    }
    .logo--resp img {
        max-height: 32px
    }
    .view-header__top__right {
        flex-basis: auto;
        flex-shrink: 0
    }
    .sub-buttons__item__counter {
        width: 40px
    }
    ._1024dn {
        display: none
    }
    .view-footer {
        padding: 14px 0
    }
    .view-footer__grid-item {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-pack: justify;
        justify-content: space-between
    }
    .lk-nav {
        display: none
    }
}

@media (max-width:1023px) {
    .cart-item__summ-block {
        width: 100%
    }
    .contacts-block__item {
        flex-basis: auto;
        width: 300px;
        margin-bottom: 20px
    }
    .contacts-block__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center
    }
    .svg-row__item {
        width: 50%;
        margin-bottom: 20px
    }
    .category__item {
        display: -webkit-box;
        display: flex;
        flex-basis: 50%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center
    }
    .cart-item__title {
        padding-bottom: 6px
    }
}

@media only screen and (max-width:768px) {
    .view-text--article>.media-wrapper,
    .view-text--article>blockquote,
    .view-text--article>iframe,
    .view-text--article>pre,
    .view-text--article>video {
        margin-left: -16px;
        margin-right: -16px
    }
    .view-text--article>blockquote,
    .view-text--article>pre {
        padding-left: 16px;
        padding-right: 16px
    }
    .content-image--width-500-and-more {
        text-align: center;
        float: none!important;
        margin-left: auto!important;
        margin-right: auto!important;
        width: auto!important;
        max-width: 100%!important
    }
    .content-image--width-500-and-more img {
        width: 100%
    }
    .breadcrumbs {
        display: block
    }
    .breadcrumbs span,
    .breadcrumbs span:before {
        display: none
    }
    .breadcrumbs span:nth-last-child(2) {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 100%;
        background: none;
        margin: 0
    }
    .breadcrumbs span:nth-last-child(2):before {
        content: "<";
        margin: 0 5px 0 3px;
        display: inline-block
    }
}

@media (max-width:768px) {
    .feedback-form input,
    .search-form--response input {
        font-size: 1.1rem;
        height: 40px
    }
    .search-btn {
        height: 40px
    }
    .feedback-btn {
        height: 40px;
        min-width: 100px;
        padding: 0 10px;
        line-height: 40px
    }
    .main-slider__item {
        height: 300px
    }
}

@media (max-width:660px) {
    .autorisation-popup__text {
        display: none
    }
    .sub-buttons__item__counter {
        position: absolute;
        border-radius: 100%;
        width: 24px;
        height: 24px;
        background-color: #29b59a;
        border: none;
        color: #fff;
        margin: 0;
        top: 0;
        right: 0
    }
    .sub-buttons__link__text {
        display: none
    }
    .contacts-feedback {
        position: relative;
        margin: 0;
        top: 0;
        right: 0;
        -webkit-box-ordinal-group: 3;
        order: 2
    }
    .map-wrapper {
        height: auto;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
    .map {
        position: relative;
        height: 300px;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
    .search-form--response {
        width: calc(100% - 32px);
        left: 0;
        margin-left: 16px
    }
    .sub-buttons__item {
        -webkit-box-pack: start;
        justify-content: flex-start
    }
    .search-form--response.js-active {
        -webkit-transform: translateY(52px);
        transform: translateY(52px)
    }
    .sub-buttons__item--name {
        min-width: 0
    }
}

@media only screen and (max-width:620px) {
    .content-image--width-300-and-more {
        text-align: center;
        float: none!important;
        margin-left: auto!important;
        margin-right: auto!important;
        width: auto!important;
        max-width: 100%!important
    }
    .content-image--width-300-and-more img {
        width: 100%
    }
}

@media (max-width:530px) {
    .items-sortbar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
    .ui-selectmenu-button {
        margin-bottom: 10px
    }
    .sub-buttons__item--case {
        max-width: 50px
    }
    .sub-buttons__item--name,
    .sub-buttons__item--search {
        max-width: 40px
    }
    .order__group {
        width: 100%
    }
}

@media only screen and (max-width:480px) {
    .content-image--width-200-and-more {
        text-align: center;
        float: none!important;
        margin-left: auto!important;
        margin-right: auto!important;
        width: auto!important;
        max-width: 100%!important
    }
    .content-image--width-200-and-more img {
        width: 100%
    }
    .double-content__right .category__item, .category__item{
        width: 50%!important;
        flex-basis: 50%!important;
    }
}
.search-form--response__input{
    width: 100%;
}
@media (max-width:480px) {
    .svg-row {
        -webkit-box-pack: center;
        justify-content: center
    }
    .svg-row__item {
        width: 300px;
        padding-right: 0
    }
    .view-footer__grid-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center
    }
    .copyright {
        margin-bottom: 14px
    }
    .category__item {
        flex-basis: 100%
    }
    .category__item__image {
        max-width: 230px
    }
}

@media (max-width:400px) {
    .sub-buttons {
        justify-content: space-around
    }
    .view-header__top__left,
    .view-header__top__right {
        flex-basis: auto
    }
    .sub-buttons__link__image {
        margin-right: 0
    }
    .view-header__top__right {
        flex-basis: calc(100% - 40px)
    }
    .logo--resp {
        display: none
    }
    .title--t3 {
        font-size: 23px
    }
}

@media only screen and (max-width:380px) {
    .content-image--width-100-and-more {
        text-align: center;
        float: none!important;
        margin-left: auto!important;
        margin-right: auto!important;
        width: auto!important;
        max-width: 100%!important
    }
    .content-image--width-100-and-more img {
        width: 100%
    }
}

@-webkit-keyframes a {
    0% {
        opacity: .3;
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0)
    }
    25% {
        opacity: .4;
        -webkit-transform: translate(-50%, -50%) scale(.5);
        transform: translate(-50%, -50%) scale(.5)
    }
    37.5% {
        opacity: .3;
        -webkit-transform: translate(-50%, -50%) scale(.75);
        transform: translate(-50%, -50%) scale(.75)
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }
    to {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }
}

@keyframes a {
    0% {
        opacity: .3;
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0)
    }
    25% {
        opacity: .4;
        -webkit-transform: translate(-50%, -50%) scale(.5);
        transform: translate(-50%, -50%) scale(.5)
    }
    37.5% {
        opacity: .3;
        -webkit-transform: translate(-50%, -50%) scale(.75);
        transform: translate(-50%, -50%) scale(.75)
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }
    to {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }
}

.acordeon-nav__item__title a {
    color: #000;
    text-decoration: none;
    display: block;
}

.ppage-loaded .page-preloader {
    display: none;
    visibility: hidden;
    z-index: -1;
}

.page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 5000;
}

.page-preloader .cssload-thecube {
    margin: 340px auto 0;
}

.acordeon-nav__item__title a:hover {
    color: #2ecbad;
    transition: color 0.3s ease;
}

.main-slider__wrapper {
    position: relative;
    padding-bottom: 46%;
    width: 100%;
}

input.has-error {
    border-color: tomato;
}

.control-holder--text input {
    line-height: 36px;
}

._nohover:hover {
    color: #3d3d3d!important;
}

.main-cart-top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.sub-buttons__item a {
    text-decoration: none;
    color: #3d3d3d;
    transition: color 0.3s ease;
}

.sub-buttons__item a:hover {
    color: #29b59a;
}

.cart-popup h2 a {
    transition: color 0.3s ease;
}

.cart-popup h2 a:hover {
    color: #2ecbad;
}

.repassword,
.autorisation-popup__enter {
    position: absolute;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0s 0s ease;
}

.autorisation-popup__enter.is-active,
.repassword.is-active {
    position: relative;
    z-index: 25;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s 0.1s ease;
}

._jcc {
    justify-content: center;
}

.cart-popup h2 a {
    color: #29b59a;
}

._tac {
    text-align: center;
}

.main-slider__wrapper-wrapper {
    display: block;
    width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
    width: 50px;
    height: 80px;
}

.error-main__code {
    margin-bottom: 30px;
}

.user-mini-menu {
    display: none;
    position: absolute;
    top: 110%;
    right: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    width: 220px;
    border-radius: 6px;
    border: 1px solid grey;
}

.user-mini-menu__item {
    padding: 10px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.user-mini-menu__item:first-of-type {
    border-bottom: 1px solid grey;
}

.is-open.user-mini-menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.error-main__msg {
    font-size: 16px;
    font-family: HelveticaNeuelRoman;
    text-align: center;
}

.error-main__msg a {
    color: #29b59a;
}

.view-404 .view-header {
    position: relative;
}

.view-404 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.error-main {
    padding: 16px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.to-top {
    position: fixed;
    bottom: 5%;
    width: 50px;
    height: 50px;
    z-index: 255;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.5s ease, right 0.7s cubic-bezier(0.78, 0.77, 0.74, 1.15), transform 0.2s ease;
    font-size: 30px;
    background-color: #29b59a;
    border-radius: 100%;
    display: flex;
    right: -2000px;
}

.to-top.js-change {
    right: 5%;
}

.to-top:hover {
    transform: scale(0.9);
    background-color: #2ecbad;
}

.to-top__border {
    border: 2px solid #29b59a;
    background-color: transparent;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    transition: transform 0.5s ease;
}

.to-top__border:hover {
    animation: animateme 1s linear infinite;
}

@keyframes animateme {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.15);
    }
    100% {
        opacity: 0;
        transform: scale(1.3);
    }
}

@media (min-width: 1201px) {
    .main-slider__wrapper-wrapper {
        width: calc(100% - 340px);
    }
}

@media (min-width: 1025px) {
    .main-slider__wrapper-wrapper {
        width: calc(100% - 300px);
    }
}

@media (max-width: 1025px) {
    .category__item__title {
        font-size: 14px!important;
        height: 50px;
    }
}

@media (max-width: 960px) {
    .main-slider__wrapper {
        padding-bottom: 0;
        height: 320px;
    }
}

@media (max-width: 768px) {
    .main-slider__wrapper {
        height: 300px;
    }
    .news-item__text {
        height: 126px;
    }
}

@media (max-width: 767px) {
    .category__item__title {
        width: 100%;
        padding-right: 0;
        height: 57px;
    }
    .category__item__title span {
        padding-left: 0;
    }
    .category__item__title span:after {
        display: none;
    }
    .qoustile-wrapper{
        display: none!important;
    }
}

.button--continue:hover {
    color: #fff!important;
}

@media all and (-ms-high-contrast:none) {
    .cart-item__conter-handler--less {
        bottom: 4px;
    }
    /* IE11 */
    .button--min {
        padding: 2px 5px;
    }
}


/*16.06.17*/

.catalog-nav__sub-list {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.mm-listview .mm-divider,
.mm-listview>li>a,
.mm-listview>li>span,
.mm-navbar .mm-title {
    white-space: ;
}

.search-results {
    position: absolute;
    left: 0;
    top: calc(100% + 4px);
    background-color: #fff;
    z-index: 35;
    width: 100%;
    min-width: 290px;
    border: 1px solid grey;
    border-radius: 6px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: z-index 0s 0.3s ease, opacity 0.3s 0s ease, visibility 0s 0.3s ease;
}

.search-results__list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.result-item__descr{
    width: calc(100% - 86px);
}
.search-results__list-item {
    width: 100%;
    padding: 0;
    margin: 0;
}

.search-results__allresult {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.search-results__allresult .button,
.search-results__allresult .button:hover {
    color: #fff;
}

.search-results.is-open {
    z-index: 65;
    opacity: 1;
    visibility: visible;
    transition: z-index 0s 0s ease, opacity 0.3s 0.1s ease, visibility 0s 0s ease;
}

.result-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px;
    text-decoration: none;
    border-bottom: 1px solid grey;
    transition: background-color 0.3s ease;
}

.result-item__image {
    width: 76px;
    height: 48px;
    margin-right: 10px;
    flex-shrink: 0;
}

.result-item__title {
    color: black;
    margin-bottom: 10px;
    line-height: 22px;
}

.result-item__price {
    color: #ccc;
}

.result-item__price span {
    color: #29b59a;
}

.result-item:hover {
    background-color: #e5e5e5;
}

@media(max-width: 768px) {
    .page-preloader .cssload-thecube {
        margin: 163px auto 0!important;
    }
}


/*.catalog-nav__sub-list > .catalog-nav__list__item > .catalog-nav__sub-list {
    position: relative;
    left: 0;
    top: 0;
    width: 290px;
    display: none;
    opacity: 1;
}
.catalog-nav__sub-list > .catalog-nav__sub-list{
	padding: 0 0 0 10px;
	margin: 0;
	list-style-type: none;
}
.catalog-nav__sub-list .catalog-nav__list__item{
	white-space: 320px;
}

.catalog-nav__sub-list{
	height: 448px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}*/

.mm-panels .m-menu__link {
    white-space: normal!important;
}

.mm-panels .m-menu__link span {
    padding-left: 6px;
}

.result-item:hover .result-item__title {
    text-decoration: underline;
}

@media(min-width: 1200px) {
    .catalog-nav__list {
        padding: 0!important;
        margin: 0!important;
        list-style-type: none!important;
        background-color: #fff!important;
    }

    /*.catalog-nav__list-wrapper > .catalog-nav__list > .catalog-nav__list__item > .catalog-nav__sub-list .catalog-nav__list__item{
		position: relative!important;
	}

	.catalog-nav__list-wrapper{
		z-index: 55!important;
		position: relative!important;
	}

	.catalog-nav__list-wrapper > .catalog-nav__list > .catalog-nav__list__item:hover{

	}

	.catalog-nav__sub-list{
		list-style-type: none!important;
		background-color: #fff!important;
		display: flex!important;
	}
	.catalog-nav__sub-list .catalog-nav__list__link{
		position: relative!important;
	    display: inline-flex!important;
	    color: #5d5d5d!important;
	    font-family: "HelveticaNeuelRoman"!important;
	    transition: color .3s ease,background-color .3s ease!important;
	    text-decoration: none!important;
	    background-color: #fff!important;
	    min-height: auto!important;
	}
	.catalog-nav__list-wrapper > .catalog-nav__list > .catalog-nav__list__item > .catalog-nav__sub-list{
		padding: 0!important;
		margin: 0!important;
		height: auto!important;
		display: flex!important;
		flex-wrap: wrap!important;
		flex-direction: row!important;
		list-style-type: none!important;
		-ms-align-items: flex-start;
		align-items: flex-start;
		position: absolute!important;
		left: 100%!important;
		top: 0!important;
		padding: 10px 0!important;
		width: calc(86vw - 400px)!important;
		opacity: 0!important;
		align-content: flex-start;
		visibility: hidden!important;
	}
	.catalog-nav__list-wrapper > .catalog-nav__list > .catalog-nav__list__item:hover > .catalog-nav__sub-list{
		opacity: 1!important;
		visibility: visible!important;
	}
	.catalog-nav__list-wrapper > .catalog-nav__list > .catalog-nav__list__item > .catalog-nav__sub-list .catalog-nav__list__item{
		padding: 0 12px!important;
		width: 290px;
	}
	.catalog-nav__list-wrapper > .catalog-nav__list > .catalog-nav__list__item > .catalog-nav__sub-list > .catalog-nav__list__item{

	}
	.catalog-nav__list-wrapper > .catalog-nav__list > .catalog-nav__list__item > .catalog-nav__sub-list .catalog-nav__list__item > .catalog-nav__list__link{
		padding: 0!important;
	}

	.catalog-nav__list-wrapper > .catalog-nav__list > .catalog-nav__list__item > .catalog-nav__sub-list .catalog-nav__list__link{
		transition: color 0.5s ease!important;
	    line-height: 1.4rem!important;
	    font-size: 1rem!important;
	}
	.catalog-nav__list-wrapper > .catalog-nav__list > .catalog-nav__list__item > .catalog-nav__sub-list .catalog-nav__list__link:hover{
		color: #29b59a!important;
	}
	.catalog-nav__list-wrapper > .catalog-nav__list > .catalog-nav__list__item > .catalog-nav__sub-list > .catalog-nav__list__item > .catalog-nav__sub-list{
		padding: 4px 0!important;
		margin: 0!important;
		    position: relative!important;
		    border: 0;
    left: 0!important;
    top: 0!important;
    width: auto!important;
    display: block!important;
    opacity: 1!important;
	}
	.catalog-nav__list-wrapper > .catalog-nav__list > .catalog-nav__list__item > .catalog-nav__sub-list > .catalog-nav__list__item > .catalog-nav__sub-list > .catalog-nav__list__item{
		padding-left: 18px!important;
	}
	.catalog-nav__list-wrapper > .catalog-nav__list > .catalog-nav__list__item > .catalog-nav__sub-list > .catalog-nav__list__item > .catalog-nav__list__link{
		color: #000!important;
	    line-height: 1.5rem!important;
	    font-size: 1rem!important;
	}
	.catalog-nav__list-wrapper > .catalog-nav__list > .catalog-nav__list__item > .catalog-nav__sub-list > .catalog-nav__list__item > .catalog-nav__list__link:hover{
		color: #29b59a!important;
	}
	.catalog-nav__list-wrapper > .catalog-nav__list > .catalog-nav__list__item > .catalog-nav__sub-list > .catalog-nav__list__item > .catalog-nav__sub-list{

	}*/
}

.svg-row__item {
    flex-basis: auto;
}

@media all and (-ms-high-contrast:none) {
    .skype-block__item {
        margin-right: 20px;
    }
    .end-cart__title,
    .end-cart__descr {
        width: 100%;
    }
    *::-ms-backdrop,
    .skype-block__item {
        margin-right: 20px;
    }
}


.double-content__right ._line-left--sp--padding span{
    padding-left: 10px;
}

.double-content__right  > .grid{
    justify-content: center;
}

@media (max-width: 1400px){
    .main-catalog-subnav__item {
        width: 320px;
    }
}

@media (max-width: 1400px){
    .main-catalog-nav__item > .main-catalog-subnav{
        max-height: 1000px;
    }
}


.double-content__right .category__item__title span{
    text-overflow: ellipsis;
    overflow: hidden;
}