*,
*::before,
*::after {
    box-sizing: inherit;
}
html {
    font-family: "PT Sans", sans-serif;
    font-size: 16px;

    box-sizing: border-box;

    color: #303030;

    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
body {
    margin: 0;

    background-color: #fff;
}
.row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-right: -12px;
    margin-left: -12px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col {
    position: relative;

    max-width: 100%;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 12px;

    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
}
.col_equal {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
.add-comment {
    font-size: 1rem;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding-top: 35px;
    padding-bottom: 15px;

    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.reviews + .add-comment {
    margin-bottom: 40px;
    padding-top: 20px;
}
.add-comment .btn,
.add-comment__link {
    margin: 0 21px;
}
.add-comment__link {
    font-weight: 400;
    line-height: 1.125;

    color: #303030;
    outline: none;
    background-color: transparent;
}
@media (max-width: 439px) {
    .add-comment__link {
        margin-top: 10px;
    }
}
.add-comment__link:hover {
    color: #32aadd;
}
.fade {
    transition: opacity .15s linear;

    opacity: 0;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.collapsing {
    position: relative;

    overflow: hidden;

    height: 0;

    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: height, visibility;
}
.blog {
    font-size: .875rem;

    padding-bottom: 30px;
}
.blog__heading {
    font-size: 1.28571429em;
    font-weight: bold;
    line-height: 1;

    margin: 0;

    text-transform: uppercase;
}
.blog__heading-link {
    text-decoration: none;

    color: inherit;
    outline: none;
    background-color: transparent;
}
.blog__heading-link:hover {
    color: #32aadd;
}
.blog__heading .icon {
    margin-right: 13px;
}
.blog__heading .icon_blog_reviews {
    top: -3px;
}
.blog__heading .icon_blog_news,
.blog__heading .icon_blog_articles {
    top: -4px;
}
.blog__heading .icon_blog_utilities {
    top: -7px;
}
.blog__news {
    font-size: 1em;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    margin: 0 0 36px;
    padding: 15px 20px 0;

    border: 1px solid #ddd;
    border-radius: 5px;

    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
@media (max-width: 1019px) {
    .blog__news {
        padding-right: 0;
        padding-left: 0;

        border: 0;
    }
}
.blog__news-content {
    padding-top: 7px;
}
@media (max-width: 1019px) {
    .blog__news-content {
        padding-top: 9px;
    }
}
.blog__news-footer {
    margin-top: auto;
    padding: 11px 0 14px;

    border-top: 1px solid #ddd;
}
@media (max-width: 1019px) {
    .blog__news-footer {
        display: none;
    }
}
.blog__news-link {
    line-height: 1.21428571;

    text-decoration: none;

    color: inherit;
    outline: none;
    background-color: transparent;
}
.blog__news-link:hover {
    color: #32aadd;
}
.blog__top .col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    max-width: 100%;

    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
@media (min-width: 1019px) {
    .blog__top .col:first-child {
        max-width: 66.66666667%;

        -webkit-flex: 0 0 66.66666667%;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
    }
    .blog__top .col:last-child {
        max-width: 33.33333333%;

        -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    }
}
.blog__bottom > .row > .col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    max-width: 33.33333333%;

    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
@media (max-width: 1019px) {
    .blog__bottom > .row > .col {
        max-width: 100%;

        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}
.blog__content {
    padding-top: 10px;
}
.blog__content .col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    max-width: 33.33333333%;

    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
@media (max-width: 1019px) {
    .blog__content .col {
        max-width: 50%;

        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}
@media (max-width: 859px) {
    .blog__content .col {
        max-width: 100%;

        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}
.blog__section {
    padding-bottom: 20px;
}
.blog__section-content {
    padding-top: 9px;
}
@media (max-width: 1019px) {
    .blog__section-footer {
        display: none;
    }
}
.blog__section-link {
    font-size: 1em;
    line-height: 1.21428571;

    display: block;

    padding: 13px 0 9px;

    white-space: nowrap;
    text-decoration: none;

    color: #333;
    border-top: 1px solid #ddd;
    outline: none;
    background-color: transparent;
}
.blog__section-link:hover {
    color: #32aadd;
    border-top-color: #32aadd;
}
.blog__section .col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    max-width: 100%;

    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
@media (min-width: 860px) and (max-width: 1019px) {
    .blog__section .col {
        max-width: 50%;

        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}
.blog__article {
    padding-top: 30px;
}
.blog__article .col {
    max-width: 66.66666667%;

    -webkit-flex: 0 0 66.66666667%;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
}
@media (min-width: 1019px) {
    .blog__article .col:last-child {
        max-width: 33.33333333%;

        -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    }
}
@media (max-width: 875px) {
    .blog__article .col {
        max-width: 100%;

        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}
.blog__article-content {
    font-size: 1rem;

    padding-bottom: 20px;
}
.blog__article-content h1,
.blog__article-content h2,
.blog__article-content h3,
.blog__article-content h4,
.blog__article-content h5,
.blog__article-content h6 {
    margin: 1.2em 0 .6em;
}
.blog__article-content h1 {
    font-size: 2.125em;
    font-weight: 700;
    line-height: 1.17647059;

    margin-top: 0;
}
.blog__article-content h2 {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.33333333;
}
.blog__article-content h3 {
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.2;
}
.blog__article-content p {
    font-size: 1em;
    line-height: 1.5;

    margin: 0 0 .8em;
}
.blog__article-content figure {
    margin: 0 0 1.3em;
}
.blog__article-content figcaption {
    font-size: .9375em;
    font-style: italic;

    display: block;

    margin-top: .5em;

    color: #888;
}
.blog__article-content ul {
    font-size: 1em;
    line-height: 1.5;

    margin: 0 0 1.3em;
    padding: 0 0 0 36px;

    list-style-type: disc;
}
.blog__article-content img {
    display: block;

    max-width: 100%;
    height: auto;

    border: 0;
}
.blog-entry {
    font-size: .8125rem;

    margin: 0 0 19px;
}
.blog-entry__title {
    font-size: 1.23076923em;
    font-weight: 700;
    line-height: 1.125;

    margin: 0 0 10px;
}
.blog-entry__title-link {
    text-decoration: underline;

    color: inherit;
    outline: none;
    background-color: transparent;
}
.blog-entry__title-link:hover {
    color: #32aadd;
}
.blog-entry__content {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.38461538;

    letter-spacing: .05em;
}
.btn {
    font: inherit;
    line-height: 1.5;

    position: relative;

    display: inline-block;
    overflow: visible;

    height: auto;
    margin: 0;
    padding: 0;

    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    text-decoration: none;
    text-transform: none;

    color: inherit;
    border: 0;
    border-radius: 0;
    outline: 0;
    background-color: transparent;
    background-image: none;

    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
.btn::-moz-focus-inner {
    padding: 0;

    border: 0;
}
.btn_block {
    display: block;

    width: 100%;
}
.btn_md {
    font-size: .8125rem;

    padding: 11px 18px 14px;
}
.btn_lg {
    font-size: 1rem;

    padding: 14px 22px 17px;
}
.btn_amber,
.btn_pink,
.btn_blue,
.btn_white {
    font-family: "PT Sans", sans-serif;
    font-weight: bold;

    letter-spacing: .05em;
    text-transform: uppercase;

    border-radius: 3px;
}
.btn_amber::before,
.btn_pink::before,
.btn_blue::before,
.btn_white::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 3px;
    left: 0;

    content: "";

    border-radius: 3px;
}
.btn_amber:active::before,
.btn_pink:active::before,
.btn_blue:active::before,
.btn_white:active::before {
    top: 3px;
    bottom: 0;
}
.btn_amber:active .icon,
.btn_pink:active .icon,
.btn_blue:active .icon,
.btn_white:active .icon {
    top: 3px;
}
.btn_amber {
    color: rgba(0, 0, 0, .87);
    background-color: #ff6e00;
}
.btn_amber::before {
    background-color: #ffc105;
}
.btn_amber:hover::before {
    background-color: #ffc929;
}
.btn_amber:active::before {
    background-color: #ffbc05;
}
.btn_pink {
    color: #fff;
    background-color: #860e4e;
}
.btn_pink::before {
    background-color: #e92063;
}
.btn_pink:hover::before {
    background-color: #ec417a;
}
.btn_pink:active::before {
    background-color: #e92063;
}
.btn_blue {
    color: #fff;
    background-color: #0d48a0;
}
.btn_blue::before {
    background-color: #2094f3;
}
.btn_blue:hover::before {
    background-color: #42a5f5;
}
.btn_blue:active::before {
    background-color: #2094f3;
}
.btn_white {
    color: rgba(0, 0, 0, .87);
    background-color: #9e9e9e;
}
.btn_white::before {
    border: 1px solid #e0e0e0;
    background-color: #fafafa;
}
.btn_white:hover::before {
    background-color: #ededed;
}
.btn_white:active::before {
    background-color: #fafafa;
}
.btn__text {
    position: relative;
}
.btn_amber:active .btn__text,
.btn_pink:active .btn__text,
.btn_blue:active .btn__text,
.btn_white:active .btn__text {
    top: 3px;
}
.btn_primary,
.btn_secondary,
.btn_info {
    font-family: "PT Sans", sans-serif;
    font-weight: bold;

    letter-spacing: .05em;
    text-transform: uppercase;

    color: #fff;
    border-radius: 3px;
}
.btn_primary::before,
.btn_secondary::before,
.btn_info::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 3px;
    left: 0;

    content: "";

    border: 1px solid transparent;
    border-radius: 3px;
}
.btn_primary:active::before,
.btn_secondary:active::before,
.btn_info:active::before {
    top: 3px;
    bottom: 0;

    border-color: transparent;
}
.btn_primary:active .icon,
.btn_secondary:active .icon,
.btn_info:active .icon {
    top: 3px;
}
.btn_compare {
    width: 55px;
    height: 44px;
    padding-top: 9px;
    padding-right: 12px;
    padding-bottom: 9px;
    padding-left: 12px;

    border: 1px solid transparent;
    border-radius: 3px;
}
.btn_compare:hover {
    border-color: #00a2ff;
}
.btn_compare .icon {
    position: absolute;
    top: 9px;
    right: 0;
    bottom: auto;
    left: 0;

    margin: auto;

    fill: #b0bec5;
}
.btn_compare:active .icon {
    fill: #546e7a;
}
.btn_compare .icon_scales-ok {
    top: 4px;

    fill: #546e7a;
}
.btn_buy {
    margin-bottom: 4px;
    padding-right: 12px;
    padding-left: 42px;

    letter-spacing: 0;
}
.btn_buy .icon {
    position: absolute;
}
.btn_buy .icon_add {
    top: 9px;
    left: 7px;
}
.btn_buy .icon_one-click {
    top: 8px;
    left: 10px;
}
.btn_buy .icon_envelope {
    top: 12px;
    left: 7px;
}
.btn_buy:active .icon_add {
    top: 12px;
}
.btn_buy:active .icon_one-click {
    top: 11px;
}
.btn_buy:active .icon_envelope {
    top: 15px;
}
.btn_primary,
.btn_pink {
    background-color: #ad010d;
    text-shadow: 0 1px 0 #b30f31;
}
.btn_primary::before,
.btn_pink::before {
    background-color: #d2527f;
}
.btn_primary:hover::before,
.btn_pink:hover::before {
    background-color: #d7668e;
}
.btn_primary:active::before,
.btn_pink:active::before {
    background-color: #d2527f;
}
.btn_secondary,
.btn_amber {
    color: rgba(0, 0, 0, .87);
    background-color: #cc7600;
    text-shadow: none;
}
.btn_secondary::before,
.btn_amber::before {
    background-color: #f7ca18;
}
.btn_secondary:hover::before,
.btn_amber:hover::before {
    background-color: #f8d23b;
}
.btn_secondary:active::before,
.btn_amber:active::before {
    background-color: #f7ca18;
}
.btn_info,
.btn_blue {
    background-color: #135fa8;
    text-shadow: 0 1px 0 #157bdf;
}
.btn_info::before,
.btn_blue::before {
    background-color: #59abe3;
}
.btn_info:hover::before,
.btn_blue:hover::before {
    background-color: #6fb6e7;
}
.btn_info:active::before,
.btn_blue:active::before {
    background-color: #59abe3;
}
.btn_back {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 12px;
    line-height: 1;

    min-width: 63px;
    padding-top: 5px;
    padding-right: 11px;
    padding-bottom: 7px;
    padding-left: 11px;

    color: #999;
    border: 1px solid #999;
    border-radius: 4px;
}
@media (min-width: 1170px) {
    .btn_back {
        font-size: 14px;

        min-width: 100px;
        padding-top: 7px;
    }
}
.btn_ok-close {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;

    width: 175px;
    height: 40px;

    letter-spacing: .025em;
    text-transform: uppercase;

    color: #fff;
    border-radius: 4px;
    background-color: #c00e33;
}
.btn_ok-close::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 2px;
    left: 0;

    content: "";

    border-radius: 4px;
    background-color: #fa2d58;
}
.btn_ok-close:active::before {
    top: 2px;
    bottom: 0;
}
.btn__text {
    position: relative;

    display: inline-block;

    vertical-align: top;
}
.btn_primary:active .btn__text,
.btn_secondary:active .btn__text,
.btn_info:active .btn__text {
    top: 3px;
}
.btn_ok-close:active .btn__text {
    top: 2px;
}
.c-checkbox {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.28571429;

    position: relative;

    display: block;

    padding-bottom: 6px;
    padding-left: 21px;
}
@media (max-width: 929px) {
    .c-checkbox {
        font-size: 1rem;
        line-height: 1.5;

        padding: 0;

        border-top: 1px solid #e6e6e6;
    }
}
.c-checkbox__input {
    position: absolute;
    z-index: -1;

    opacity: 0;
}
.c-checkbox__label {
    cursor: pointer;

    color: #212121;
}
.c-checkbox__input:checked ~ .c-checkbox__label {
    color: #00a2ff;
}
@media (max-width: 929px) {
    .c-checkbox__label {
        display: block;

        padding: 9px 18px 10px 48px;
    }
}
.c-checkbox__label::before,
.c-checkbox__label::after {
    position: absolute;
}
.c-checkbox__label::before {
    top: 2px;
    left: 0;

    width: 13px;
    height: 13px;

    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    border: 1px solid #4ec7fc;
    border-radius: 2px;
    background: #fff;
}
@media (max-width: 929px) {
    .c-checkbox__label::before {
        top: 13px;
        left: 18px;

        width: 17px;
        height: 17px;

        background-color: #fafafa;
    }
}
.c-checkbox__label::after {
    top: 6px;
    left: 3px;

    width: 7px;
    height: 6px;

    background-image: url(../img/sprite.png);
    background-position: -310px -51px;
}
.c-checkbox__input:checked ~ .c-checkbox__label::after {
    content: "";
}
@media (max-width: 929px) {
    .c-checkbox__label::after {
        top: 16px;
        left: 21px;

        width: 10px;
        height: 9px;

        background-position: -326px -181px;
    }
}
.c-input {
    font: inherit;
    line-height: 1.5;

    position: relative;

    display: inline-block;

    height: auto;
    margin: 0;
    padding: 0;

    vertical-align: top;

    color: inherit;
    border: 0;
    border-radius: 0;
    outline: none;
    background-color: #fff;
    background-image: none;

    -webkit-appearance: none;
    -moz-appearance: none;
}
.c-input::-webkit-search-decoration {
    -webkit-appearance: none;
}
.c-input::-webkit-search-cancel-button {
    display: none;
}
.c-input::-webkit-input-placeholder {
    opacity: 1;
    color: inherit;
}
.c-input:-ms-input-placeholder {
    opacity: 1;
    color: inherit;
}
.c-input::placeholder {
    opacity: 1;
    color: inherit;
}
.c-input::-ms-clear {
    display: none;
}
.c-input_block {
    display: block;
}
.c-radio {
    font-size: 1rem;
    line-height: 1.125;

    position: relative;

    display: block;

    margin-bottom: 13px;
    padding-left: 28px;

    vertical-align: top;

    color: #303030;
}
.c-radio__input {
    position: absolute;
    z-index: -1;

    opacity: 0;
}
.c-radio__label {
    display: inline-block;

    cursor: pointer;
    vertical-align: top;
}
.c-radio__label::before,
.c-radio__label::after {
    position: absolute;

    border-radius: 50%;
}
.c-radio__label::before {
    top: 2px;
    left: 0;

    width: 15px;
    height: 15px;

    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    border: 1px solid #d5d5d5;
    background-color: #f3f3f3;
}
.c-radio__label::after {
    top: 5px;
    left: 3px;

    width: 9px;
    height: 9px;

    background-color: #00a2ff;
}
.c-radio__input:checked ~ .c-radio__label::after {
    content: "";
}
.c-radio .icon {
    margin-left: 8px;
}
.c-select {
    font: inherit;
    line-height: 1.5;

    position: relative;

    display: inline-block;

    width: auto;
    height: auto;
    margin: 0;
    padding: 0;

    color: inherit;
    border: 0;
    border-radius: 0;
    outline: none;
    background-color: transparent;
    background-image: none;

    -webkit-appearance: none;
    -moz-appearance: none;
}
.c-select::-ms-expand {
    opacity: 0;
}
.c-textarea {
    font: inherit;
    line-height: normal;

    position: relative;

    display: block;

    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;

    color: inherit;
    border: 0;
    outline: none;
    background-color: transparent;
    background-image: none;

    -webkit-appearance: none;
    -moz-appearance: none;
}
.c-textarea::-webkit-input-placeholder {
    opacity: 1;
    color: inherit;
}
.c-textarea:-ms-input-placeholder {
    opacity: 1;
    color: inherit;
}
.c-textarea::placeholder {
    opacity: 1;
    color: inherit;
}
.card {
    font-size: .875rem;

    position: relative;
    z-index: 1;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    margin-bottom: 24px;
    padding-top: 14px;

    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;

    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
.card:hover {
    z-index: 2;

    border-color: #dac292;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 8px 10px 0 #d7c6bf;
}
.flexslider .card:hover {
    border-radius: 5px;
}
@media (min-width: 656px) {
    .card_list-item {
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    }
    .card_list-item:hover {
        border-radius: 5px;
    }
}
.tabs__col .card {
    margin-bottom: 16px;
}
.card__group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
.card__group + .card__group {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
@media (min-width: 656px) {
    .card_list-item .card__group:last-child {
        max-width: 230px;
        margin-left: auto;

        -webkit-flex: 0 0 230px;
        -ms-flex: 0 0 230px;
        flex: 0 0 230px;
    }
}
.card__img-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    height: 180px;
    padding: 0;

    text-decoration: none;

    outline: none;
    background-color: transparent;

    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
@media (min-width: 656px) {
    .card_list-item .card__img-container {
        max-width: 180px;

        -webkit-flex: 0 0 180px;
        -ms-flex: 0 0 180px;
        flex: 0 0 180px;
    }
}
.card__img-container::before {
    position: absolute;
    z-index: 1;
    top: -1px;
    left: -1px;
}
.card_bestseller .card__img-container::before {
    width: 102px;
    height: 101px;

    content: "";

    background-image: url(../img/sprite.png);
    background-position: -102px 0;
}
.card_eco .card__img-container::before {
    width: 102px;
    height: 101px;

    content: "";

    background-image: url(../img/sprite.png);
    background-position: -102px -101px;
}
.card_new .card__img-container::before {
    width: 102px;
    height: 101px;

    content: "";

    background-image: url(../img/sprite.png);
    background-position: 0 0;
}
.card_offer .card__img-container::before {
    width: 102px;
    height: 101px;

    content: "";

    background-image: url(../img/sprite.png);
    background-position: 0 -101px;
}
.card_agcy .card__img-container::before {
    width: 101px;
    height: 101px;

    content: "";

    background-image: url(../img/sprite.png);
    background-position: 0 -287px;
}
.card__img {
    display: block;

    max-width: 100%;
    height: auto;

    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.card__id {
    font-size: .92857143em;
    line-height: 1.15384615;

    padding: 17px 14px 0;
}
@media (min-width: 656px) {
    .card_list-item .card__id {
        padding-top: 5px;
    }
}
.card__title {
    font-size: 1em;
    font-weight: normal;
    line-height: 1.28571429;

    margin: 0;
    padding: 0 14px 18px;

    text-align: left;
}
@media (min-width: 656px) {
    .card_list-item .card__title {
        padding-bottom: 14px;
    }
}
.card__title-link {
    color: inherit;
    outline: none;
    background-color: transparent;
}
.card__title-link:hover {
    color: #32aadd;
}
.card__state {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.28571429;

    position: relative;

    padding: 0 14px;
}
.card__state .icon {
    top: 2px;
}
.card__state_in {
    color: #00c000;
}
.card__state_req {
    color: #ffa100;
}
.card__state_out {
    color: #fa2d58;
}
.card__price {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    padding: 2px 14px 8px;

    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
.card__price-value {
    font-size: 1.71428571em;
    font-weight: bold;
    line-height: 1.25;
}
.card__price-value_old {
    font-size: 1em;

    position: relative;

    color: #aeaeae;
}
.card__price-value_old::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    height: 1px;
    margin: auto;

    content: "";

    background-color: #fa2d58;
}
.card__price-unit {
    font-size: .66666667em;
    font-weight: normal;
}
.card__buttons {
    margin-top: auto;
    padding: 13px 14px;
}
.card_list-item .card__buttons {
    margin-top: 0;
}
@media (min-width: 656px) {
    .card_list-item .card__buttons {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        padding-top: 0;

        background-color: transparent;
        box-shadow: none;

        -webkit-align-items: flex-start;
        align-items: flex-start;
        -ms-flex-align: start;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
    .card_list-item .card__buttons .btn_buy {
        margin-right: 4px;
    }
}
.card__dropdown {
    position: absolute;
    top: 100%;
    right: -1px;
    left: -1px;

    display: none;

    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #dac292;
    border-radius: 0 0 5px 5px;
    background: #fff;
    box-shadow: 0 8px 10px 0 #d7c6bf;
}
.card:hover .card__dropdown {
    display: block;
}
.flexslider .card:hover .card__dropdown {
    display: none;
}
@media (min-width: 656px) {
    .card_list-item .card__dropdown,
    .card_list-item:hover .card__dropdown {
        position: static;

        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;

        border: 0;
        background-color: transparent;
        box-shadow: none;

        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }
}
.card__specs {
    font-size: 1em;
    line-height: 1.28571429;

    padding: 5px 14px 19px;
}
@media (min-width: 656px) {
    .card_list-item .card__specs {
        padding-bottom: 4px;
    }
}
.card__specs-key {
    margin-right: 4px;
}
.card__specs-key::after {
    content: ":";
}
.card__feature-list {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1em;
    font-style: italic;
    line-height: 1.28571429;

    display: none;

    margin: 0;
    padding: 0 14px 19px;

    list-style-type: none;
}
@media (min-width: 656px) {
    .card_list-item .card__feature-list {
        display: block;
    }
}
.card__actions {
    margin-top: auto;
    padding: 13px 14px 14px;

    border-top: 1px solid #ededed;
    border-radius: 0 0 5px 5px;
    background: #f9f9f9;
}
@media (min-width: 656px) {
    .card_list-item .card__actions {
        border: 0;
        border-radius: 0;
        background-color: transparent;
    }
}
.card__actions-item {
    font-size: 1em;
    line-height: 1.28571429;

    position: relative;

    display: block;

    padding-right: 5px;
    padding-left: 28px;

    text-decoration: none;

    color: #303030;
    outline: none;
    background-color: transparent;
}
.card__actions-item:hover {
    text-decoration: underline;
}
.card__actions-item .icon {
    position: absolute;
    top: 1px;
    left: 5px;
}
.card__bookmark {
    position: absolute;
    top: 5px;
    right: 5px;
}
.card__bookmark-btn {
    font-size: 18px;
    line-height: 34px;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 36px;
    height: 36px;

    text-align: center;

    border-radius: 3px;
    background-color: #fff;

    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.card:hover .card__bookmark-btn {
    border: 1px solid #e0e0e0;
}
.card__bookmark-btn:hover {
    background-color: #fafafa;
}
.card__bookmark-btn:active {
    background-color: #ededed;
}
.card__bookmark-icon {
    line-height: 34px;

    position: relative;
    z-index: 3;

    color: #ffc105;
}
.card_bookmarked .card__bookmark-icon::before,
.card__bookmark-btn:active .card__bookmark-icon::before {
    content: "\f005";
}
.card__bookmark-btn:active .card__bookmark-icon {
    color: #ff8f00;
}
.tabs .card-row {
    padding-top: 22px;
}
@media (max-width: 999px) {
    .tabs .card-row {
        padding-top: 10px;
    }
}
@media (min-width: 1000px) {
    .card-row_narrow.row {
        margin-right: -8px;
        margin-left: -8px;
    }
}
@media (max-width: 526px) {
    .card-row.row {
        margin-right: 0;
        margin-left: 0;
    }
}
.card-row__col.col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    max-width: 100%;

    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
@media (min-width: 527px) {
    .card-row:not(.card-row_list) .card-row__col.col {
        max-width: 50%;

        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}
@media (min-width: 767px) {
    .card-row:not(.card-row_list) .card-row__col.col {
        max-width: 33.33333333%;

        -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    }
}
@media (min-width: 1007px) {
    .card-row:not(.card-row_list) .card-row__col.col {
        max-width: 25%;

        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }
}
@media (min-width: 930px) {
    .panel_main .card-row:not(.card-row_list) .card-row__col.col {
        max-width: 50%;

        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}
@media (min-width: 1011px) {
    .panel_main .card-row:not(.card-row_list) .card-row__col.col {
        max-width: 33.33333333%;

        -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    }
}
@media (min-width: 521px) and (max-width: 655px) {
    .card-row_list .card-row__col.col {
        max-width: 50%;

        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}
@media (min-width: 1000px) {
    .card-row_narrow:not(.card-row_list) .card-row__col.col {
        max-width: 50%;
        padding-right: 8px;
        padding-left: 8px;

        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}
.card-row.bookmarks:not(.card-row_list) .card-row__col.col {
    max-width: 100%;

    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
@media (min-width: 527px) {
    .card-row.bookmarks:not(.card-row_list) .card-row__col.col {
        max-width: 50%;

        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}
@media (min-width: 600px) {
    .card-row.bookmarks:not(.card-row_list) .card-row__col.col {
        max-width: 100%;

        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}
@media (min-width: 760px) {
    .card-row.bookmarks:not(.card-row_list) .card-row__col.col {
        max-width: 50%;

        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}
@media (min-width: 920px) {
    .card-row.bookmarks:not(.card-row_list) .card-row__col.col {
        max-width: 33.33333333%;

        -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    }
}
.cart {
    font-size: 1.125rem;
}
.cart__header {
    position: relative;

    padding-top: 45px;
    padding-bottom: 19px;
}
.cart__header::before {
    position: absolute;
    top: -25px;
    right: 0;
    bottom: auto;
    left: 0;

    width: 70px;
    height: 59px;
    margin: auto;

    content: "";

    background-image: url(../img/sprite.png);
    background-position: -204px 0;
}
.cart__title {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.22222222;

    margin: 0;

    text-align: center;
    text-transform: uppercase;

    color: #bababa;
}
@media (max-width: 676px) {
    .cart__body {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}
.cart__footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 0 13px 17px 16px;

    border: 1px solid #dac292;
    border-radius: 0 0 5px 5px;
    background-color: #f0daa8;

    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
@media (max-width: 359px) {
    .cart__footer {
        padding-right: 10px;
        padding-left: 10px;
    }
}
.cart__total {
    position: relative;
    top: 3px;

    padding-top: 14px;
    padding-right: 14px;
    padding-bottom: 8px;

    white-space: nowrap;
}
.cart__total-key {
    font-size: 1.33333333em;
    font-weight: 700;
    line-height: .75;
}
.cart__total-value {
    font-size: 1.44444444em;
    font-weight: 700;
    line-height: .69230769;
}
.cart__total-unit {
    font-size: 1em;
    font-weight: 400;
    line-height: 1;
}
.cart__actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding-top: 14px;

    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
@media (max-width: 559px) {
    .cart__actions {
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}
.cart__actions .btn {
    margin-bottom: 8px;
}
@media (max-width: 359px) {
    .cart__actions .btn {
        padding-right: 16px;
        padding-left: 16px;
    }
}
.cart__actions .btn:first-child {
    margin-right: 8px;
}
.cart-item {
    font-size: 1.125rem;

    position: relative;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 15px 5px 15px 23px;

    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
.cart-item:not(:last-child) {
    border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 676px) {
    .cart-item {
        flex-direction: column;

        max-width: 50%;
        margin-bottom: 20px;
        padding-top: 20px;
        padding-right: 24px;
        padding-bottom: 20px;
        padding-left: 24px;

        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        -ms-flex-align: start;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }
    .cart-item:not(:last-child) {
        border-bottom: 0;
    }
}
@media (max-width: 549px) {
    .cart-item {
        max-width: 100%;

        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .cart-item:not(:last-child) {
        border-bottom: 1px solid #e8e8e8;
    }
}
.cart-item__remove {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: -26px;

    width: 40px;
    height: 34px;
    margin: auto;

    background-image: url(../img/sprite.png);
    background-position: -274px -57px;
}
@media (max-width: 676px) {
    .cart-item__remove {
        right: 0;
        bottom: auto;
        left: auto;

        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
}
.cart-item__remove:hover {
    width: 40px;
    height: 34px;

    background-image: url(../img/sprite.png);
    background-position: -310px -17px;
}
.cart-item__remove .btn__text {
    display: none;
}
.cart-item__img-container {
    max-width: 110px;
    height: 110px;

    text-decoration: none;

    outline: none;
    background-color: transparent;

    -webkit-flex: 0 0 110px;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
}
@media (max-width: 676px) {
    .cart-item__img-container {
        width: 110px;
        max-width: none;

        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
}
.cart-item__img {
    display: block;

    width: 100%;
    max-width: 100%;
    height: 100%;

    border: 0;

    object-fit: scale-down;
}
.cart-item__info {
    padding-right: 22px;
    padding-left: 36px;

    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
@media (max-width: 676px) {
    .cart-item__info {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;

        padding: 0;

        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }
}
.cart-item__title {
    font-size: 1em;
    font-weight: 400;
    line-height: 1;

    margin: 0 0 7px;

    color: #00adfc;
}
@media (max-width: 676px) {
    .cart-item__title {
        margin: 0;
        padding-top: 7px;
        padding-bottom: 25px;
    }
}
.cart-item__title-link {
    text-decoration: none;

    color: inherit;
    outline: none;
    background-color: transparent;
}
.cart-item__title-link:hover {
    text-decoration: underline;
}
@media (max-width: 676px) {
    .cart-item__info .cart-item__price {
        margin-top: auto;
    }
}
.cart-item__price-value {
    font-size: 1.44444444em;
    font-weight: 700;
    line-height: .69230769;
}
.cart-item__price-unit {
    font-size: 1em;
    font-weight: 400;
    line-height: 1;
}
.cart-item__calc {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    max-width: 233px;
    margin-left: auto;

    -webkit-flex: 0 0 233px;
    -ms-flex: 0 0 233px;
    flex: 0 0 233px;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
@media (max-width: 676px) {
    .cart-item__calc {
        max-width: none;
        margin-top: 10px;
        margin-left: 0;

        -webkit-align-items: center;
        align-items: center;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -ms-flex-align: center;
    }
}
.cart-item__qty {
    max-width: 89px;
    padding-right: 22px;
    padding-left: 22px;

    -webkit-flex: 0 0 89px;
    -ms-flex: 0 0 89px;
    flex: 0 0 89px;
}
@media (max-width: 676px) {
    .cart-item__qty {
        max-width: none;
        margin-top: auto;
        padding: 0;

        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
}
.cart-item__total {
    max-width: 144px;
    padding-left: 22px;

    -webkit-flex: 0 0 144px;
    -ms-flex: 0 0 144px;
    flex: 0 0 144px;
}
@media (max-width: 676px) {
    .cart-item__total {
        max-width: none;
        padding: 0;

        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
}
.catalogue {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-right: -12px;
    margin-left: -12px;
    padding-bottom: 55px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 929px) {
    .catalogue {
        flex-direction: column;

        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }
}
.catalogue__sidebar,
.catalogue__content {
    position: relative;

    max-width: 100%;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 12px;

    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
}
@media (max-width: 929px) {
    .catalogue__sidebar,
    .catalogue__content {
        max-width: none;

        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
}
.catalogue__sidebar {
    max-width: 274px;

    -webkit-flex: 0 0 274px;
    -ms-flex: 0 0 274px;
    flex: 0 0 274px;
}
@media (max-width: 929px) {
    .catalogue__sidebar {
        max-width: none;

        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
}
.catalogue__sidebar-link {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.66666667;

    position: relative;

    display: inline-block;

    padding-left: 36px;

    vertical-align: top;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;

    color: #32aadd;
    outline: none;
    background-color: transparent;
}
@media (max-width: 929px) {
    .catalogue__sidebar-link {
        display: none;
    }
}
.catalogue__sidebar-link:hover {
    text-decoration: underline;
}
.catalogue__sidebar-link .icon {
    position: absolute;
    top: 0;
    left: 0;
}
.categories {
    font-size: .875rem;
}
.categories__heading.panel__subheading {
    font-size: 1.28571429em;

    margin: 0;
    padding-top: 20px;
    padding-bottom: 11px;

    color: #212121;
}
@media (max-width: 929px) {
    .categories__heading.panel__subheading {
        font-size: 1em;

        padding-top: 18px;
        padding-bottom: 14px;
    }
}
.categories__list {
    margin: 0;
    padding-bottom: 14px;
    padding-left: 0;

    list-style-type: none;
}
@media (max-width: 929px) {
    .categories__list {
        margin: 0 -18px;
        padding-bottom: 0;
    }
}
.categories__list-item {
    padding-bottom: 6px;
}
@media (max-width: 929px) {
    .categories__list-item {
        padding-bottom: 0;
    }
}
.categories__link {
    font-size: 1em;
    line-height: 1.28571429;

    position: relative;

    display: block;

    padding-left: 15px;

    text-decoration: none;

    color: #212121;
    outline: none;
    background-color: transparent;
}
@media (max-width: 929px) {
    .categories__link {
        font-size: 1.14285714em;
        line-height: 1.5;

        padding: 8px 18px 11px 33px;

        border-top: 1px solid #e6e6e6;
    }
}
.categories__list-item.active .categories__link,
.categories__link:hover {
    color: #32aadd;
}
.categories__link::before {
    position: absolute;
    top: 6px;
    right: auto;
    left: 0;

    width: 5px;
    height: 7px;

    content: "";

    background-image: url(../img/sprite.png);
    background-position: -341px -181px;
}
@media (max-width: 929px) {
    .categories__link::before {
        top: 0;
        bottom: 0;
        left: 18px;

        margin: auto;
    }
}
.categories__list-item.active .categories__link::before,
.categories__link:hover::before {
    background-position: -336px -181px;
}
.comment {
    font-size: 1rem;

    color: #121212;
    border-bottom: 1px solid #dfdfdf;
}
.comment__header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding-top: 26px;
    padding-bottom: 14px;

    -webkit-align-items: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.comment__heading {
    font-size: 1.125em;
    font-weight: 700;
    line-height: 1;

    margin: 0 21px 0 0;
}
.comment__date {
    font-size: .8125em;
    line-height: 1.38461538;

    color: #999;
}
.comment__body {
    line-height: 1.5;
}
.comment__body p {
    margin: 0;
}
.comment__footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding-top: 10px;
    padding-bottom: 25px;

    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.comment__rating {
    padding-top: 4px;
}
.comment__voting {
    font-size: .875em;
    line-height: 1.28571429;

    color: #000;
}
.comment__voting-caption {
    display: inline-block;

    margin-right: 6px;
    padding-top: 4px;
    padding-bottom: 3px;

    vertical-align: top;
}
.comment__btn {
    font-size: .92857143em;
    line-height: 1.38461538;

    min-width: 60px;
    padding: 3px;

    border: 1px dashed transparent;
}
.comment__btn_yes {
    color: #00c992;
    border-color: #00c992;
}
.comment__btn_no {
    color: #ff5757;
    border-color: #ff5757;
}
.comment__btn .btn__counter {
    margin-left: 4px;

    color: #000;
}
.comment__btn:hover {
    border-style: solid;
}
.comment__btn:hover .btn__counter {
    color: inherit;
}
.compat-object-fit {
    background-position: center center !important;
    background-size: cover !important;
}
.compat-object-fit img {
    opacity: 0 !important;
}
.contact {
    font-family: "PT Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.5;

    position: relative;

    margin: -16px 0 0;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
}
.contact__list {
    margin: 0;
    padding-left: 0;

    list-style-type: none;
}
.contact__list-item {
    padding: 3px 0;
}
.contact__link {
    position: relative;

    display: inline-block;

    padding-top: 3px;
    padding-bottom: 3px;

    vertical-align: top;
    white-space: nowrap;
    text-decoration: none;

    color: #303030;
    outline: none;
    background-color: transparent;
}
.contact__link_dashed {
    position: relative;

    color: #32aadd;
}
.contact__link_dashed::before {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;

    margin-top: -5px;

    content: "";

    border-bottom: 1px dashed #32aadd;
}
.contact__link_dashed:hover::before {
    border-bottom: 1px solid #32aadd;
}
.contact__title {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.25;

    margin: 26px 0 14px;

    letter-spacing: .05em;
    text-transform: uppercase;
}
@media (max-width: 424px) {
    .contact__title {
        font-size: 1.25em;
    }
}
.container {
    display: block;

    max-width: 1240px;
    margin: 0 auto;
    padding-right: 12px;
    padding-left: 12px;
}
@media (max-width: 439px) {
    .container.header__container,
    .container.navbar__container {
        padding: 0 10px;
    }
}
@media (max-width: 359px) {
    .container.header__container,
    .container.navbar__container {
        padding: 0 5px;
    }
}
.countdown {
    font-size: .8125rem;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -2px;
    padding-right: 10px;

    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
.countdown__item {
    padding: 0 2px;
}
.countdown__item-value {
    font-size: 2.30769231em;
    font-weight: bold;
    line-height: .53333333;

    display: block;

    min-width: 54px;
    padding: 11px 10px 9px 10px;

    text-align: center;

    color: #000;
    border-radius: 3px 3px 0 0;
    background: linear-gradient(to bottom, #f1f1f1 0%, #fff 100%);
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, .18);
}
.countdown__item-key {
    font-size: .76923077em;
    line-height: 1.8;

    display: block;

    margin: 0 -1px;

    text-align: center;
    text-transform: uppercase;

    color: #fff;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #f5f5f5;
    border-radius: 0 0 3px 3px;
    background-color: #ac8973;
}
.feature {
    font-size: 1.875rem;

    position: relative;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    height: 0;
    margin-bottom: 36px;
    padding-bottom: 56.25%;

    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
@media (min-width: 640px) and (max-width: 1019px) {
    .feature {
        height: auto;
        padding-bottom: 0;

        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    }
}
.feature__img-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
@media (min-width: 640px) and (max-width: 1019px) {
    .feature__img-wrapper {
        position: relative;

        max-width: 50%;
        padding-bottom: 28.125%;

        border: 1px solid #ddd;

        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    .feature__img-wrapper:hover {
        border-color: #32aadd;
    }
}
.feature__img-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    text-decoration: none;

    outline: none;
    background-color: transparent;
}
.feature__img-container::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: "";

    border-radius: 5px;
    background-color: rgba(0, 0, 0, .5);
}
@media (min-width: 640px) and (max-width: 1019px) {
    .feature__img-container::before {
        content: none;
    }
}
.feature__img {
    display: block;

    width: 100%;
    max-width: 100%;
    height: 100%;

    border: 0;
    border-radius: 5px;

    object-fit: cover;
}
.feature__text {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;

    padding-right: 20px;
    padding-left: 20px;
}
@media (min-width: 640px) and (max-width: 1019px) {
    .feature__text {
        position: static;
    }
}
.feature__kicker {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.feature__subheading {
    font-size: .46666667em;
    line-height: 1.35714286;

    position: relative;
    z-index: 2;

    display: block;

    margin: 0  10px 0 0;

    text-transform: uppercase;
}
@media (max-width: 539px) {
    .feature__subheading {
        font-size: .4em;
    }
}
.feature__subheading-link {
    text-decoration: none;

    color: #32aadd;
    outline: none;
    background-color: transparent;
}
.feature__subheading-link:hover {
    text-decoration: underline;
}
.feature__timestamp {
    font-size: .46666667em;
    line-height: 1.35714286;

    color: #bdbdbd;
}
@media (max-width: 539px) {
    .feature__timestamp {
        font-size: .4em;
    }
}
.feature__heading {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.06666667;

    margin: 0;
    padding-top: 6px;
    padding-bottom: 29px;
}
@media (max-width: 539px) {
    .feature__heading {
        font-size: .66666667em;
    }
}
.feature__heading-link {
    text-decoration: none;

    color: #fff;
    outline: none;
    background-color: transparent;
}
@media (min-width: 640px) and (max-width: 1019px) {
    .feature__heading-link {
        color: inherit;
    }
    .feature__heading-link:hover {
        color: #32aadd;
    }
}
@media (min-width: 1020px) {
    .feature:hover .feature__heading-link {
        color: #e0e0e0 !important;
    }
}
@media (max-width: 639px) {
    .feature:hover .feature__heading-link {
        color: #e0e0e0 !important;
    }
}
.feature__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    text-decoration: none;

    outline: none;
    background-color: transparent;
}
@media (min-width: 640px) and (max-width: 1019px) {
    .feature__link {
        display: none;
    }
}
.featured-products {
    margin: 18px 0;
}
@media (min-width: 804px) {
    .featured-products {
        max-width: 780px;
    }
}
.featured-products__title {
    font-size: 1.75rem;
    line-height: 1.28571429;

    margin: 0 0 19px;
}
.featured-products__content {
    margin: 0 -12px;
}
.filter {
    font-size: .875rem;
}
.filter__caption {
    font-size: 1.14285714em;
    line-height: 1.5;

    padding-top: 15px;
    padding-bottom: 4px;
}
.filter__group {
    margin-right: -18px;
    margin-left: -18px;

    border-top: 1px solid #e6e6e6;
}
.filter__group-header {
    position: relative;

    padding-right: 33px;
    padding-left: 18px;

    cursor: pointer;
}
.filter__group-header::before {
    position: absolute;
    top: 21px;
    right: 18px;

    width: 10px;
    height: 5px;

    content: "";
    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);

    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i0KHQu9C+0LlfMSIgZGF0YS1uYW1lPSLQodC70L7QuSAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgMTAgNSI+PHRpdGxlPmFuZ2xlLWRvd248L3RpdGxlPjxwYXRoIGQ9Ik01LDVINWEwLjg1LDAuODUsMCwwLDEtLjU2LTAuMkwwLjIxLDEuMDdhMC41NiwwLjU2LDAsMCwxLDAtLjlBMC44OCwwLjg4LDAsMCwxLDEuMzIuMkw1LDMuNDQsOC42OCwwLjJhMC44OCwwLjg4LDAsMCwxLDEuMDgsMCwwLjU2LDAuNTYsMCwwLDEsMCwuOUw1LjU0LDQuOEEwLjg1LDAuODUsMCwwLDEsNSw1WiIgZmlsbD0iIzY5Njk2OSIvPjwvc3ZnPg==);
}
.filter__group-header.collapsed::before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.filter__group-heading {
    font-size: 1.14285714em;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;
    padding-top: 14px;
    padding-bottom: 12px;

    text-transform: uppercase;

    color: #212121;
}
.filter__group-content {
    padding-right: 18px;
    padding-bottom: 14px;
    padding-left: 18px;
}
.filter__group_collapsed .filter__group-content {
    display: none;
}
@media (max-width: 929px) {
    .filter__group-content {
        padding-right: 0;
        padding-left: 0;

        background-color: #fafafa;
    }
}
.flexslider {
    position: relative;
}
.flexslider__viewport {
    transition: all 1s ease;

    border-radius: 5px 0 0 5px;
}
.flexslider__slides {
    margin: 0;
    padding-left: 0;

    list-style-type: none;
}
.flexslider__slides::after {
    display: table;
    clear: both;

    content: "";
}
.flexslider__slide {
    display: none;

    -webkit-backface-visibility: hidden;
}
.no-js .flexslider__slide:first-child {
    display: block;
}
.flexslider__img {
    display: block;

    width: 100%;
    max-width: 100%;
    height: auto;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.flexslider__direction-nav {
    margin: 0;
    padding-left: 0;

    list-style-type: none;
}
.flexslider__control-nav {
    font-size: 10px;
    line-height: 1;

    position: absolute;
    bottom: 21px;
    left: 32px;

    margin-left: -9px;
    padding-left: 0;

    list-style-type: none;
}
.flexslider__control-nav li {
    display: inline;

    margin: 0 0 0 9px;

    vertical-align: top;
}
.flexslider__control-nav li a {
    display: inline-block;
    overflow: hidden;

    width: 10px;
    height: 10px;

    text-decoration: none;
    text-indent: -9999px;

    border: 2px solid #444;
    border-radius: 50%;
    background-color: transparent;
}
.flexslider__control-nav li a:hover {
    background: rgba(68, 68, 68, .7);
}
.flexslider__control-nav li a.flexslider__active {
    cursor: default;

    background: #444;
}
.footer {
    font-size: .875rem;

    position: relative;

    border-top: 7px solid #dac292;
    background-image: linear-gradient(to bottom, #fff 0%, #fefefe 100%);
}
.footer::before,
.footer::after {
    position: absolute;
    left: 0;

    width: 100%;

    content: "";
}
.footer::before {
    top: 0;

    height: 1px;

    background: #f0daa8;
}
.footer::after {
    top: 1px;

    height: 2px;

    background: #7b5944;
}
.footer__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-right: -12px;
    margin-left: -12px;
    padding-top: 37px;
    padding-bottom: 10px;

    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
@media (max-width: 759px) {
    .footer__wrapper {
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
}
@media (max-width: 529px) {
    .footer__wrapper {
        flex-direction: column;

        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }
}
.footer__section {
    padding-right: 12px;
    padding-bottom: 20px;
    padding-left: 12px;
}
.footer__section:last-child {
    max-width: 170px;

    -webkit-flex: 1 0 170px;
    -ms-flex: 1 0 170px;
    flex: 1 0 170px;
}
.footer__heading {
    font-size: 1.28571429em;
    line-height: 1;

    margin: 0 0 11px;

    color: #000;
}
.footer__list {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.71428571;

    margin: 0;
    padding-left: 0;

    list-style-type: none;
}
.footer__list-item {
    margin-bottom: 6px;
}
.footer__list-link {
    text-decoration: none;

    color: #303030;
}
.footer__list-link:hover {
    text-decoration: underline;
}
.footer__subsection {
    margin-bottom: 8px;
}
.footer__subheading {
    font-size: 1.14285714em;
    line-height: 1.5;

    margin: 0 0 3px;

    color: #7b5944;
}
.footer__sublist {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.71428571;

    margin: 0;
    padding-left: 0;

    list-style-type: none;
}
.footer__item {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.5;

    margin: 0;
}
.footer__link {
    color: #32aadd;
    outline: none;
    background-color: transparent;
}
.footer__social {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -3px;
    padding-top: 9px;
    padding-left: 0;

    list-style-type: none;

    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.footer__social-item {
    padding: 0 3px;
}
.footer__social-link {
    position: relative;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 32px;
    height: 32px;
    margin-bottom: 6px;

    text-decoration: none;

    color: inherit;
    background-image: url(../img/sprite.png);

    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.footer__social-link_vk {
    background-position: 0 -1138px;
}
.footer__social-link_ok {
    background-position: 0 -1170px;
}
.footer__social-link_fb {
    background-position: 0 -1202px;
}
.footer__social-link_google {
    background-position: 0 -1234px;
}
.footer__social-link_twtr {
    background-position: 0 -1266px;
}
.footer__social-link_yt {
    background-position: 0 -1298px;
}
.footer__social-text {
    display: none;
}
.footer__social .fa {
    font-size: 20px;

    color: #32aadd;
}
.footer__social-link:hover .fa {
    color: #d83157;
}
.footer__copyright {
    font-size: 1em;
    line-height: 1.71428571;

    padding-top: 16px;
    padding-bottom: 15px;

    text-align: center;

    background: #f5f5f5;
    box-shadow: inset 0 5px 5px 0 rgba(0, 0, 0, .02);
}
.footer__copyright small {
    font: inherit;
}
.form {
    font-size: .875rem;
}
.form__label {
    font-size: 1.28571429em;
    font-weight: 700;
    line-height: 1;

    display: block;

    margin: 0 0 13px;

    vertical-align: top;

    color: #303030;
}
.form__label span {
    font-weight: 400;

    color: #ababab;
}
.ordering .form__label {
    margin-bottom: 18px;
}
.form__input,
.form__textarea {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;

    display: block;

    width: 100%;
    padding: 16px 18px 13px;

    border: 1px solid #d5d5d5;
    background-color: white;
}
.form__input::-webkit-input-placeholder,
.form__textarea::-webkit-input-placeholder {
    font-style: italic;

    color: #c59f75;
}
.form__input:-ms-input-placeholder,
.form__textarea:-ms-input-placeholder {
    font-style: italic;

    color: #c59f75;
}
.form__input::placeholder,
.form__textarea::placeholder {
    font-style: italic;

    color: #c59f75;
}
.ordering .form__input::-webkit-input-placeholder,
.ordering .form__textarea::-webkit-input-placeholder {
    font-size: 14px;
    font-style: normal;

    color: #303030;
}
.ordering .form__input:-ms-input-placeholder,
.ordering .form__textarea:-ms-input-placeholder {
    font-size: 14px;
    font-style: normal;

    color: #303030;
}
.ordering .form__input::placeholder,
.ordering .form__textarea::placeholder {
    font-size: 14px;
    font-style: normal;

    color: #303030;
}
.form__textarea {
    height: 123px;

    resize: none;
}
.form .input {
    margin-bottom: 21px;
}
.ordering .form .input {
    margin-bottom: 10px;
}
.ordering .form .input.radio {
    margin-bottom: 0;
}
.form .input-rating {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.form__footer {
    font-size: .92857143em;
    line-height: 1.38461538;

    padding-top: 21px;
}
.modal .form__actions {
    text-align: right;
}
.modal .form__actions .btn {
    min-width: 180px;
}
.modal_auth .form__actions {
    padding-top: 9px;
}
@media (max-width: 475px) {
    .modal_auth .form__actions {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;

        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }
    .modal_auth .form__actions .btn {
        width: 100%;

        -webkit-align-self: flex-start;
        align-self: flex-start;
        -ms-flex-item-align: start;
    }
    .modal_auth .form__actions .btn:first-child {
        margin-top: 10px;

        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
}
.form__recover {
    margin-bottom: 21px;
}
.form__recover a {
    font-size: 16px;

    color: #32aadd;
}
.input.radio {
    display: inline-block;

    vertical-align: top;
}
.header {
    font-size: .875rem;

    position: relative;
    z-index: 1015;

    padding-bottom: 9px;
}
@media (max-width: 779px) {
    .header {
        padding-bottom: 0;
    }
}
@media (max-width: 779px) {
    .header__container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        -webkit-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}
.header__topnav-toggle {
    display: none;
}
@media (max-width: 779px) {
    .header__topnav-toggle {
        display: inline-block;
    }
}
@media (max-width: 439px) {
    .header__topnav-toggle {
        width: 42px;
        height: 42px;
    }
}
.header__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
@media (max-width: 779px) {
    .header__wrapper {
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -ms-flex-align: center;
    }
}
.header__group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding-top: 8px;

    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-align: start;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
@media (max-width: 1021px) {
    .header__group {
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    }
}
@media (max-width: 859px) {
    .header__group {
        padding-top: 0;
    }
}
@media (max-width: 779px) {
    .header__group {
        margin-left: auto;
    }
}
.header__toggle {
    width: 48px;
    height: 48px;
    margin: 0 5px;

    border-radius: 50%;
}
.header__toggle::before {
    border-radius: 50%;
}
.header__toggle .icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    margin: auto;
}
@media (max-width: 439px) {
    .header__toggle {
        width: 42px;
        height: 42px;
        margin: 0 2px;
    }
}
.header__logo {
    position: relative;

    max-width: 202px;
    margin-top: -22px;
    margin-right: 16px;

    text-decoration: none;

    outline: none;
    background-color: transparent;

    -webkit-flex: 0 0 202px;
    -ms-flex: 0 0 202px;
    flex: 0 0 202px;
}
@media (max-width: 1019px) {
    .header__logo {
        margin-top: 0;
    }
}
@media (max-width: 859px) {
    .header__logo {
        max-width: 145px;
        margin-top: -22px;

        -webkit-flex: 0 0 145px;
        -ms-flex: 0 0 145px;
        flex: 0 0 145px;
    }
}
@media (max-width: 779px) {
    .header__logo {
        margin-top: 0;
        margin-right: 0;
        margin-left: auto;
    }
}
@media (max-width: 379px) {
    .header__logo {
        max-width: 110px;

        -webkit-flex: 0 0 110px;
        -ms-flex: 0 0 110px;
        flex: 0 0 110px;
    }
}
.header__logo-img {
    display: block;

    max-width: 100%;
    height: auto;
}
.header__contact {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.85714286;

    position: relative;
    z-index: 1;

    max-width: 300px;
}
@media (max-width: 1021px) {
    .header__contact {
        max-width: 100%;

        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}
.header__contact-toggle {
    display: none;
}
@media (max-width: 779px) {
    .header__contact-toggle {
        display: block;
    }
}
.header__contact-content {
    position: relative;

    padding-bottom: 28px;
    padding-left: 32px;
}
@media (max-width: 1019px) {
    .header__contact-content {
        padding-bottom: 0;
    }
}
@media (max-width: 779px) {
    .header__contact-content {
        display: none;
    }
}
.header__contact-icon.icon {
    position: absolute;
    top: 5px;
    left: 0;
}
.header__contact-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    max-width: 300px;
    margin: 0 -8px;
    padding-left: 0;

    list-style-type: none;

    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
@media (max-width: 1021px) {
    .header__contact-list {
        max-width: 100%;
        padding-right: 20px;

        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}
.header__contact-item {
    padding: 0 8px;
}
.header__contact-link {
    position: relative;

    display: inline-block;

    vertical-align: top;
    white-space: nowrap;
    text-decoration: none;

    color: #303030;
    outline: none;
    background-color: transparent;
}
.header__contact-link_dashed {
    position: relative;

    color: #32aadd;
}
.header__contact-link_dashed::before {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;

    margin-top: -5px;

    content: "";

    border-bottom: 1px dashed #32aadd;
}
.header__contact-link_dashed:hover::before {
    border-bottom: 1px solid #32aadd;
}
.header__contact-hours {
    font-size: .92857143em;
    line-height: 1.38461538;

    position: absolute;
    bottom: 0;

    white-space: nowrap;
}
@media (max-width: 1019px) {
    .header__contact-hours {
        line-height: 2;

        position: static;
    }
}
.header__cart {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1em;
    line-height: 2.85714286;

    position: relative;

    margin-top: 11px;
    margin-left: auto;
}
@media (max-width: 1021px) {
    .header__cart {
        margin-top: 8px;
        margin-left: 5px;
    }
}
@media (max-width: 859px) {
    .header__cart {
        margin-top: 0;
    }
}
@media (max-width: 439px) {
    .header__cart {
        margin-left: 2px;
    }
}
.header__cart-btn.btn {
    width: 48px;
    height: 48px;
    padding: 0;

    border-radius: 50%;
}
.header__cart-btn.btn::before {
    border-radius: 50%;
}
@media (max-width: 439px) {
    .header__cart-btn.btn {
        width: 42px;
        height: 42px;
    }
}
.header__cart-icon.icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 3px;
    left: 0;

    margin: auto;
}
.header__cart-btn:active .header__cart-icon.icon {
    top: 3px;
    bottom: 0;
}
.header__cart-content {
    font-style: italic;

    position: absolute;
    z-index: 1000;
    top: 100%;
    right: 0;

    display: none;

    padding-right: 15px;
    padding-left: 15px;

    white-space: nowrap;

    border-radius: 10px;
    background: #fff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .25);
}
.header__cart:hover .header__cart-content {
    display: block;
}
.header__cart-key {
    color: #303030;
}
.header__cart-value {
    color: #0093e8;
}
.headline {
    font-size: 1rem;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding-top: 6px;

    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.headline__nav {
    font-size: 1em;
    line-height: 1.125;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 15px 0 0;
    padding-top: 15px;
    padding-left: 0;

    list-style-type: none;

    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
@media (max-width: 767px) {
    .headline__nav {
        display: none;
    }
}
.headline__nav-item:not(:first-child)::before {
    position: relative;
    top: 1px;

    display: inline-block;

    width: 13px;
    height: 13px;
    margin: 0 5px;

    content: "";

    background-image: url(../img/sprite.png);
    background-position: -237px -221px;
}
.headline__nav-link {
    display: inline-block;

    vertical-align: top;
    text-decoration: none;

    color: #303030;
    outline: none;
    background-color: transparent;
}
.headline__nav-link:hover {
    text-decoration: underline;

    color: #00a2ff;
}
.headline__title {
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.25;

    margin: 0;
    padding: 11px 0 22px;

    color: #00adfc;
}
.headline__id {
    font-size: .58333333em;
    line-height: 1.28571429;

    position: relative;
    top: -3px;

    margin-left: 21px;
    padding-top: 5px;
    padding-right: 12px;
    padding-bottom: 5px;
    padding-left: 7px;

    color: #fff;
    border: 1px solid #9a7660;
    border-radius: 0 3px 3px 0;
    background-color: #9a7660;
}
.headline__id::before {
    position: absolute;
    top: -1px;
    left: -9px;

    width: 9px;
    height: 30px;

    content: "";

    background-image: url(../img/sprite.png);
    background-position: -370px -91px;
}
.icon {
    position: relative;

    display: inline-block;

    vertical-align: top;
}
.icon_add {
    width: 24px;
    height: 25px;

    background-position: -324px -216px;
}
.icon_angle-circle_down {
    width: 14px;
    height: 14px;

    background-position: -210px -221px;
}
.icon_angle-circle_right {
    width: 13px;
    height: 13px;

    background-position: -237px -221px;
}
.icon_angle {
    width: 12px;
    height: 6px;

    background-position: -350px -45px;
}
.icon_angle_down {
    width: 10px;
    height: 5px;

    background-position: -362px -45px;
}
.icon_angle_right {
    width: 5px;
    height: 7px;

    background-position: -341px -181px;
}
.icon_angle_right_active {
    width: 5px;
    height: 7px;

    background-position: -336px -181px;
}
.icon_bestseller {
    width: 102px;
    height: 101px;

    background-position: -102px 0;
}
.icon_blog_articles {
    width: 26px;
    height: 26px;

    background-position: -326px -155px;
}
.icon_blog_news {
    width: 32px;
    height: 26px;

    background-position: -306px -123px;
}
.icon_blog_reviews {
    width: 26px;
    height: 26px;

    background-position: -352px -155px;
}
.icon_blog_utilities {
    width: 28px;
    height: 28px;

    background-position: -350px -17px;
}
.icon_call {
    width: 23px;
    height: 23px;

    background-position: -274px -242px;
}
.icon_call_incoming {
    width: 23px;
    height: 23px;

    background-position: -297px -242px;
}
.icon_cart-btn {
    width: 70px;
    height: 59px;

    background-position: -204px 0;
}
.icon_cart-ny {
    width: 26px;
    height: 35px;

    background-position: -300px -155px;
}
.icon_cart-ny_active {
    width: 26px;
    height: 35px;

    background-position: -274px -155px;
}
.icon_cart {
    width: 26px;
    height: 26px;

    background-position: -338px -123px;
}
.icon_cart_full {
    width: 26px;
    height: 25px;

    background-position: -299px -190px;
}
.icon_check-lg {
    width: 10px;
    height: 9px;

    background-position: -326px -181px;
}
.icon_check {
    width: 7px;
    height: 6px;

    background-position: -310px -51px;
}
.icon_close {
    width: 25px;
    height: 25px;

    background-position: -350px -190px;
}
.icon_compare {
    width: 13px;
    height: 15px;

    background-position: -197px -238px;
}
.icon_cot {
    width: 16px;
    height: 21px;

    background-position: -364px -123px;
}
.icon_dollar {
    width: 45px;
    height: 46px;

    background-position: -204px -112px;
}
.icon_eco {
    width: 102px;
    height: 101px;

    background-position: -102px -101px;
}
.icon_envelope {
    width: 26px;
    height: 20px;

    background-position: -320px -242px;
}
.icon_family-reverse {
    width: 21px;
    height: 18px;

    background-position: -204px -158px;
}
.icon_family {
    width: 21px;
    height: 18px;

    background-position: -249px -138px;
}
.icon_fb {
    width: 32px;
    height: 32px;

    background-position: -338px -91px;
}
.icon_goog {
    width: 32px;
    height: 32px;

    background-position: -306px -91px;
}
.icon_handle {
    width: 16px;
    height: 19px;

    background-position: -242px -176px;
}
.icon_hearts-half-active {
    width: 107px;
    height: 17px;

    background-position: -90px -238px;
}
.icon_hearts {
    width: 107px;
    height: 17px;

    background-position: -274px 0;
}
.icon_hearts_active {
    width: 107px;
    height: 17px;

    background-position: -90px -221px;
}
.icon_help {
    width: 13px;
    height: 13px;

    background-position: -250px -221px;
}
.icon_id {
    width: 9px;
    height: 30px;

    background-position: -370px -91px;
}
.icon_info {
    width: 20px;
    height: 20px;

    background-position: -346px -242px;
}
.icon_list {
    width: 25px;
    height: 26px;

    background-position: -274px -216px;
}
.icon_list_active {
    width: 25px;
    height: 25px;

    background-position: -299px -216px;
}
.icon_login {
    width: 13px;
    height: 13px;

    background-position: -224px -221px;
}
.icon_minus {
    width: 8px;
    height: 2px;

    background-position: -372px -45px;
}
.icon_new {
    width: 102px;
    height: 101px;

    background-position: 0 0;
}
.icon_next {
    width: 9px;
    height: 18px;

    background-position: -15px -267px;
}
.icon_offer {
    width: 102px;
    height: 101px;

    background-position: 0 -101px;
}
.icon_ok {
    width: 32px;
    height: 32px;

    background-position: -274px -123px;
}
.icon_one-click {
    width: 19px;
    height: 26px;

    background-position: -249px -112px;
}
.icon_percent-reverse {
    width: 19px;
    height: 19px;

    background-position: -204px -176px;
}
.icon_percent {
    width: 19px;
    height: 19px;

    background-position: -223px -176px;
}
.icon_play {
    width: 64px;
    height: 53px;

    background-position: -204px -59px;
}
.icon_plus {
    width: 12px;
    height: 10px;

    background-position: -210px -238px;
}
.icon_pram {
    width: 25px;
    height: 23px;

    background-position: -348px -216px;
}
.icon_prev {
    width: 9px;
    height: 18px;

    background-position: -24px -267px;
}
.icon_remove {
    width: 40px;
    height: 34px;

    background-position: -274px -57px;
}
.icon_remove_hover {
    width: 40px;
    height: 34px;

    background-position: -310px -17px;
}
.icon_reserve {
    width: 16px;
    height: 16px;

    background-position: -225px -158px;
}
.icon_search {
    width: 13px;
    height: 16px;

    background-position: -197px -221px;
}
.icon_shield {
    width: 45px;
    height: 46px;

    background-position: -45px -221px;
}
.icon_stars-active {
    width: 119px;
    height: 19px;

    background-position: 0 -202px;
}
.icon_stars {
    width: 119px;
    height: 19px;

    background-position: -119px -202px;
}
.icon_state_dated {
    width: 15px;
    height: 15px;

    background-position: -253px -202px;
}
.icon_state_in {
    width: 15px;
    height: 15px;

    background-position: -238px -202px;
}
.icon_state_out {
    width: 15px;
    height: 15px;

    background-position: -258px -176px;
}
.icon_state_req {
    width: 15px;
    height: 15px;

    background-position: -241px -158px;
}
.icon_thumb-up {
    width: 45px;
    height: 46px;

    background-position: 0 -221px;
}
.icon_tiles {
    width: 25px;
    height: 25px;

    background-position: -325px -190px;
}
.icon_tiles_active {
    width: 25px;
    height: 26px;

    background-position: -274px -190px;
}
.icon_toy-reverse {
    width: 15px;
    height: 20px;

    background-position: 0 -267px;
}
.icon_toy {
    width: 15px;
    height: 20px;

    background-position: -366px -242px;
}
.icon_twtr {
    width: 32px;
    height: 32px;

    background-position: -274px -91px;
}
.icon_vk {
    width: 32px;
    height: 32px;

    background-position: -314px -57px;
}
.icon_wishlist {
    width: 15px;
    height: 15px;

    background-position: -256px -158px;
}
.icon_yt {
    width: 32px;
    height: 32px;

    background-position: -346px -57px;
}
.icon_zoom {
    width: 36px;
    height: 40px;

    background-position: -274px -17px;
}
.icon:not(:root) {
    overflow: hidden;
}
.icon:not(svg) {
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
}
.icon_info {
    cursor: pointer;
}
.icon_hamburger {
    width: 16px;
    height: 14px;

    fill: rgba(0, 0, 0, .87);
}
.icon_phone_lg {
    width: 36px;
    height: 36px;

    fill: #fff;
}
.icon_phone_alt {
    width: 21px;
    height: 21px;

    fill: #fff;
}
.icon_search_lg {
    width: 36px;
    height: 36px;

    fill: #fff;
}
.icon_search_alt {
    width: 21px;
    height: 23px;

    fill: rgba(0, 0, 0, .87);
}
.icon_scales {
    width: 29px;
    height: 24px;
}
.icon_scales-ok {
    width: 33px;
    height: 29px;
}
.icon_ask {
    width: 27px;
    height: 23.62px;

    fill: #fff;
}
.icon_gift {
    width: 25px;
    height: 25.44px;

    fill: #fff;
}
.icon_subscribe {
    top: 3px;

    width: 28px;
    height: 19.6px;

    fill: #fff;
}
.icon_viber {
    width: 23.22px;
    height: 24px;
}
.contact__list-item .icon_viber {
    position: absolute;
    top: 5px;
    left: -25px;
}
.header__contact-item .icon_viber {
    top: 2px;
}
@media (min-width: 1022px) {
    .header__contact-item .icon_viber {
        position: absolute;
        left: -30px;
    }
}
.icon_care {
    width: 17.62px;
    height: 21px;
}
.icon_clothes {
    width: 21px;
    height: 18.3px;
}
.icon_cot {
    width: 16.28px;
    height: 21px;
}
.icon_family {
    width: 21px;
    height: 18.08px;
}
.icon_family.topnav__icon {
    fill: #00adfc;
}
.icon_food {
    width: 10.52px;
    height: 20.66px;
}
.icon_percent {
    width: 19px;
    height: 19px;
}
.icon_percent.topnav__icon {
    fill: #fa2d58;
}
.icon_pram {
    width: 21px;
    height: 20.08px;
}
.icon_toys {
    width: 21px;
    height: 19.9px;
}
.icon_bed {
    width: 21px;
    height: 16.93px;
}
.modal {
    font-size: .875rem;

    position: fixed;
    z-index: 1040;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;
    overflow: hidden;

    outline: none;

    -webkit-overflow-scrolling: touch;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
@media (max-width: 528px) {
    .modal {
        font-size: .8125rem;
    }
}
.modal-open {
    overflow: hidden;
}
.modal-dialog {
    position: relative;

    width: 480px;
    margin: 50px auto;
}
@media (max-width: 848px) {
    .modal-dialog {
        margin: 50px auto;
    }
}
@media (max-width: 528px) {
    .modal-dialog {
        width: auto;
        padding-right: 24px;
        padding-left: 24px;
    }
}
@media (max-width: 424px) {
    .modal-dialog {
        padding-right: 12px;
        padding-left: 12px;
    }
}
.modal_cart .modal-dialog {
    width: 800px;
}
@media (max-width: 848px) {
    .modal_cart .modal-dialog {
        width: auto;
        padding-right: 24px;
        padding-left: 24px;
    }
}
@media (max-width: 528px) {
    .modal_cart .modal-dialog {
        padding-right: 12px;
        padding-left: 12px;
    }
}
.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
@media (min-width: 554px) {
    .modal_subscription .modal-dialog {
        width: 530px;
    }
}
@media (min-width: 858px) {
    .modal_subscription .modal-dialog {
        width: 810px;
    }
}
.modal_result .modal-dialog {
    width: 585px;
}
@media (max-width: 633px) {
    .modal_result .modal-dialog {
        width: auto;
        padding-right: 24px;
        padding-left: 24px;
    }
}
.modal-content {
    position: relative;

    border-radius: 5px;
    outline: 0;
    background-color: #fff;
    box-shadow: 7px 0 8px #000;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal_cart .modal-content {
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
}
.modal_search .modal-content {
    padding: 0;

    border-radius: 24px;
}
.modal_subscription .modal-content {
    border: 1px solid #999;
}
.modal-backdrop {
    position: fixed;
    z-index: 1030;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background-color: rgba(0, 0, 0, .9);
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.in {
    opacity: 1;
}
.modal.modal_subscription.in ~ .modal-backdrop.in,
.modal.modal_welcome.in ~ .modal-backdrop.in,
.modal.modal_result.in ~ .modal-backdrop.in {
    background-color: rgba(0, 0, 0, .5);
}
.modal-header {
    padding-top: 34px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}
@media (max-width: 528px) {
    .modal-header {
        padding-top: 30px;
        padding-right: 24px;
        padding-bottom: 24px;
        padding-left: 24px;
    }
}
.modal_subscription .modal-header {
    padding-top: 7px;
    padding-bottom: 2px;
}
@media (min-width: 1170px) {
    .modal_subscription .modal-header {
        padding-top: 12px;
        padding-bottom: 4px;
    }
}
#modal_contact .modal-header {
    padding-right: 32px;
    padding-left: 32px;
}
.modal-close {
    font-size: 2.75rem;
    line-height: 1;

    position: absolute;
    top: 0;
    right: 0;

    width: 44px;
    height: 44px;
}
.cart .modal-close {
    right: -12px;
}
.search .modal-close {
    position: fixed;
    top: -47px;
    right: 0;

    color: #fff;
}
@media (min-width: 529px) {
    .search .modal-close {
        right: -24px;
    }
}
.modal_subscription .modal-close {
    font-size: 1.890625rem;

    top: -3px;

    color: #999;
}
@media (min-width: 1170px) {
    .modal_subscription .modal-close {
        font-size: 2.75rem;

        top: 8px;
        right: 13px;
    }
}
.modal-title {
    font-size: 1.71428571em;
    font-weight: bold;
    line-height: 1.25;

    margin: 0 0 2px;
    padding-right: 22px;

    letter-spacing: .05em;
    text-transform: uppercase;
}
@media (max-width: 424px) {
    .modal-title {
        font-size: 1.42857143em;
    }
}
.modal_subscription .modal-title {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 27px;

    padding-right: 0;

    text-align: center;

    color: #000;
}
@media (min-width: 750px) {
    .modal_subscription .modal-title {
        font-size: 12px;
        line-height: 27px;
    }
}
@media (min-width: 1170px) {
    .modal_subscription .modal-title {
        font-size: 18px;
        line-height: 41px;
    }
}
.modal-subtitle {
    font-size: 1.28571429em;
    line-height: 1.22222222;

    margin: 0;
}
@media (max-width: 424px) {
    .modal-subtitle {
        font-size: 1.14285714em;
    }
}
.modal-caption {
    font-size: 1.14285714em;
    line-height: 1.25;

    margin: 0 0 24px;
}
.modal-body {
    position: relative;

    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}
@media (max-width: 528px) {
    .modal-body {
        padding-right: 24px;
        padding-bottom: 24px;
        padding-left: 24px;
    }
}
.modal_subscription .modal-body {
    padding-right: 15px;
    padding-bottom: 12px;
    padding-left: 15px;
}
@media (min-width: 1170px) {
    .modal_subscription .modal-body {
        padding-right: 30px;
        padding-bottom: 21px;
        padding-left: 30px;
    }
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;

    overflow: scroll;

    width: 50px;
    height: 50px;
}
.modal_subscription .modal-footer {
    padding-bottom: 18px;

    text-align: center;
}
.modal_result .modal-footer {
    padding-top: 1px;
    padding-bottom: 30px;

    text-align: center;
}
.modal-holder {
    height: 276px;
    height: 0 !important;
    padding-bottom: 95%;

    border-radius: 5px;
    background-image: url(../images/290x276-simple.jpg?958968985962);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
@media (min-width: 525px) {
    .modal-holder {
        padding-bottom: 55.2%;

        background-image: url(../images/500x276-simple.jpg?958968985962);
    }
}
@media (min-width: 780px) {
    .modal-holder {
        padding-bottom: 56%;

        background-image: url(../images/750x420-simple.jpg?958968985962);
    }
}
#modal_welcome .modal-holder {
    padding-bottom: 95%;

    background-image: url(../images/290x276.png?958968985962);
}
@media (min-width: 525px) {
    #modal_welcome .modal-holder {
        padding-bottom: 55.2%;

        background-image: url(../images/500x276.png?958968985962);
    }
}
@media (min-width: 780px) {
    #modal_welcome .modal-holder {
        padding-bottom: 56%;

        background-image: url(../images/750x420.png?958968985962);
    }
}
.modal-info {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 14px;
    line-height: 18px;

    padding-top: 34px;
    padding-right: 10px;
    padding-left: 10px;

    text-align: center;
    letter-spacing: .025em;

    color: #000;
}
.subscribe-form {
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 51px;
    left: 30px;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
@media (max-width: 857px) {
    .subscribe-form {
        bottom: 30px;
    }
}
.subscribe-form__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    -ms-flex-align: start;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-item-align: end;
}
.subscribe-form__input {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 14px;
    line-height: 18px;

    width: 382px;
    padding-top: 11px;
    padding-right: 27px;
    padding-bottom: 11px;
    padding-left: 27px;

    letter-spacing: .025em;

    border-radius: 5px 0 0 5px;
}
.subscribe-form__input::-webkit-input-placeholder {
    color: #999;
}
.subscribe-form__input:-ms-input-placeholder {
    color: #999;
}
.subscribe-form__input::placeholder {
    color: #999;
}
@media (max-width: 857px) {
    .subscribe-form__input {
        font-size: 14px;
        line-height: 18px;

        width: 217px;
        padding-top: 9px;
        padding-right: 18px;
        padding-bottom: 9px;
        padding-left: 18px;
    }
}
@media (max-width: 525px) {
    .subscribe-form__input {
        width: 100%;
        margin-bottom: 14px;

        border-radius: 5px;
    }
}
.subscribe-form__btn {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;

    width: 174px;
    padding-top: 12px;
    padding-right: 36px;
    padding-bottom: 12px;
    padding-left: 36px;

    letter-spacing: .025em;
    text-transform: uppercase;

    color: #fff;
    border-radius: 0 5px 5px 0;
    background-image: linear-gradient(to top, #ffa100 0%, #ffd300 100%);
}
@media (max-width: 857px) {
    .subscribe-form__btn {
        font-size: 14px;
        line-height: 1;

        width: auto;
        padding-top: 11px;
        padding-bottom: 11px;
    }
}
@media (max-width: 525px) {
    .subscribe-form__btn {
        width: 100%;

        border-radius: 5px;
    }
}
.subscribe-form__btn:hover {
    color: #a56e09;
}
.navbar {
    font-size: .8125rem;

    position: relative;
    z-index: 1010;

    padding-bottom: 9px;

    border-bottom: 2px solid #7b5944;
}
@media (max-width: 1215px) {
    .navbar {
        padding-bottom: 0;

        border-bottom: 0;
    }
    .navbar::before,
    .navbar::after {
        content: none !important;
    }
}
.navbar::before,
.navbar::after {
    position: absolute;
    right: 0;
    left: 0;

    content: "";
}
.navbar::before {
    bottom: 0;

    height: 1px;

    background: #f0daa8;
}
.navbar::after {
    bottom: 1px;

    height: 8px;

    background: #dac292;
}
.navbar__nav {
    display: none;
}
@media (max-width: 1215px) {
    .navbar__nav {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    }
}
.navbar__nav-btn,
.navbar__nav-btn::before {
    border-radius: 0;
}
.navbar__nav-btn:first-child,
.navbar__nav-btn:first-child::before {
    border-radius: 3px 0 0 3px;
}
.navbar__nav-btn:last-child,
.navbar__nav-btn:last-child::before {
    border-radius: 0 3px 3px 0;
}
@media (max-width: 369px) {
    .navbar__nav-btn {
        padding-right: 16px;
        padding-left: 16px;
    }
}
.navbar__nav-btn .icon {
    top: -2px;

    margin-right: 11px;

    vertical-align: middle;
}
.navbar__nav-btn .icon_angle {
    position: absolute;
    top: 23px;
    right: 22px;

    margin-right: 0;
}
@media (max-width: 369px) {
    .navbar__nav-btn .icon_angle {
        right: 16px;
    }
}
@media (max-width: 419px) {
    .navbar__nav-btn .icon:not(.icon_angle) {
        display: none;
    }
}
.navbar__nav-btn:active .icon {
    top: 1px;
}
.navbar__nav-btn:active .icon_angle {
    top: 26px;
}
.navbar__nav-btn.btn_pink,
.navbar__nav-btn.btn_blue,
.navbar__nav-btn.btn_amber {
    color: rgba(0, 0, 0, .87);
    background-color: #7b5944;
    text-shadow: none;
}
.navbar__nav-btn.btn_pink::before,
.navbar__nav-btn.btn_blue::before,
.navbar__nav-btn.btn_amber::before {
    background-color: #dac292;
}
.navbar__nav-btn.btn_pink::after,
.navbar__nav-btn.btn_blue::after,
.navbar__nav-btn.btn_amber::after {
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 3px;

    width: 1px;

    content: "";

    background-color: #c6ae80;
    box-shadow: 1px 0 0 0 #f0daa8;
}
.navbar__nav-btn.btn_pink:hover::before,
.navbar__nav-btn.btn_blue:hover::before,
.navbar__nav-btn.btn_amber:hover::before,
.navbar__nav-btn.btn_pink:active::before,
.navbar__nav-btn.btn_blue:active::before,
.navbar__nav-btn.btn_amber:active::before {
    background-color: #f0daa8;
}
.navbar__nav-btn:last-child::after {
    content: none;
}
.navbar__nav-toggle {
    text-align: left;

    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.navbar__nav-toggle .icon_angle {
    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.navbar__nav-toggle.collapsed .icon_angle {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
@media (min-width: 1216px) {
    .navbar__collapse {
        display: block !important;
        overflow: visible !important;

        height: auto !important;
        padding-bottom: 0 !important;
    }
}
.navbar__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0;
    padding-right: 15px;
    padding-left: 15px;

    list-style-type: none;

    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
@media (max-width: 1215px) {
    .navbar__list {
        display: block;

        margin-top: -3px;
        padding: 3px 0 0;

        border-width: 0 1px 1px;
        border-style: solid;
        border-color: #ddd;
    }
}
.navbar__list-item {
    position: relative;
    z-index: 1;

    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.navbar__list-item.js-hovered::before,
.navbar__list-item:hover::before {
    position: absolute;
    z-index: -1;
    right: 15px;
    left: 15px;

    height: 100%;

    content: "";

    background-image: linear-gradient(to top, #dac292 0%, #f0daa8 100%);
}
@media (max-width: 1215px) {
    .navbar__list-item {
        border-bottom: 1px solid #ddd;
    }
    .navbar__list-item:before {
        content: none !important;
    }
}
.navbar__list-link {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.38461538;

    position: relative;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    height: 36px;
    padding-top: 11px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 15px;

    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;

    color: #303030;
    outline: none;
    background-color: transparent;

    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.navbar__list-item.js-hovered .navbar__list-link::before,
.navbar__list-item.js-hovered .navbar__list-link::after,
.navbar__list-item:hover .navbar__list-link::before,
.navbar__list-item:hover .navbar__list-link::after {
    position: absolute;
    z-index: -1;
    top: 0;

    width: 31px;
    height: 36px;

    content: "";

    background-repeat: no-repeat;
}
.navbar__list-item.js-hovered .navbar__list-link::before,
.navbar__list-item:hover .navbar__list-link::before {
    left: -15px;

    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzEiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzMSAzNiI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJsaW5lYXItZ3JhZGllbnQiIHgxPSIxNS41IiB4Mj0iMTUuNSIgeTI9IjM2IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjZjBkYWE4Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjZGFjMjkyIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHRpdGxlPm5hdmJhci1sZWZ0X2RhcmtlcjwvdGl0bGU+PHBhdGggZD0iTTAsMzZIMzFWMEM3LjI3LDEuNTgsMjYuNzMsMzEuOCwwLDM2WiIgZmlsbD0idXJsKCNsaW5lYXItZ3JhZGllbnQpIi8+PC9zdmc+);
}
.navbar__list-item.js-hovered .navbar__list-link::after,
.navbar__list-item:hover .navbar__list-link::after {
    right: -15px;

    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzEiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzMSAzNiI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJsaW5lYXItZ3JhZGllbnQiIHgxPSIxNS41IiB4Mj0iMTUuNSIgeTI9IjM2IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjZjBkYWE4Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjZGFjMjkyIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHRpdGxlPm5hdmJhci1yaWdodF9kYXJrZXI8L3RpdGxlPjxwYXRoIGQ9Ik0zMSwzNkgwVjBDMjMuNzMsMS41OCw0LjI3LDMxLjgsMzEsMzZaIiBmaWxsPSJ1cmwoI2xpbmVhci1ncmFkaWVudCkiLz48L3N2Zz4=);
}
.navbar__list-item.js-hovered .navbar__list-link,
.navbar__list-item:hover .navbar__list-link {
    color: #303030;
}
@media (max-width: 1215px) {
    .navbar__list-link {
        font-family: "PT Sans", sans-serif;
        font-size: 1.23076923em;
        font-weight: bold;
        line-height: 1.375;

        height: auto;
        padding-top: 11px;
        padding-bottom: 11px;

        letter-spacing: .05em;

        text-shadow: none;

        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
    .navbar__list-link:hover {
        color: #00a2ff !important;
    }
    .navbar__list-item.js-hovered .navbar__list-link,
    .navbar__list-item:hover .navbar__list-link {
        cursor: pointer;

        color: inherit;
        text-shadow: none;
    }
    .navbar__list-link::before,
    .navbar__list-link::after {
        content: none !important;
    }
}
.navbar__list-icon {
    margin-right: 11px;

    background-image: none;

    fill: #f6ba02;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -ms-flex-positive: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
@media (max-width: 1215px) {
    .navbar__list-icon {
        display: none;
    }
}
.navbar__list-item:hover .navbar__list-icon {
    fill: #fff8e1;
}
.navbar__list-toggle {
    position: absolute;
    top: 0;
    right: 0;

    display: none;

    width: 44px;
    height: 44px;

    border-left: 1px solid #ddd;
}
.navbar__list-toggle:hover,
.navbar__list-toggle:active {
    background-color: #eee;
}
.navbar__list-toggle .icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    margin: auto;

    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.navbar__list-toggle.collapsed .icon {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
@media (max-width: 1215px) {
    .navbar__list-toggle {
        display: block;
    }
}
.navbar__dropdown {
    position: absolute;
    top: 100%;
    left: -15px;

    visibility: hidden;

    width: 500px;
    margin-top: 9px;

    border: 2px solid #7b5944;
    border-radius: 0 0 7px 7px;
    background-color: #fff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .25);

    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
.navbar__dropdown.in,
.navbar__dropdown.collapsing {
    visibility: visible;
}
.navbar__dropdown::before {
    position: absolute;
    top: -11px;
    right: -2px;
    left: -2px;

    height: 9px;

    content: "";
}
@media (min-width: 1216px) {
    .navbar__dropdown {
        display: none !important;
        overflow: visible !important;

        height: auto !important;
        padding-bottom: 0 !important;
    }
    .navbar__list-item.js-hovered .navbar__dropdown,
    .navbar__list-item:hover .navbar__dropdown {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}
@media (max-width: 1215px) {
    .navbar__dropdown {
        position: static;

        width: auto;
        margin: 0;

        text-align: center;

        border: 0;
        border-radius: 0;
        box-shadow: none;
    }
    .navbar__dropdown::before {
        content: none;
    }
}
.navbar__dropdown-col {
    max-width: 50%;
    min-height: 1px;
    padding: 15px 24px 24px;

    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
.navbar__dropdown-col + .navbar__dropdown-col {
    padding: 1px 21px 24px;

    background-image: linear-gradient(to right, rgba(0, 0, 0, .03) 0%, rgba(255, 255, 255, .03) 100%);
}
@media (max-width: 1215px) {
    .navbar__dropdown-col {
        max-width: none;
        padding: 0;

        border-top: 1px solid #bdbdbd;
        background-color: #f5f5f5;
    }
    .navbar__dropdown-col + .navbar__dropdown-col {
        display: none;
    }
}
.navbar__sublist {
    margin: 0;
    padding-left: 0;

    list-style-type: none;
}
.navbar__sublist-item {
    margin-bottom: 8px;
}
@media (max-width: 1215px) {
    .navbar__sublist-item {
        margin: 0;

        border-bottom: 1px solid #bdbdbd;
    }
    .navbar__sublist-item:last-child {
        border-bottom: 0;
    }
}
.navbar__sublist-link {
    font-size: 1.23076923em;
    font-weight: bold;
    line-height: 1.375;

    display: inline-block;

    text-decoration: none;

    color: #262626;
    outline: none;
    background-color: transparent;
}
.navbar__sublist-link:hover {
    text-decoration: underline;

    color: #32aadd;
}
@media (max-width: 1215px) {
    .navbar__sublist-link {
        display: block;

        padding: 10px 16px 11px;

        text-align: left;
    }
    .navbar__sublist-link:hover {
        text-decoration: none;
    }
}
.navbar__filter-title {
    font-size: 1.23076923em;
    font-weight: bold;
    line-height: 1.125;

    position: relative;

    margin: 15px 0 18px;

    text-transform: uppercase;

    color: #262626;
}
.navbar__filter-list {
    margin: 0;
    padding-left: 0;

    list-style-type: none;
}
.navbar__filter-link {
    font-size: 1.07692308em;
    font-weight: normal;
    line-height: 1.57142857;

    text-decoration: none;

    color: #262626;
    outline: none;
    background-color: transparent;
}
.navbar__filter-link:hover {
    text-decoration: underline;

    color: #42abf9;
}
.news-item {
    font-size: .875rem;

    padding: 12px 0 13px;

    border-top: 1px solid #ddd;
}
@media (max-width: 1019px) {
    .news-item {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
.news-item__date {
    line-height: 1.07142857;

    margin: 0 0 3px;

    color: #9e9e9e;
}
@media (max-width: 1019px) {
    .news-item__date {
        line-height: 1.21428571;

        display: inline-block;

        vertical-align: top;
    }
}
.news-item__title {
    font-size: 1em;
    font-weight: normal;
    line-height: 1.21428571;

    margin: 0;
}
@media (max-width: 1019px) {
    .news-item__title {
        font-size: 1.28571429em;
        font-weight: 700;
        line-height: 1.22222222;
    }
}
.news-item__title-link {
    display: block;

    text-decoration: none;

    color: inherit;
    outline: none;
    background-color: transparent;
}
.news-item__title-link:hover {
    color: #00adfc;
}
.offer {
    font-family: "PT Sans", sans-serif;
    font-size: .8125rem;

    position: relative;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 19px;
    margin-bottom: 19px;
    padding-top: 13px;
    padding-bottom: 12px;

    border: 3px solid #dac292;
    border-radius: 5px;
    background: #fff;

    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
@media (min-width: 1000px) {
    .offer {
        margin-top: 0;
    }
}
@media (min-width: 882px) {
    .offer {
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}
.offer:before {
    position: absolute;
    top: 36px;
    right: 100%;

    width: 15px;
    height: 27px;

    content: none;

    background-image: url(../img/offer.png);
}
@media (min-width: 1000px) {
    .product .offer:before {
        content: "";
    }
}
.offer__image-wrapper {
    display: block;

    max-width: 144px;
    padding: 0 15px;

    text-decoration: none;

    color: inherit;
    outline: none;
    background-color: transparent;

    -webkit-flex: 0 0 144px;
    -ms-flex: 0 0 144px;
    flex: 0 0 144px;
}
.offer__image {
    display: block;

    max-width: 100%;
    height: auto;
}
.offer__content {
    max-width: 100%;
    padding-left: 15px;

    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.offer__title {
    font-size: 1.69230769em;
    font-weight: bold;
    line-height: 1;

    display: block;

    padding-top: 7px;
    padding-right: 15px;
    padding-bottom: 11px;

    text-decoration: none;

    color: #303030;
    outline: none;
    background-color: transparent;
}
.offer__title:hover {
    color: #32aadd;
}
.offer__text {
    font-size: 1.38461538em;
    font-weight: bold;
    line-height: .88888889;

    padding-right: 15px;
    padding-bottom: 12px;
}
.offer .jf {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.offer__link {
    font-size: 1.23076923em;
    font-weight: bold;
    line-height: 1;

    display: inline-block;

    margin-top: 5px;
    margin-right: -1px;
    padding: 10px 17px 13px 23px;

    vertical-align: top;
    text-decoration: none;
    text-transform: uppercase;

    color: #000;
    border-width: 1px;
    border-style: dashed;
    border-color: #00adfc;
    border-radius: 5px;
}
.order {
    font-size: .875rem;

    text-align: center;
}
@media (max-width: 879px) {
    .order {
        margin-top: 30px;
    }
}
.order__box {
    text-align: left;

    border: 1px solid #d1d5dc;
    border-radius: 3px;
}
.order__box-header {
    position: relative;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding-right: 29px;
    padding-left: 29px;

    border-radius: 2px 2px 0 0;
    background-color: #f6f8fc;
    box-shadow: 0 1px 0 #d2d6dc;

    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
@media (max-width: 879px) {
    .order__box-header {
        padding-right: 54px;
        padding-left: 14px;
    }
}
.order__box-title {
    font-family: "PT Sans";
    font-size: 18px;
    font-weight: 400;

    position: relative;

    margin: 0;
    padding: 20px 0 21px;

    color: #303030;
}
@media (max-width: 879px) {
}
.order__box-toggle {
    line-height: 64px;

    display: none;

    width: 54px;
    height: 64px;

    text-align: center;
}
.order__box-toggle .icon_angle_down {
    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    vertical-align: middle;
}
.order__box-toggle.collapsed .icon_angle_down {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
@media (max-width: 879px) {
    .order__box-toggle {
        position: absolute;
        top: 0;
        right: 0;

        display: block;
    }
}
@media (min-width: 880px) {
    .order__box-collapse {
        display: block !important;
        overflow: visible !important;

        height: auto !important;
        padding-bottom: 0 !important;
    }
}
.order__box-content,
.order__box-footer {
    padding: 0 29px;
}
@media (max-width: 879px) {
    .order__box-content,
    .order__box-footer {
        padding-right: 14px;
        padding-left: 14px;
    }
}
.order__box-footer {
    padding-top: 16px;
    padding-bottom: 21px;
}
.order__box-footer-item {
    font-family: "PT Sans";
    font-size: 14px;
    font-weight: 400;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 12px;

    color: #303030;

    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.order__box-footer-item:first-child {
    min-height: 27px;
}
.order__box-footer-item b {
    font-size: 16px;
}
.order__box-footer-input {
    display: none;

    width: 106px;
    height: 27px;
    padding-right: 10px;
    padding-left: 10px;

    border: 1px solid #ffba01;
    background-color: #fffce9;
}
.order__box-footer-item.visible .order__box-footer-input {
    display: block;
}
.order__pseudo-link {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;

    position: relative;

    display: inline-block;

    vertical-align: top;
    text-decoration: none;

    color: #303030;
    outline: none;
    background-color: transparent;
}
.order__pseudo-link::before {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;

    margin-top: 2px;

    content: "";

    border-bottom: 1px dashed #498fe1;
}
@media (max-width: 879px) {
    .order__pseudo-link {
        margin-top: 0;
    }
}
.order-item {
    font-size: .875rem;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding-top: 20px;
    padding-bottom: 20px;

    border-bottom: 1px dashed #d2d6dc;

    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
.order-item__img-container {
    position: relative;

    display: block;

    max-width: 80px;
    height: 80px;

    text-decoration: none;

    outline: none;
    background-color: transparent;

    -webkit-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
}
.order-item__img-container::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: "";

    border: 5px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #d2d6dc;
}
.order-item__img {
    display: block;

    width: 80px;
    max-width: 80px;
    height: 80px;

    border: 0;
    border-radius: 50%;

    object-fit: scale-down;
}
.order-item__content {
    padding-left: 17px;

    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
}
.order-item__info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding-top: 10px;

    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.order-item__title {
    font-family: "PT Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;

    margin: 0;
    padding-top: 6px;
    padding-bottom: 2px;

    text-decoration: underline;

    color: #303030;
}
.order-item__title-link {
    text-decoration: none;

    color: inherit;
    outline: none;
    background-color: transparent;
}
.order-item__title-link:hover {
    text-decoration: underline;
}
.order-item__count {
    font-family: "PT Sans";
    font-size: 14px;
    font-weight: 400;

    color: #b6b6b6;
}
.order-item__price {
    font-family: "PT Sans";
    font-size: 14px;
    font-weight: 400;

    color: #303030;
}
.ordering {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-right: -10px;
    margin-left: -10px;
    padding-bottom: 30px;

    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
@media (max-width: 879px) {
    .ordering {
        flex-direction: column;

        margin: 0;

        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }
}
.ordering__title {
    font-size: 24px;
    font-weight: 400;

    margin: 0;
    padding-top: 13px;
    padding-bottom: 19px;

    color: #00adfc;
}
.ordering__switcher {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 28px;
    padding-bottom: 19px;

    border-bottom: 1px solid #d2d6dc;

    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.ordering__switcher-item {
    font-size: 14px;
    font-weight: 400;

    position: relative;

    display: inline-block;

    text-decoration: none;

    color: #303030;
    outline: none;
    background-color: transparent;
}
a.ordering__switcher-item::before {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;

    margin-top: 2px;

    content: "";

    border-bottom: 1px dashed #498fe1;
}
.ordering__main,
.ordering__aside {
    padding-right: 10px;
    padding-left: 10px;
}
@media (max-width: 879px) {
    .ordering__main,
    .ordering__aside {
        padding-right: 0;
        padding-left: 0;
    }
}
.ordering__main {
    max-width: 66.6666%;
    padding-bottom: 29px;

    -webkit-flex: 0 0 66.6666%;
    -ms-flex: 0 0 66.6666%;
    flex: 0 0 66.6666%;
}
@media (max-width: 1099px) {
    .ordering__main {
        max-width: 50%;

        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}
@media (max-width: 879px) {
    .ordering__main {
        max-width: 100%;
        padding-right: 0;

        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}
.ordering__aside {
    max-width: 33.3333%;
    padding-bottom: 29px;

    -webkit-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
}
@media (max-width: 1099px) {
    .ordering__aside {
        max-width: 50%;

        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}
@media (max-width: 879px) {
    .ordering__aside {
        max-width: 100%;

        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -ms-flex-order: -1;
        -webkit-order: -1;
        order: -1;
    }
}
.ordering .form .c-radio {
    display: inline-block;

    margin-right: 22px;
}
.ordering__form-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    margin-top: 6px;
    padding-top: 31px;

    border-top: 1px solid #d2d6dc;

    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
.ordering__form-agreement {
    font-size: 12px;
    font-weight: 400;

    margin-bottom: 20px;

    text-align: center;

    color: #b3b3b3;

    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
}
.form-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-right: -10px;
    margin-left: -10px;
    padding-bottom: 19px;

    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.form-group_radio {
    margin: 0;
    padding-bottom: 18px;
}
.form-col {
    max-width: 50%;
    padding-right: 10px;
    padding-left: 10px;

    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
@media (max-width: 425px) {
    .form-col {
        max-width: 100%;

        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}
.pagination {
    font-size: 1.125rem;
    line-height: 1.83333333;

    text-align: center;
}
.panel_main .pagination:first-child {
    display: none;

    margin-bottom: 12px;
}
.tabs__section-footer .pagination {
    padding-top: 29px;
}
@media (max-width: 929px) {
    .pagination {
        line-height: 2.44444444;
    }
    .panel_main .pagination:first-child {
        display: block;
    }
}
.pagination ul {
    display: inline-block;

    margin: 0;
    padding-left: 0;

    list-style-type: none;

    vertical-align: top;
}
.pagination ul::after {
    display: table;
    clear: both;

    content: "";
}
.pagination li {
    float: left;

    margin-bottom: 3px;
    padding: 0 12px;
}
@media (max-width: 929px) {
    .pagination li {
        padding: 0 17px;
    }
}
.pagination a {
    display: block;

    width: 33px;
    margin: 0 -12px;

    text-decoration: none;

    color: inherit;
    outline: none;
    background-color: transparent;
}
@media (max-width: 929px) {
    .pagination a {
        width: 44px;
        margin: 0 -17px;
    }
}
.pagination li.current a,
.pagination li a:active {
    padding: 0;

    border-radius: 50%;
    background-color: #dac292;
}
.pagination li.pagination__prev a,
.pagination li.pagination__next a {
    width: auto;
    margin: 0;
}
.pagination li.pagination__prev a:active,
.pagination li.pagination__next a:active {
    background-color: transparent;
}
.panel {
    font-size: 1rem;

    margin-bottom: 24px;
}
@media (max-width: 929px) {
    .panel_aside {
        margin-bottom: 6px;
    }
}
.panel_bold {
    margin-bottom: 27px;
}
.showcase + .panel_bold {
    margin-top: 27px;
}
.panel_main {
    margin-bottom: 0;
}
.panel__header {
    position: relative;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 21px 20px 24px;

    border-radius: 5px;
    background-color: #7b5944;

    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.panel_bold .panel__header {
    margin-bottom: 27px;
    padding: 20px 29px 25px;

    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
@media (max-width: 429px) {
    .panel_bold .panel__header {
        padding-right: 20px;
        padding-left: 20px;
    }
}
.panel__header::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 3px;
    left: 0;

    content: "";

    border-radius: 5px;
    background-color: #dac292;
    box-shadow: inset 0 -1px 0 #f0daa8;
}
.panel_main .panel__header {
    padding: 10px 12px 13px;

    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
@media (min-width: 656px) {
    .panel_main .panel__header::after {
        position: absolute;
        top: 0;
        bottom: 3px;
        left: 101px;

        width: 1px;

        content: "";

        background-color: #c6ae80;
        box-shadow: 1px 0 0 0 #f0daa8;
    }
}
@media (max-width: 929px) {
    .panel_aside .panel__header {
        padding: 0;

        background-color: transparent;
    }
    .panel_aside .panel__header::before {
        content: none;
    }
}
.panel__heading {
    font-size: 1em;
    line-height: 1.125;

    position: relative;

    margin: 0;

    text-transform: uppercase;

    color: rgba(33, 33, 33, .87);
}
.panel_bold .panel__heading {
    margin-right: 15px;
    padding: 11px 21px;

    color: #212121;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .14);
    text-shadow: none;
}
@media (max-width: 429px) {
    .panel_bold .panel__heading {
        padding-right: 15px;
        padding-left: 15px;
    }
}
.panel_white .panel__heading {
    color: #32aadd;
    text-shadow: none;
}
.panel_main .panel__heading {
    margin-right: 11px;
    margin-left: auto;
    padding-top: 11px;
    padding-bottom: 11px;
}
@media (max-width: 359px) {
    .panel_main .panel__heading {
        display: none;
    }
}
@media (max-width: 929px) {
    .panel_aside .panel__heading {
        display: none;
    }
}
.panel__heading-link {
    text-decoration: none;

    color: inherit;
    outline: none;
    background-color: transparent;
}
@media (max-width: 929px) {
    .panel_aside .panel__heading-link {
        display: block;

        padding: 20px;
    }
}
.panel__toggle {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.125;

    display: block;

    width: 100%;
    padding: 20px;

    text-align: left;
    text-transform: uppercase;

    border: 1px solid transparent;
    border-radius: 5px 5px 0 0;
}
.panel_aside.panel_blue .panel__toggle {
    border-color: #dac292;
}
.panel_aside.panel_pink .panel__toggle {
    border-color: #dac292;
}
@media (min-width: 930px) {
    .panel__toggle {
        display: none;
    }
}
.panel__toggle .icon {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    left: auto;

    margin: auto;

    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.panel__toggle.collapsed {
    border-radius: 5px;
}
.panel__toggle.collapsed .icon {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.panel__controls {
    position: relative;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
.panel_main .panel__controls {
    width: 80px;
}
@media (max-width: 655px) {
    .panel_main .panel__controls {
        display: none;
    }
}
.panel__controls::before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 1px;
    height: 40px;
    margin: auto;

    content: "";

    background-color: #9f8560;
    box-shadow: 1px 0 0 #dac294;
}
.panel__btn {
    overflow: hidden;

    width: 40px;
    height: 40px;

    text-indent: -9999px;

    background-color: #c6ae80;
    box-shadow: 0 1px 0 #dac294, inset 0 1px 0 #9f8560;
}
.panel__btn:first-child {
    border-radius: 5px 0 0 5px;
}
.panel__btn:last-child {
    border-radius: 0 5px 5px 0;
}
.panel__btn:hover {
    background-color: #b79f72;
}
.panel__btn.panel__btn_active,
.panel__btn:active {
    cursor: default;

    background-color: #b79f72;
    box-shadow: 0 1px 0 #decdad, inset 0 4px 3px #9e875b;
}
.panel__btn::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    margin: auto;

    content: "";
}
.panel__btn_list::before {
    width: 25px;
    height: 25px;

    background-image: url(../img/sprite.png);
    background-position: -299px -216px;
}
.panel__btn_list.panel__btn_active::before,
.panel__btn_list:active::before {
    background-position: -274px -216px;
}
.panel__btn_tiles::before {
    width: 25px;
    height: 26px;

    background-image: url(../img/sprite.png);
    background-position: -274px -190px;
}
.panel__btn_tiles.panel__btn_active::before,
.panel__btn_tiles:active::before {
    background-position: -325px -190px;
}
.panel__btn_prev,
.panel__btn_next {
    width: 52px;
}
@media (max-width: 429px) {
    .panel__btn_prev,
    .panel__btn_next {
        width: 44px;
    }
}
.panel__btn_prev::before {
    width: 9px;
    height: 18px;

    background-image: url(../img/sprite.png);
    background-position: -24px -267px;
}
.panel__btn_next::before {
    width: 9px;
    height: 18px;

    background-image: url(../img/sprite.png);
    background-position: -15px -267px;
}
.panel__input {
    position: absolute;
    z-index: -1;

    opacity: 0;
}
.panel__select {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.125;

    width: 168px;
    padding: 10px 35px 12px 14px;

    text-transform: lowercase;
    text-overflow: ellipsis;

    color: #212121;
    border-radius: 5px;
    background-color: white;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAMAAAAolt3jAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAaVBMVEX///8ArvwArvwArvwArvwArvwArvwArvwArvwArvwArvwArvwArvwArvwArvwArvwArvwArvwArvwArvwArvwArvwArvwArvxCuvxrxf3d8P7R6/644f70+v9Yv/zp9f+q2/7F5v7////zA7VDAAAAF3RSTlMAFIbS+NCCU/Dx/hUW+fPRVPLT+vTOg5rGqNEAAAABYktHRACIBR1IAAAACXBIWXMAAAsSAAALEgHS3X78AAAAdUlEQVQI112PjRKCIBCEF0QJtdIy1z/U3v8lhdOa7Js5hr079g4AUDoxJs0UBHuh4KyonAd50IXjF1ci4w8aKdnJtQ+RwJDDGBKTD8c1ym7087DE6i02k6t/y4v7YTV/rMrzoL81gKreVW33pZV+PJtXG7+wAR1EDOBrUPJIAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 14px 14px;
    box-shadow: 0 3px 2px rgba(0, 0, 0, .14);
}
@media (max-width: 359px) {
    .panel__select {
        width: 100%;
    }
}
.panel__select option {
    text-transform: none;
}
.panel__collapse {
    position: relative;
    top: -3px;
}
@media (min-width: 930px) {
    .panel__collapse {
        display: block !important;
        overflow: visible !important;

        height: auto !important;
        padding-bottom: 0 !important;
    }
}
.panel__body {
    padding-top: 3px;
    padding-right: 12px;
    padding-left: 12px;

    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #dac292;
    border-radius: 0 0 5px 5px;
}
.catalogue__sidebar .panel__body {
    padding-right: 18px;
    padding-left: 18px;
}
.catalogue__content .panel__body {
    padding-right: 0;
    padding-left: 0;
}
.panel_main .panel__body {
    margin-top: 0;
    padding-top: 23px;

    border: 0;
}
.panel_bold .panel__body {
    margin-top: 0;

    border: 3px solid transparent;
    border-radius: 5px;
}
.panel_bold.panel_pink .panel__body {
    padding-top: 27px;

    border-color: #dac292;
}
.panel_bold.panel_blue .panel__body {
    border-color: #dac292;
}
.panel_bold.panel_yellow .panel__body {
    border-color: #dac292;
}
.panel__subheading {
    font-size: 1.125em;
    font-weight: bold;
    line-height: 1;

    margin: 0 0 17px;
    padding-top: 30px;

    text-transform: uppercase;
}
.panel_bold.panel_yellow .panel__subheading {
    padding-top: 32px;
    padding-right: 16px;
    padding-left: 16px;

    color: #7b5944;
}
.panel__subheading-link {
    text-decoration: none;

    color: inherit;
    outline: none;
    background-color: transparent;
}
.panel__subheading-link:hover {
    color: #32aadd;
}
.panel__subheading .icon {
    margin-right: 13px;
}
.panel__subheading .icon_blog_reviews {
    top: -3px;
}
.panel__subheading .icon_blog_news,
.panel__subheading .icon_blog_articles {
    top: -4px;
}
.panel__subheading .icon_blog_utilities {
    top: -7px;
}
.panel__sections {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 0 4px 8px;

    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.panel__section {
    position: relative;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    max-width: 100%;
    min-height: 1px;
    padding: 0 10px;
    padding-right: 12px;
    padding-left: 12px;

    -webkit-flex: 0 0 100%;
    -webkit-flex: 1 0 100%;
    -ms-flex: 0 0 100%;
    -ms-flex: 1 0 100%;
    flex: 0 0 100%;
    flex: 1 0 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
.panel__section_equal {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
@media (min-width: 527px) {
    .panel__section {
        max-width: 50%;

        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}
@media (min-width: 767px) {
    .panel__section {
        max-width: 33.33333333%;

        -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    }
}
@media (min-width: 1007px) {
    .panel__section {
        max-width: 25%;

        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }
}
.panel__reviews {
    padding: 10px 4px 24px;
}
.popover {
    font-size: .875rem;
    font-weight: normal;
    font-style: normal;

    position: absolute;
    z-index: 1050;
    top: 0;
    left: 0;

    max-width: 345px;
    padding-top: 21px;
    padding-right: 21px;
    padding-bottom: 26px;
    padding-left: 21px;

    text-align: left;
    white-space: normal;
    text-decoration: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    word-wrap: normal;
    word-break: normal;

    color: #303030;
    border-radius: 3px;
    background-color: transparent;
    box-shadow: 1px 0 18px 0 rgba(51, 117, 170, .51);
    text-shadow: none;
}
.popover::before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: "";

    border-radius: 3px;
    background-color: #fff;
}
.popover .arrow {
    position: absolute;
    z-index: -1;

    width: 18px;
    height: 18px;

    background-color: #fff;
    box-shadow: 1px 0 18px 0 rgba(51, 117, 170, .51);
}
.popover.top > .arrow,
.popover.bottom > .arrow {
    margin-left: -9px;

    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.popover.top {
    margin-top: -12px;
}
.popover.top > .arrow {
    bottom: -8px;
}
.popover.bottom {
    margin-top: 12px;
}
.popover.bottom > .arrow {
    top: -8px;
}
.popover.right > .arrow,
.popover.left > .arrow {
    margin-top: -9px;

    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.popover.left {
    margin-left: -12px;
}
.popover.left > .arrow {
    right: -8px;
}
.popover.right {
    margin-left: 12px;
}
.popover.right > .arrow {
    left: -8px;
}
.popover-title {
    font-size: 1.28571429em;
    font-weight: bold;
    line-height: 1;

    position: relative;
    z-index: 2;

    display: block;

    margin: 0;
    padding-bottom: 19px;

    color: #000;
    border-bottom: 1px solid #d8d8d8;
}
.popover-content {
    font-size: 1em;
    line-height: 1.28571429;

    position: relative;
    z-index: 2;

    display: block;

    padding-top: 21px;
}
.post {
    font-size: 1.125rem;

    display: block;

    padding-bottom: 16px;
}
@media (min-width: 440px) and (max-width: 1019px) {
    .post {
        padding-top: 20px;
        padding-bottom: 20px;

        border-top: 1px solid #ddd;
    }
    .post::after {
        display: table;
        clear: both;

        content: "";
    }
}
.post__img-wrapper {
    position: relative;

    width: 100%;
    height: 0;
    padding-bottom: 56.25%;

    border: 1px solid #ddd;
}
.post__img-wrapper:hover {
    border-color: #32aadd;
}
@media (min-width: 440px) and (max-width: 1019px) {
    .post__img-wrapper {
        float: left;

        width: 50%;
        padding-bottom: 28.125%;
    }
}
.post__img-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    text-decoration: none;

    outline: none;
    background-color: transparent;
}
.post__img {
    display: block;

    width: 100%;
    max-width: 100%;
    height: 100%;

    border: 0;

    object-fit: cover;
}
.post__text {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
@media (min-width: 440px) and (max-width: 1019px) {
    .post__text {
        float: left;

        width: 50%;
        padding-left: 12px;
    }
}
.post__footer {
    padding-top: 5px;
}
@media (min-width: 440px) and (max-width: 1019px) {
    .post__footer {
        padding-top: 0;

        -ms-flex-order: -1;
        -webkit-order: -1;
        order: -1;
    }
}
.post__timestamp {
    font-size: .77777778em;
    line-height: 1.21428571;

    display: inline-block;

    vertical-align: top;

    color: #9e9e9e;
}
.post__heading {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.22222222;

    margin: 0;
    padding-top: 10px;
}
@media (min-width: 440px) and (max-width: 1019px) {
    .post__heading {
        padding-top: 0;
    }
}
.post__heading-link {
    text-decoration: none;

    color: inherit;
    outline: none;
    background-color: transparent;
}
.post__heading-link:hover {
    color: #32aadd;
}
.product {
    font-size: .875rem;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -12px;

    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
@media (max-width: 999px) {
    .product {
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}
.product__main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-align: start;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
@media (max-width: 629px) {
    .product__main {
        flex-direction: column;

        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }
}
.product__media,
.product__offer-container,
.product__overview,
.product__aside {
    padding: 0 12px;
}
.product__media {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    max-width: 100%;

    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
@media (min-width: 458px) and (max-width: 999px) {
    .product__media {
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    }
}
@media (min-width: 1000px) {
    .product__media {
        flex-direction: column;

        max-width: 330px;

        -webkit-flex: 0 0 330px;
        -ms-flex: 0 0 330px;
        flex: 0 0 330px;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }
}
.product__img-container {
    position: relative;

    display: block;

    max-width: 330px;

    text-decoration: none;

    outline: none;
    background-color: transparent;

    -webkit-flex: 0 0 330px;
    -ms-flex: 0 0 330px;
    flex: 0 0 330px;
}
@media (min-width: 458px) and (max-width: 999px) {
    .product__img-container {
        max-width: 330px;

        -webkit-flex: 0 0 330px;
        -ms-flex: 0 0 330px;
        flex: 0 0 330px;
    }
}
@media (min-width: 1000px) {
    .product__img-container {
        max-width: 100%;

        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}
.product__img-container::before {
    position: absolute;
    z-index: 1;
    top: -1px;
    left: -1px;
}
.product_bestseller .product__img-container::before {
    width: 102px;
    height: 101px;

    content: "";

    background-image: url(../img/sprite.png);
    background-position: -102px 0;
}
.product_eco .product__img-container::before {
    width: 102px;
    height: 101px;

    content: "";

    background-image: url(../img/sprite.png);
    background-position: -102px -101px;
}
.product_new .product__img-container::before {
    width: 102px;
    height: 101px;

    content: "";

    background-image: url(../img/sprite.png);
    background-position: 0 0;
}
.product_offer .product__img-container::before {
    width: 102px;
    height: 101px;

    content: "";

    background-image: url(../img/sprite.png);
    background-position: 0 -101px;
}
.product_agcy .product__img-container::before {
    width: 101px;
    height: 101px;

    content: "";

    background-image: url(../img/sprite.png);
    background-position: 0 -287px;
}
.product__img {
    display: block;

    max-width: 100%;
    height: auto;
}
@media (max-width: 457px) {
    .product__gallery {
        max-width: 330px;

        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}
.product__gallery-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 0 0 -15px;
    padding-left: 0;

    list-style-type: none;

    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
@media (min-width: 458px) and (max-width: 999px) {
    .product__gallery-list {
        margin: 0;
    }
}
.product__gallery-item {
    position: relative;

    max-width: 33.33333333%;
    min-height: 1px;
    padding-top: 15px;
    padding-left: 15px;

    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
}
@media (min-width: 458px) and (max-width: 999px) {
    .product__gallery-item {
        max-width: 104px;

        -webkit-flex: 0 0 104px;
        -ms-flex: 0 0 104px;
        flex: 0 0 104px;
    }
}
.product__gallery-link {
    display: block;

    text-decoration: none;

    border: 3px solid #dac292;
    border-radius: 5px;
    outline: none;
    background-color: transparent;
}
.product__gallery-img {
    display: block;

    max-width: 100%;
    height: auto;

    border: 0;
}
.product__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
.product__col-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
@media (min-width: 1000px) {
    .product__col-group {
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -ms-flex-align: start;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    }
}
.product__overview {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.product__buybox {
    padding: 8px 15px 9px;

    border: 1px solid #dac292;
    border-radius: 3px;
    background-color: #f0daa8;
}
@media (max-width: 889px) {
    .product__buybox {
        margin-top: 15px;
    }
    .product__offer-container ~ .product__col-group .product__buybox {
        margin-top: 0;
    }
}
.product__buybox-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding-bottom: 7px;

    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.product__buybox-buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -6px;

    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.product__buybox-buttons .btn {
    margin: 0 6px 6px;
}
.product__actions {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.28571429;

    padding-top: 23px;
}
.product__actions-link {
    text-decoration: none;

    color: inherit;
    outline: none;
    background-color: transparent;
}
.product__actions-link .icon {
    top: 2px;

    margin-right: 9px;
}
.product__actions-link:hover .product__actions-text {
    text-decoration: underline;
}
.product__feature-list {
    font-size: 1em;
    font-style: italic;
    line-height: 1.14285714;

    margin: 0;
    padding-top: 19px;
    padding-left: 0;

    list-style-type: none;
}
.product__feature-item {
    position: relative;
}
.product__aside {
    max-width: 245px;

    -webkit-flex: 0 0 245px;
    -ms-flex: 0 0 245px;
    flex: 0 0 245px;
}
@media (max-width: 999px) {
    .product__aside {
        max-width: 100%;

        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}
.product__info {
    padding: 0 16px 1px;

    border: 1px solid #e0e0e0;
    border-radius: 3px;
}
@media (max-width: 999px) {
    .product__info {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        margin-top: 20px;
        padding-right: 12px;
        padding-left: 12px;

        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    }
}
@media (max-width: 559px) {
    .product__info {
        display: none;
    }
}
.product__info-section {
    padding-top: 15px;
    padding-bottom: 18px;

    border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 999px) {
    .product__info-section {
        max-width: 33.33333333%;
        padding-right: 6px;
        padding-left: 6px;

        border-bottom: 0;

        -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    }
}
.product__info-heading {
    font-size: 1.28571429em;
    font-weight: 700;
    line-height: 1;

    margin: 0;
    padding-bottom: 10px;

    color: #7b5944;
}
.product__info-heading .icon {
    margin-left: 6px;
}
.product__info-subheading {
    font-size: 1.14285714em;
    font-weight: 700;
    line-height: 1;

    margin: 0;
    padding-bottom: 6px;
}
.product__info-list {
    line-height: 1.14285714;

    margin: 0;
    padding-left: 0;

    list-style-type: none;
}
.product__info-list:not(:last-child) {
    margin-bottom: 11px;
}
.product__info-item {
    position: relative;

    padding-left: 15px;
}
.product__info-item::before {
    position: absolute;
    top: 5px;
    right: auto;
    left: 2px;

    width: 5px;
    height: 5px;

    content: "";

    border-radius: 50%;
    background-color: #9ab3c5;
}
.product__price {
    font-weight: bold;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding-right: 20px;

    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-flex-flow: row-reverse nowrap;
    -ms-flex-flow: row-reverse nowrap;
    flex-flow: row-reverse nowrap;
}
@media (max-width: 659px) {
    .product__price {
        flex-direction: column;

        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }
}
.product__price-value {
    font-size: 2.78571429em;
    line-height: 1.38461538;

    white-space: nowrap;
}
.product__price-value_old {
    font-size: 1.39285714em;

    position: relative;
    top: 4px;

    margin-left: 11px;

    color: #aeaeae;
}
@media (max-width: 659px) {
    .product__price-value_old {
        margin-left: 0;
    }
}
.product__price-value_old::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    height: 1px;
    margin: auto;

    content: "";

    background-color: #aeaeae;
}
.product__price-unit {
    font-size: .61538462em;
}
.product__state {
    font-size: 1.14285714em;
    font-weight: bold;
    line-height: 1;

    margin-bottom: 11px;

    white-space: nowrap;
    text-transform: lowercase;

    -webkit-align-self: flex-end;
    align-self: flex-end;
    -ms-flex-item-align: end;
}
.product__state_in {
    color: #00c000;
}
.product__state_req {
    color: #ffa100;
}
.product__state_out {
    color: #fa2d58;
}
.product__state .icon {
    top: 1px;
}
.product__btn {
    margin-bottom: 4px;
    padding-right: 12px;
    padding-left: 42px;

    letter-spacing: 0;
}
.product__btn .icon {
    position: absolute;
}
.product__btn .icon_add {
    top: 9px;
    left: 7px;
}
.product__btn .icon_one-click {
    top: 8px;
    left: 10px;
}
.product__btn .icon_envelope {
    top: 12px;
    left: 7px;
}
.product__btn:active .icon_add {
    top: 12px;
}
.product__btn:active .icon_one-click {
    top: 11px;
}
.product__btn:active .icon_envelope {
    top: 15px;
}
.product__opt {
    padding-top: 20px;
}
.product__opt-title {
    font-size: 16px;
    font-weight: bold;
}
.product__opt-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -6px;
    padding: 12px 0 18px;

    list-style-type: none;

    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.product__opt-list-item {
    max-width: 20%;
    margin-bottom: 12px;
    padding: 0 6px;

    -webkit-flex: 1 0 20%;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%;
}
.product__opt-list-link {
    position: relative;

    display: block;
    overflow: hidden;

    height: 0;
    padding: 0 0 100%;

    text-decoration: none;

    border: 2px solid #bdbdbd;
    border-radius: 5px;
    background-color: transparent;
}
.product__opt-list-link.compat-object-fit {
    background-size: contain;
}
.product__opt-list-link:hover {
    border-style: solid;
    border-color: #ffdf00;
}
.product__opt-list-item_disabled .product__opt-list-link {
    opacity: .5;
}
.product__opt-list-wrapper {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
}
.product__opt-list-img {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    object-fit: contain;
}
.range {
    font-size: .8125rem;

    padding-top: 10px;
    padding-bottom: 6px;
}
@media (max-width: 929px) {
    .range {
        padding-top: 18px;
        padding-right: 18px;
        padding-left: 18px;

        border-top: 1px solid #e6e6e6;
    }
}
.range__content {
    position: relative;

    height: 8px;
    margin-bottom: 21px;

    border-radius: 4px;
    background-color: #000;
}
.range__bar {
    position: absolute;

    height: 100%;

    background: repeating-linear-gradient(to right, #66cefd, #66cefd 1px, #00aefc 1px, #00aefc 5px);
}
.range__handle {
    position: absolute;
    top: -5px;

    width: 16px;
    height: 19px;
    margin-left: -8px;

    background-image: url(../img/sprite.png);
    background-position: -242px -176px;
}
.range__controls {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
@media (max-width: 929px) {
    .range__controls {
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
}
.range__label {
    font-size: 1em;
    line-height: 1.84615385;

    text-transform: uppercase;

    color: #212121;
}
.range__input {
    font-size: 1.07692308rem;
    line-height: 1.71428571;

    width: 74px;
    padding: 1px 5px 3px;

    text-align: center;

    color: #303030;
    border: 1px solid #4ec7fc;
    border-radius: 3px;
}
@media (max-width: 929px) {
    .range__input {
        margin: 0 12px;
    }
}
.rating {
    font-size: .875rem;

    display: inline-block;
}
.rating_hearts {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
.rating__list {
    position: relative;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    background-image: url(../img/sprite.png);

    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
.rating_stars .rating__list {
    width: 119px;
    height: 19px;

    background-position: -119px -202px;
}
.rating_hearts .rating__list {
    width: 107px;
    height: 17px;

    background-position: -274px 0;
}
.rating__item {
    position: absolute;
    top: 0;

    width: 100%;
    height: 100%;
}
.rating_editable.rating_5 .rating__list:hover .rating__item_5,
.rating_editable.rating_4-5 .rating__list:hover .rating__item_5,
.rating_editable.rating_4 .rating__list:hover .rating__item_4,
.rating_editable.rating_3-5 .rating__list:hover .rating__item_4,
.rating_editable.rating_3 .rating__list:hover .rating__item_3,
.rating_editable.rating_2-5 .rating__list:hover .rating__item_3,
.rating_editable.rating_2 .rating__list:hover .rating__item_2,
.rating_editable.rating_1-5 .rating__list:hover .rating__item_2,
.rating_editable.rating_1 .rating__list:hover .rating__item_1 {
    background-image: none;
}
.rating_stars.rating_5 .rating__list .rating__item_5,
.rating_stars.rating_4 .rating__list .rating__item_4,
.rating_stars.rating_3 .rating__list .rating__item_3,
.rating_stars.rating_2 .rating__list .rating__item_2,
.rating_stars.rating_1 .rating__list .rating__item_1 {
    background-image: url(../img/sprite.png);
    background-position: 0 -202px;
}
.rating_stars.rating_editable .rating__item:hover,
.rating_stars.rating_editable .rating__list:hover .rating__item:hover {
    background-image: url(../img/sprite.png);
    background-position: 0 -202px;
}
.rating_hearts.rating_5 .rating__list .rating__item_5,
.rating_hearts.rating_4 .rating__list .rating__item_4,
.rating_hearts.rating_3 .rating__list .rating__item_3,
.rating_hearts.rating_2 .rating__list .rating__item_2,
.rating_hearts.rating_1 .rating__list .rating__item_1 {
    background-image: url(../img/sprite.png);
    background-position: -90px -221px;
}
.rating_hearts.rating_4-5 .rating__list .rating__item_5,
.rating_hearts.rating_3-5 .rating__list .rating__item_4,
.rating_hearts.rating_2-5 .rating__list .rating__item_3,
.rating_hearts.rating_1-5 .rating__list .rating__item_2 {
    background-image: url(../img/sprite.png);
    background-position: -90px -238px;
}
.rating_hearts.rating_editable .rating__item:hover,
.rating_hearts.rating_editable .rating__list:hover .rating__item:hover {
    background-image: url(../img/sprite.png);
    background-position: -90px -221px;
}
.rating_stars .rating__item_1 {
    margin-left: -100px;
}
.rating_stars .rating__item_2 {
    margin-left: -75px;
}
.rating_stars .rating__item_3 {
    margin-left: -50px;
}
.rating_stars .rating__item_4 {
    margin-left: -25px;
}
.rating_stars .rating__item_5 {
    margin-left: 0;
}
.rating_hearts .rating__item_1 {
    margin-left: -88px;
}
.rating_hearts .rating__item_2 {
    margin-left: -66px;
}
.rating_hearts .rating__item_3 {
    margin-left: -44px;
}
.rating_hearts .rating__item_4 {
    margin-left: -22px;
}
.rating_hearts .rating__item_5 {
    margin-left: 0;
}
.rating__number {
    font-size: 1em;
    line-height: 1.28571429;

    position: relative;
    top: -2px;

    margin-left: 7px;

    color: #4d4d4d;
}
.review {
    font-size: .8125rem;

    margin-bottom: 20px;
    padding: 0 12px;
}
.reviews .review {
    font-size: .875rem;

    margin-bottom: 30px;
    padding-right: 0;
    padding-left: 0;
}
.review__header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.review__title {
    font-size: 1.38461538em;
    font-weight: 700;
    line-height: 1;

    margin: 0 15px 16px 0;
}
.review__title-link {
    text-decoration: none;

    color: inherit;
    outline: none;
    background-color: transparent;
}
.review__title-link:hover {
    text-decoration: underline;
}
.review__rating {
    margin-top: 1px;
    margin-bottom: 14px;
}
.review__content {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.38461538;
}
.reviews .review__content {
    line-height: 1.71428571;
}
.reviews {
    padding-top: 10px;
}
.search {
    font-size: .875rem;

    position: relative;

    max-width: 100%;
    margin-top: 4px;
    padding-right: 40px;

    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
@media (max-width: 1021px) {
    .search {
        margin: 0;
        padding-right: 0;

        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
}
.modal_search .search {
    max-width: none;
    margin-left: 0;

    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.search__toggle {
    display: none;
}
@media (max-width: 1021px) {
    .search__toggle {
        display: block;
    }
}
.search__form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 4px;

    border: 2px solid #dac292;
    border-radius: 24px;

    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
@media (max-width: 1021px) {
    .header .search__form {
        display: none;
    }
}
.search__input {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.42857143;

    padding: 8px 16px;

    border-radius: 17px;

    -webkit-flex: 1 1 202px;
    -ms-flex: 1 1 202px;
    flex: 1 1 202px;
}
.search__input::-webkit-input-placeholder {
    color: #ccc;
}
.search__input:-ms-input-placeholder {
    color: #ccc;
}
.search__input::placeholder {
    color: #ccc;
}
.search__addon {
    position: relative;

    margin-left: auto;
    padding-left: 4px;

    white-space: nowrap;
}
.search__addon::before {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;

    width: 1px;
    height: 18px;
    margin: auto;

    content: "";

    background-color: #a3a3a3;
}
@media (max-width: 467px) {
    .search__addon::before {
        content: none;
    }
}
.search__select {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: .92857143em;
    line-height: 1.53846154;

    width: 116px;
    padding: 8px 24px 8px 8px;

    text-overflow: ellipsis;

    color: #696969;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i0KHQu9C+0LlfMSIgZGF0YS1uYW1lPSLQodC70L7QuSAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgMTAgNSI+PHRpdGxlPmFuZ2xlLWRvd248L3RpdGxlPjxwYXRoIGQ9Ik01LDVINWEwLjg1LDAuODUsMCwwLDEtLjU2LTAuMkwwLjIxLDEuMDdhMC41NiwwLjU2LDAsMCwxLDAtLjlBMC44OCwwLjg4LDAsMCwxLDEuMzIuMkw1LDMuNDQsOC42OCwwLjJhMC44OCwwLjg4LDAsMCwxLDEuMDgsMCwwLjU2LDAuNTYsMCwwLDEsMCwuOUw1LjU0LDQuOEEwLjg1LDAuODUsMCwwLDEsNSw1WiIgZmlsbD0iIzY5Njk2OSIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: right 8px center;
}
@media (max-width: 467px) {
    .modal_search .search__select {
        display: none;
    }
}
.search__btn.btn {
    width: 54px;
    height: 36px;
    padding: 0;

    border-radius: 17px;
}
.search__btn.btn::before {
    border-radius: 17px;
}
.search__btn.btn .icon {
    top: 1px;
}
.search__btn.btn:active .icon {
    top: 4px;
}
.shop-info {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: .8125rem;
    line-height: 1.38461538;

    color: #303030;
}
.shop-info img {
    max-width: 100%;
}
.shop-info h1,
.shop-info h2,
.shop-info h3,
.shop-info h4,
.shop-info h5,
.shop-info h6 {
    font-family: "PT Sans", sans-serif;
    font-weight: bold;
}
.shop-info ul {
    margin: 0;
    padding: 0 0 10px 25px;

    list-style-type: disc;
}
.shop-info html {
    font-family: sans-serif;

    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
.shop-info body {
    margin: 0;
}
.shop-info article,
.shop-info aside,
.shop-info details,
.shop-info figcaption,
.shop-info figure,
.shop-info footer,
.shop-info header,
.shop-info main,
.shop-info menu,
.shop-info nav,
.shop-info section,
.shop-info summary {
    display: block;
}
.shop-info audio,
.shop-info canvas,
.shop-info progress,
.shop-info video {
    display: inline-block;
}
.shop-info audio:not([controls]) {
    display: none;

    height: 0;
}
.shop-info progress {
    vertical-align: baseline;
}
.shop-info template,
.shop-info [hidden] {
    display: none;
}
.shop-info a {
    background-color: transparent;

    -webkit-text-decoration-skip: objects;
}
.shop-info a:active,
.shop-info a:hover {
    outline-width: 0;
}
.shop-info abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;

    border-bottom: none;
}
.shop-info b,
.shop-info strong {
    font-weight: inherit;
}
.shop-info b,
.shop-info strong {
    font-weight: bolder;
}
.shop-info dfn {
    font-style: italic;
}
.shop-info h1 {
    font-size: 2em;

    margin: .67em 0;
}
.shop-info mark {
    color: #000;
    background-color: #ff0;
}
.shop-info small {
    font-size: 80%;
}
.shop-info sub,
.shop-info sup {
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}
.shop-info sub {
    bottom: -.25em;
}
.shop-info sup {
    top: -.5em;
}
.shop-info img {
    border-style: none;
}
.shop-info svg:not(:root) {
    overflow: hidden;
}
.shop-info code,
.shop-info kbd,
.shop-info pre,
.shop-info samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
.shop-info figure {
    margin: 1em 40px;
}
.shop-info hr {
    overflow: visible;

    box-sizing: content-box;
    height: 0;
}
.shop-info button,
.shop-info input,
.shop-info select,
.shop-info textarea {
    font: inherit;

    margin: 0;
}
.shop-info optgroup {
    font-weight: bold;
}
.shop-info button,
.shop-info input {
    overflow: visible;
}
.shop-info button,
.shop-info select {
    text-transform: none;
}
.shop-info button,
.shop-info html [type="button"],
.shop-info [type="reset"],
.shop-info [type="submit"] {
    -webkit-appearance: button;
}
.shop-info button::-moz-focus-inner,
.shop-info [type="button"]::-moz-focus-inner,
.shop-info [type="reset"]::-moz-focus-inner,
.shop-info [type="submit"]::-moz-focus-inner {
    padding: 0;

    border-style: none;
}
.shop-info button:-moz-focusring,
.shop-info [type="button"]:-moz-focusring,
.shop-info [type="reset"]:-moz-focusring,
.shop-info [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
.shop-info fieldset {
    margin: 0 2px;
    padding: .35em .625em .75em;

    border: 1px solid #c0c0c0;
}
.shop-info legend {
    display: table;

    box-sizing: border-box;
    max-width: 100%;
    padding: 0;

    white-space: normal;

    color: inherit;
}
.shop-info textarea {
    overflow: auto;
}
.shop-info [type="checkbox"],
.shop-info [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
.shop-info [type="number"]::-webkit-inner-spin-button,
.shop-info [type="number"]::-webkit-outer-spin-button {
    height: auto;
}
.shop-info [type="search"] {
    outline-offset: -2px;

    -webkit-appearance: textfield;
}
.shop-info [type="search"]::-webkit-search-cancel-button,
.shop-info [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
.shop-info ::-webkit-input-placeholder {
    opacity: .54;
    color: inherit;
}
.shop-info ::-webkit-file-upload-button {
    font: inherit;

    -webkit-appearance: button;
}
.showcase {
    font-size: 1rem;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 27px 0 0;

    border: 1px solid #85bedb;
    border-radius: 5px;

    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
@media (max-width: 1039px) {
    .showcase {
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}
@media (max-width: 767px) {
    .showcase {
        display: none;
    }
}
.showcase__slider {
    position: relative;

    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
@media screen and (min-width: 1040px) {
    .showcase__slider-img {
        height: 404px;
    }
}
.showcase__slider-btn {
    position: absolute;
    z-index: 100;
    bottom: 57px;

    margin-left: 23px;
    padding-right: 64px;
    padding-left: 64px;
}
.showcase__promo {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.125;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    max-width: 270px;

    border-left: 1px solid #85bedb;
    border-radius: 0 5px 5px 0;
    background: repeating-linear-gradient(to right, #26b9fc, #26b9fc 1px, #00adfc 1px, #00adfc 5px);

    -webkit-flex: 0 0 270px;
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
@media (max-width: 1039px) {
    .showcase__promo {
        max-width: 100%;

        border-left: 0;
        border-radius: 5px 5px 0 0;

        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -ms-flex-align: start;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-order: -1;
        -webkit-order: -1;
        order: -1;
    }
}
@media (max-width: 859px) {
    .showcase__promo {
        display: none;
    }
}
.showcase__promo-list {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 0;

    list-style-type: none;

    border-radius: 0 5px 0 0;
}
@media (max-width: 1039px) {
    .showcase__promo-list {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        padding-top: 10px;

        border-radius: 5px 0 0 0;

        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    }
}
.showcase__promo-item {
    position: relative;

    padding-top: 54px;
    padding-bottom: 11px;

    text-align: center;
    text-transform: uppercase;

    color: #fff;
    text-shadow: 0 1px 0 #0084d1;
}
.showcase__promo-item::before,
.showcase__promo-item::after {
    position: absolute;
    top: 22px;
    bottom: auto;

    height: 2px;

    content: "";

    border-bottom: 1px solid #40c8ff;
    background-color: #0084d1;
}
.showcase__promo-item::before {
    right: 50%;
    left: 0;

    margin-right: 24px;
}
.showcase__promo-item::after {
    right: 0;
    left: 50%;

    margin-left: 25px;
}
@media (max-width: 1039px) {
    .showcase__promo-item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        max-width: 33.33333333%;
        padding-top: 0;
        padding-right: 15px;
        padding-bottom: 0;
        padding-left: 15px;

        -webkit-align-items: center;
        align-items: center;
        -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        -ms-flex-align: center;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .showcase__promo-item::before,
    .showcase__promo-item::after {
        content: none;
    }
}
.showcase__promo-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;

    margin: auto;
}
@media (max-width: 1039px) {
    .showcase__promo-icon {
        position: static;

        max-width: 45px;
        margin: 0 12px 0 0;

        -webkit-flex: 0 0 45px;
        -ms-flex: 0 0 45px;
        flex: 0 0 45px;
    }
}
.showcase__promo-btn.btn {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.125;

    margin-top: auto;
    padding: 24px 24px 25px;

    text-transform: uppercase;

    color: #fff;
    border-top: 1px solid #3fc8ff;
    border-radius: 0 0 5px 0;
    background-image: linear-gradient(to top, #0070c6 0%, #00a5ff 100%);
    text-shadow: 0 1px 0 #0084d1;
}
.showcase__promo-btn.btn:hover {
    background-image: linear-gradient(to top, #0070c6 0%, #0094ee 100%);
}
@media (max-width: 1039px) {
    .showcase__promo-btn.btn {
        margin-top: 0;

        border-radius: 0 5px 0 0;
    }
}
@media (max-width: 779px) {
    .stage__shelf {
        position: absolute;
        z-index: 0;
        top: 0;
        bottom: 0;
        left: -250px;

        width: 250px;

        background-color: #f5f5f5;
    }
    .stage__shelf_hidden {
        display: none;
    }
}
.stepper {
    font-size: 1rem;

    width: 45px;

    background-color: #eee;
}
@media (max-width: 676px) {
    .cart-item .stepper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        width: auto;
        margin-right: 10px;

        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    }
}
.stepper__btn {
    display: block;

    width: 45px;

    text-align: center;

    background-color: #eee;
}
@media (max-width: 676px) {
    .cart-item .stepper__btn {
        display: none;
    }
}
.stepper__btn_plus {
    font-size: 1.5em;
    line-height: .75;

    padding-top: 1px;

    color: #62ba00;
}
.stepper__btn_minus {
    font-size: 1.875em;
    line-height: .6;

    color: #f841aa;
}
.stepper__btn_minus .btn__text {
    top: -3px;
}
.stepper__input {
    font-size: 1em;
    line-height: 1.125;

    width: 45px;
    padding: 4px;

    text-align: center;

    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #fff;
}
@media (max-width: 676px) {
    .cart-item .stepper__input {
        width: 68px;
        height: 44px;
    }
}
.svg-sprite {
    display: none;
}
.svg-sprite:not(:root) {
    overflow: hidden;
}
.tabs {
    font-size: .875rem;

    margin-top: 49px;
}
@media (max-width: 999px) {
    .tabs {
        margin-top: 30px;
    }
}
.tabs__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -1px -1px;
    padding-left: 0;

    list-style-type: none;

    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
@media (max-width: 999px) {
    .tabs__list {
        display: none;
    }
}
.tabs__list-item {
    margin: 0 1px;
}
.tabs__link {
    font-size: 1.28571429em;
    line-height: 1.16666667;

    display: block;

    padding: 11px 25px 10px;

    text-decoration: none;

    color: inherit;
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 10px 10px 0 0;
    outline: none;
    background-color: transparent;
}
.tabs__list-item.active .tabs__link,
.tabs__link:hover {
    border-color: #dac292;
    background-color: #f0daa8;
}
.tabs__list-item.active .tabs__link {
    color: #00a2ff;
}
.tabs__link:hover {
    color: #00a2ff;
}
.tabs__content {
    min-height: 135px;
    padding-top: 39px;
    padding-bottom: 24px;

    border-top: 1px solid #c5dae2;
    background-image: linear-gradient(to bottom, #f0daa8 0%, transparent 100%);
    background-repeat: no-repeat;
    background-size: 100% 135px;
}
@media (max-width: 999px) {
    .tabs__content {
        padding-top: 0;

        border-top: 0;
        background-image: none;
    }
}
.tabs__col.col {
    max-width: 50%;

    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
@media (min-width: 1000px) {
    .tabs__col.col:not(:last-child):nth-child(odd) {
        padding-right: 20px;
    }
    .tabs__col.col:not(:last-child):nth-child(even) {
        padding-left: 20px;
    }
}
@media (min-width: 1025px) {
    .tabs__col.col:not(:last-child):nth-child(odd) {
        padding-right: 40px;
    }
    .tabs__col.col:not(:last-child):nth-child(even) {
        padding-left: 40px;
    }
}
.tabs__col.col:last-child {
    max-width: 100%;

    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
@media (max-width: 999px) {
    .tabs__col.col {
        max-width: 100%;

        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}
.tabs__section {
    padding-bottom: 37px;
}
@media (max-width: 999px) {
    .tabs__section {
        padding-bottom: 0;

        border-top: 1px solid #e6e6e6;
    }
}
.tabs__section-toggle {
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.28571429;

    display: none;

    width: 100%;
    margin: 0;
    padding-top: 12px;
    padding-bottom: 12px;

    text-align: left;

    color: #00a2ff;
}
@media (max-width: 999px) {
    .tabs__section-toggle {
        display: block;
    }
}
.tabs__section-toggle .icon_angle_down {
    position: absolute;
    top: 21px;
    right: 12px;

    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.tabs__section-toggle.collapsed .icon_angle_down {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.tabs__section-header {
    position: relative;
}
.tabs__section-heading {
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.28571429;

    margin: 0;

    color: #00a2ff;
}
@media (max-width: 999px) {
    .tabs__section-heading {
        display: none;
    }
}
.tabs__section-link {
    font-size: 1.14285714em;
    line-height: 1.3125;

    text-decoration: underline;

    color: #303030;
    outline: none;
    background-color: transparent;
}
.tabs__section-link:hover {
    color: #32aadd;
}
@media (min-width: 1000px) {
    .tabs__section-collapse {
        display: block !important;
        overflow: visible !important;

        height: auto !important;
        padding-bottom: 0 !important;
    }
}
@media (max-width: 999px) {
    .tabs__section-body {
        padding-bottom: 20px;
    }
    .tabs__section-body:not(:last-child) {
        padding-bottom: 0;
    }
}
.tabs__section-footer:last-child {
    padding-bottom: 20px;
}
.tabs__description {
    font-size: 1em;
    line-height: 1.35714286;

    padding-top: 3px;
}
.tabs__specs {
    font-size: 1.14285714em;
    line-height: 1.42857143;

    padding-top: 16px;
}
@media (max-width: 999px) {
    .tabs__specs {
        padding-top: 10px;
    }
}
.tabs__specs-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding-bottom: 12px;

    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
.tabs__specs-key,
.tabs__specs-value {
    max-width: 50%;

    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
.tabs__specs-key {
    font-weight: bold;

    padding-right: 10px;
}
.tabs__specs-value {
    font-style: italic;

    padding-left: 10px;
}
.tabs__specs-value a {
    color: #303030;
}
.tabs__specs-value a:hover {
    color: #32aadd;
}
.tabs__panel {
    display: none;
}
.tabs__panel.active {
    display: block;
}
@media (max-width: 999px) {
    .tabs__panel {
        display: none;
    }
    .tabs__panel:first-child {
        display: block !important;
    }
}
.tabs__form {
    margin: 0 auto;
}
.topnav {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: .875rem;

    position: relative;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding-left: 250px;

    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
@media (max-width: 859px) {
    .topnav {
        padding-left: 193px;
    }
}
@media (max-width: 779px) {
    .topnav {
        flex-direction: column;

        padding: 0;

        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }
}
.topnav__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -8px;
    padding-top: 6px;
    padding-left: 0;

    list-style-type: none;

    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
@media (max-width: 859px) {
    .topnav__list {
        padding-bottom: 11px;
    }
}
@media (max-width: 779px) {
    .topnav__list {
        display: block;

        margin-right: -12px;
        margin-left: -12px;
        padding: 0;
    }
}
.topnav__list + .topnav__list {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
}
@media (min-width: 780px) {
    .topnav__list + .topnav__list {
        margin-left: auto;

        -ms-flex-order: 0;
        -webkit-order: 0;
        order: 0;
    }
}
.topnav__list:first-child {
    padding-right: 36px;
}
@media (max-width: 1010px) {
    .topnav__list:first-child {
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}
.topnav__item {
    padding: 0 8px;
}
@media (max-width: 779px) {
    .topnav__item {
        padding: 0;

        border-bottom: 1px solid #e0e0e0;
    }
}
@media (max-width: 1215px) {
    .topnav__list:first-child .topnav__item:last-child,
    .topnav__list:first-child .topnav__item:nth-last-child(2) {
        display: none;
    }
}
.topnav__link {
    font-size: .85714286em;
    line-height: 1.66666667;

    display: inline-block;

    vertical-align: top;
    white-space: nowrap;
    text-decoration: none;

    color: inherit;
    outline: none;
    background-color: transparent;
}
.topnav__link:hover {
    text-decoration: underline;
}
@media (max-width: 779px) {
    .topnav__link {
        font-size: 1em;
        line-height: 1.42857143;

        display: block;

        padding: 11px 12px;
    }
    .topnav__link:hover,
    .topnav__link:active {
        text-decoration: none;

        background-color: #e0e0e0;
    }
}
.topnav__icon {
    margin-right: 4px;
}
/*добавил стили для ползунка*/
.slider {
    padding-top: 5px;
}
.ui-slider {
    border-radius: 4px;
    background: #000;
}
.ui-slider-handle {
    background-image: url(../images/sprite.png);
    background-position: 0 -223px;
}
.ui-slider-range {
    background: fixed url(../images/ui-slider-bg.png);
}
.ui-slider {
    position: relative;

    height: 8px;
    margin-bottom: 21px;

    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    top: -5px;

    width: 16px;
    height: 19px;
    margin-left: -8px;

    cursor: default;

    -ms-touch-action: none;
    touch-action: none;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    top: 0;

    display: block;

    height: 100%;

    border: 0;
}
.ui-input--price {
    font-family: "PT Sans", Arial, Helvetica, sans-serif;
    font-size: 1.0769em;
    /* 14px/13px */
    line-height: 1.7143;
    /* 24px/14px */

    width: 75px;
    padding: 5px 0 4px 0;

    text-align: center;

    color: #fa2d58;
    border: 1px solid #4ec7fc;
    border-radius: 3px;
}
.ui-input--price .ui-input__control {
    width: auto;
    height: 24px;
    /* ie fix */
}
.ui-input__control {
    font: inherit;

    position: relative;

    display: inline-block;

    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 0;

    border: none;
    outline: none;
    background: none;

    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.ui-input__control::-webkit-search-decoration {
    -webkit-appearance: none;
}
.ui-input__control::-webkit-search-cancel-button {
    display: none;
}
.ui-input__control::-ms-clear {
    display: none;
}
.ui-input__control::-webkit-input-placeholder {
    text-indent: 0;

    color: #999;
}
.ui-input__control::-moz-placeholder {
    opacity: 1;
    color: #999;
}
.ui-input--price {
    font-family: "PT Sans", Arial, Helvetica, sans-serif;
    font-size: 1.0769em;
    /* 14px/13px */
    line-height: 1.7143;
    /* 24px/14px */

    width: 75px;
    padding: 5px 0 4px 0;

    text-align: center;

    color: #fa2d58;
    border: 1px solid #4ec7fc;
    border-radius: 3px;
}
.ui-input--price .ui-input__control {
    width: auto;
    height: 24px;
    /* ie fix */
}
.error-message {
    font-weight: bold;

    display: block;

    margin-bottom: 10px;

    color: #c00;
}
/*дополнительные стили для informaciya_item*/
.polotno li {
    display: inline-block;
    float: left;

    width: 132px;
    height: 132px;
    margin-bottom: 10px;
    margin-left: 10px;

    text-align: center;
    text-decoration: none;
}
.polotno {
    overflow: hidden;

    height: 1%;
    margin-bottom: 20px;
}
.schedule {
    position: absolute;
}
@media (max-width: 1019px) {
    .schedule {
        position: static;
    }
}
.schedule__text {
    display: inline-block;

    cursor: pointer;
    vertical-align: top;
    text-decoration: none;

    color: #32aadd;
    border-bottom: 1px dashed #32aadd;
    outline: none;
    background-color: transparent;
}
.schedule:hover .schedule__text {
    border-bottom-style: solid;
}
.schedule__popup {
    font-size: 14px;
    line-height: 1.5;

    position: absolute;
    top: 100%;

    display: none;

    width: 300px;
    margin: 5px 0 0;
    padding: .75em 2em 1em 1em;

    border-radius: 3px;
    background-color: #ededed;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .25);
}
.schedule__popup:before {
    position: absolute;
    bottom: 100%;

    width: 100%;
    height: 5px;

    content: "";
}
.schedule:hover .schedule__popup {
    display: block;
}
.schedule ul {
    margin: 0;
    padding: 10px 8px;

    list-style-type: none;
}
.schedule li {
    padding-bottom: 10px;
}
.schedule__close {
    position: absolute;
    top: 12px;
    right: 12px;

    width: 11px;
    height: 11px;

    text-decoration: none;
    text-indent: -9999px;

    outline: none;
    background-color: transparent;
    background-image: url(../images/close-dialog.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.blog .h03 {
    font-size: 18px;
}
.brand {
    padding-bottom: 40px;

    background-color: #fff;
}
.brand__header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding-top: 10px;

    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.brand__title {
    padding-left: 15px;
}
.brand__description {
    padding-bottom: 30px;
}
.brand__description-overview,
.brand__description-detailed {
    margin: 16px 0;
}
.brand__description-switcher {
    color: #32aadd;
    background-color: transparent;
}
.brand__categories {
    font-size: 21px;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0;
    padding: 30px 0 24px;

    list-style-type: none;

    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.brand__categories li::after {
    margin: 0 4px;

    content: "/";
}
.brand__categories li:last-child::after {
    content: none;
}
.brand__categories li a {
    font-weight: bold;

    color: inherit;
}
.tooltip {
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 17px;

    position: absolute;
    z-index: 1060;

    display: block;

    text-align: left;
    white-space: normal;
    text-decoration: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    word-wrap: normal;
    word-break: normal;

    opacity: 0;
    text-shadow: none;
}
.tooltip.in {
    opacity: .9;
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;

    text-align: center;

    color: #fff;
    border-radius: 4px;
    background-color: #000;
}
.tooltip-arrow {
    position: absolute;

    width: 0;
    height: 0;

    border-style: solid;
    border-color: transparent;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;

    margin-left: -5px;

    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;

    margin-top: -5px;

    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;

    margin-top: -5px;

    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;

    margin-left: -5px;

    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.bottom-bar {
    position: fixed;
    z-index: 1025;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    color: #fff;
    background-color: #00adfc;

    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.bottom-bar__message {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 16px;
    line-height: 1;

    padding-right: 28px;

    letter-spacing: .025em;
}
@media (max-width: 729px) {
    .bottom-bar__message {
        display: none;
    }
}
@media (max-width: 960px) {
    .bottom-bar__message {
        font-size: 14px;

        padding-right: 14px;
    }
}
.bottom-bar__btn {
    display: block;

    width: 100%;
    padding-top: 9px;
    padding-bottom: 8px;
}
.bottom-bar__btn:hover .icon {
    fill: #ffd000;
}
.bottom-bar__buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%;

    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
@media (min-width: 730px) {
    .bottom-bar__buttons {
        width: auto;
    }
}
.bottom-bar__buttons-col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    max-width: 33.3333%;

    border-right: 1px solid rgba(0, 123, 193, .5);

    -webkit-align-items: center;
    align-items: center;
    -webkit-flex: 1 0 33.3333%;
    -ms-flex: 1 0 33.3333%;
    flex: 1 0 33.3333%;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.bottom-bar__buttons-col:last-child {
    border: 0;
}
@media (min-width: 730px) {
    .bottom-bar__buttons-col {
        display: none;

        border: 0;
    }
}
@media (min-width: 730px) {
    .bottom-bar__buttons-col_gift {
        position: relative;
        top: 0;
        right: auto;
        bottom: 0;
        left: 0;

        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        max-width: 40px;
        margin-left: 10px;

        -webkit-flex: 1 0 40px;
        -ms-flex: 1 0 40px;
        flex: 1 0 40px;
    }
}
@media (min-width: 960px) {
    .bottom-bar__buttons-col_gift {
        position: absolute;

        width: 60px;
        max-width: 60px;
        margin-left: 0;

        -webkit-flex: 1 0 60px;
        -ms-flex: 1 0 60px;
        flex: 1 0 60px;
    }
}
@media (min-width: 1000px) {
    .bottom-bar__buttons-col_gift {
        margin-left: 20px;
    }
}
@media (min-width: 1315px) {
    .bottom-bar__buttons-col_gift {
        position: fixed;
        z-index: 1005;

        width: 45px;
        height: 100px;
        margin: auto;
        margin-left: 0;

        background-color: #fa2d58;
    }
}
@media (min-width: 1315px) {
    .bottom-bar_halloween .bottom-bar__buttons-col_gift {
        cursor: pointer;

        background-color: transparent;
    }
    .bottom-bar_halloween .bottom-bar__buttons-col_gift::before {
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;

        position: absolute;
        top: 5px;
        right: 0;
        bottom: auto;
        left: 5px;

        width: 60px;

        content: "ЖМИ НА ТЫКВУ";
        text-align: center;

        color: #000;
    }
    .bottom-bar_halloween .bottom-bar__buttons-col_gift::after {
        position: absolute;
        top: 20px;
        right: -33px;
        bottom: -5px;
        left: 3px;

        content: "";

        background-image: url(../img/halloween.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
    }
    .bottom-bar_halloween .bottom-bar__buttons-col_gift .btn {
        display: none;
    }
}
@media (min-width: 1170px) {
    .bottom-bar_halloween .bottom-bar__buttons-col_gift::before {
        font-size: 16px;
        font-weight: 500;
        line-height: 18px;

        top: -10px;
        left: 6px;

        width: 90px;
    }
    .bottom-bar_halloween .bottom-bar__buttons-col_gift::after {
        top: 15px;
        right: -59px;
        bottom: -20px;
        left: 9px;

        background-image: url(../img/halloween-lg.png);
    }
}
.bottom-bar__form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding-top: 9px;
    padding-bottom: 8px;

    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
@media (max-width: 729px) {
    .bottom-bar__form {
        display: none;
    }
}
@media (max-width: 960px) {
    .bottom-bar__form {
        margin-right: auto;
        margin-left: auto;
    }
}
.bottom-bar__input {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 14px;
    line-height: 18px;

    width: 335px;
    padding-top: 8px;
    padding-right: 25px;
    padding-bottom: 7px;
    padding-left: 25px;

    letter-spacing: .025em;

    color: #303030;
    border-radius: 5px 0 0 5px;
}
.bottom-bar__input::-webkit-input-placeholder {
    color: #999;
}
.bottom-bar__input:-ms-input-placeholder {
    color: #999;
}
.bottom-bar__input::placeholder {
    color: #999;
}
@media (max-width: 960px) {
    .bottom-bar__input {
        width: 217px;
    }
}
.bottom-bar__subscribe-btn {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;

    width: 174px;
    padding-top: 9px;
    padding-right: 36px;
    padding-bottom: 8px;
    padding-left: 36px;

    letter-spacing: .025em;
    text-transform: uppercase;

    color: #fff;
    border-radius: 0 5px 5px 0;
    background-image: linear-gradient(to top, #ffa100 0%, #ffd300 100%);
}
.bottom-bar__subscribe-btn:hover {
    color: #a56e09;
}
@media (max-width: 960px) {
    .bottom-bar__subscribe-btn {
        width: 158px;
    }
}
.categories__list .categories__list {
    margin-bottom: -6px;
    padding-top: 6px;
    padding-bottom: 0;
    padding-left: 15px;
}
.profile {
    font-size: .875rem;

    padding-top: 30px;
    padding-bottom: 60px;
}
.profile .col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    max-width: 100%;

    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
@media (min-width: 600px) {
    .profile .col:first-child {
        max-width: 33.33333333%;

        -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    }
}
@media (min-width: 860px) {
    .profile .col:first-child {
        max-width: 20%;

        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    }
}
@media (min-width: 600px) {
    .profile .col:last-child {
        max-width: 66.66666667%;

        -webkit-flex: 0 0 66.66666667%;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
    }
}
@media (min-width: 860px) {
    .profile .col:last-child {
        max-width: 80%;

        -webkit-flex: 0 0 80%;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
    }
}
@media (min-width: 860px) {
    .profile .profile__settings.col {
        max-width: 60%;

        -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
    }
}
.profile__nav {
    margin-bottom: 20px;
    padding: 0;

    border: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-radius: 5px;
}
.profile__menu {
    margin: 0;
    padding: 0;

    list-style-type: none;
}
.profile__menu-item {
    border-bottom: 1px solid #ddd;
}
.profile__menu-item:last-child {
    border-bottom: 0;
}
.profile__menu-link {
    display: block;

    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;

    text-decoration: none;

    color: inherit;
    outline: none;
    background-color: transparent;
}
.profile__menu-link_active {
    font-weight: bold;

    background-color: #f5f5f5;
}
.profile__menu-item:first-child .profile__menu-link {
    border-radius: 5px 5px 0 0;
}
.profile__menu-item:last-child .profile__menu-link {
    border-radius: 0 0 5px 5px;
}
.profile__menu-link:hover {
    background-color: #f5f5f5;
}
.profile__heading {
    margin-top: 0;
}
.profile__subheading {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.33333333;

    margin-top: 40px;
    margin-bottom: 19px;
}
.profile .profile__form .input {
    font-size: 15px;

    padding-bottom: 24px;
}
.profile__item-label {
    font-weight: bold;

    padding-bottom: 5px;
}
.profile__item-value {
    position: relative;

    display: inline-block;

    text-decoration: none;

    color: #32aadd;
    outline: none;
    background-color: transparent;
}
.profile__item-value::before {
    position: absolute;
    top: 100%;
    right: 0;
    bottom: auto;
    left: 0;

    content: "";

    border-bottom: 1px dashed #32aadd;
}
.profile__item_editing .profile__item-value {
    display: none;
}
.profile__item-input {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;

    display: block;

    width: 100%;
    padding: 12px 16px;

    border: 1px solid #d5d5d5;
    outline: none;
    background-color: #fafafa;
}
.profile__item-input:focus {
    border-color: #80bdff;
    background-color: #fff;
}
.profile__social {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0;
    margin-right: -5px;
    margin-left: -5px;
    padding: 0;

    list-style-type: none;

    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.profile__social li {
    padding-right: 5px;
    padding-left: 5px;
}
.profile p {
    margin-top: 0;
}
.email-services {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0;
    margin-right: -4px;
    margin-left: -4px;
    padding-top: 20px;
    padding-left: 0;

    list-style-type: none;

    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.modal-info + .email-services {
    margin-bottom: -10px;
}
.email-services li {
    padding-right: 4px;
    padding-left: 4px;
}
.email-services li a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 38px;
    height: 38px;
    padding: 4px;

    text-align: center;
    text-decoration: none;

    color: inherit;
    outline: none;
    background-color: transparent;

    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.email-services li a img {
    display: block;

    max-width: 100%;
    height: auto;
}
@media (min-width: 425px) {
    .email-services {
        margin-right: -10px;
        margin-left: -10px;
    }
    .email-services li {
        padding-right: 10px;
        padding-left: 10px;
    }
}
.history-item {
    margin-bottom: 25px;

    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: white;
}
.history-item:hover {
    border: 1px solid #32aadd;
    box-shadow: 0 8px 10px 0 rgba(50, 170, 221, .3);
}
.history-item__header {
    position: relative;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    min-height: 53px;
    padding-right: 56px;

    cursor: pointer;

    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
@media (min-width: 500px) {
    .history-item__header {
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    }
}
.history-item__header.collapsed {
    overflow: hidden;
}
.history-item__info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 4px;
    padding-left: 15px;

    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
@media (min-width: 860px) {
    .history-item__info {
        padding-top: 18px;
        padding-right: 27px;
        padding-right: 10px;
        padding-bottom: 14px;

        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    }
}
.history-item__id {
    font-size: .875rem;
    line-height: 1;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-right: 24px;
    padding-top: 1px;
    padding-bottom: 4px;

    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
.history-item__id-key {
    font-weight: 300;

    margin-right: 7px;
}
.history-item__id-value {
    font-weight: 700;
}
.history-item__overall {
    font-size: .875rem;
    line-height: 1;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-right: 24px;
    padding-bottom: 4px;

    white-space: nowrap;

    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
@media (min-width: 860px) {
    .history-item__overall {
        white-space: normal;
    }
}
.history-item__overall-key {
    font-weight: 400;

    margin-right: 6px;
}
.history-item__overall-value {
    font-weight: 700;
}
.history-item__date {
    font-size: .875rem;
    line-height: 1;
}
.history-item__id,
.history-item__overall,
.history-item__date {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
@media (min-width: 860px) {
    .history-item__id,
    .history-item__overall,
    .history-item__date {
        margin-right: 30px;
        padding-top: 0;
        padding-bottom: 0;

        -webkit-align-items: flex-start;
        align-items: flex-start;
        -ms-flex-align: start;
    }
}
.history-item__state {
    position: relative;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 0 15px 11px;

    white-space: nowrap;

    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
@media (min-width: 860px) {
    .history-item__state {
        max-width: 186px;
        margin-left: auto;
        padding: 12px 15px 11px;

        white-space: normal;

        -webkit-flex: 0 0 186px;
        -ms-flex: 0 0 186px;
        flex: 0 0 186px;
    }
}
.history-item__state-key {
    font-size: .875rem;
    font-weight: 500;
    line-height: 1;

    margin-right: 6px;
}
.history-item__state-value {
    font-size: .875rem;
    font-weight: 500;
    line-height: 1;

    border-radius: 3px;
}
.history-item__state_processing .history-item__state-value {
    color: #ffa100;
}
.history-item__state_completed .history-item__state-value {
    color: #00c000;
}
.history-item__state_sent .history-item__state-value {
    color: #00adfc;
}
.history-item__state_canceled .history-item__state-value {
    color: #9e9e9e;
}
.history-item__toggle {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;

    display: block;

    width: 56px;

    text-decoration: none;

    color: inherit;
    border-left: 1px solid #d7d7d7;
    border-radius: 0 5px 5px 0;
    outline: none;
    background-color: transparent;
}
.history-item__toggle:hover {
    background-color: #f2f8ff;
}
.history-item__toggle .icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    margin: auto;

    fill: #b2b2b2;
}
.history-item__toggle:hover .icon {
    fill: #5180cd;
}
.history-item__body {
    border-top: 1px solid #d7d7d7;
}
.history-item__total {
    font-weight: 700;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 10px 10px 12px;

    -webkit-align-self: flex-end;
    align-self: flex-end;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-item-align: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
@media (min-width: 560px) {
    .history-item__total {
        padding-top: 15px;
        padding-right: 24px;
        padding-bottom: 19px;
        padding-left: 24px;
    }
}
.history-item__total-key {
    font-size: 1.14285714em;

    margin-right: 6px;
}
.history-item__total-value {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1;
}
.history-item__total-currency {
    font-size: 1em;
    font-weight: 400;
    line-height: 1;

    position: relative;
    top: 5px;

    margin-left: 4px;
}
.goods-item {
    font-size: 1.125rem;

    position: relative;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 15px 24px;

    border-bottom: 1px solid #e8e8e8;

    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
@media (max-width: 676px) {
    .goods-item {
        flex-direction: column;

        margin-bottom: 20px;
        padding-top: 20px;
        padding-right: 24px;
        padding-bottom: 20px;
        padding-left: 24px;

        -webkit-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }
}
@media (max-width: 549px) {
    .goods-item {
        max-width: 100%;

        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    }
}
.goods-item__img-container {
    max-width: 110px;
    height: 110px;

    text-decoration: none;

    outline: none;
    background-color: transparent;

    -webkit-flex: 1 0 110px;
    -ms-flex: 1 0 110px;
    flex: 1 0 110px;
}
.goods-item__img {
    display: block;

    width: 100%;
    max-width: 100%;
    height: 100%;

    border: 0;

    object-fit: scale-down;
}
.goods-item__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 100%;
    max-width: 100%;

    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
@media (min-width: 677px) {
    .goods-item__content {
        width: auto;
        padding-left: 15px;

        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}
.goods-item__title {
    font-size: .88888889em;
    font-weight: 400;
    line-height: 1.125;

    display: inline-block;

    margin: 0 0 7px;

    vertical-align: top;
    text-decoration: none;

    color: #00adfc;
    outline: none;
    background-color: transparent;
}
@media (max-width: 676px) {
    .goods-item__title {
        margin: 0;
        padding-top: 7px;
        padding-bottom: 25px;
    }
}
.goods-item__title:hover {
    text-decoration: underline;
}
.goods-item__body {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.goods-item__price,
.goods-item__total {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
}
.goods-item__price-value,
.goods-item__total-value {
    font-size: 1em;
    font-weight: 700;
    line-height: 1;
}
.goods-item__price-currency,
.goods-item__total-currency {
    font-size: .77777778em;
    font-weight: 400;
    line-height: 1;

    position: relative;
    top: -2px;

    margin-left: 4px;
}
@media (min-width: 677px) {
    .goods-item__price-value,
    .goods-item__total-value {
        font-size: 1.16666667em;
    }
}
.goods-item__qty {
    font-size: .88888889em;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding-top: 5px;
    padding-left: 14px;

    color: #9e9e9e;

    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
.goods-item__qty-times {
    margin-right: 12px;
}
.goods-item__total {
    margin-left: auto;
}
