@font-face {
    font-family: 'PT Sans';
    src: local('PT Sans'), local('PT Sans Regular'), url(../fonts/pt-sans-400.woff) format('woff');
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: 'PT Sans';
    src: local('PT Sans Italic'), url(../fonts/pt-sans-400i.woff) format('woff');
    font-style: italic;
    font-weight: 400
}

@font-face {
    font-family: 'PT Sans';
    src: local('PT Sans Bold'), url(../fonts/pt-sans-700.woff) format('woff');
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: 'PT Sans';
    src: local('PT Sans Bold Italic'), url(../fonts/pt-sans-700i.woff) format('woff');
    font-style: italic;
    font-weight: 700
}

@font-face {
    font-family: 'PT Sans Ruble';
    src: url(../fonts/pt-sans-ruble-400.woff) format('woff');
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: 'PT Sans Ruble';
    src: url(../fonts/pt-sans-ruble-700.woff) format('woff');
    font-style: normal;
    font-weight: 700
}

* {
    margin: 0;
    padding: 0;
    font: inherit;
    box-sizing: border-box
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

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

[hidden], template {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0);
    cursor: default
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

a {
    background: 0 0
}

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

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

ol, ul {
    list-style: none
}

pre {
    -moz-tab-size: 4;
    tab-size: 4;
    white-space: pre-wrap
}

q {
    quotes: '\201C' '\201D' '\2018' '\2019'
}

img {
    border: 0
}

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

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

button {
    overflow: visible
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box
}

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

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

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

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

textarea {
    overflow: auto;
    vertical-align: top
}

button, input, select[multiple], textarea {
    background-image: none
}

input, select, textarea {
    border-radius: 0;
    box-shadow: none
}

input, textarea {
    resize: none;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

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

[placeholder]:focus::-moz-placeholder {
    color: transparent
}

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

[placeholder]:focus::placeholder {
    color: transparent
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

b, strong {
    font-weight: 700
}

body {

    color: #000;
    font-family: 'PT Sans', Tahoma, sans-serif;
    font-size: 14px;
    line-height: 20px
}

@media only screen and (min-width: 769px), only screen and (min-device-width: 769px) {
    body {
        min-width: 1200px;
    }
}

a {
    color: inherit;
    text-decoration: none
}

.h1, .h2, .h3, .h4, .h5, .h6, .wysiwyg blockquote::before, .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
    font-family: 'PT Sans', Tahoma, sans-serif;
    color: #000
}

.h1, .wysiwyg h1 {
    font-size: 32px;
    line-height: 40px
}

.h2, .wysiwyg h2 {
    font-size: 26px;
    line-height: 40px
}

.h3, .wysiwyg blockquote::before, .wysiwyg h3 {
    font-size: 20px;
    line-height: 30px
}

.h4, .wysiwyg h4 {
    font-size: 16px;
    line-height: 20px
}

.h5, .wysiwyg h5 {
    font-size: 14px
}

.h_upcase {
    text-transform: uppercase
}

.checkbox:disabled + label, .radio:disabled + label {
    color: #d2d2d2
}

.select2 {
    display: inline-block;
    height: 40px;
    position: relative;
    width: 100%
}

.select2-container {
    width: 100%
}

.select2-container + select {
    display: block;
    margin: -21px 12px 0 0;
    visibility: hidden;
    height: 20px;
    z-index: -1
}

.select2-container .select2-choice {
    height: 40px;
    padding: 7px 8px;
    border: 1px solid #999;
    color: #272727;
    border-radius: 0;
    background-color: #fff;
    background-image: none
}

.select2-container .select2-choice:hover {
    border: 2px solid #21b6d7;
    padding: 6px 7px
}

.select2-container-disabled .select2-choice:hover {
    border: 1px solid #ddd;
    padding: 7px 8px
}

.select2-container-disabled .select2-arrow:hover {
    right: 0;
    top: 0
}

.select2-dropdown-open .select2-choice {
    border: 2px solid #21b6d7;
    border-bottom: none;
    padding: 6px 7px
}

.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 2px solid #21b6d7;
    border-top: none
}

.select2-container.select2-drop-above .select2-choice {
    border: 2px solid #21b6d7;
    border-radius: 0
}

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
    background-image: none
}

.select2-drop, .select2-drop.select2-drop-above {
    box-shadow: none
}

.select2-drop-active {
    border: 2px solid #21b6d7;
    border-top: none
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 2px solid #21b6d7
}

.select2-container .select2-choice .select2-arrow {
    width: 18px;
    border-left: none;
    border-radius: 0;
    background-image: none;
    background-color: #fff
}

.select2-container .select2-choice:hover .select2-arrow {
    right: -1px;
    top: -1px
}

.select2-container .select2-choice .select2-arrow b {
    background-position: 3px 16px;
    background-image: url(../images/svg/select-arrow.svg)
}

.select2-search {
    margin-bottom: 8px
}

.select2-container-active .select2-choice, .select2-container-active .select2-choices, .select2-dropdown-open .select2-choice, .select2-search input {
    box-shadow: none
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -96px 16px
}

.select2-results {
    padding: 0;
    margin: -3px 0 0
}

.select2-results .select2-result-label {
    padding: 8px 7px 6px
}

.select2-results .select2-highlighted {
    background: #21b6d7;
    color: #fff
}

.select2-container-multi .select2-choices .select2-search-choice, .select2-container-multi.select2-container-active .select2-choices {
    box-shadow: none
}

.select2-drop.select2-drop-above {
    border-radius: 0
}

.select2-drop.select2-drop-above .select2-results {
    margin-top: 0
}

.select2-container .select2-choice .select2-chosen {
    margin-right: 10px
}

.select2-container.noborder:hover .select2-choice {
    border-color: #21b6d7
}

.select2-container.noborder .select2-choice {
    border-color: transparent
}

.select2-container.select2-dropdown-open.noborder .select2-choice {
    border-color: #21b6d7
}

.badge {
    padding: 6px 10px;
    margin-left: 6px;
    display: inline-block;
    border-radius: 10px;
    background-color: #f0f0f0;
    color: #fff;
    line-height: 1em
}

.badge_light-blue {
    background-color: #21b6d7
}

.badge:empty {
    display: none
}

.best-brands {
    position: relative;
    padding: 10px 0 0;
    min-height: 50px;
    text-align: center;
    border: 1px solid #d2d2d2;
    background: #f4f4f4
}

.best-brands__title {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 30px;
    background: #f4f4f4
}

.best-brands__item {
    display: inline-block;
    height: 100px;
    line-height: 100px;
    text-align: center
}

.best-brands__img {
    vertical-align: middle
}

.brand__item {
    display: inline-block;
    width: 270px;
    margin: 0 20px 20px 0;
}

.breadcrumbs {
    color: #b8b8b8
}

.breadcrumbs ul li {
    position: relative;
    padding-right: 30px;
    display: inline
}

.breadcrumbs ul li:after {
    position: absolute;
    right: 10px;
    top: calc(50% - 6px);
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/icon-arrow-small_right.png) center center no-repeat;
    content: ""
}

.breadcrumbs ul li:last-child:after {
    display: none
}

.breadcrumbs ul li a:hover {
    color: #21b6d7
}

.btn {
    position: relative;
    display: inline-block;
    padding: 12px 22px;
    color: #fff;
    font-family: 'PT Sans', Tahoma, sans-serif;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    background: 0 0;
    border: none;
    border-radius: 0;
    box-shadow: inset 0 0 0 1px #21b6d7;
    cursor: pointer;
    vertical-align: baseline;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:active {
    background-color: #93cd22 !important;
    box-shadow: inset 0 0 0 1px #83b71e
}

.btn:not(:disabled):not(.btn_disabled):hover {
    background-color: #1ea2b7
}

.btn:disabled, .btn_disabled {
    color: #b8b8b8;
    box-shadow: inset 0 0 0 1px #c5c5c5;
    cursor: default
}

.btn__label {
    line-height: 1;
    vertical-align: middle
}

.btn_cart {
    padding: 10px 0;
    height: 41px;
    color: #fff;
    background: #21b6d7;
    cursor: pointer;
    font-size: 18px;
}

.btn_cart:before {
    content: '';
    display: inline-block;
    position: relative;
    background: url(../images/svg/cart.svg) center center no-repeat;
    width: 24px;
    height: 100%;
    background-size: contain;
    vertical-align: middle;
    margin-right: 8px;
}

.btn_cart:hover {
    background-color: #2cc3dc
}

.btn_success {
    background-color: #93cd22;
    box-shadow: inset 0 0 0 1px #93cd22
}

.btn_success:hover {
    background-color: #a0dc2c !important
}

.btn_success:active {
    background-color: #90c921 !important
}

.btn_primary {
    background-color: #21b6d7;
    box-shadow: inset 0 0 0 1px #21b6d7
}

.btn_primary:hover {
    background-color: #2cc3dc !important
}

.btn_primary:active {
    background-color: #21b1c9 !important
}

.btn_white {
    color: #000
}

.btn_white:active, .btn_white:hover {
    color: #fff
}

.btn_wide {
    width: 100%
}

.btn_big {
    padding: 16px 22px;
    font-size: 16px;
    font-weight: 700
}

.btn_login-button {
    display: inline-block;
    padding: 8px 15px 8px 30px;
    background: url(../images/icon-login.png) 10px center no-repeat;
    color: #fff;
    line-height: 1em
}

.btn_login-button:hover, .btn_login-button_active {
    background-color: #21b6d7
}

.cart-box {
    margin-bottom: 50px;
    background: #fff
}

.cart-box__bottom {
    padding: 20px 100px 40px;
    text-align: right
}

.cart-box__subtotal {
    margin: 15px 0;
    font-size: 16px;
    font-weight: 700
}

.cart-item {
    position: relative;
    line-height: 128px
}

.cart-item:after {
    display: table;
    clear: both;
    content: ''
}

.cart-item__info {
    float: left;
    clear: none;
    text-align: inherit;
    width: 38.2%;
    margin-left: 0;
    margin-right: 3%;
    padding: 0 0 0 20px
}

.cart-item__info:after, .cart-item__info:before {
    content: '';
    display: table
}

.cart-item__info:last-child {
    margin-right: 0
}

.cart-item__info:after {
    display: table;
    clear: both;
    content: ''
}

.cart-item__thumbnail {
    position: relative;
    display: block;
    float: left;
    width: 128px;
    height: 128px;
    overflow: hidden
}

.cart-item__img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%
}

.cart-item__content {
    position: absolute;
    top: 50%;
    left: 179px;
    -webkit-transform: translateY(-78%);
    transform: translateY(-78%);
    line-height: 1.5em
}

.cart-item__category {
    color: #b8b8b8
}

.cart-item__link {
    color: #21b6d7;
    cursor: pointer
}

.cart-item__quantity {
    float: left;
    clear: none;
    width: 17.6%;
    margin-left: 0;
    margin-right: 3%;
    text-align: center;
    font-weight: 700
}

.cart-item__quantity:after, .cart-item__quantity:before {
    content: '';
    display: table
}

.cart-item__quantity:after {
    clear: both
}

.cart-item__quantity:last-child {
    margin-right: 0
}

.cart-item__price, .cart-item__summ {
    float: left;
    clear: none;
    width: 17.6%;
    margin-left: 0;
    margin-right: 3%;
    text-align: center;
    font-size: 18px;
    font-weight: 700
}

.cart-item__price:after, .cart-item__price:before, .cart-item__summ:after, .cart-item__summ:before {
    content: '';
    display: table
}

.cart-item__price:after, .cart-item__summ:after {
    clear: both
}

.cart-item__price:last-child, .cart-item__summ:last-child {
    margin-right: 0
}

.cart-item__action {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    font-size: 14px;
    line-height: 1em;
    cursor: pointer
}

.cart-item__action:hover {
    color: red
}

.cart-list__column {
    float: left;
    clear: none;
    width: 17.6%;
    margin-left: 0;
    margin-right: 3%;
    text-align: center;
    line-height: 50px
}

.cart-list__column:after, .cart-list__column:before {
    content: '';
    display: table
}

.cart-list__column:after {
    clear: both
}

.cart-list__column:last-child {
    margin-right: 0
}

.cart-list__column_info {
    float: left;
    clear: none;
    width: 38.2%;
    margin-left: 0;
    margin-right: 3%;
    text-align: center
}

.cart-list__column_info:after, .cart-list__column_info:before {
    content: '';
    display: table
}

.cart-list__column_info:after {
    clear: both
}

.cart-list__column_info:last-child {
    margin-right: 0
}

.cart-list__item {
    margin: 15px 0 0;
    padding: 0 0 15px;
    border-bottom: 1px solid #ebebeb
}

.cart-list__item:last-child {
    margin-bottom: 0;
    border-bottom: none
}

.cart-list-header {
    background: #000;
    color: #fff
}

.cart-list-header:after {
    display: table;
    clear: both;
    content: ''
}

.cart-mini {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 200;
    padding: 0 25px;
    display: none;
    min-width: 300px;
    max-width: 300px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    font-size: 14px;
    font-weight: 400;
    text-align: left
}

.cart-mini.active, .cart-mini.toggle-active, .cart-mini_active {
    display: block
}

.cart-mini__item {
    position: relative;
    padding: 25px 0;
    border-bottom: 1px solid #f4f4f4
}

.cart-mini__item:after {
    display: table;
    clear: both;
    content: ''
}

.cart-mini__thumbnail {
    position: relative;
    float: left;
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden
}

.cart-mini__img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%
}

.cart-mini__info {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 50px;
    padding: 10px
}

.cart-mini__base-price {
    font-size: 12px;
    color: #555;
}

.cart-mini .product-price {
    font-size: 14px;
}

.cart-mini__link {
    color: #21b6d7
}

.cart-mini__bottom {
    padding: 25px;
    text-align: center
}

.cart-mini__delete-btn {
    position: absolute;
    right: 0;
    top: calc(50% - 7px);
    vertical-align: middle;
    display: block;
    width: 15px;
    height: 15px;
    color: #b8b8b8;
    line-height: 15px;
    text-align: center
}

.cart-mini__delete-btn:hover {
    color: #e4003a;
    cursor: pointer
}

.catalog-controls {
    padding-bottom: 25px;
    display: table;
    width: 100%
}

.catalog-controls__col {
    display: table-cell;
    text-align: left
}

.catalog-controls__col_right {
    text-align: right
}

.catalog-filter {
    border: 1px solid #b8b8b8;
    background: #fff;
    color: #333
}

.catalog-filter__button {
    padding: 27px 50px;
    text-align: center
}

.catalog-filter__button .btn {
    color: #000
}

.catalog-filter__button .btn:hover {
    color: #fff
}

.catalog {
    margin-left: -12px;
    margin-right: -11px
}

.catalog__items:after {
    display: table;
    clear: both;
    content: ''
}

.catalog__item {
    padding: 0 9px 25px;
    display: inline-block;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333333333333%;
    margin-left: 0;
    margin-right: 0
}

.catalog__item:after, .catalog__item:before {
    content: '';
    display: table
}

.catalog__item:after {
    clear: both
}

.catalog__item:nth-child(3n) {
    margin-right: 0;
    float: right
}

.catalog__item:nth-child(3n+1) {
    clear: both
}

.catalog__pagination {
    padding: 20px 0;
    text-align: center
}

.catalog__row {
    padding: 0 14px 1px
}

.catalog__category-item {
    display: inline-block;
    width: 280px;
    margin: 0 10px 40px 0;
    vertical-align: top;
}

.catalog__category-item a {
    color: #21b6d7;
}

.catalog__category-item a:hover {
    text-decoration: underline;
}

.catalog__category-item ul {
    list-style: none;
    font-size: 12px;
    padding-left: 15px;
}

.catalog__category-item ul a {
    color: #777;
}

.catalog__category-item-title {
    display: block;
    font-weight: bold;
    margin: 10px 0 5px 0;
}

.coupon-box {
    padding: 60px;
    background-color: #eeec51;
    text-align: center
}

.coupon-box__label {
    font-size: 26px;
    vertical-align: text-bottom
}

.coupon-box__input {
    margin: 0 15px;
    display: inline-block;
    width: 200px !important
}

.coupon {
    display: inline-block;
    color: #fff;
    background-color: #21b6d7;
    padding-left: 20px;
}

.detail-view {
    margin-bottom: 40px
}

.detail-view:last-child, .detail-view__item {
    margin-bottom: 0
}

.detail-view__title {
    margin: 0 5px 4px 0;
    display: inline-block
}

.detail-view__text {
    display: inline-block;
    font-weight: 700
}

.dropdown-menu {
    position: absolute;
    left: -30px;
    width: calc(100% + 60px);
    padding: 20px 20px 15px;
    z-index: 10;
    display: none;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    color: #000;
    cursor: default;
    line-height: initial
}

.dropdown-menu__header {
    padding: 0 0 10px;
    color: #000
}

.dropdown-menu__item {
    line-height: initial;
    cursor: pointer
}

.dropdown-menu__link {
    padding: 3px 0;
    color: #21b6d7;
    text-decoration: underline
}

.dropdown-menu__link_exit {
    color: #000
}

.dropdown-menu__link:hover {
    color: #6ed6e7
}

.dropdown-menu__separator {
    margin: 10px 0;
    border-bottom: 1px solid #eee
}

.dropdown-menu_active {
    display: block
}

.dropdown-menu:before {
    position: absolute;
    top: -20px;
    left: calc(50% - 5px);
    border: 10px solid;
    border-color: transparent transparent #fff;
    content: ''
}

.fast-order:after, .fast-order:before {
    content: '';
    display: table
}

.fast-order:after {
    clear: both
}

.fast-order__inputs {
    margin: 10px 0 20px
}

.fast-order__inputs:after {
    display: table;
    clear: both;
    content: ''
}

.fast-order__column {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333333333333%;
    margin-left: 0;
    margin-right: 3%
}

.fast-order__column:after, .fast-order__column:before {
    content: '';
    display: table
}

.fast-order__column:after {
    clear: both
}

.fast-order__column:last-child {
    margin-right: 0
}

.fast-order__bottom {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333333333333%;
    margin-left: 0;
    margin-right: 3%;
    position: relative;
    left: 34.33333333333333%
}

.fast-order__bottom:after, .fast-order__bottom:before {
    content: '';
    display: table
}

.fast-order__bottom:after {
    clear: both
}

.fast-order__bottom:last-child {
    margin-right: 0
}

.filter-block {
    padding: 0 22px;
    border-bottom: 1px solid #ebebeb
}

.filter-block__title {
    padding: 19px 0
}

.filter-block__title[data-collapse-summary] {
    background: url(../images/icon-arrow-small_down.png) 0 center no-repeat
}

.filter-block__title[data-collapse-summary].open {
    background: url(../images/icon-arrow-small_up.png) 0 center no-repeat
}

.filter-block__title[data-collapse-summary] a {
    padding-left: 25px;
    display: block
}

.filter-block__body {
    padding-bottom: 18px
}

.filter-block__list-item {
    padding: 4px 0;
    display: block;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.filter-block__list-item input {
    vertical-align: middle
}

.filter-block__list-item label {
    cursor: pointer
}

.filter-block__list_column_2 .filter-block__list-item {
    float: left;
    display: inline-block;
    width: 50%
}

.filter-block__list:after {
    display: table;
    clear: both;
    content: ''
}

.filter-block__range .filter-input {
    position: relative;
    display: inline-block;
    width: 100%
}

.filter-block__range .filter-input_range {
    margin-left: 8%;
    width: 46%
}

.filter-block__range .filter-input_range:before {
    line-height: 26px;
    position: absolute;
    z-index: 1;
    top: 1px;
    left: 1px;
    width: 24px;
    content: attr(sign-title);
    text-align: center;
    color: #666;
    background: #fff
}

.filter-block__range .filter-input__box {
    display: block;
    background: #fff;
    box-shadow: inset 0 0 0 1px #b8b8b8;
    cursor: text
}

.filter-block__range .filter-input__control {
    position: relative;
    z-index: 3;
    padding: .4em 0 .4em 26px;
    box-sizing: border-box;
    width: 100%;
    background: 0 0;
    border: none
}

.filter-block__range .filter-input:first-child {
    margin-left: 0
}

.footer {
    padding: 40px;
    background: #1db2d2;
}

.footer__wrap {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    display: table
}

.footer__group {
    padding-right: 20px;
    vertical-align: top;
    display: table-cell
}

.footer__item {
    padding: 5px 0;
    color: #fff
}

.footer__item_mute {
    color: #b8b8b8
}

.footer__item_header {
    font-size: larger;
    font-weight: 700
}

.footer__group--bottom {
    padding: 14px 0;
}

.footer__group--bottom .footer__item {
    color: #333;
    padding: 0;
}

.form-group {
    padding-bottom: 20px
}

.form-group:after {
    display: table;
    clear: both;
    content: ''
}

.form-group__label {
    padding: 10px 0;
    font-weight: 700
}

.form-group:last-child {
    padding-bottom: 0
}

.form-group_horizontal .form-group__controls:after, .form-group_horizontal .form-group__controls:before {
    content: '';
    display: table
}

.form-group_horizontal .form-group__controls:after {
    clear: both
}

.form-group_horizontal .form-group__hint {
    position: relative;
    left: 17.166666666666664%;
    padding: 5px 0
}

.form-group_horizontal .form-group__label {
    float: left;
    clear: none;
    text-align: inherit;
    width: 14.166666666666664%;
    margin-left: 0;
    margin-right: 3%;
    padding: 0;
    line-height: 38px
}

.form-group_horizontal .form-group__label:after, .form-group_horizontal .form-group__label:before {
    content: '';
    display: table
}

.form-group_horizontal .form-group__label:after {
    clear: both
}

.form-group_horizontal .form-group__label:last-child {
    margin-right: 0
}

.form-group_horizontal .form-group__input {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333333333333%;
    margin-left: 0;
    margin-right: 3%
}

.form-group_horizontal .form-group__input:after, .form-group_horizontal .form-group__input:before {
    content: '';
    display: table
}

.form-group_horizontal .form-group__input:after {
    clear: both
}

.form-group_horizontal .form-group__input:last-child {
    margin-right: 0
}

.form-group_horizontal .form-group__help {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0;
    margin-right: 3%;
    line-height: 38px
}

.form-group_horizontal .form-group__help:after, .form-group_horizontal .form-group__help:before {
    content: '';
    display: table
}

.form-group_horizontal .form-group__help:after {
    clear: both
}

.form-group_horizontal .form-group__help:last-child {
    margin-right: 0
}

.has-error .form-group__help {
    color: #e01f2b
}

.has-success .form-group__help {
    color: #7dbe40
}

.grid {
    width: 100%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
    box-sizing: content-box
}

.grid-module-1 {
    width: 80px
}

.grid-module-2 {
    width: 180px
}

.grid-module-3 {
    width: 280px
}

.grid-module-4 {
    width: 380px
}

.grid-module-5 {
    width: 480px
}

.grid-module-6 {
    width: 580px
}

.grid-module-7 {
    width: 680px
}

.grid-module-8 {
    width: 780px
}

.grid-module-9 {
    width: 880px
}

.grid-module-10 {
    width: 980px
}

.grid-module-11 {
    width: 1080px
}

.grid-module-12 {
    width: 1180px
}

.cols {
    display: table;
    margin-left: -20px
}

.col {
    display: table-cell;
    box-sizing: content-box;
    padding-left: 20px;
    vertical-align: top
}

.demo-blocks {
    padding-bottom: 50px
}

.demo-block {
    display: none;
    margin: 1em 0 2em;
    padding: 1.5em 0;
    background-image: url(data:image/gif;base64,R0lGODlhEAAQAJEAAMvLy8zMzP///wAAACH5BAAAAAAALAAAAAAQABAAAAIglG+hq4jM3IFLJhqswNly/XkUEEqlcz4YuIoU+7qQVgAAOw==)
}

.demo-block_dark {
    background-image: url(data:image/gif;base64,R0lGODlhEAAQAIAAAJmZmWZmZiH5BAAAAAAALAAAAAAQABAAAAIfhG+hq4jM3IFLJhoswNly/XkcBpIiVaInlLJr9FZWAQA7)
}

.demo-block_white {
    background-image: none;
    background-color: #fff
}

.demo-block_gray {
    background-image: none;
    background-color: #f4f4f4
}

.h-slider {
    position: relative
}

.h-slider__buttons {
    position: absolute;
    right: -67px;
    bottom: 120px;
    z-index: 1;
    display: inline-block;
    height: 72px;
    width: 50px;
    background: #18afcf;
}

.h-slider__buttons:after {
    display: table;
    clear: both;
    content: ''
}

.h-slider__buttons .btn {
    margin-right: 10px;
    float: right;
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #b8b8b8;
}

.h-slider__buttons .btn.slick-disabled {
    box-shadow: none;
    opacity: .27;
    cursor: default
}

.h-slider__buttons .btn.slick-disabled:hover {
    background-color: transparent
}

.h-slider__buttons .btn:hover {
    background-color: #f7f7f7 !important
}

.h-slider__buttons .btn:first-child {
    margin-right: 0
}

.h-slider__next:hover {
    opacity: .8;
    cursor: pointer;
}

.h-slider__next {
    padding: 0;
    background: url(../images/svg/next-arrow.svg) no-repeat center;
    height: 100%;
    width: 100%;
    box-shadow: 0 0 0 0 transparent;
}

.h-slider__prev {
    height: 34px;
    width: 34px;
    padding: 0;
    background-image: url(../images/svg/h-slider__prev.svg);
    background-size: contain
}

.h-slider__prev.btn {
    margin-right: -1px
}

.h-slider__slides {
    margin: 0 -10px -4px;
    font-size: 0
}

.h-slider__slide {
    display: inline-block;
    margin: 0 10px 6px;
    font-size: 14px
}

.h2 + .h-slider {
    margin-top: 30px
}

.header {
    position: relative;
    display: flex;
    align-items: center;
    align-content: space-around;
    justify-content: space-between;
}

.header__item {
    color: white;
    position: relative;
}

.header__item-icon {
    position: absolute;
    top: 8px;
    left: -5px;
}

.header__item--phone {
    padding-left: 40px;
    max-width: 273px;
}

.header__item--email {
    padding-left: 40px;
}

.header__item--cart {
    padding-left: 37px;
}

.header__item-sub {
    font-size: 14px;
}

.header__item-text {
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 600;
}

.header__logo-link {
    display: block
}

.header-logo {
    margin-top: 30px
}

.header-logo-image {

    vertical-align: middle;
    height: 100px;
}

.header-phone-callback {
    display: inline-block;
    text-decoration: none;
    color: white;
    border-bottom: 1px dashed white
}

.header-cart {

}

.header-cart__icon {
    margin-top: 4px;
    float: left;
    width: 50px;
    height: 40px;
    display: block;
    background: url(../images/cart.svg) no-repeat
}

.header-cart__icon > .badge {
    margin-top: -5px;
    float: right
}

.header-cart__text-wrap {
    margin-left: 10px;
    float: right;
    text-align: right
}

.header-cart__label {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: white;
}

.header-cart__cost-title {
    padding-right: 4px;
    display: inline-block;
    color: white;
}

.header-cart__cost-price {
    display: inline-block;
    color: white;
    font-weight: 700
}

.header-cart__cart-toggle {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    font-size: 0;
}

.in-stock {
    color: #000
}

.in-stock::before {
    content: '';
    display: inline-block;
    margin-right: .3em;
    vertical-align: -.05em
}

.input {
    padding: 9px;
    width: 100%;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #999;
    -webkit-transition: background-color .35s, border-color .35s;
    transition: background-color .35s, border-color .35s
}

.input:focus {
    background-color: #f8fcfd;
    border: 1px solid #21b6d7;
    -webkit-transition: background-color .15s, border-color .15s;
    transition: background-color .15s, border-color .15s
}

.input[required]:not(:focus)::-webkit-input-placeholder::after {
    padding-left: 3px;
    color: #de1f1f;
    content: '*'
}

.input[required]:not(:focus)::-moz-placeholder::after {
    padding-left: 3px;
    color: #de1f1f;
    content: '*'
}

.input[required]:not(:focus):-ms-input-placeholder::after {
    padding-left: 3px;
    color: #de1f1f;
    content: '*'
}

.input[required]:not(:focus)::placeholder::after {
    padding-left: 3px;
    color: #de1f1f;
    content: '*'
}

.input_textarea {
    padding-top: 12px;
    padding-bottom: 12px;
    min-height: 122px;
    resize: none
}

.input_big {
    padding: 14px
}

.has-error .input {
    border: 1px solid #e01f2b;
    background-color: #fef3f4
}

.has-success .input {
    border: 1px solid #7dbe40;
    background-color: #f3f9ee
}

.fancybox-image, .fancybox-inner, .fancybox-nav, .fancybox-nav span, .fancybox-outer, .fancybox-skin, .fancybox-tmp, .fancybox-wrap, .fancybox-wrap iframe, .fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background-color: #f9f9f9;
    color: #444;
    text-shadow: none
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-inner, .fancybox-outer {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-iframe, .fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {
    background-image: url(../images/fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background-image: url(../images/fancybox_loading.gif);
    background-position: center center;
    background-repeat: no-repeat
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 25%;
    width: 25%;
    height: 50%;
    cursor: pointer;
    text-decoration: none;
    background: 0 0;
    -webkit-tap-highlight-color: transparent;
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden !important
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background-image: url(../images/fancybox_overlay.png)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background-color: transparent;
    background-color: rgba(0, 0, 0, .8);
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    padding: 10px 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, .8)
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 10px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .8)
}

.linked-products {
    padding: 20px;
    background: #fff
}

.linked-products-item__title {
    font-size: 20px;
}

.linked-products__total {
    position: relative;
    padding: 17px 0 0 50px
}

.linked-products__total:before {
    position: absolute;
    top: 55px;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    font-size: 30px;
    content: '='
}

.linked-products__total-price {
    padding: 10px 0 15px;
    font-size: 1.8em;
    font-weight: 700
}

.main {
    background: #f4f4f4
}

.main__hit-slider, .main__new-slider {
    padding: 20px 0
}

.linked-products__container {
    padding: 20px 0;
    width: 100%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.linked-products__container .h3 {
    margin-bottom: 10px;
}

.linked-products__items {
    display: flex;
    flex-wrap: wrap;
}

.linked-products-item {
    min-width: 29%;
    background: white;
    margin-bottom: 3%;
    margin-right: 3%;
    padding: 10px 10px 30px;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .2);
    position: relative;
}

.linked-products-item--removed {
}

.linked-products-item--added {
   display: block;
}


.main__best-brands {
    padding: 50px 0
}

.main__breadcrumbs {
    padding: 28px 0 15px
}

.main__title {
    padding: 0 0 10px
}

.main__linked-products, .main__product-description {
    padding: 0 0 30px
}

.main__product-description h1 {
    margin-bottom: 10px;
}

.main__product-tabs {
    padding: 0 0 50px
}

.menu-catalog {
    position: absolute;
    display: none;
    width: 300px;
    z-index: 100;
    color: #fff;
    background-color: #2e2e2e;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2)
}

.menu-catalog.toggle-active, .menu-catalog_active {
    display: block
}

.menu-catalog > ul > li:hover {
    background-color: #21b6d7 !important
}

.menu-catalog > ul > li:hover > .menu-catalog-submenu {
    display: block
}

.menu-catalog > ul > li > a {
    padding: 7px 20px;
    display: block;
    cursor: pointer
}

.menu-catalog > ul > li.has-submenu {
    background: url(../images/menu-catalog_arrow_right.svg) 280px center no-repeat
}

.menu-catalog > ul > li > .menu-catalog-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    padding: 10px;
    display: none;
    width: 880px;
    min-height: 100%;
    color: #000;
    background: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2)
}

.menu-catalog > ul > li > .menu-catalog-submenu > ul {
    vertical-align: top;
    padding: 0 10px;
    display: inline-block
}

.menu-catalog > ul > li > .menu-catalog-submenu > ul > li {
    padding-bottom: 15px;
    font-weight: 700
}

.menu-catalog > ul > li > .menu-catalog-submenu > ul > li > ul {
    padding-top: 5px;
    color: #888;
    font-weight: 400
}

.navbar {
    background-color: rgba(0, 153, 204, .4);
    height: 50px;
    line-height: 50px
}

.navbar__wrapper {
    height: 100%
}

.navbar__menu {
    float: left;
    height: 100%;
    color: #fff
}

.navbar__personal {
    float: right
}

.navbar__toolbar, .navbar__user {
    display: inline-block
}

.navbar:after {
    display: table;
    clear: both;
    content: ''
}

.order-box {
    background: #fff;
    margin-bottom: 30px
}

.order-box__header {
    line-height: 50px
}

.order-box__header_normal {
    position: relative;
    padding: 10px 0 0;
    margin: 0 30px;
    font-size: 22px;
    border-bottom: 2px solid #ebebeb
}

.order-box__header_black {
    font-size: 14px;
    line-height: 50px;
    background: #000;
    color: #fff;
    border: none
}

.order-box__header_black:after {
    display: table;
    clear: both;
    content: ''
}

.order-box__header-content {
    padding: 0 30px
}

.order-box__header-link {
    vertical-align: middle;
    font-size: 14px;
    color: #b8b8b8
}

.order-box__header-select {
    margin-top: -8px;
    display: inline-block;
    width: auto
}

.order-box__body {
    padding: 30px
}

.order-box__subtotal {
    padding: 10px 0;
    font-weight: 700;
    font-size: 18px
}

.order-box__subtotal_big {
    font-size: 22px
}

.order-box__bottom {
    padding: 30px;
    text-align: right;
    border-top: 1px solid #ebebeb
}

.order-box__bottom_left {
    text-align: left
}

.order-box__order-button {
    padding-top: 5px
}

.order-box__fast-order {
    padding: 20px 100px
}

.order-box-delivery:after, .order-box-delivery:before {
    content: '';
    display: table
}

.order-box-delivery:after {
    clear: both
}

.order-box-delivery__type {
    float: left;
    clear: none;
    text-align: inherit;
    width: 58.8%;
    margin-left: 0;
    margin-right: 3%
}

.order-box-delivery__type:after, .order-box-delivery__type:before {
    content: '';
    display: table
}

.order-box-delivery__type:after {
    clear: both
}

.order-box-delivery__type:last-child {
    margin-right: 0
}

.order-box-delivery__address {
    float: left;
    clear: none;
    text-align: inherit;
    width: 38.2%;
    margin-left: 0;
    margin-right: 3%
}

.order-box-delivery__address:after, .order-box-delivery__address:before {
    content: '';
    display: table
}

.order-box-delivery__address:after {
    clear: both
}

.order-box-delivery__address:last-child {
    margin-right: 0
}

.order-form {
    margin-left: -30px
}

.order-form__row {
    padding-bottom: 20px;
    display: table;
    table-layout: fixed;
    width: 100%
}

.order-form__item {
    vertical-align: top;
    padding-left: 30px;
    display: table-cell
}

.order-item {
    padding: 15px 0;
    font-size: 18px
}

.order-item:after {
    display: table;
    clear: both;
    content: ''
}

.order-item:last-child {
    padding-bottom: 0
}

.order-item:first-child {
    padding-top: 0
}

.order-item__name {
    float: left;
    clear: none;
    text-align: inherit;
    width: 58.8%;
    margin-left: 0;
    margin-right: 3%
}

.order-item__name:after, .order-item__name:before {
    content: '';
    display: table
}

.order-item__name:after {
    clear: both
}

.order-item__name:last-child {
    margin-right: 0
}

.order-item__quantity {
    float: left;
    clear: none;
    text-align: inherit;
    width: 17.6%;
    margin-left: 0;
    margin-right: 3%
}

.order-item__quantity:after, .order-item__quantity:before {
    content: '';
    display: table
}

.order-item__quantity:after {
    clear: both
}

.order-item__quantity:last-child {
    margin-right: 0
}

.order-item__price {
    float: left;
    clear: none;
    width: 17.6%;
    margin-left: 0;
    margin-right: 3%;
    text-align: right
}

.order-item__price:after, .order-item__price:before {
    content: '';
    display: table
}

.order-item__price:after {
    clear: both
}

.order-item__price:last-child {
    margin-right: 0
}

.pagination {
    vertical-align: middle;
    display: inline-block;
    color: #000;
    font-family: 'PT Sans', Tahoma, sans-serif;
    text-align: center
}

.pagination > li {
    display: inline-block;
    border: 1px solid #c5c5c5
}

.pagination > li.active, .pagination > li.selected, .pagination > li:not(.disabled):hover {
    background-color: #93cd22;
    border-color: #93cd22;
    color: #fff
}

.pagination > li.prev, .pagination > li.previous {
    margin-right: 5px
}

.pagination > li.next {
    margin-left: 5px
}

.pagination > li.next, .pagination > li.prev, .pagination > li.previous {
    background-origin: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pagination > li.next.disabled, .pagination > li.prev.disabled, .pagination > li.previous.disabled {
    opacity: .5
}

.pagination > li > a, .pagination > li > span {
    display: inline-block;
    width: 35px;
    height: 35px;
    vertical-align: middle;
    line-height: 35px
}

.product-description {
    display: flex;
}

.product-description__entry, .product-description__img-block {
    background: white;
    padding: 20px;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .2);

}

.product-description__img-block {
    margin-right: 20px;
    padding: 20px;
    width: 60%;
}

.product-description__entry {
    width: 40%;
}

.entry__toolbar {
    display: table;
    width: 100%
}

.entry__toolbar-item {
    display: inline-block;
    margin-right: 10px
}

.entry__toolbar-left {
    display: table-cell;
    text-align: left
}

.entry__toolbar-right {
    display: table-cell;
    text-align: right
}

.entry__toolbar-button {
    margin-left: 10px;
    display: inline-block;
    width: 41px;
    height: 41px;
    border: 1px solid #b8b8b8;
    color: #b8b8b8;
    line-height: 41px;
    text-align: center;
    font-size: 20px;
    cursor: pointer
}

.entry__toolbar-button .fa {
    width: 100%
}

.entry__toolbar-button:hover {
    color: #21b6d7;
    border-color: #21b6d7
}

.entry__title {
    padding: 20px 0
}

.entry__variants {
    padding: 0 0 20px;
    border-bottom: 1px solid #d2d2d2
}

.entry__variant {
    padding: 10px 0;
    display: table;
    width: 100%
}

.entry__variant-title, .entry__variant-value {
    display: table-cell;
    width: 50%
}

.entry__variant-value-select {
    border: none
}

.entry__price {
    display: flex;
    background-color: #f0f0f0;
    width: 170px;
    border: 1px solid #38cade;
    margin: 40px 0;
    padding: 10px 30px 10px 30px;
    position: relative;
    left: -30px;
    justify-content: space-between;
}

.entry__price:before {
    content: '';
    position: absolute;
    left: 2px;
    bottom: -8px;
    background: transparent;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-bottom-color: #666666;
    transform: rotate(45deg);
}

.entry__price-label {
    font-size: 12px;
}

.entry__price-value {
    font-size: 24px;
    line-height: 1em;
    font-weight: bold;
    min-width: 117px;
}

.entry__ask-question {
    color: #3399cc;
    display: inline-block;
    margin: 20px auto;
    font-size: 18px;
    border-bottom: 1px dotted;
    position: relative;
}

.entry__ask-question:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: -14px;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #66cc00;
}

.entry__subtotal {
    padding: 10px 0;
    color: #b8b8b8
}

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

.entry__footer {
    text-align: center;
}

.product-features {
    padding: 30px;
    display: table;
    width: 100%;
    background: #efefef
}

.product-features__block {
    display: table-cell;
    width: 30%;
    background-position: 80px 5px;
    background-repeat: no-repeat
}

.product-features__block_delivery {
    background-image: url(../images/icon-delivery.png)
}

.product-features__block_payment, .product-features__block_warranty {
    background-image: url(../images/icon-payment.png)
}

.product-features__item {
    padding: 3px 0;
    margin-left: 40%
}

.product-features__header {
    margin-left: 40%;
    padding: 3px 0;
    font-weight: 700;
    text-transform: uppercase
}

.product-gallery {
    position: relative
}

.product-gallery__body {
    position: relative;
    display: block;
    width: 100%;
    line-height: 0;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    cursor: pointer
}

.product-gallery__img-wrap {
    display: block;
    line-height: 0;
    text-align: center;
    vertical-align: middle;
}

.product-gallery__main-img {
    max-height: 100%;
    max-width: 100%
}

.product-gallery__main-img + img {
    background-color: #fff
}

.product-gallery__nav {
    display: flex;
}

.product-gallery__label {
    position: absolute;
    top: 16px;
    left: 0;
    z-index: 1
}

.product-gallery__nav-item {
    position: relative;
    display: block;
    margin: 6px 0;
    width: 100%;
    height: 70px;
    background: #fff center;
    background-size: cover;
    overflow: hidden;
    vertical-align: bottom;
    border: 3px solid transparent;
    -webkit-transition: border .2s;
    transition: border .2s
}

.product-gallery__nav-item.is-active, .product-gallery__nav-item:hover {
    border-color: #21b6d7
}

.product-gallery__nav-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s
}

.product-horizontal {
    position: relative;
    padding: 3px;
    display: table;
    width: 100%;
    background: #fff;
    background-clip: padding-box;
    text-align: left
}

.product-horizontal__label {
    position: absolute;
    top: 13px;
    left: 13px;
    z-index: 1;
    pointer-events: none
}

.product-horizontal__thumbnail {
    position: relative;
    padding: 3px;
    display: table-cell;
    overflow: hidden;
    width: 135px;
    height: 135px
}

.product-horizontal__img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%
}

.product-horizontal__content {
    display: table-cell;
    padding: 15px;
    vertical-align: top
}

.product-horizontal__title {
    display: block;
    padding-bottom: 10px;
    color: #21b6d7;
    font-size: 15px;
    text-decoration: underline
}

.product-horizontal__title:hover {
    text-decoration: none
}

.product-horizontal:hover, .product-horizontal_hover {
    box-shadow: inset 0 0 0 3px #21b6d7
}

.product-horizontal__price {
    font-size: 1.4em
}

.product-horizontal__content-row {
    display: table;
    width: 100%
}

.product-horizontal__column-title {
    display: table-cell
}

.product-horizontal__column-price {
    display: table-cell;
    width: 180px;
    vertical-align: middle
}

.product-horizontal__column-cart {
    display: table-cell;
    width: 130px;
    vertical-align: middle
}

.product-horizontal__stock {
    padding: 10px;
    text-align: center
}

.product-horizontal-extra {
    display: table
}

.product-horizontal-extra__item {
    display: table-cell;
    padding: 0 10px 0 0
}

.product-horizontal-extra__item_button {
    padding-left: 15px
}

.product-horizontal-extra__item_button:hover {
    color: #21b6d7
}

.product-horizontal-extra__item_button_active {
    color: #93cd22
}

.product-horizontal-extra__item_reviews {
    text-decoration: underline
}

.product-label {
    position: relative;
    width: 50px;
    height: 50px;
    color: #fff;
    font-family: 'PT Sans', Tahoma, sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
    border-radius: 50%;
    pointer-events: none
}

.product-label__text {
    line-height: 50px
}

.product-label_left {
    margin-left: -6px;
    margin-right: 0
}

.product-label_discount {
    background: #ffe800
}

.product-label_new {
    background: #93cd22
}

.product-label_hit {
    background: #f54d19;
    display: none;
}

.product-label_slim {
    height: auto;
    border-radius: 25px
}

.product-label_slim .product-label__text {
    line-height: 2em
}

.product-linked {
    position: relative;
    text-align: center
}

.product-linked__thumbnail {
    position: relative;
    display: block;
    height: 110px;
    overflow: hidden
}

.product-linked__img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%
}

.product-linked__info {
    padding: 10px;
    font-size: 16px
}

.product-linked__title {
    padding: 0 0 10px
}

.product-linked__link {
    color: #21b6d7;
    text-decoration: underline
}

.product-linked:before {
    position: absolute;
    top: 55px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    font-size: 30px;
    content: '+'
}

.product-linked:first-child:before {
    display: none
}

.product-linked__checkbox {
    position: absolute;
    top: 5px;
    right: 50px;
    z-index: 1
}

.product-linked:after {
    display: table;
    clear: both;
    content: ''
}

.product-mini {
    position: relative;
    display: inline-block;
    width: 100%;
    background: #fff;
    border: 1px solid #d2d2d2
}

.product-mini__thumbnail {
    position: relative;
    float: left;
    display: block;
    width: 128px;
    height: 128px;
    overflow: hidden
}

.product-mini__img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%
}

.product-mini__info {
    position: absolute;
    top: 50%;
    left: 130px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px
}

.product-mini__link {
    color: #21b6d7
}

.product-mini:after {
    display: table;
    clear: both;
    content: ''
}

.product-price {

}

.product-price_old {
    position: relative;
    vertical-align: top;
    color: #e4003a;
    font-size: 13px;
    font-weight: 400
}

.product-price_old:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    display: block;
    width: 100%;
    height: 1px;
    margin-top: -1px;
    background: #e4003a;
    content: ''
}

.product-reviews:after, .product-reviews:before {
    content: '';
    display: table
}

.product-reviews:after {
    clear: both
}

.product-reviews__body {
    float: left;
    clear: none;
    text-align: inherit;
    width: 74.25%;
    margin-left: 0;
    margin-right: 3%
}

.product-reviews__body:after, .product-reviews__body:before {
    content: '';
    display: table
}

.product-reviews__body:after {
    clear: both
}

.product-reviews__body:last-child {
    margin-right: 0
}

.product-reviews__body .alert {
    margin-top: 30px
}

.product-reviews__side {
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0;
    margin-right: 3%
}

.product-reviews__side:after, .product-reviews__side:before {
    content: '';
    display: table
}

.product-reviews__side:after {
    clear: both
}

.product-reviews__side:last-child {
    margin-right: 0
}

.product-reviews__stat {
    margin: 20px 0
}

.product-reviews__hint {
    color: #b8b8b8
}

.product-review-item {
    position: relative;
    margin: 30px 0 0;
    padding: 0 0 30px;
    border-bottom: 1px solid #ebebeb
}

.product-review-item:first-child {
    margin-top: 0;
    padding-top: 0
}

.product-review-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.product-review-item__stat {
    margin-bottom: 10px
}

.product-review-item__rating-label {
    margin-right: 10px;
    margin-left: 8px;
    vertical-align: middle;
    color: #b8b8b8
}

.product-review-item__delivery {
    vertical-align: middle;
    color: #b8b8b8
}

.product-review-item__title {
    font-weight: 700;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 4px
}

.product-review-item__text {
    display: inline-block;
    color: #666;
    line-height: 18px
}

.product-review-item__footer {
    margin-top: 15px;
    color: #b8b8b8
}

.product-review-user {
    margin-bottom: 18px
}

.product-review-user__name {
    font-size: 15px
}

.product-spec__header {
    margin-bottom: 12px;
    font-weight: 700
}

.product-spec__body {
    margin-bottom: 30px
}

.product-spec__body:last-child {
    margin-bottom: 0
}

.product-spec-item {
    position: relative;
    margin: 0;
    background: #fff;
    display: flex;
    justify-content: space-between;
}

.product-spec-item__name {
    margin: 0 0 7px;
    display: inline-block;
    width: 87%;
    font-size: 15px;
    line-height: 17px;
    vertical-align: top;
    background: inherit
}

.product-spec-item__name-inner {
    font-size: 18px;
    line-height: 24px;
    z-index: 4;
    position: relative;
    background: white;
}

.product-spec-item__name:after {
    position: absolute;
    right: 5px;
    left: 0;
    margin: .85em 0 0;
    height: 1px;
    width: 100%;
    content: '';
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABCAAAAAA+i0toAAAAAnRSTlMA/1uRIrUAAAAMSURBVHheY7j1/z8ABY8C2UtBe8oAAAAASUVORK5CYII=) repeat-x
}

.product-spec-item__value {
    display: inline-block;
    margin: 0 0 7px;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    vertical-align: bottom;
    background: white;
    z-index: 2;
    white-space: nowrap;
}

.product-vertical {
    position: relative;
    background: #f8f8f8;
    background-clip: padding-box;
    border: 3px solid transparent;
    text-align: center
}

.product-vertical__label {
    position: absolute;
    top: 13px;
    right: 13px;
    z-index: 1;
    pointer-events: none
}

.product-vertical__thumbnail {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 308px;
    background: #fff
}

.product-vertical__img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%
}

.product-vertical__content {
    padding: 15px;
    min-height: 110px
}

.product-vertical__title {
    display: block;
    padding-bottom: 10px;
    color: #21b6d7;
    font-size: 15px;
    text-decoration: underline
}

.product-vertical__title:hover {
    text-decoration: none
}

.product-vertical:hover, .product-vertical_hover {
    border: 3px solid #21b6d7
}

.product-vertical:hover .product-vertical__extra, .product-vertical_hover .product-vertical__extra {
    display: block
}

.product-vertical__price {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 1.4em;
    white-space: nowrap
}

.product-vertical__extra {
    position: absolute;
    top: 100%;
    left: -3px;
    right: -3px;
    z-index: 100;
    display: none;
    border: 3px solid #21b6d7;
    border-top: none;
    background: inherit
}

.product-vertical-extra {
    font-size: 13px;
    text-align: left
}

.product-vertical-extra__top {
    display: block;
    overflow: hidden;
    margin: 0 15px;
    padding: 14px 0;
    border-top: 1px solid #dbdbdb
}

.product-vertical-extra__rating {
    margin-right: 10px;
    display: inline-block
}

.product-vertical-extra__reviews {
    display: inline-block;
    text-decoration: underline
}

.product-vertical-extra__reviews:hover {
    color: #21b6d7
}

.product-vertical-extra__stock {
    float: right;
    display: inline-block
}

.product-vertical-extra__toolbar {
    padding: 12px;
    background: #e7e7e7
}

.product-vertical-extra__button {
    margin-right: 4px;
    display: inline-block;
    width: 41px;
    height: 41px;
    border: 1px solid #cbcbcb;
    color: #b8b8b8;
    line-height: 41px;
    text-align: center;
    font-size: 20px;
    cursor: pointer
}

.product-vertical-extra__button .fa {
    width: 100%
}

.product-vertical-extra__cart {
    float: right
}

.promo-slider .slick__dot {
    position: absolute;
    bottom: 40px;
    left: calc(50% - 100px);
    width: 200px;
    text-align: center
}

.promo-slider .slick__dot > li {
    margin: 7px;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 3px solid #ddd
}

.promo-slider .slick__dot > li button {
    display: none
}

.promo-slider .slick__dot > li.slick-active {
    border-color: #21b6d7;
    background-color: #21b6d7
}

.promo-slider .slick__dot > li:hover {
    border-color: #21b6d7;
    cursor: pointer
}

.rating {
    font-size: 13px;
    line-height: 15px;
    position: relative;
    display: inline-block;
    width: 27px;
    height: 22px;
    margin-right: 14px;
    padding: 2px 0 0 2px;
    text-align: center;
    cursor: default;
    color: #fff;
    border-width: 2px 0 2px 2px;
    border-style: solid;
    border-color: #359e00;
    background: 0 0 !important
}

.rating[data-rate="1"] {
    border-color: #e35b40;
    color: #000
}

.rating[data-rate="1"] .rating__corner:after {
    background-color: #e35b40
}

.rating[data-rate="1"] .rating__triangle:after {
    background: #e35b40;
    border-color: #e35b40
}

.rating[data-rate="2"] {
    border-color: #e98f1a;
    color: #000
}

.rating[data-rate="2"] .rating__corner:after {
    background-color: #e98f1a
}

.rating[data-rate="2"] .rating__triangle:after {
    background: #e98f1a;
    border-color: #e98f1a
}

.rating[data-rate="3"] {
    border-color: #e4d100;
    color: #000
}

.rating[data-rate="3"] .rating__corner:after {
    background-color: #e4d100
}

.rating[data-rate="3"] .rating__triangle:after {
    background: #e4d100;
    border-color: #e4d100
}

.rating[data-rate="4"] {
    border-color: #b2ca0c;
    color: #000
}

.rating[data-rate="4"] .rating__corner:after {
    background-color: #b2ca0c
}

.rating[data-rate="4"] .rating__triangle:after {
    background: #b2ca0c;
    border-color: #b2ca0c
}

.rating[data-rate="5"] {
    border-color: #93cd22;
    color: #000
}

.rating[data-rate="5"] .rating__corner:after {
    background-color: #93cd22
}

.rating[data-rate="5"] .rating__triangle:after {
    background: #93cd22;
    border-color: #93cd22
}

.rating__corner {
    position: absolute;
    top: -4px;
    right: -11px;
    bottom: -4px;
    clip: rect(0, 13px, 26px, 1px);
    width: 12px
}

.rating__corner:after {
    position: absolute;
    top: -1px;
    right: -1px;
    display: block;
    width: 22px;
    height: 25px;
    content: "";
    -webkit-transform: scaleX(.5) rotate(45deg);
    transform: scaleX(.5) rotate(45deg);
    border-width: 5px 5px 0 0;
    border-style: solid;
    border-color: transparent;
    background: 0 0 !important
}

.rating__triangle {
    position: absolute;
    top: 3px;
    bottom: -2px;
    left: 0;
    z-index: 1;
    clip: rect(1px, 11px, 21px, 0);
    width: 12px;
    height: 26px
}

.rating__triangle:after {
    position: absolute;
    top: 1px;
    left: -8px;
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    -webkit-transform: scaleX(.5) rotate(45deg);
    transform: scaleX(.5) rotate(45deg);
    border-width: 3px;
    border-style: solid;
    border-color: #359e00;
    background: 0 0 !important
}

span.required {
    color: red
}

.reviews-link {
    text-decoration: underline;
    cursor: pointer
}

.reviews-link:hover {
    color: #21b6d7
}

.rich-radio-body {
    height: 100%;
    display: table
}

.rich-radio-body__content {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    padding: 10px 10px 10px 36px
}

.rich-radio-body__heading {
    font-family: 'PT Sans', Tahoma, sans-serif;
    font-weight: 700;
    vertical-align: middle;
    padding-bottom: 10px
}

.rich-radio-body__title {
    vertical-align: middle
}

.rich-radio {
    width: 100%;
    margin-bottom: 5px
}

.rich-radio__input {
    position: absolute;
    visibility: hidden;
    display: none
}

.rich-radio__input:checked + label {
    border-color: #21b6d7;
    color: #000
}

.rich-radio__input:checked + label:after {
    display: block
}

.rich-radio__label {
    position: relative;
    width: 100%;
    display: table;
    color: #000;
    cursor: pointer;
    -webkit-transition: border-color .5s ease-in-out, color .5s ease-in-out;
    transition: border-color .5s ease-in-out, color .5s ease-in-out
}

.rich-radio__label:hover {
    border-color: #21b6d7;
    -webkit-transition: border-color .2s ease-in-out, color .2s ease-in-out;
    transition: border-color .2s ease-in-out, color .2s ease-in-out;
    color: #000
}

.rich-radio__label:before {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    top: 12px;
    left: 0;
    border: 1px solid #999;
    border-radius: 9px;
    box-shadow: 0 1px 4px 0 rgba(44, 44, 44, .1) inset;
    box-sizing: border-box
}

.rich-radio__label:after {
    position: absolute;
    content: '';
    display: none;
    width: 8px;
    height: 8px;
    top: 17px;
    left: 5px;
    background-color: #999;
    border-radius: 4px
}

.rich-radio__input:checked + .rich-radio__label .rich-radio__aside, .rich-radio__label:hover .rich-radio__aside {
    background-color: #21b6d7;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out
}

.ruble {
    font-family: 'PT Sans Ruble';
    text-transform: lowercase
}

.search-bar {
    position: relative
}

.search-bar__wrapper {
    height: 60px;
    background-color: #21b6d7
}

.search-bar__catalog-button {
    position: relative;
    padding-left: 50px;
    display: block;
    float: left;
    width: 180px;
    line-height: 60px;
    background: url(../images/icon-menu.png) 20px center no-repeat;
    background-color: inherit;
    color: #fff
}

.search-bar__catalog-button:hover {
    background-color: #2e2e2e
}

.search-bar__input {
    padding-left: 40px;
    padding-right: 10px;
    width: calc(100% - 180px);
    height: 60px;
    float: right;
    border: 3px solid #21b6d7;
    box-sizing: border-box;
    background: url(../images/icon-search.png) 10px center no-repeat #fff
}

.search-bar:after {
    display: table;
    clear: both;
    content: ''
}

.sorter {
    margin-left: 15px
}

.sorter__description {
    padding-right: 10px;
    display: inline;
    font-weight: 700
}

.sorter ul {
    display: inline-block
}

.sorter li {
    display: inline-block
}

.sorter a {
    position: relative;
    margin: 0 10px;
    color: #21b6d7;
    border-bottom: 1px dashed #21b6d7
}

.sorter a:hover {
    color: #42cae0;
    border-bottom: 1px dashed #42cae0;
    cursor: pointer
}

.sorter a.asc, .sorter a.desc {
    color: inherit;
    border-bottom: none
}

.sorter a.asc:after, .sorter a.desc:after {
    position: absolute;
    right: -12px;
    top: calc(50% - 5px);
    width: 12px;
    height: 12px;
    content: ""
}

.sorter a.asc:after {
    background: url(../images/icon-arrow-small_down.png) center center no-repeat
}

.sorter a.desc:after {
    background: url(../images/icon-arrow-small_up.png) center center no-repeat
}

.spinput {
    display: inline-block;
    vertical-align: baseline;
    line-height: 1.3;
    color: #000;
    padding: 0 1.8em;
    font-family: 'PT Sans', Tahoma, sans-serif;
    font-weight: 700;
    position: relative
}

.spinput__minus, .spinput__plus {
    position: absolute;
    display: inline-block;
    width: 1.8em;
    line-height: 1.4;
    left: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    box-sizing: content-box
}

.spinput__minus::before, .spinput__plus::before {
    font-size: 130%;
    content: '\2212'
}

.spinput__plus {
    left: auto;
    right: 0
}

.spinput__plus::before {
    content: '\2b'
}

.spinput__value {
    margin: 0;
    width: 2em;
    height: 1.9em;
    background-color: #fff;
    text-align: center;
    vertical-align: baseline;
    line-height: 1.9em;
    border: none
}

.spinput_rubber, .spinput_rubber .spinput__value {
    width: 100%
}

.switch {
    display: inline-table;
    table-layout: fixed;
    font-weight: 700;
    border-radius: 3px;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.switch__item {
    display: table-cell
}

.switch__item:not(:first-child) {
    border-left: none
}

.switch-item__input {
    display: none
}

.switch-item__label {
    vertical-align: baseline;
    display: block;
    font-family: 'PT Sans', Tahoma, sans-serif;
    text-align: center;
    text-decoration: none;
    background: 0 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.switch-item__label:hover {
    color: #000;
    cursor: pointer
}

.switch-item__input:checked + .switch-item__label {
    color: #000;
    cursor: default
}

.switch-item__label-text {
    display: inline-block;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.switch-item__input:checked + .switch-item__label > .switch-item__label-text, .switch-item__label:hover > .switch-item__label-text {
    border-bottom: none
}

.tabs {
    position: relative
}

.tabs__addons {
    margin-top: -50px;
    text-align: right
}

.tabs__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.tabs__list_delivery {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.tabs__item:first-child .tabs__link {
    padding-left: 0
}

.tabs__bodies {
    background-color: transparent
}

.tabs__body {
    padding: 30px
}

.tabs_classic .tabs__link {
    position: relative;
    padding: 0 15px;
    display: block;
    font-size: 16px;
    white-space: nowrap;
    line-height: 43px;
    text-align: center;
    text-decoration: underline;
    color: #21b6d7;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tabs_classic .tabs__link.is-active {
    text-decoration: none;
    color: inherit;
    cursor: default
}

.tabs_classic .tabs__body {
    background-color: #fff
}

.toolbar-button {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    color: #fff
}

.toolbar-button:hover, .toolbar-button_active {
    background: #09a2c3;
    cursor: pointer;
}

.toolbar-button__label {
    display: inline-block;
    line-height: initial
}

.toolbar-button_dropdown {
    padding-right: 20px
}

.toolbar-button_dropdown:after {
    position: absolute;
    right: 0;
    padding-left: 6px;
    width: 12px;
    height: 12px;
    top: calc(50% - 5px);
    background: url(../images/icon-arrow_down.png) center no-repeat;
    content: ''
}

.toolbar-button_dropdown:hover > .dropdown-menu {
    display: block
}

.toolbar-button .fa {
    color: white;
}

.toolbar-button:hover .fa {
    color: inherit
}

.top-menu {
    position: relative;
    height: 100%;
    display: inline-block;
    font-size: 12px
}

.top-menu__item {
    position: relative;
    display: inline-block;
    height: 100%
}

.top-menu__item > a:before {
    content: '';
    display: inline-block;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 2px;
    left: -2px;
}

.top-menu__item:nth-child(1) > a:before {
    background-image: url(../images/svg/top-menu/seller.svg);
    width: 22px;
}

.top-menu__item:nth-child(2) > a:before {
    background-image: url(../images/svg/top-menu/about.svg);
    width: 22px;
}

.top-menu__item:nth-child(3) > a:before {
    background-image: url(../images/svg/top-menu/pay.svg);
    width: 22px;
}

.top-menu__item:nth-child(4) > a:before {
    background-image: url(../images/svg/top-menu/delivery.svg);
    width: 22px;
}

.top-menu__item:nth-child(5) > a:before {
    background-image: url(../images/svg/top-menu/phone.svg);
    width: 22px;
}

.top-menu__item > a {
    display: inline-block;
    padding: 0 20px;
    font-size: 14px;
}

.top-menu__item:hover, .top-menu__item_active {
    background: #09a2c3;
    cursor: pointer;
}

.wysiwyg:after {
    display: table;
    clear: both;
    content: ''
}

.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
    margin-top: 1em;
    margin-bottom: .5em;
    text-transform: uppercase
}

.wysiwyg ol, .wysiwyg ul {
    margin-bottom: 20px;
    list-style-position: inside
}

.wysiwyg ul {
    list-style-type: disc
}

.wysiwyg ol {
    list-style-type: decimal
}

.wysiwyg em, .wysiwyg i {
    font-style: italic
}

.wysiwyg b, .wysiwyg strong {
    font-weight: 700
}

.wysiwyg a {
    color: #21b6d7;
    text-decoration: underline
}

.wysiwyg s, .wysiwyg strike {
    text-decoration: line-through
}

.wysiwyg u {
    text-decoration: underline
}

.wysiwyg sup {
    font-size: smaller;
    vertical-align: super
}

.wysiwyg sub {
    font-size: smaller;
    vertical-align: sub
}

.wysiwyg img ~ * {
    margin-left: 400px
}

.wysiwyg img {
    margin-left: 0;
    width: 100%;
    max-width: 380px;
    float: left
}

.wysiwyg p {
    margin-top: .75em;
    margin-bottom: .75em
}

.wysiwyg li img {
    display: block;
    margin-bottom: 20px;
    float: none
}

.wysiwyg blockquote {
    margin-bottom: 40px;
    padding: 20px 30px 30px;
    background: #c5c5c5
}

.wysiwyg blockquote::before {
    content: 'Важно';
    display: block;
    padding-top: .25em;
    padding-bottom: .75em;
    padding-left: 1.8em;
    background-position: left .25em;
    background-repeat: no-repeat;
    background-size: 1.5em;
    text-transform: uppercase
}

.wysiwyg table.grid {
    table-layout: fixed;
    margin-bottom: 20px
}

.wysiwyg table.grid td {
    padding-right: 20px;
    vertical-align: top
}

.wysiwyg table:not(.grid) {
    width: 100%
}

.wysiwyg table:not(.grid) thead {
    color: #000;
    font-weight: 700;
    background-color: #21b6d7
}

.wysiwyg table:not(.grid) thead tr:not(:only-child) {
    border-bottom: 3px solid #fff
}

.wysiwyg table:not(.grid) thead tr:last-child {
    border-bottom: none
}

.wysiwyg table:not(.grid) thead tr:not(:first-child) th {
    padding-top: .85em;
    padding-bottom: .85em
}

.wysiwyg table:not(.grid) tbody:not(:first-of-type) {
    border-top: 3px solid #b0b0b0
}

.wysiwyg table:not(.grid) tbody:last-child {
    border-bottom: 3px solid #b0b0b0
}

.wysiwyg table:not(.grid) tr {
    border-bottom: 1px solid #b0b0b0
}

.wysiwyg table:not(.grid) td, .wysiwyg table:not(.grid) th {
    padding: 1.5em 1em;
    text-align: center
}

.wysiwyg table:not(.grid) td:not(:only-child):first-child, .wysiwyg table:not(.grid) th:not(:only-child):first-child {
    padding-left: 2em;
    font-weight: 700;
    text-align: left
}

.wysiwyg table:not(.grid) td:not(:only-child):first-child.sub, .wysiwyg table:not(.grid) th:not(:only-child):first-child.sub {
    padding-left: 4em;
    font-weight: 400
}

.wysiwyg button {
    position: relative;
    display: inline-block;
    padding: 12px 22px;
    color: inherit;
    font-family: 'PT Sans', Tahoma, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    background: 0 0;
    border: none;
    border-radius: 3px;
    box-shadow: inset 0 0 0 3px #21b6d7;
    cursor: pointer;
    vertical-align: baseline;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.wysiwyg button:hover {
    background-color: #21b6d7;
    color: #000
}

.wysiwyg button.primary {
    color: #000;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    text-transform: uppercase;
    background-color: #21b6d7;
    border: none;
    box-shadow: inset 0 1px 0 #fff, inset 0 -2px 0 #9c7b01
}

.wysiwyg button.primary:active, .wysiwyg button.primary:hover {
    background-image: none
}

.wysiwyg button.primary:active {
    box-shadow: inset 0 2px 0 #9c7b01, 0 1px 0 #fff
}

p.wysiwyg__lead {
    margin-bottom: 30px;
    font-size: 1.2em
}

.notifications {
    display: none;
    position: fixed;
    z-index: 9999
}

.notifications.top-right {
    right: 0;
    top: 25%
}

.notifications > div {
    position: relative;
    background-color: #21b6d7;
    color: #fff;
    padding: 10px 15px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.column {
    float: left
}

.pull-right {
    float: right
}

.input.error {
    border: 1px solid #a94442
}

input.success {
    border: 1px solid #3c763d
}

label.error, .errorMessage, .text-error {
    color: #a94442
}

.errorMessage {
    padding: 3px 0;
}

.errorSummary {
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442;
    padding: 20px;
    border-radius: 5px
}

.success, .text-success {
    color: #3c763d
}

.callback-request {
    position: absolute;
    top: 100%;
    z-index: 200;
    padding: 0 25px;
    display: none;
    min-width: 350px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #333;
}

.callback-request.active, .callback-request.toggle-active {
    display: block
}

.alert {
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    padding: 20px;
}

.alert a {
    font-weight: bold;
}

.alert a:hover {
    text-decoration: underline;
}

.alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-error a {
    color: #843534;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info a {
    color: #245269;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success a {
    color: #2b542c;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-warning a {
    color: #66512c;
}

.main__promo-slider {
    position: absolute;
    z-index: 1;
    max-width: 100%;
    left: 0;
    right: 0;
    padding: 0;
    display: none;
}

.main__navbar {
    position: relative;
    z-index: 12;
}

.main__header {
    position: relative;
    z-index: 11;
    background: rgba(0, 187, 213, .7);
    padding: 60px 0 40px;
    margin-top: -51px;
}

.main__category {
    position: sticky;
    z-index: 10;
    max-width: 100%;
    background: rgba(0, 187, 213, .7);
    border-top: 2px solid rgba(255, 255, 255, .3);
    padding: 0;
    top: -1px;
}

.category__wrapper {
    max-width: 1180px;
    margin: 0 auto;
}

.category__wrapper > ul {
    display: flex;
}

.category__wrapper > ul > li a:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 2px;
    left: -2px;
}

.category__wrapper > ul > li:nth-child(1) a:before {
    background-image: url(../images/svg/category-menu/gosti.svg);
}

.category__wrapper > ul > li:nth-child(2) a:before {
    background-image: url(../images/svg/category-menu/prih.svg);
}

.category__wrapper > ul > li:nth-child(3) a:before {
    background-image: url(../images/svg/category-menu/detsk.svg);
}

.category__wrapper > ul > li:nth-child(4) a:before {
    background-image: url(../images/svg/category-menu/kuhnya.svg);
}

.category__wrapper > ul > li:nth-child(5) a:before {
    background-image: url(../images/svg/category-menu/spaln.svg);
}

.category__wrapper > ul > li:nth-child(6) a:before {
    background-image: url(../images/svg/category-menu/kabinet.svg);
}

.category__wrapper > ul > li:nth-child(7) a:before {
    background-image: url(../images/svg/category-menu/zerkala.svg);
}

.category__wrapper > ul > li:nth-child(8) a:before {
    background-image: url(../images/svg/category-menu/tekstil.svg);
}

.category-menu__item {
    padding: 20px 30px;
    font-size: 18px;
    color: white;
    letter-spacing: 1px;
    white-space: nowrap;
}

li:first-child > .category-menu__item {
    padding-left: 0;
}

.main__preference {
    position: relative;
    z-index: 10;
    padding: 368px 0 0 0;
    max-width: 100%;
    display: none;

}

.preference__wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    width: 1180px;
    margin: 0 auto;
}

.preference__item {
    flex: 1;
    padding: 10px;
    font-size: 14px;
}

.preference__item > img {
    display: block;
    margin: 10px 0;
}

.preference__bg--blue {
    color: white;
    background: rgba(0, 187, 213, .7);
}

.preference__bg--blue .preference__item {
    font-size: 18px;
    padding: 20px 10px;
}

.preference__bg--blue .preference__item:before {
    content: '⚫';
    margin-right: 10px;
}

.main__catalog {
    min-height: 600px;
}

.index-page .header-logo-image {
    height: 150px;
}

.index-page .main__breadcrumbs {
    display: none;
}

.index-page .main__promo-slider,
.index-page .main__preference {
    display: block;
}

.category-collection {
    padding: 20px;
    margin: 10px 0;
    display: inline-block;
    width: 45%;
    height: auto;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .2);
    background: white;
    position: relative;
}

.category-collection__image-container {
    position: relative;
    z-index: 2;
}

.category-collection__image {
    width: 100%;
    height: 260px;
    background-size: cover;
}

.category-collection__image-container:before, .category-collection__image-container:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 100%;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.category-collection__image-container:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.category-collection__title {
    font-size: 20px;
    font-weight: 400;
    padding: 30px 0 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 6px;
}

.category-collection:nth-child(odd) {
    margin-left: 40px;
}

.price-label {
    position: absolute;
    background: #18afcf;
    color: white;
    font-size: 18px;
    right: -20px;
    padding: 10px 40px 10px 20px;
}

.price-label:after {
    content: '';
    position: absolute;
    right: 6px;
    bottom: -13px;
    background: transparent;
    width: 0;
    height: 0;
    border: 13px solid transparent;
    border-bottom-color: #1395b1;
    transform: rotate(-45deg);
}

.price-label.linked-products-item__price {
    bottom: 30px;
}

.price-label.category-collection__price {
    top: 301px
}

.category-collection__count-products {
    font-size: 16px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.product-tabs {
    width: 100%;
}

.product-tabs .tabs__bodies {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.product-tabs .tabs__bodies-container {
    width: 100%;
    background: white;
}

.product-tabs .tabs__list {
    border-bottom: 2px solid #18afcf;
    width: 100%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.product-tabs .tabs__link.is-active {
    background: #18afcf;
    color: white;
    padding: 0 20px;
}

.linked-products-item__toggle-from-order {
    position: absolute;
    top: -40px;
    right: -40px;
    border: 0;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .2);
    width: 80px;
    height: 80px;
    background: #18afcf;
    transform: rotate(45deg);
}

.linked-products-item--added .linked-products-item__toggle-from-order {
    background: #cf585f;
}

.linked-products-item--added .linked-products-item__toggle-from-order:after {
    transform: rotate(0deg);
}

.linked-products-item__toggle-from-order:after {
    content: '+';
    position: absolute;
    bottom: 0;
    left: 35px;
    color: white;
    font-size: 24px;
    transform: rotate(-45deg);
}


.linked-products-item__thumbnail img {
    border: 1px solid rgba(0, 0, 0, .1);
}

.linked-products-item__thumbnail {
    overflow: hidden;
    position: relative;
    margin: -10px;
    padding: 10px;
}


.linked-products-item--mini {
    margin: 10px 10px 40px;
}

.linked-products-item--mini .linked-products-item__title {
    text-align: center;
    font-size: 18px;
    margin-top: 30px;
}

.linked-products-item--mini .price-label.linked-products-item__price {
    bottom: 50px;
}

.main__recently-viewed-slider {
    padding-bottom: 40px;
}

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

.product-description-view-single {
    background: white;
    padding: 20px;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .2);
}

.product-description__img-block-single {
    flex: 3;
}

.product-description__color-single {
    flex: 1;
    min-width: 275px;
}

.product-description__entry-single {
    flex: 2;
}

.product-description-view-single .entry__price {
    width: 100%;
    margin: 10px 0;
    left: 0;
}

.product-description-view-single .entry__price:before {
    display: none;
}

.product-description__color-single h3 {
    font-size: 20px;
    padding-left: 10px;
}

.product-description__available-colors {
    display: flex;
    flex-wrap: wrap;
    justify-content: initial;
    padding: 10px 60px 10px 0;
}

.product-description__color {
    width: 60px;
    height: 60px;
    display: block;
    margin: 5px;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .2);
}

.product-spec.product-spec--columns .product-spec__body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-spec--columns .product-spec-item {
    width: 30%;
}

.product-spec--columns {
    margin-top: 30px;
}

.variant-products__items {
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .2);
    background: white;
    padding: 20px;
    margin-bottom: 20px;
}

.variant-products__items .linked-products-item {
    display: flex;
    background: transparent;
    box-shadow: initial;
    margin: 0;
    align-items: center;
    padding: 10px;
}
.variant-products__items .price-label.linked-products-item__price {
    bottom: initial;
    top: 0;
    font-size: 24px;
    right: -39px;
}

.variant-products__items .linked-products-item__img {
    max-width: 200px;
    margin-right: 40px;
}

.linked-products-item .quick-add-product-to-cart {
    position: absolute;
    bottom: -41px;
    right: 48px;
    padding: 0 20px;
    line-height: 40px;
}

.variant-products__items .quick-add-product-to-cart {
    bottom: initial;
    right: 0;
    top: 47px;
    line-height: 40px;
}

.catalog__items .quick-add-product-to-cart {
    right: 108px;
}

.catalog__items .linked-products-item {
    margin-bottom: 60px;
}

.main__hit-slider .quick-add-product-to-cart {
    right: 43px;
}

.main__hit-slider .linked-products-item {
    margin-bottom: 60px;
    min-width: 21%;
    width: 21%;
}

.main__hit-slider .linked-products-item .linked-products-item__img {
    width: 100%;
}

.social-links {
    color: white;
    font-size: 30px;
    margin-right: 20px;
}

.social-links-container p {
    display: inline;
}
.social-links-container {
    padding-top: 20px;
}

.order-box__coupon {
    display: none;
}

.additional-product-slider {
    max-width: 800px;
    margin: 0 auto;
    width: 800px;
    position: relative;
}

.addition-product.slick-slide {
    display: flex;
    background: white;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .2);
    padding: 20px;
    margin: 20px;
    width: 800px;
}

.addition-product__description {
    font-size: 14px;
}

.addition-product__body {
    padding-left: 20px;
}

h3.addition-product__title {
    font-weight: bold;
    font-size:  18px;
    margin-bottom:  18px;
}

.product-description__entry-single.product-description__entry-single--mirrors {
    padding: 0 40px;
}

h2.product-spec__title {
    font-size: 20px;
}

.additional-product-slider .h-slider__prev {
    width: 34px;
    padding: 0;
    background-size: contain;
    background: url(../images/svg/h-slider__prev.svg) no-repeat center;
    position: absolute;
    left: -50px;
    height: 100%;

}

.additional-product-slider .h-slider__next {
    width: 34px;
    padding: 0;
    background: url(../images/svg/h-slider__next.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    right: -30px;
    height: 100%;
}


.short-review__image-header {
    width: 50%;
    margin-top: -20px;
    margin-left: -20px;
    float: left;
}

.short-review {
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .2);
    padding: 20px;
    background: white;
    margin: 40px auto 40px;
}

h2.short-review__title {
    display: block;
    float: left;
    font-size: 40px;
    width: 50%;
    line-height: 60px;
    padding: 120px 90px;
    text-align: left;
}

h3.short-review__title {
    padding: 60px 0 30px;
    text-align: center;
    font-size: 30px;
}

.short-review__body {
    clear: both;
}

.short-review__images {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

img.short-review__image {margin: 0 20px;}

p.short-review__text {
    text-align: center;
    padding: 20px;
    font-size: 18px;
    line-height: 24px;
}

.short-review__footer {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.short-review__footer-block {
    width: 30%;
    text-align: center;
}

h4.short-review__footer-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 25px;
}

p.short-review__footer-text {
    font-size: 18px;
    line-height: 30px;
}


.receptions.grid {
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .2);
    padding: 20px;
    background: white;
    margin: 40px auto 40px;
}

h3.reception-block__title {
    font-size: 26px;
    margin: 40px 0 20px;
    text-align: center;
}

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

.reception-block__item {
    width: 30%;
}

p.reception-block__item-text {
    text-align: center;
    font-size: 14px;
}

img.reception-block__item-image {
    width: 100%;
}

h2.line-product__title {
    font-size: 30px;
    text-align: center;
    margin: 10px 0;
}

.line-product.grid {
    background: #20b5d5;
    color: white;
    padding: 40px 20px;
    margin: 20px auto;
}

.line-product__items {
    display: flex;
    justify-content: space-around;
}

.line-product__item {
    text-align: center;
    width: 24%;
}

img.line-product__item-image {
    width: 100%;
}

h3.line-product__item-title {
    margin: 20px 0;
    font-size: 26px;
}

p.line-product__price {
    margin: 30px 0 0;
    font-size: 26px;
    font-weight: bold;
}

.line-product-gallery.grid {
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .2);
    padding: 20px;
    background: white;
    margin: 40px auto 40px;
}

.line-product-gallery__images {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}

.line-product-gallery__item {
    width: 24%;
}

img.line-product-gallery__item-image {
    width: 100%;
}

.grid.feedback {
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .2);
    padding: 20px 20px 60px;
    background: white;
    margin: 40px auto 40px;
    text-align: center;
}

h2.feedback__title {
    font-size: 30px;
    line-height: 38px;
    margin: 20px 0 60px;
}

p.feedback__name {
    font-size: 18px;
}

.entry__variant-size .entry__variant-title {
    display: block;
    font-size: 16px;
    margin-top: 26px;
}


label.entry__variant-size-input {
    border: 3px solid #36c8dc;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 2px 4px;
    background: #36c8dc;
}

input.js-product-attribute {}

label.entry__variant-size-input input {
    position: absolute;
    left: -200px;
}

.entry__variant-size-input input.js-product-attribute:checked+span {
    background: #36c8dc;
    color: white;
    display: block;
    font-weight: bold;
}

label.entry__variant-size-input span {
    padding: 8px 10px;
    display: inline-block;
    background: white;
}


span.product-attribute__price {
    float: right;
}

.listItem:hover .dropdown-menu {
    display: block;
}

.dropdown-menu .top-menu__item > a:before {
    display: none;
}

.dropdown-menu a.listItemLink {
    display: block;
    padding: 10px;
    font-size: 14px;
}

ul.dropdown-menu > li {
    width: 100%;
}


.dropdown-menu a.listItemLink:hover {
    color: white;
}

.linked-products-item--add-button:after {
    content: '+';
    font-size: 200px;
    line-height: 252px;
    text-align: center;
    display: inline-block;
}

.linked-products-item--add-button {
    text-align: center;
    color: #ccc;
}

.linked-products-item--add-button:hover {
    color: #999;
    cursor: pointer;
}


.linked-products__removed-items {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0, .4);
    width: 100%;
    height: 100%;
    z-index: 200;
    align-items: center;
    align-content:  center;
    justify-content: center;
    display: none;
}

.linked-products__removed-items-content {
    width: 1200px;
    max-height: 80vh;
    background: white;
    padding: 20px 20px 0 20px;
    overflow: auto;
}

.linked-products__close-modal {
    order:  1;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 85px;
    width: 100px;
    color: white;
    background: none;
    border: 0;
}

h2.linked-products__removed-nothing {
    text-align: center;
    font-size: 36px;
    line-height: 120px;
    display: none;
}

.linked-products__removed-products {
    display: flex;
    flex-wrap: wrap;
}

/* START TOOLTIP STYLES */
.hidden-tooltip {
    display: inline-block;
    margin-left: 15px;
    border-bottom: 1px dashed #18afcf;
    color: #18afcf;
    font-size: 1em;
    line-height: 1em;
}


[tooltip] {
    position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
    text-transform: none; /* opinion 2 */
    font-size: .9em; /* opinion 3 */
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}
[tooltip]::before {
    content: '';
    border: 5px solid transparent; /* opinion 4 */
    z-index: 1001; /* absurdity 1 */
}
[tooltip]::after {
    content: attr(tooltip); /* magic! */

    /* most of the rest of this is opinion */
    font-family: Helvetica, sans-serif;
    text-align: start;

    /*
      Let the content set the size of the tooltips
      but this will also keep them from being obnoxious
      */
    min-width: 36em;
    max-width: 50em;
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    padding: 1ch 1.5ch;
    border-radius: .3ch;
    box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
    background: #18afcf;
    color: #fff;
    z-index: 1000; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
    display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
    display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #333;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #333;
}
[tooltip][flow^="down"]::after {
    top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
    left: 50%;
    transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #333;
    left: calc(0em - 5px);
    transform: translate(-.5em, -50%);
}
[tooltip][flow^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #333;
    right: calc(0em - 5px);
    transform: translate(.5em, -50%);
}
[tooltip][flow^="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0);
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        transform: translate(0, -50%);
    }
}

/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
}

