@font-face {
    font-family: 'GothamPro';
    src: local('Gotham Light'), local('Gotham-Pro'), url('../fonts/GothamProLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'GothamPro';
    src: local('GothamPro Regular'), local('Gotham-Pro'), url('../fonts/GothamProRegular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'GothamPro';
    src: local('GothamPro Medium'), local('Gotham-Pro'), url('../fonts/GothamProMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'GothamPro';
    src: local('GothamPro Bold'), local('Gotham-Pro'), url('../fonts/GothamProBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'GothamPro';
    src: local('GothamPro Black'), local('Gotham-Pro'), url('../fonts/GothamProBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: fallback;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }

/* Sections
     ========================================================================== */

/**
   * Add the correct display in IE 9-.
   */

article,
aside,
footer,
nav,
section {
    display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in IE.
   */

figcaption,
figure,
main { /* 1 */
    display: block;
}

/**
   * Add the correct margin in IE 8.
   */

figure {
    margin: 1em 40px;
}

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

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

/* Text-level semantics
     ========================================================================== */

/**
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */

a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}

/**
   * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted; /* 2 */
}

/**
   * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   */

b,
strong {
    font-weight: inherit;
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
    font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

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

/**
   * Add the correct font style in Android 4.3-.
   */

dfn {
    font-style: italic;
}

/**
   * Add the correct background and color in IE 9-.
   */

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

/**
   * Add the correct font size in all browsers.
   */

small {
    font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Add the correct display in IE 9-.
   */

audio,
video {
    display: inline-block;
}

/**
   * Add the correct display in iOS 4-7.
   */

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

/**
   * Remove the border on images inside links in IE 10-.
   */

img {
    border-style: none;
}

/**
   * Hide the overflow in IE.
   */

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

/* Forms
     ========================================================================== */

/**
   * Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
    margin: 0;
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input { /* 1 */
    overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select { /* 1 */
    text-transform: none;
}

/**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* 2 */
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
   * 1. Add the correct display in IE 9-.
   * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
   * Remove the default vertical scrollbar in IE.
   */

textarea {
    overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10-.
   * 2. Remove the padding in IE 10-.
   */

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

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

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

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

/**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */

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

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   */

details, /* 1 */
menu {
    display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
    display: list-item;
}

/* Scripting
     ========================================================================== */

/**
   * Add the correct display in IE 9-.
   */

canvas {
    display: inline-block;
  }

/**
   * Add the correct display in IE.
   */

template {
    display: none;
}

/* Hidden
     ========================================================================== */

/**
   * Add the correct display in IE 10-.
   */

[hidden] {
    display: none;
}

body {
    margin: 0;
}

input {
    font-family: Roboto;
}

.button {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0 10px;
    height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #FFF;
    cursor: pointer;
}

.button._no-hover {
    cursor: default;
}

.button_style-common {
    background: #76777A;
    border: 0;
    color: #FFF;
}

.button_style-common:not(._no-hover):hover {

}

.button_style-accidental {
    line-height: 40px;
    background: #ff7675;
    border: 0;
    -webkit-transition: color .3s;
    transition: color .3s;
    font-size: 11px;
    font-weight: 900;
}

.button_style-solid {
    line-height: 38px;
    background: transparent;
    border: 2px solid #ff7675;
    color: #000;
    font-size: 10px;
    font-weight: 700;
    -webkit-transition: color .2s, background .2s;
    transition: color .2s, background .2s;
}

.button_style-solid:hover {
    /* color: $whiteColor; */
}

.button_style-solid:not(._no-hover):hover {
    background: #ff7675;
    color: #FFF;
}

.button_style-solid._solid-2 {
    color: #FFF;
    border-color: #76777A;
}

.button_style-solid._solid-2:not(._no-hover):hover {
    background: #76777A;
}

.button_style-solid._solid-3 {
    color: #000;
    border-color: #c3c3c3;
}
.button_style-solid._solid-4 {
    height:30px;
    width:201px;
}
.button_style-solid._solid-3:not(._no-hover):hover {
    background: #c3c3c3;
}

.button_style-link {
    padding-right: 0 !important;
    padding-left: 0 !important;
    line-height: 38px;
    background: transparent;
    border: 2px solid transparent;
    color: #000;
    text-transform: none;
    font-size: 10px;
    font-weight: 400 !important;
    -webkit-transition: color .2s, background .2s;
    transition: color .2s, background .2s;
}

.button_style-link:not(._no-hover):hover {
    background: #ff7675;
    color: #FFF;
}

.button_size-small {
    padding-left: 15px;
    padding-right: 15px;
    height: 30px;
    line-height: 11px;
    font-size: 10px;
}

.button_size-medium {
    height: 55px;
    line-height: 55px;
    border-width: 3px;
}

.button_size-medium.button_style-solid {
    line-height: 49px;
}

.button_size-large {
    padding-right: 30px;
    padding-left: 30px;
    height: 70px;
    line-height: 70px;
    letter-spacing: 4px;
    border-width: 5px;
    font-size: 13px;
    font-weight: 900;
}

.button_size-large.button_style-solid {
    line-height: 17px;
}

.button__wrapper {
    position: relative;
    z-index: 1;
}

.checkbox {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 17px;
    height: 17px;
    background: #333333;
}

.checkbox:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        background: #76777A;
        opacity: 100;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
        content: ''
    }

.checkbox:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 9px;
    height: 7px;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDIiIGhlaWdodD0iMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggZD0iTTQxLjUgNy41TDE3LjYgMzEuOC45IDE0LjlsNy4yLTcuMyA5LjUgOS43TDM0LjMuNHoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPgo8L3N2Zz4K') no-repeat center center / contain;
    opacity: 0;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    content: ''
}

input:checked + .checkbox:before {
    opacity: 1;
}

input:checked + .checkbox:after {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
}

.radiobutton {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 15px;
    height: 15px;
    border: 2px solid #000000;
    border-radius: 50%;
}

.radiobutton:after {
    position: absolute;
    top: 2px;
    left: 2px;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    display: block;
    width: 7px;
    height: 7px;
    background: #ff7675;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    content: ''
}

input:checked + .radiobutton:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

body {
    font-family: 'GothamPro', Arial;
    font-weight: 400;
    color: #000000;
    -webkit-font-smoothing: antialiased;
}

.wrapper {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1300px;
}

.table-wrapper {
    overflow: auto;
}

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

input, button, textarea {
    outline: none;
    font-family: 'GothamPro', Arial;
}

.ta-l {
    text-align: left !important;
}

.tt-l {
    text-transform: lowercase !important;
}

.bd-0 {
    border: 0 !important;
}

.ov-v {
    overflow: visible !important;
}

.h-a {
    height: auto !important;
}

.popup {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 20px;
    width: 100%;
    max-width: 500px;
    z-index: 21;
    background: #f4f4f4;
}

.popup__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}

.popup__footer > .button {
    width: 45%;
    max-width: 150px;
}

.popup p {
    margin: 0;
    padding: 0;
    line-height: 1.4;
    font-size: 14px;
}

.popup-callback {
    max-width: 325px;
    text-align: center;
}

.popup-callback button {
    display: block;
    width: 100%;
    max-width: 155px;
    margin: 30px auto 0;
}

.popup-approve-delete {
    text-align: center;
    max-width: 450px;
}

.popup-make-order {
    text-align: center;
}

.popup-make-order__title {
    display: block;
    margin: 0 0 18px;
    padding: 0;
    line-height: 1.3;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.popup-make-order__info {
    margin-top: 20px;
}

.popup-make-order__info__label {
    display: block;
    margin: 0 0 10px;
    padding: 8px 30px 0 0;
    text-align: left;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 700;
}

.popup-make-order__info__table {
    width: 100%;
    font-size: 14px;
}

.popup-make-order__info__table td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 10px 4px 0;
    text-align: left;
}

.popup-make-order__info__table .price {
    color: #ff7675;
    font-weight: 700;
}

.popup-analitycs {
    padding: 20px;
}

.popup-analitycs__title {
    display: block;
    margin: 0;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
}

.popup-analitycs__main {
    display: block;
    /*margin-top: 20px;*/
}

.popup-analitycs__main table {
    width: 100%;
    margin-top: 20px;
}

.popup-analitycs__main table:first-child {
    margin-top: 0;
}

.popup-analitycs__main table td {
    font-weight: 400;
}

.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    background: black;
}

.user-list-popup-close {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #ccc;
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 0;
    transform: translate(50%, -50%);
}

.user-list-popup-close:after,
.user-list-popup-close:before {
    background-color: #777;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 1px;
    width: 15px;
}

.user-list-popup-close:after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.user-list-popup-close:before {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.selectize {
    position: relative;
    width: 100%;
    height: 30px;
    font-size: 13px;
    color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.selectize._disabled {
    color: #E7E7E7;
}

.selectize__value {
    overflow: hidden;
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 35px 0 12px;
    width: 100%;
    max-width: 210px;
    height: 100%;
    line-height: 30px;
    background: #FFF;
    border: 1px solid #C8C8C8;
    -webkit-transition: background .3s, color .3s, border .3s;
    transition: background .3s, color .3s, border .3s;
}

.selectize__value > div {
    word-break: break-all
}

.selectize__placeholder {

    /*.selectize._disabled {
            color: red;
        }*/
}

.selectize__bullet {
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 11px;
    height: 7px;
    fill: #ff7675;
    -webkit-transition: fill .3s, -webkit-transform .3s ease .1s;
    transition: fill .3s, -webkit-transform .3s ease .1s;
    transition: transform .3s ease .1s, fill .3s;
    transition: transform .3s ease .1s, fill .3s, -webkit-transform .3s ease .1s;
}

.selectize._disabled .selectize__bullet {
    fill: #E7E7E7;
}

.selectize:not(._disabled):not(._opened)._selected .selectize__bullet {
    fill: #ff7675;
}

.selectize__dropdown {
    position: absolute;
    top: 56px;
    left: 0;
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    width: 100%;
    z-index: 2;
    background: white;
    border: 1px solid #C8C8C8;
    border-top: 0;
}

.selectize._opened > .selectize__dropdown {
    display: block;
}

.selectize__dropdown-wrapper {

}

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

.selectize__list__item {
    position: relative;
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px;
    line-height: 20px;
    width: 100%;
    height: 30px;
    border-top: 1px solid #E7E7E7;
    font-size: 13px;
    cursor: default;
}

.selectize__list__item:first-child {
    border-top: 0;
}

.selectize__list__item:hover {
    background: #f6f6f6;
}

.selectize__list__item > span {
    display: table-cell;
    vertical-align: middle;
    min-height: 60px;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
    overflow: hidden;
    position: relative;
}

.jspPane
{
    position: absolute;
}

.jspVerticalBar
{
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background: red;
}

.jspHorizontalBar
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}

.jspCap
{
    display: none;
}

.jspHorizontalBar .jspCap
{
    float: left;
}

.jspTrack
{
    background: #FFF;
    position: relative;
}

.jspDrag
{
    position: relative;
    top: 0;
    left: 0;
    background: #ff7675;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
    float: left;
    height: 100%;
}

.jspCorner
{
    background: #eeeef4;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */

* html .jspCorner
{
    margin: 0 -3px 0 0;
}

/*! nouislider - 11.0.3 - 2018-01-21 14:04:07 */

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

/* Wrapper for all connect elements.
  */

.noUi-connects {
    overflow: hidden;
    z-index: 0;
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

/* Offset direction
  */

html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
    left: auto;
    right: 0;
}

/* Give origins 0 height/width so they don't interfere with clicking the
  * connect elements.
  */

.noUi-vertical .noUi-origin {
    width: 0;
}

.noUi-horizontal .noUi-origin {
    height: 0;
}

.noUi-handle {
    position: absolute;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

/* Slider size and handle placement;
  */

.noUi-horizontal {
    height: 6px;
}

.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    left: -17px;
    top: -6px;
}

.noUi-vertical {
    width: 6px;
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
    right: -17px;
    left: auto;
}

/* Styling;
  * Giving the connect element a border radius causes issues with using transform: scale
  */

.noUi-target {
    background: #4d4d4d;
    border-radius: 4px;
    border: 0;
}

.noUi-connect {
    background: #ff7675;
}

/* Handles and cursors;
  */

.noUi-draggable {
    cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}

.noUi-handle {
   border: 0;
   border-radius: 50%;
   background: #96C0E6;
   cursor: default;
   -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
           box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
   outline: none;
 }


.noUi-active {
    -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Disabled state;
  */

[disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
    cursor: not-allowed;
}

/* Base;
  *
  */

.noUi-pips,
.noUi-pips * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-pips {
    position: absolute;
    color: #999;
}

/* Values;
  *
  */

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}

/* Markings;
  *
  */

.noUi-marker {
    position: absolute;
    background: #CCC;
}

.noUi-marker-sub {
    background: #AAA;
}

.noUi-marker-large {
    background: #AAA;
}

/* Horizontal layout;
  *
  */

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}

/* Vertical layout;
  *
  */

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%, 0);
    padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}

.noUi-tooltip {
   display: block;
   position: absolute;
   color: #000;
   padding: 5px;
   text-align: center;
   white-space: nowrap;
   font-size: 10px;
   font-weight: 500;
 }

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    top: -100%;
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%;
}

/* Slider */

.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

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

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus
{
    outline: none;
}

.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}

.slick-track:after
{
    clear: both;
}

.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
    outline: none;
}

[dir='rtl'] .slick-slide
{
    float: right;
}

.slick-slide img
{
    display: block;
}

.slick-slide.slick-loading img
{
    display: none;
}

.slick-slide.dragging img
{
    pointer-events: none;
}

.slick-initialized .slick-slide
{
    display: block;
    outline: none;
}

.slick-loading .slick-slide
{
    visibility: hidden;
}

.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.quntity-counter {
    display: block;
    white-space: nowrap;
    font-size: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.quntity-counter__value {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 4px;
    width: 59px;
    height: 29px;
    vertical-align: top;
    text-align: center;
    border: 1px solid #d0d0d0;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
}

.quntity-counter__button {
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 1px;
    margin-left: 1px;
    width: 27px;
    height: 29px;
    vertical-align: top;
    border: 1px solid #d0d0d0;
    border-radius: 0;
    color: #888888;
    -webkit-transition: border-color .2s ease, color .2s ease;
    transition: border-color .2s ease, color .2s ease;
}

.quntity-counter__button:hover {
    border-color: #ff7675;
    color: #ff7675;
    cursor: pointer;
}

.quntity-counter__button._decrement {
    border-right-color: transparent;
}

.quntity-counter__button._increment {
    border-left-color: transparent;
}

.quntity-counter__button._increment > svg {
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
}

.quntity-counter__button > svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 15px;
    height: 9px;
    fill: currentColor;
}

.size-item {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
    min-width: 60px;
    line-height: 30px;
    height: 30px;
    background: #76777A;
    font-weight: bold;
    color: #FFF;
    border-radius: 5px;
}

.table {
    border-spacing: 1px;


}

.table tr {
    margin-top: 4px;
}

.table th {
    padding: 0 10px;
    height: 40px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: #000;
}

.table th > span {
    font-weight: 400;
}

.table td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 10px;
    text-align: center;
    vertical-align: middle;
    height: 40px;
    background: #FFF;
    font-size: 13px;
    font-weight: 500;
}

.table .request-page__table__col-country,
.table .request-page__table__col-price {
    text-align: left;
}

.table .request-page__table__col-price {
    padding-left: 5px;
}

.table .request-page__table__col-price .preview-item__price__value_child {
    padding-left: 0;
}

.breadcrumbs {
    display: block;
    margin-bottom: 20px;
    line-height: 1.2;
    font-size: 0;
    color: #888888;
}

.breadcrumbs__item {
    position: relative;
    margin-right: 20px;
    font-size: 11px;
    font-weight: 400;
}

.breadcrumbs__item:first-child {
    font-weight: 700;
    color: #000;
}

a.breadcrumbs__item {
    -webkit-box-shadow: inset 0 -1px transparent;
    box-shadow: inset 0 -1px transparent;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
}

a.breadcrumbs__item:hover {
    -webkit-box-shadow: inset 0 -1px currentColor;
    box-shadow: inset 0 -1px currentColor;
}

.breadcrumbs__item:not(:last-child):after {
    position: absolute;
    top: 5px;
    right: -15px;
    display: block;
    width: 10px;
    height: 1px;
    background: #B9B9B9;
    content: '';
}

.layout-header {
    width: 100%;
    background: #FFF;
}

.layout-header__top {
    background: #000;
}

.layout-header__top__auth {
    display: block;
    float: left;
    padding-left: 15px;
    font-size: 12px;
    font-weight: bold;
    color: #ff7675;
    line-height: 40px;
    }

.layout-header__top__auth > a,
.layout-header__top__auth > span{
    padding: 0 30px;
    }

.layout-header__top__nav {
    display: block;
    color: #FFF;
    font-size: 0;
}

.layout-header__top__nav > a {
    display: inline-block;
    padding: 0 12px;
    height: 40px;
    line-height: 40px;
    font-size: 11px;
}

.layout-header__top__nav > a:first-child {
    margin-left: 0;
}

.layout-header__top__nav > a:last-child {
    margin-right: 0;
}

.layout-header__top__nav > a:hover {
    -webkit-box-shadow: inset 0 -1px currentColor;
    box-shadow: inset 0 -1px currentColor;
}

.layout-header__top__account {
    position: relative;
    display: table;
    width: 100%;
    text-align: right;
    font-size: 11px;
    color: #e0e0e0;
    cursor: pointer;
}

.layout-header__top__account__wrapper {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
}

.layout-header__top__account__company {
    display: block;
}

.layout-header__top__account__name {
    display: block;
}

.layout-header__top__account__menu {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 1;
    display: none;
    width: 100%;
    min-width: 150px;
    margin: 0;
    padding: 0;
    font-size: 13px;
    background: #FFF;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, .2);
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, .2);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.layout-header__top__account._opened .layout-header__top__account__menu {
    display: block;
}

.layout-header__top__account__menu > a {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 14px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: right;
    background: #FFF;
    color: #a7a7a7;
    -webkit-transition: background .2s ease, color .2s ease;
    transition: background .2s ease, color .2s ease;
}

.layout-header__top__account__menu > a:hover {
    background: #ff7675;
    color: #FFF;
}

.layout-header__top__account__auth {
    display: table-cell;
    margin: 0;
    padding: 0;
    height: 40px;
    vertical-align: middle;
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: 15px;
    font-weight: 500;
    color: #ff7675;
    cursor: pointer;
}

.layout-header__main__wrapper {
    position: relative;
    display: grid;
    grid-template-rows: repeat(3,1fr);
    grid-template-areas: "logo menu info";
    padding-right: 6%!important;
    padding-left: 6%!important;
}

.layout-header__main__info {
    overflow: hidden;
    display: table;
    line-height: 1.2;
    text-align: center;
}

.layout-header__main__info__wrapper {
    display: table-cell;
    height: 155px;
    vertical-align: middle;
}

.layout-header__main__info__label {
    display: block;
    font-size: 15px;
    color: #3c3c3c;
    margin-bottom: -10px;
    text-align: center;
}

.layout-header__main__info__phone {
    display: block;
    font-size: 19px;
    font-weight: 500;
    color: #000;
}

.layout-header__main__info__links {
    display: block;
    margin-top: 14px;
    font-size: 12px;
    color: #4c4b4b;
}

.layout-header__main__info__links > a {
    display: inline-block;
    margin-top: 10px;
}

.layout-header__main__info__links > a:first-child {
    margin-top: 0;
}

.layout-header__main__info__links > a:hover {
    -webkit-box-shadow: inset 0 -1px currentColor;
    box-shadow: inset 0 -1px currentColor;
}

.layout-header__main__logo {
    overflow: hidden;
    position: relative;
    display: block;
    margin: 20px auto;
    width: 100%;
    max-width: 225px;
}

.layout-header__main__logo > svg {
    display: block;
    width: 100%;
    height: 110px;
}

.layout-header__main__nav {
    margin-bottom: 15px;
    width: 100%;
    font-size: 0;
    text-align: center;
}

.layout-header__main__nav__item {
    position: relative;
    display: inline-block;
    margin: 0 15px;
    padding: 30px 0 0;
    text-align: center;
    font-size: 11px;
    color: #3a3a3a;
}

.layout-header__main__nav__item:first-child {
    margin-left: 0;
}

.layout-header__main__nav__item::last-child {
    margin-right: 0;
}

.layout-header__main__nav__item > svg {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    fill: #000;
    -webkit-transition: fill .2s;
    transition: fill .2s;
}

.layout-header__main__nav__item:hover > svg {
    fill: #ff7675;
}

.layout-header__main__nav__item._search > svg {
    width: 19px;
    height: 20px;
}

.layout-header__main__nav__item._favorites > svg {
    width: 19px;
    height: 18px;
}

.layout-header__main__nav__item._cart > svg {
    width: 28px;
    height: 28px;
}

.layout-header__main__nav__item._order > svg {
    width: 28px;
    height: 28px;
}

.layout-header__main__nav__item._deleted > svg {
    width: 18px;
    height: 25px;
}

.layout-header__main__nav__notify {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    display: block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #ff7675;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
    color: #FFF;;
}

.layout-header__auth {
    overflow: hidden;
    background: #f4f4f4;
    transition: 1s;
}

.layout-header__auth__title {
    display: block;
    margin-bottom: 14px;
    line-height: 1.1;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
}

.layout-header__auth__form {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 50px 0 0;
    width: 100%;
    max-width: 320px;
}

.layout-header__auth__form__row {
    margin: 10px 0 0;
}

.layout-header__auth__form__row:first-child {
    margin-top: 0;
}

.layout-header__auth__form__input {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 16px;
    width: 100%;
    height: 40px;
    background: #FFF;
    border: 0;
    font-size: 15px;
    font-weight: 400;
}

.layout-header__auth__form__input::-webkit-input-placeholder {
    color: #a3a3a3;
    font-size: 13px;
}

.layout-header__auth__form__input:-ms-input-placeholder {
    color: #a3a3a3;
    font-size: 13px;
}

.layout-header__auth__form__input::-ms-input-placeholder {
    color: #a3a3a3;
    font-size: 13px;
}

.layout-header__auth__form__input::placeholder {
    color: #a3a3a3;
    font-size: 13px;
}

.layout-header__auth__form__error {
    display: block;
    margin-top: 5px;
    width: 100%;
    color: #ff7675;
    font-size: 13px;
}

.layout-header__auth__form__button {
    margin-top: 20px;
    display: block;
    width: 100%;
}

.layout-header__auth__form__hint {
    display: block;
    line-height: 1.4;
    font-size: 12px;
}

.layout-header__auth__form__hint > a {
    font-weight: 500;
    -webkit-box-shadow: inset 0 -1px currentColor;
    box-shadow: inset 0 -1px currentColor;
}

.layout-header__auth__form__button-hide {
    margin-left: 50%;
    margin-bottom: -30px;
    margin-top: 15px;
    transform: translateX(-32px);
    display: block;
    padding: 0;
    width: 62px;
    height: 62px;
    background: #FFF;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    transition: background .2s ease, color .2s ease, -webkit-transform .2s ease;
    transition: background .2s ease, color .2s ease, transform .2s ease;
    transition: background .2s ease, color .2s ease, transform .2s ease, -webkit-transform .2s ease;
}

.layout-header__auth__form__button-hide:hover {
    -webkit-transform: translate(-31px, -10%);
    transform: translate(-31px, -10%);
    background: #ff7675;
    color: #FFF;
}

.layout-header__auth__form__button-hide > svg {
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-180deg);
    transform: translateX(-50%) rotate(-180deg);
    display: block;
    width: 15px;
    height: 9px;
    fill: currentColor;
    -webkit-transition: fill .2s ease;
    transition: fill .2s ease;
}

.layout-header__nav {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #e5e5e5;
}

.layout-header__nav__wrapper {
    display: block;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 0;
}

.layout-header__nav__item {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 16px;
    height: 40px;
    vertical-align: middle;
    line-height: 40px;
    text-transform: uppercase;
    text-align: left;
    font-size: 13px;
    font-weight: 700;
}

.layout-header__nav__item:not(._selected):hover {
    color: #ff7675;
}

.layout-header__submenu-nav > .layout-header__nav__item:not(._selected):hover {
    color: inherit;
}

.layout-header__nav__item._selected {
    background: #ff7675;
    color: #FFF;
}

.layout-header__submenu-nav > .layout-header__nav__item._selected {
    background: #000;
}

.layout-header__nav__item._hit-selected {
    color: #006ac8;
}

.layout-header__nav__item._sale-selected {
    color: #006ac8;
}

.layout-header__nav__item__bullet {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    display: inline-block;
    margin-left: 6px;
    width: 10px;
    height: 6px;
    vertical-align: middle;
    fill: currentColor;
}

a._active > .layout-header__nav__item__bullet {
    -webkit-transform: translateY(-2px) rotate(-180deg);
    transform: translateY(-2px) rotate(-180deg);
}

.layout-header__submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    width: 100%;
    background: #000;
    color: #FFF;
}

.layout-header__submenu._open {
    display: block !important;
}

.layout-header__submenu__wrapper {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 0;
    text-align: justify;
}

.layout-header__submenu-nav {

}

.layout-footer__logo-wrapper {
    display: block;
}

.layout-footer__logo {
    overflow: hidden;
    position: relative;
    display: block;
    width: 162px;
}

.layout-footer__logo:before {
    display: block;
    margin-top: 49.706%;
    content: '';
}

.layout-footer__logo > svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.layout-footer__main {
    padding-top: 30px;
    padding-bottom: 30px;
}

.layout-footer__main__wrapper {
    position: relative;
}

.layout-footer__info {
    display: block;
    width: 100%;
}

.layout-footer__info__text {
    font-size: 11px;
    color: #555555;
}

.layout-footer__info__text p {
    display: block;
    margin: 10px 0 0;
    padding: 0;
}

.layout-footer__info__text p:first-child {
    margin-top: 0;
}

.layout-footer__info__phone {
    display: block;
    margin-top: 26px;
    font-size: 17px;
    font-weight: 700;
}

.layout-footer__info__phone > a:hover {
    -webkit-columns: #ff7675;
    columns: #ff7675;
}

.layout-footer__navigation {
    display: block;
    margin-top: 80px;
}

.layout-footer__navigation__list {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 16px 0 0;
    padding: 0;
    width: 150px;
    list-style: none;
}

.layout-footer__navigation__list:first-child {
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
}

.layout-footer__navigation__list__item {
    display: block;
    margin-top: 16px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    color: #000;
}

.layout-footer__navigation__list__item:first-child {
    margin-top: 0;
}

.layout-footer__navigation__list__item > a:hover {
    color: #ff7675;
}

.layout-footer__social {
    display: block;
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.layout-footer__social > li {
    display: inline-block;
    margin: 0 4px;
}

.layout-content {
    position: relative;
    background: #f4f4f4;
}

.grid-menu {
    display: none;
    padding: 50px 0 10px;
    background-color: #f4f4f4;
}

.grid-menu._open {
    display: block !important;
}

.grid-menu__wrapper {
    font-size: 0;
}

.grid-menu__item {
    display: inline-block;
    /*margin: 0 2% 30px 0;*/
    /* (100 - (2 * 7)) / 8*/
    /*width: 10.75%;*/
    margin-bottom: 30px;
    width: 48%;
    margin-right: 2%;
    color: #3a3a3a;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.grid-menu__item:nth-child(2n) {
    /* margin-right: 0; */
}

/*&:nth-child(8n) {
            margin-right: 0;
        }*/

.grid-menu__item:hover {
    color: #ff7675;
}

.grid-menu__item__image-wrapper {
    overflow: hidden;
    position: relative;
    display: block;
    margin-bottom: 10px;
    background: #FFF;
}

.grid-menu__item__image-wrapper:before {
    display: block;
    margin-top: 100%;
    content: '';
}

.grid-menu__item__image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
}

.grid-menu__item:hover .grid-menu__item__image {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.grid-menu__item__title {
    display: block;
    line-height: 1.2;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: currentColor;
}

.preview-row {
    display: block;
}

.preview-row__title {
    display: block;
    margin-bottom: 24px;
    line-height: 1.3;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-style: 17px;
    font-weight: 900;
}

.preview-row__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.preview-row__list > li {
    width: 100%;
    max-width: 300px;
}

/*float: left;
            width: 20%;
            border-right: 1px solid #f4f4f4;*/

.icon-button {
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.icon-button._favorite._active > .filled {
    display: block;
}

.icon-button._favorite._active > .unfilled {
    display: none;
}

.icon-button._favorite > svg {
    width: 18px;
    height: 17px;
}

.icon-button._favorite > .filled {
    display: none;
    fill: #ff7675;
}

.icon-button._favorite > .unfilled {
    display: block;
}

.icon-button._in-order > svg {
    width: 22px;
    height: 18px;
}

.icon-button > svg {
    display: block;
    width: 10px;
}

.paginator {
    text-align: center;
    font-size: 0;
}

.paginator__item {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 14px 10px 0;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border: 2px solid #ff7675;
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: color .3s, border .3s;
    transition: color .3s, border .3s;
}

.paginator__item:not(._active):not(._separator):not(._disabled):hover {
    background: #FFF;
}

.paginator__item:last-child {
    margin-right: 0;
}

.paginator__item._active {
    background: #ff7675;
    color: #FFF;
}

span.paginator__item {
    background: #FFF;
    font-weight: 900;
    cursor: default;
    vertical-align: bottom;
    line-height: 34px;
    font-size: 15px;
    border: 4px solid #ff7675;
}

.paginator__item._prev,
.paginator__item._next {
    position: relative;
// background: #ff7675;
// border-color: #ff7675;
// color: #FFF;
    fill: currentColor;
}

.paginator__item._prev > svg, .paginator__item._next > svg {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 11px;
    height: 7px;
}

.paginator__item._prev > svg {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.paginator__item._next > svg {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
}

.paginator__item._separator {
    border-color: transparent;
}

.paginator__item._disabled {
    background: #d8d8d8;
    border-color: #d8d8d8;
    color: #FFF;
    cursor: default;;
}

.social-icon {
    position: relative;
    overflow: hidden;
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #000;
}

.social-icon:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    display: block;
    background: #ff7675;
    border-radius: 50%;
    content: '';
    -webkit-transition: -webkit-transform .4s ease .1s;
    transition: -webkit-transform .4s ease .1s;
    transition: transform .4s ease .1s;
    transition: transform .4s ease .1s, -webkit-transform .4s ease .1s;
}

.social-icon:hover:after {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.social-icon > svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    display: block;
    fill: #FFF;
}

.page-header {
    display: block;
    padding: 26px 0;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    font-size: 18px;
    font-weight: 900;
    color: #FFF;
}

.preview-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 18px 14px;
    background: #FFF;
}

.product-page__photo__image-wrapper,
.request-page__photo-hit,
.preview-item {
    position: relative;
}

.product-page__photo__image-wrapper,
.request-page__photo-sale,
.request-page__photo-new,
.preview-item {
    position: relative;
}

.preview-item--hit::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    background-image: url('/local/templates/main/img/label2x.png');
    top: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.preview-item--sale::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    background-image: url('/local/templates/main/img/sale_big.png');
    top: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.preview-item--new::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    background-image: url('/local/templates/main/img/label_new.png');
    top: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 8px;
}

.preview-item--is {
    width: 18px;
    height: 18px;
    position: absolute;
    bottom: 81px;
    left: 0;
    text-align: center;
    padding: 3px;
    color: green;
    border: 2px green solid;
    border-radius: 50%;
    z-index: 10;
    user-select: none;
}

.preview-item--is.big-card{
    bottom: -1px;
}

.product-page-item--is {
    width: 18px;
    height: 18px;
    text-align: center;
    padding: 3px;
    color: green;
    border: 2px green solid;
    border-radius: 50%;
    user-select: none;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    transform: translateY(-5px);
}

.product-page__photo__image-wrapper--hit::after {
    content: '';
    position: absolute;
    width: 16%;
    height: 20%;
    background-image: url('/local/templates/main/img/label2x.png');
    top: 15%;
    right: 3px;
    background-size: contain;
    background-repeat: no-repeat;
}

.product-page__photo__image-wrapper--sale::after {
    content: '';
    position: absolute;
    width: 16%;
    height: 20%;
    background-image: url('/local/templates/main/img/sale_big.png');
    top: 15%;
    right: 3px;
    background-size: contain;
    background-repeat: no-repeat;
}

.product-page__photo__image-wrapper--new::after {
    content: '';
    position: absolute;
    width: 16%;
    height: 20%;
    background-image: url('/local/templates/main/img/label_new.png');
    top: 15%;
    right: 3px;
    background-size: contain;
    background-repeat: no-repeat;
}

.request-page__photo-hit::after {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    background-image: url('/local/templates/main/img/label.png');
    top: 2px;
    right: -3px;
    background-size: contain;
    background-repeat: no-repeat;
}

.request-page__photo-sale::after {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    background-image: url('/local/templates/main/img/sale_mini.png');
    top: 2px;
    right: -3px;
    background-size: contain;
    background-repeat: no-repeat;
}

.request-page__photo-new::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url('/local/templates/main/img/label_new.png');
    top: 2px;
    right: -3px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 3px;
}

@media (max-width: 579px) {
    .request-page__photo-hit::after {
        width: 12%;
        height: 17%;
        background-image: url('/local/templates/main/img/label2x.png');
        top: 18%;
        right: 4%;
    }

    .request-page__photo-sale::after {
        width: 12%;
        height: 17%;
        background-image: url('/local/templates/main/img/sale_big.png');
        top: 18%;
        right: 4%;
    }

    .request-page__photo-new::after {
        width: 12%;
        height: 17%;
        background-image: url('/local/templates/main/img/label_new.png');
        top: 18%;
        right: 4%;
    }
}

.preview-item__wrapper {
    position: relative;
    padding-bottom: 40px;
    text-align: center;
}

.preview-item__image-wrapper {
    overflow: hidden;
    position: relative;
    display: block;
    margin-bottom: 10px;
    /* padding: 0 10%; */
    width: -webkit-calc(100% + 36px);
    width: calc(100% + 36px);
    margin-left: -18px;
}

.preview-item__image-wrapper:before {
    display: block;
    margin-top: 120%;
    content: '';
}

.preview-item__image-wrapper > img,
.preview-item__image-wrapper > span {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 80%;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
}
.preview-item__image-wrapper > span {
    overflow: hidden;
    width: 100%;
}
.preview-item__image-wrapper > span > img {
    display: block;
    max-width: 100%;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
}
.preview-item__image-wrapper:hover > span > img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.preview-item__image-label {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.preview-item__title {
    display: block;
    line-height: 1.2;
    font-size: 11px;
    font-weight: 700;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
}

body.notouch .preview-item__title:hover {
    color: #ff7675;
}

.preview-item__id {
    display: block;
    line-height: 1.2;
    font-size: 11px;
    font-weight: 500;
    color: #8d8d8d;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
}

body.notouch .preview-item__id:hover {
    color: #ff7675;
}

.tooltip {
    background: #fff;
    -webkit-box-shadow: 0 0 14px 0px #d5d5d5;
    box-shadow: 0 0 14px 0px #d5d5d5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    min-width: 230px;
    padding: 14px 20px;
    position: absolute;
    top: 100%;
    left: 100%;
    text-align: left;
    z-index: 1;
}

.preview-item__button {
    margin-top: 18px;
    min-width: 114px;
}

.preview-item__footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    text-align: left;
    font-size: 0;
}

.preview-item__price {
    display: inline-block;
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    color: #000;
    fill: #b2b2b2;
    font-size: 0;
}

.preview-item__price__value {
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    font-weight: 900;
}

.preview-item__price__unit {
    display: inline;
    margin-left: 3px;
    vertical-align: middle;
    font-size: 15px;
}

.preview-item__price__exchange {
    position: relative;
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    background: transparent;
    border: 0;
}

.preview-item__price__exchange > svg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.preview-item--is:hover .preview-item--is__tooltip,
.product-page-item--is:hover .preview-item--is__tooltip {
    display: block;
}

.preview-item__price__exchange:hover .preview-item__price__exchange__tooltip {
    display: block;
}

.preview-item__price__exchange__tooltip,
.preview-item--is__tooltip {
    position: absolute;
    top: 100%;
    left: -11em;
    z-index: 1;
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 14px 0px #d5d5d5;
    box-shadow: 0 0 14px 0px #d5d5d5;
    padding: 14px 20px;
    min-width: 230px;
    line-height: 1.4;
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    background: #FFF;
}

.preview-item--is__tooltip {
    color: black;
    left: -1em;
    min-width: 130px;
    text-align: center;
    z-index: 11;
}

.product-page-item--is .preview-item--is__tooltip {
    min-width: 210px;
}

.preview-item__price__exchange__tooltip > strong {
    font-weight: 900;
}

.preview-item__price__exchange__tooltip > span {
    font-weight: 400;
}

.preview-item__icons {
    display: inline-block;
    width: 60px;
    vertical-align: middle;
    text-align: right;
    color: #b2b2b2;
}

.preview-item__icons__button {
    margin-left: 12px;
    color: #b2b2b2;
}

.preview-item__icons__button._favorite {
    cursor: pointer;
}

.preview-item__icons__button:first-child {
    margin-left: 0;
}

.preview-item__icons__button > svg {
    fill: currentColor;
}

.preview-item__category-link {
    position: absolute;
    top: 0;
    left: -18px;
}

.preview-item__category-link--catalog,
.preview-item__category-link--stock {
    top: auto;
    bottom: 0;
    left: 0;
}

.preview-item__category-link--catalog {
    background-color: #ff7675;
}

.preview-item__category-link--stock {
    background-color: #76777A;
}

.preview-item__controls {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
}

.preview-item__controls-item {
    margin-left: 10px;
}

.preview-item__controls-item:first-child {
    margin-left: 0;
}

.preview-item__colors__item {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 2px;
    width: 14px;
    height: 16px;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
}

.preview-item__colors__item._active {
    border-color: #acacac;
    cursor: default;
}

.preview-item__colors__item:first-child {
    margin-top: 0;
}

.preview-item__colors__item:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    display: block;
    width: 8px;
    height: 8px;
    background: currentColor;
    content: '';
}

body.notouch .preview-item__colors__item:not(._active):hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
}

.preview-item__pairs {
    margin-top: -2px;
    margin-left: 8px;
    height: 75px;
    width: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.preview-item__rostovka__item,
.preview-item__podkladka__item{
    background: transparent;
    border: 1px solid #acacac;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    font-size: 10px;
    height: 16px;
    line-height: 1;
    margin-top: 2px;
    position: relative;
    text-align: center;
    width: 55px;
    color: black;
    margin-left: 2px;
}
.preview-item__podkladka__item{
    margin-top: 0px;
    margin-bottom: 2px;
    font-size: 7px;
    min-height: 16px;
    height: min-content;
}

.preview-item__rostovka__item._active,
.preview-item__podkladka__item._active{
    border-color: black;
    cursor: default;
}

.preview-item__pairs__tooltip,
.preview-item__podkladka__tooltip{
    font-size: 10px;
    min-width: 170px;
    padding: 5px 10px;
    text-align: center;
}

.preview-item__hit-label,
.preview-item__new-label {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    display: block;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 900;
    color: #FFF;
}

.preview-item__new-label {
    background: #99d3b3;
}

.preview-item__hit-label {
    background: #ff7675;
}

.main-slider {
    position: relative;
}

.main-slider__item {
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-slider__item__title {
    display: block;
    margin: 10% 0 0;
    padding: 0 3%;
    line-height: 1.2;
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    color: #FFF;
    text-shadow: rgba(0,0,0,.2) 0 4px 8px;
}

.main-slider__item__content-pane {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 3.6% auto;
    padding: 30px 36px;
    width: 100%;
    max-width: 644px;
    line-height: 1.4;
    background: #000 -webkit-gradient(linear, left top, left bottom, from(#434343),to(#2a2a2a));
    background: #000 -webkit-linear-gradient(top, #434343 0%,#2a2a2a 100%);
    background: #0000 linear-gradient(to bottom, #43434300 0%,#2a2a2a00 100%); ;
    font-size: 13px;
    font-weight: 300;
    color: #FFF;
}

.main-slider__item__content-pane > p {
    display: block;
    margin: 20px 0 0;
}

.main-slider__item__content-pane > p:first-child {
    margin-top: 0;
}

.main-slider__item__button {
    display: block;
    margin: 4.3% auto 7.3%;
    max-width: 300px;
    border-color: red;
    color: #FFF;
}

.main-slider__dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 1;
    font-size: 0;
}

.main-slider__dots > li {
    display: inline-block;
    margin: 0 10px;
    padding: 0;
}

.main-slider__dots > li:first-child {
    margin-top: 0;
}

.main-slider__dots > li.slick-active > button {
    background: transparent;
    border-color: #FFF;
}

.main-slider__dots button {
    overflow: hidden;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px 0 0;
    padding: 0;
    width: 13px;
    height: 13px;
    text-indent: -100px;
    background: #FFF;
    border: 3px solid transparent;
    border-radius: 50%;
    -webkit-transition: border .2s ease;
    transition: border .2s ease;
}

.main-page__press {
    padding: 0 2.43%;
    overflow: hidden;
    background-color: #EEEEEE;
}

.main-page__press__wrapper {
    position: relative;
    padding: 0 0 100px;
}

.main-page__press__title {
    margin: 50px 0;
    line-height: 1.3;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
}

.main-page__press__load-button {
    position: absolute;
    bottom: 0;
    left: 0;
}

.main-page__feedback-button {
    position: absolute;
    right: 0;
    bottom: 0;
}

.catalog-page {
    padding-top: 25px;
    padding-bottom: 25px;
}

.catalog-page__header {
    background-image: url('../img/catalog-page/header.jpg');
}

.catalog-page__top-filter {
    font-size: 0;
    margin-bottom: 25px;
}

.catalog-page__top-filter__wrapper {
    float: right;
    display: table;
    width: 100%;
    font-size: 0;
}

.catalog-page__top-filter__main {
    display: table-cell;
    vertical-align: middle;
}

.catalog-page__top-filter__main__label {
    display: block;
    font-size: 13px;
    color: #000;
}

.catalog-page__top-filter__main__item {
    display: block;
    margin-top: 10px;
}

.catalog-page__top-filter__side {
    display: table-cell;
    vertical-align: top;
    text-align: right;
    font-size: 0;
}

.catalog-page__top-filter__side__button {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    width: 22px;
    height: 22px;
    background: transparent;
    border: 0;
    border-radius: 0;
    fill: #c3c3c3;
    cursor: pointer;
}

.catalog-page__top-filter__side__button:first-child {
    margin-left: 0;
}

.catalog-page__top-filter__side__button._active {
    fill: #000;
    cursor: default;
}

.catalog-page__top-filter__side__button > svg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.catalog-page__products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.catalog-page__products:not(._two-column) > li {
    width: 100%;
    border-bottom: 1px solid #f4f4f4;
}

.catalog-page__products._two-column > li {
    width: 100%;
}

.catalog-page__main {
    width: 100%;
}

.catalog-page__paginator {
    margin: 40px 0;
}

.catalog-page__filter {
    width: 100%;
    max-width: 400px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-bottom: 15px;
}

.catalog-page__filter__form {
    display: block;
}

input:checked ~ .catalog-page__filter__choice-wrapper {
    display: none;
}

.catalog-page__filter__group {
            position: relative;
            display: block;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            margin: 0;
            padding: 26px 20px 28px;
            background: #F4F4F4;
            border: 0;
            border-bottom: 1px solid #000;
            color: #000;
        }

.catalog-page__filter__group:last-child {
                margin-bottom: 0;
                border-bottom: 1;
            }

.catalog-page__filter__group._first {
    margin-bottom: 5px;
    border: 0;
}

.catalog-page__filter__group > input {

}

.catalog-page__filter__group__title {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 26px 0 0;
    margin-bottom: 22px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

input:checked ~ .catalog-page__filter__group__title .catalog-page__filter__group__title__bullet {
    -webkit-transform: translateY(-60%) rotate(-90deg);
    transform: translateY(-60%) rotate(-90deg);
}

.catalog-page__filter__group__title__bullet {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
    display: block;
    width: 11px;
    height: 7px;
    fill: #000;
}


.catalog-page__filter__button {
    display: block;
    margin: 15px auto 0;
    width: 100%;
    max-width: 150px;
}

.catalog-page__filter__button._reset {
    max-width: none;
}

.catalog-page__filter__options {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

input:checked ~ .catalog-page__filter__options {
    display: none;
}

.catalog-page__filter__options__item {
    display: block;
    margin-top: 10px;
    min-height: 17px;
    font-size: 13px;
}

.catalog-page__filter__options__item:first-child {
    margin-top: 0;
}

.catalog-page__filter__options__label {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 32px;
    line-height: 1.2;
}

.catalog-page__filter__options__label > input {
    position: absolute;
    top: 2px;
    left: 0;
    opacity: 0;
    z-index: -1;
}

.catalog-page__filter__options__checkbox,
.catalog-page__filter__options__radiobutton {
    position: absolute;
    top: 0;
    left: 0;
}

.catalog-page__filter__state {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

input:checked ~ .catalog-page__filter__state {
    display: none;
}

.catalog-page__filter__state__item {
    display: block;
    margin-top: 10px;
    min-height: 17px;
    font-size: 13px;
}

.catalog-page__filter__state__item:first-child {
    margin-top: 0;
}

.catalog-page__filter__state__title {
    display: block;
    margin-bottom: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.2;
}

.catalog-page__filter__state__tag {
    position: relative;
    display: inline-block;
    margin: 6px 0 0;
    padding: 10px 35px 10px 10px;
    background: #333333;
}

.catalog-page__filter__state__tag__button-close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    margin: 0;
    padding: 0;
    width: 31px;
    height: 100%;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.catalog-page__filter__state__tag__button-close > svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    display: block;
    width: 7px;
    height: 7px;
    fill: #FFF;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
}

:hover > .catalog-page__filter__state__tag__button-close > svg {
    -webkit-transform: translate(-50%, -50%) scale(1.4);
    transform: translate(-50%, -50%) scale(1.4);
}

.catalog-page__filter__range {
    padding-top: 10px;
}

.catalog-page__filter__range__result {
    display: block;
    margin-top: 20px;
    font-size: 0;
    color: #FFF;
}

.catalog-page__filter__range__result__min {
    display: inline-block;
    vertical-align: middle;
    text-transform: lowercase;
    font-size: 10px;
    font-weight: 500;
}

.catalog-page__filter__range__result__max {
    display: inline-block;
    vertical-align: middle;
    text-transform: lowercase;
    font-size: 10px;
    font-weight: 500;
}

.search-page {
    background: red;

}

.search-page__form {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
}

.search-page__form__label {
    display: block;
    margin: 0 0 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

.search-page__form__input {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    width: 79%;
    height: 40px;
    background: #FFF;
    border: 1px solid #e0dfdf;
    font-size: 14px;
    font-weight: 500;
}

.search-page__form__submit {
            vertical-align: bottom;
            width : 20%;
        }

.search-page__form__results {
    display: block;
    margin: 6px 0 0;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 400;
}

.search-page__form__results > span {
    font-weight: 500;
}

.favorites-page {
    padding-top: 25px;
    padding-bottom: 25px;
}

.favorites-page__header {
    background-image: url('../img/catalog-page/header.jpg');
}

.favorites-page__top-filter {
    margin-bottom: 25px;
    width: 100%;
    font-size: 0;
}

.favorites-page__top-filter__main {
    display: block;
}

.favorites-page__top-filter__main__label {
    display: block;
    font-size: 13px;
    color: #000;
}

.favorites-page__top-filter__main__item {
    display: block;
    margin-top: 10px;
}

.favorites-page__top-filter__side {
    margin: 10px 0 0;
    font-size: 0;
}

.favorites-page__top-filter__side .button {
    padding-right: 20px;
    padding-left: 20px;
}

.favorites-page__main {
    width: 100%;
}

.favorites-page__paginator {
    margin: 40px 0;
}

.product-page {
    padding-top: 25px;
    padding-bottom: 130px;
}

.product-page__header {
    background-image: url('../img/product-page/header.jpg');
}

.product-page__main {
    margin-bottom: 56px;
}

.product-page__photo {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px;
    width: 100%;
    background: #FFF;
}

.product-page__photo__image-wrapper {
    display: block;
    width: 100%;
}

.product-page__photo__image {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.product-page__photo__slider {
    position: relative;
    display: block;
    margin: 50px auto 0;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.product-page__photo__slider__slider {
    display: block;
    width: 100%;
}

.product-page__photo__slider__item {
    overflow: hidden;
    position: relative;
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
}

.product-page__photo__slider__item:before {
    display: block;
    margin-top: 100%;
    content: '';
}

.product-page__photo__slider__item._active:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid red;
    content: '';
}

.product-page__photo__slider__item > img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    display: block;
    width: 80%;
    max-width: 100%;
}

.product-page__photo__slider__button {
    position: absolute;
    display: block;
    top: 50%;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
}

.product-page__photo__slider__button._prev {
    left: -40px;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.product-page__photo__slider__button._next {
    right: -40px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

.product-page__photo__slider__button > svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 20px;
    height: 12px;
    fill: #cccccc;
}

.product-page__info {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 42px 24px;
    width: 100%;
    background: #FFF;
    min-height: 500px;
}

.product-page__info__title {
    display: block;
    margin: 0 0 14px;
    padding: 0;
    line-height: 1.2;
    text-align: center;
}

.product-page__info__title > h1 {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 15px 40px 15px 0;
    line-height: inherit;
    font-size: 24px;
    font-weight: 500;
}

.product-page__info__favorite-button {
    position: absolute;
    top: 20px;
    right: 0;
}

.product-page__info__id {
    display: block;
    margin: 14px 0;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    color: #8d8d8d;
}

.product-page__info__price {
    display: block;
    margin: 15px 0;
    line-height: 1.2;
    text-align: center;
    font-size: 25px;
    font-weight: 900;
    color: #ff7675;
}

.old-price-rub-item{
    text-decoration: line-through;
    font-size: 20px;
    color: #000000;
    margin-right: 10px;
    font-weight: 500;
}

.old-price-usd-item{
    text-decoration: line-through;
    font-size: 18px;
    color: #8d8d8d;
}

.old-price-usd-item span{
font-weight: normal;
    font-size: 15px;
}

.product-page__info__price__currency {
    text-transform: lowercase;
    font-weight: 400;
}

.product-page__info__price__exchange {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    vertical-align: baseline;
    background: transparent;
    border: 0;
    top: -9px;
}

.product-page__info__price__exchange > svg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.product-page__info__description {
    display: block;
    margin: 0 auto;
    max-width: 430px;
    line-height: 1.3;
    text-align: center;
    font-size: 14px;
    font-style: italic;
    color: #8d8d8d;
}

.product-page__info__production {
    display: block;
    margin: 30px 0 15px;
    text-align: center;
    font-size: 13px;
}

.product-page__info__production > span {
    font-weight: 700;
}

.product-page__info__sizes {
    display: block;
    margin-top: 30px;
}

.product-page__info__sizes__header,
.product-page__info__podkladka__header {
    justify-content: center;
    margin-bottom: 14px;
    text-align: center;
}

.product-page__info__sizes__title,
.product-page__info__podkladka__title {
    display: block;
    line-height: 1.2;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 14px;
}

.product-page__info__sizes__pairs,
.product-page__info__material__podkladka {
    margin-left: 10px;
}

.product-page__info__sizes__pairs__inner,
.product-page__info__material__podkladka__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -10px;
    margin-left: -10px;
}

.product-page__info__sizes__pairs__item,
.product-page__info__material__podkladka__item {
    background: transparent;
    border: 1px solid #acacac;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 22px;
    line-height: 1;
    margin-top: 10px;
    margin-left: 10px;
    padding: 1px 4px;
    position: relative;
    text-align: center;
    color: black;
}

.product-page__info__sizes__pairs__item._active,
.product-page__info__material__podkladka__item._active {
    border-color: black;
    cursor: default;
}

.product-page__info__sizes__wrapper {
    display: block;
    text-align: center;
    font-size: 0;
}

.product-page__info__sizes__item {
    display: inline-block;
    margin: 0 3px 6px 0;
    min-width: 50px;
    height: 24px;
    line-height: 24px;
    background: #000;
    font-size: 11px;
    font-weight: 700;
    color: #FFF;
    cursor: default;
}

.product-page__info__size-table-link {
    display: block;
    margin: 14px;
    line-height: 1.2;
    text-align: center;
    font-size: 11px;
    font-weight: 400;
}

.product-page__info__size-table-link > a {
    -webkit-box-shadow: inset 0 -1px #bfbfbf;
    box-shadow: inset 0 -1px #bfbfbf;
    color: inherit;
}

.product-page__info__form {
    display: block;
    margin: 34px auto;
    max-width: 376px;
}

.product-page__info__form__row {
    display: block;
    margin: 0 auto;
    max-width: 220px;
    line-height: initial;
}

.product-page__info__form__submit-button {
    display: block;
    margin: 30px 0 0;
    width: 100%;
}

.product-page__info__button-info {
    display: block;
    position: static;
    margin: 0 auto;
    min-width: 140px;
}

.product-page__info__button-info:hover > .product-page__info__proprties {
    display: block;
}

.product-page__info__button-info > .product-page__info__proprties {
    display: none;
}

.product-page__info__proprties {
    position: absolute;
    top: 50%;
    left: 10%;
    z-index: 9;
    display: block;
    box-shadow: 0 0 14px #d5d5d5;
    margin: 0;
    padding: 0;
    width: 320px;
    list-style: none;
    text-align: left;
    text-transform: none;
    background: #FFF;
    transform: translateY(-50%);
}

.product-page__info__proprties__item {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 15px;
    min-height: 40px;
    line-height: 1.2;
    border-bottom: 1px solid #f4f4f4;
    font-weight: 13;
    font-weight: 700;
    color: #000;
}

.product-page__info__proprties__label {
    font-weight: 400;
    color: #a3a3a3;
}

.product-page__info__colors {
    position: relative;
    display: block;
    margin: 50px auto 0;
    width: 100%;
    max-width: 376px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.product-page__info__colors__slider {
    display: block;
    width: 100%;
}

.product-page__info__colors__item {
    overflow: hidden;
    position: relative;
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    border: 1px solid transparent;
}

.product-page__info__colors__item._active {
    border-color: black;
}

.product-page__info__colors__item:before {
    display: block;
    margin-top: 100%;
    content: '';
}

.product-page__info__colors__item > img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 80%;
    max-width: 100%;
    cursor: pointer;
}

.product-page__info__colors__button {
    position: absolute;
    display: block;
    top: 50%;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
}

.product-page__info__colors__button._prev {
    left: -50px;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.product-page__info__colors__button._next {
    right: -50px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

.product-page__info__colors__button > svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 15px;
    height: 9px;
    fill: #cccccc;
}

.product-page__preview-row {
    margin-top: 50px;
}

.product-page__preview-row:first-of-type {
    margin-top: 0;
}

.orders-page {
    padding-top: 25px;
    padding-bottom: 130px;
}

.orders-page__main {
    position: relative;
}

.user-list-button {
    width: 100%;
    }

.orders-page__table {
    width: 100%;
    max-width: 1300px;
    min-width: 800px;
    border-spacing: 1px 6px;
}

.orders-page__table__row_approved {
    color: #979797;
}

.orders-page__table__col-id {
    width: 10.7%;
}

.orders-page__table__col-date-create {
    width: 12.4%;
}

.orders-page__table__col-date-approve {
    width: 12.4%;
}

.orders-page__table__col-qtt {
    width: 9.5%;
}

.orders-page__table__col-sum {
    width: 12.4%;
}

.orders-page__table__col-status {
    width: 13.1%;
}

td.orders-page__table__col-status {
    text-transform: uppercase;
}

.orders-page__table__col-status._negative {
    color: #ff7675;
}

.orders-page__table__col-mode {
    width: 17.6%;
}

.orders-page__table__col-detail-button {
    width: 11.1%;
}

td.orders-page__table__col-detail-button {
    padding: 0;
    background: transparent;
    vertical-align: bottom;
}

.orders-page__table__col-detail-button > button {
    display: block;
    width: 100%;
}

.orders-page__table__col-user_list-button {
    width: 11.1%;
    padding: 0px !important;
}

.profile-page {
    padding-top: 30px;
    padding-bottom: 50px;
    max-width: 960px;
}

.profile-page__main {
    display: block;
}

.profile-page__side {
    display: block;
    margin: 30px auto 0;
    max-width: 400px;
}

.profile-page__title {
    display: block;
    margin: 0 0 20px;
    width: 100%;
    line-height: 1.3;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.profile-page__table {
    display: block;
    position: relative;
    height: 510px;
    overflow-y: scroll;
    width: 100%;
    border-spacing: 1px 6px;
}

.profile-page__table > tbody > tr:hover > td{
        background-color: #dde7e9;
        opacity: 0.5;
}

.profile-page__table thead > tr > td{
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 0;
}

.profile-page__table__col-legal-entity {
    width: 29%;
    text-transform: uppercase;
}

.profile-page__table__col-id {
    width: 20%;
    text-transform: uppercase;
    color: #7f7f7f;
}

.profile-page-table-wrap {
    max-height: 500px;
}

.table td.profile-page-table__state,
.table td.profile-page-table__comment,
.table td.profile-page__table__col-legal-entity,
.table td.profile-page__table__col-id {
    padding: 10px;
}

.table td.profile-page-table__comment {
    max-width: 150px;
    width: 35%;
}

.profile-page-table__state-marker {
    border: 1px solid #ebebeb;
    border-radius: 50%;
    height: 15px;
    width: 15px;
}

.profile-page-table__state-marker--red {
    color: #ff0000;
}

.profile-page-table__state-marker--black {
    color: #000000;
}

.profile-page-table__state-marker--blue {
    color: #0000ff;
}
.profile-page-table__state-marker--green {
    color: #1bbb1b;
}
.orders-thead-background {
    background-color: #76777A !important;
}

.profile-page__manager-card {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px 0 0;
    padding: 20px 20px;
    background: #FFF;
}

.profile-page__manager-card__title {
    display: block;
    margin: 0 0 30px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.profile-page__manager-card__name {
    font-size: 14px;
    color: #006ac8;
}

.profile-page__manager-card__phone {
    position: relative;
    display: block;
    margin: 18px 0;
    padding: 0 0 0 26px;
    font-size: 13px;
    color: #818181;
}

.profile-page__manager-card__phone > svg {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 14px;
    height: 20px;
    fill: currentColor;
}

.profile-page__manager-card__email {
    position: relative;
    display: block;
    margin: 18px 0;
    padding: 0 0 0 26px;
    font-size: 13px;
    color: #818181;
}

.profile-page__manager-card__email > svg {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 18px;
    height: 12px;
    fill: currentColor;
}

.profile-page__form {
    display: block;
    width: 100%;
}

.profile-page__form__row {
    position: relative;
    margin: 20px 0 0;
}

.profile-page__form__row:first-child {
    margin-top: 0;
}

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

.profile-page__form__label {
    display: block;
    margin: 0 0 5px;
    line-height: 1.2;
    font-size: 13px;
    color: #898989;
}

.profile-page__form__input {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    width: 100%;
    height: 40px;
    background: #FFF;
    border: 0;
    font-size: 14px;
    font-weight: 500;
}

.profile-page__form__visibility-pass-button {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #000;
    cursor: pointer;
}

.profile-page__form__visibility-pass-button._disabled {
    color: #898989;
}

.profile-page__form__visibility-pass-button > svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 20px;
    height: 15px;
    fill: currentColor;
}

.profile-page__form__hint {
    display: block;
    margin: 30px 0 0;
    padding: 0;
    line-height: 1.3;
    font-size: 12px;
    color: #606060;
}

.profile-page__form__hint > .chat-link {
    display: block;
    margin: 18px 0 0;
    font-size: 13px;
    font-weight: 700;
}

.profile-page__form__hint > .chat-link > a {
    -webkit-box-shadow: inset 0 -1px currentColor;
    box-shadow: inset 0 -1px currentColor;
}

.content-page {
    padding-top: 20px;
    padding-bottom: 80px;
}

.content-page__main {
    max-width: 980px;
}

.content-page__main h1,
.content-page__main h2 {
    display: block;
    margin: 30px 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}

.content-page__main h1:first-child, .content-page__main h2:first-child {
    margin-top: 0;
}

.content-page__main p {
    display: block;
    margin: 22px 0;
    line-height: 1.4;
    font-size: 13px;
    font-weight: 300;
}

.content-page__main p:first-child {
    margin-top: 0;
}

.content-page__main p strong {
    font-size: 14px;
    font-weight: 500;
}

.content-page__main figure {
    display: block;
    margin: 0;
    padding: 0;
}

.content-page__main img {
    display: block;
    max-width: 100%;
}

.request-page {
    padding-top: 20px;
    padding-bottom: 60px;
}

.request-page__main {
    display: block;
}

.request-page__sidebar {
    display: block;
    margin-bottom: 30px;
    width: 100%;
    max-width: 300px;
}

.request-page__table {
    width: 100%;
    min-width: 910px;
    border-spacing: 1px 6px;
}

.request-page__table__col-choice .checkbox {
    background: #cccccc;
}
.individual-size .request-page__table__col-individual {
    position: relative;
    padding:0 9% 4px 0;
    text-align: right;
}
.individual-size .request-page__table__col-individual:before {
    content: ' ';
    position:absolute;
    top:-4px;
    left:0;
    right:0;
    height: 4px;
    background-color: #fff;
}
.request-page__table__col-photo {
    width: 19.3%;
    min-width: 180px;
}

td.request-page__table__col-photo {
    height: 200px !important;

}

.request-page__table__col-photo > img {
    display: block;
    margin: 0 auto;
    width: 70%;
}

td.request-page__table__col-price {
    font-size: 15px;
    font-weight: 900;
}

.request-page__table__col-sizes .size-item {
    display: block;
    margin: 6px 0 0;
    width: 60px;
}

.request-page__table__col-sizes .size-item:first-child {
    margin-top: 0;
}

td.request-page__table__col-summ {
    font-size: 17px;
    font-weight: 900;
    color: #ff7675;
}

td.request-page__table__col-delete {
    padding-right: 3px;
    padding-left: 3px;
    width: 46px;
    background: #fafafa;
}

td.request-page__table__col-deleted {
    height: 70px;
    font-weight: 400;
}

.request-page__table__button-restore {
    margin-left: 5px;
    font-weight: 500;
    -webkit-box-shadow: inset 0 -1px currentColor;
    box-shadow: inset 0 -1px currentColor;
    cursor: pointer;
}

.request-page__table__choice {
    position: relative;
}

.request-page__table__choice > input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

td.request-page__table__col-quantity {
    font-size: 15px;
    font-weight: 700;
}

.request-page__table__row-category td {
    height: 65px;
}

td.request-page__table__row-category__label {
    padding-left: 24px;
    text-align: left;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;

}

table td.request-page__table__row-category__label,
table td.request-page__table__row-total__label{
    padding-left: 30px;
}

table td.request-page__table__col-choice {
    padding-left: 7px;
}

td.request-page__table__row-category__label > span {
    font-weight: 500;
    color: #bebebe;
}

td.request-page__table__row-category__col-summ {
    padding-right: 50px;
    text-align: right;
    font-size: 18px;
    font-weight: 900;
    color: #ff7675;


}

table td.request-page__table__row-total__col-summ,
table td.request-page__table__row-category__col-summ {
    padding-right: 30px;
}

td.request-page__table__row-category__col-summ > span {
    font-weight: 400;
}

.request-page__table__row-total td {
    height: 65px;
}

td.request-page__table__row-total__label {
    padding-left: 20px;
    letter-spacing: 3px;
    text-align: left;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}

td.request-page__table__row-total__col-quantity {
    font-size: 18px;
    font-weight: 700;
}

td.request-page__table__row-total__col-summ {
    padding-right: 50px;
    text-align: right;
    font-size: 23px;
    font-weight: 900;
    color: #ff7675;
}

td.request-page__table__row-total__col-summ > span {
    font-weight: 400;
}

.request-page__button-delete {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #969696;
    cursor: pointer;
}

.request-page__button-delete > svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 18px;
    height: 22px;
    fill: currentColor;
}

.request-page__form__legal-entity {
    display: block;
    margin: 30px 0 0;
}

.request-page__form__legal-entity__label {
    display: block;
    padding: 0;
    font-size: 13px;
}

.request-page__form__legal-entity__choice {
    display: block;
    margin-top: 14px;
}

.request-page__form__footer {
    margin: 40px 0 0;
}

.request-page__form__footer__top {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
}

.request-page__form__footer__main {
    display: block;
    width: 100%;
    font-size: 0;
}

.request-page__form__footer__main__main-col {
    display: block;
}

.request-page__form__footer__main__side-col {
    display: block;
}

.request-page__form__footer__save-schanges-button {
    display: block;
    margin: 12px 0 0;
    width: 100%;
    max-width: 375px;
    letter-spacing: 0;
    vertical-align: middle;
}

.request-page__form__footer__submit-button {
    display: block;
    margin: 12px 0 0;
    width: 100%;
    max-width: 375px;
    min-width: 200px;
    vertical-align: middle;
}

.request-page__form__footer__delete-button {
    display: inline;
    -webkit-box-shadow: inset 0 -1px currentColor;
    box-shadow: inset 0 -1px currentColor;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    font-size: 16px;
    cursor: pointer;
}

.request-page__info {
    display: block;
    margin: 1px 0 0;
    padding: 10px 14px;
    text-align: right;
    background: #FFF;
    font-size: 13px;
}

.request-page__info:first-child {
    margin-top: 0;
}

.request-page__info__label {
    display: block;
    line-height: 1.2;
    color: #666666;
}

.request-page__info__value {
    display: block;
    margin: 4px 0 0;
    line-height: 1.2;
    font-weight: 700;
    color: #3f3f3f;
}

.request-page__info__value a {
    color: inherit;
    -webkit-box-shadow: inset 0 -1px currentColor;
    box-shadow: inset 0 -1px currentColor;
}

.request-page__list-link {
    display: block;
    margin-top: 10px;
    letter-spacing: 0;
    font-size: 13px;
}

.mutual-settlements-page {
    padding-top: 20px;
    padding-bottom: 70px;
}

.mutual-settlements-page__main {

}

.mutual-settlements-page__table {
    border-spacing: 1px 6px;
}

.mutual-settlements-page__table__col-balance._negative {
    color: #ff7675;
}

.mutual-settlements-page__table__col-balance._positive {
    color: #00AC31;
}

.mutual-settlements-page__table td {
    color: #585858;
}

.layout-button-order {
    position: fixed;
    right: 0;
    top: 100px;
    display: none;
    padding: 30px 0;
    width: 50px;
    text-align: center;
    background: #ff7675;
    font-size: 13px;
    font-weight: 700;
    color: #FFF;
    cursor: pointer;
}

.layout-button-order > div > div > span {
    display: block;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-transform: uppercase;
}

@media(max-width: 579px) {

    body {
        color: #000000
    }

    .table-wrapper {
        overflow: hidden
    }

    .layout-header__main__nav__item {
        min-width: 76px;
        margin: 0 0 15px 0!important;
    }

    .layout-header__main__nav {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .grid-menu__item {
        margin-right: 2%;
        width: 32%
    }

    .grid-menu__item:nth-child(2n) {
        margin-right: 2%;
    }

    .grid-menu__item:nth-child(3n) {
        margin-right: 0;
    }

    .preview-row__list > li {
        max-width: 400px
    }

    .catalog-page__products:not(._two-column) > li {
        /*float: left;*/
        width: 49%;

        border-right: 1px solid #f4f4f4
    }

    .catalog-page__products._two-column > li {
        float: left;
        width: 98%;

        border-right: 1px solid #f4f4f4;
        border-bottom: 1px solid #f4f4f4
    }

    .request-page__table {
        min-width:100px;
        display: block
    }

    .request-page__table thead{
        display: none
    }

    .request-page__table__row-category {
        min-width:100px;
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .request-page__table__col-choice {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .request-page__table__col-choice .checkbox {
        display: inline-block
    }

    .request-page__table__col-sequence {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .request-page__table tbody{
        min-width:100px;
        display: block
    }

    .request-page__table tbody tr {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .table .request-page__table__col-country, .table .request-page__table__col-price {
        text-align: center;
    }

    .request-page__table tbody tr td {
        width: 100%;
        text-align: center;
        height: 26px
    }

    .request-page__table tfoot{
        min-width:100px;
        display: block

    }

    td.request-page__table__col-photo {
        height: 246px !important;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3

    }

    .request-page__table__col-id{
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    td.request-page__table__col-price {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .request-page__table__col-sizes {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: auto !important;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .request-page__table__col-sizes .size-item:first-child {
        margin: 6px 3px 0 0
    }

    .request-page__table__col-sizes .size-item {
        margin: 6px 3px 0 0
    }

    td.request-page__table__col-summ {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
        font-weight: 700
    }

    td.request-page__table__col-delete {
        height: 53px !important;
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .request-page__table__col-country {

        -webkit-box-ordinal-group:5;

        -webkit-order:4;

        -ms-flex-order:4;

        order:4

    }

    td.request-page__table__col-quantity {
        line-height: 15px;
        height: 95px !important;
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .request-page__table__col-quantity:before {
        margin-bottom: 5px;
        padding-bottom: 5px;
        display: block

    }

    .request-page__table__row-category td {
        display: inline-block;
        height: 40px
    }

    td.request-page__table__row-category__label {
        padding: 5px !important;
        font-size: 15px;
        line-height: 15px

    }

    td.request-page__table__row-category__col-summ {
        padding: 0;
        font-weight: 700


    }

    .request-page__table__row-total {
        display: block;
        width:100%
    }

    .request-page__table__row-total td {
        height: 30px;
        width: 30%;
        display: inline-block
    }

    td.request-page__table__row-total__label {
        font-size: 14px;
        padding: 5px;
        width: 32%;
        display: inline-block;
        line-height: 21px
    }

    td.request-page__table__row-total__col-quantity {
        font-size: 15px;
        padding: 5px;
        width: 30%;
        display: inline-block;
        line-height: 21px
    }

    td.request-page__table__row-total__col-summ {
        font-size: 17px;
        padding-right: 5px;
        width: 35%;
        font-weight: 700
    }

    .request-page__button-delete {
        margin: 0 auto
    }
    .individual-size_button {
        display: none;
    }
    .request-page__table__col-individual--mobile {
        order: 5;
    }
    .individual-size_button--mobile {
        display: inline-flex;
    }
    .individual-size_approve {
        display: none;
    }

.layout-header__top__auth > span{
        padding: 0;
    }
}

@media(min-width: 579px) {
    .individual-size_button {
        display: inline-flex;
    }
    .request-page__table__col-individual--mobile {
        display: none;
    }
}

@media(min-width: 480px) {

    body {
        color: #000000
    }

    .popup {
        padding: 40px 50px
    }

    .popup__footer {
        margin-top: 40px
    }

    .popup-make-order__info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .popup-analitycs {
        padding: 5px
    }

    .popup-analitycs__main {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: block;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .popup-analitycs__main table {
        margin-top: 0;
        /*width: -webkit-calc(50% - 5px);*/
        /*width: calc(50% - 5px)*/
    }

    .user-list-popup__title {
    margin-top: 0;
    text-align: center;
}

.user-list-popup__item {
    margin-bottom: 10px;
}

.user-list-popup__item:last-child {
    margin-bottom: 0;
}

.user-list-popup__item-link {
    transition: color .3s;
}

.user-list-popup__item-link:hover {
    color: #ff7675;
    }


.table td {
        font-size: 11px
    }

    .layout-header__top__nav {
        float: left
    }

    .layout-header__top__account {
        float: right;
        width: auto
    }

    .layout-header__main__info {
        float: right;
        text-align: right
    }

    .layout-header__main__nav {
        clear: both
    }

    .layout-header__nav__item {
        float: none;
        text-align: center
    }

    .layout-footer__navigation__list {
        float: left;
        margin-top: 0;
        margin-left: 80px
    }

    .grid-menu__item {
        width: 23.5%
    }

    .grid-menu__item:nth-child(3n) {
        margin-right: 2%;
    }

    .grid-menu__item:nth-child(4n) {
        margin-right: 0;
    }

    .preview-row__list > li {
        width: 50%;
        border-right: 1px solid #f4f4f4;
        border-bottom: 1px solid #f4f4f4
    }

    .page-header {
        font-size: 20px
    }

    .main-slider__item__title {
        font-size: 50px
    }
}

@media(min-width: 641px) {

    body {
        color: #000000
    }

    .wrapper {
        padding-right: 2.43%;
        padding-left: 2.43%
    }

    .layout-header__nav__item {
        float: none;
        display: inline-block
    }

    .grid-menu__item {
        width: 18.4%
    }

    .grid-menu__item:nth-child(4n) {
        margin-right: 2%;
    }

    .grid-menu__item:nth-child(5n) {
        margin-right: 0;
    }

    .preview-row__list > li {
        width: 33.333%
    }

    .paginator__item {
        float: none;
        display: inline-block
    }

    .main-slider__item__title {
        font-size: 70px
    }

    .catalog-page__top-filter__main__label {
        display: inline-block;
        margin-right: 16px;
        vertical-align: middle
    }

    .catalog-page__top-filter__main__item {
        display: inline-block;
        margin-top: 0;
        margin-left: 10px;
        vertical-align: middle
    }

    .catalog-page__top-filter__side {
        vertical-align: middle
    }

    .catalog-page__products:not(._two-column) > li {
        width: 33.333333%
    }

    .favorites-page__top-filter__main__label {
        display: inline-block;
        margin-right: 16px;
        vertical-align: middle
    }

    .favorites-page__top-filter__main__item {
        display: inline-block;
        margin-top: 0;
        margin-left: 10px;
        vertical-align: middle
    }

    .request-page__form__legal-entity__label {
        float: left;
        padding-top: 8px
    }

    .request-page__form__legal-entity__choice {
        float: right;
        margin-top: 0;
        max-width: 300px
    }
}

@media(min-width: 860px) {

    body {
        color: #000000
    }

    .layout-footer__main {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .layout-footer__main__wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        min-height: 100px
    }

    .layout-footer__info {
        width: 200px
    }

    .layout-footer__social {
        margin-top: 0
    }

    .preview-row__list > li {
        width: 25%
    }

    .catalog-page__main {
        float: right;
        width: -webkit-calc(80% - 24px);
        width: calc(80% - 24px)
    }

    .catalog-page__filter {
        float: left;
        width: 20%
    }

    .favorites-page__top-filter {
        display: table
    }

    .favorites-page__top-filter__main {
        display: table-cell;
        vertical-align: middle
    }

    .favorites-page__top-filter__side {
        display: table-cell;
        margin-top: 0;
        vertical-align: top;
        text-align: right
    }

    .request-page__form__footer__top {
        text-align: right
    }

    .request-page__form__footer__main {
        display: table;
        text-align: right
    }

    .request-page__form__footer__main__main-col {
        display: table-cell;
        vertical-align: middle
    }

    .request-page__form__footer__main__side-col {
        display: table-cell;
        width: 195px;
        vertical-align: middle;
        text-align: left
    }

    .request-page__form__footer__save-schanges-button {
        display: inline-block;
        margin-top: 0;
        margin-right: 20px;
        width: auto
    }

    .request-page__form__footer__submit-button {
        display: inline-block;
        margin-top: 0;
        margin-right: 0;
        width: auto
    }
}

@media(min-width: 768px) {

    body {
        color: #000000
    }

    .grid-menu__item {
        width: 15%
    }

    .grid-menu__item:nth-child(5n) {
        margin-right: 2%;
    }

    .grid-menu__item:nth-child(6n) {
        margin-right: 0;
    }

    .page-header {
        font-size: 30px
    }

    .product-page__photo {
        float: left;
        width: -webkit-calc(50% - 7px);
        width: calc(50% - 7px)
    }

    .product-page__info {
        float: right;
        width: -webkit-calc(50% - 7px);
        width: calc(50% - 7px)
    }

    .profile-page {
        padding-top: 70px;
        padding-bottom: 130px
    }

    .profile-page__main {
        float: left;
        width: 60%
    }

    .profile-page__side {
        float: right;
        margin-top: 0;
        margin-left: 20px;
        width: -webkit-calc(40% - 20px);
        width: calc(40% - 20px)
    }

    .profile-page__manager-card {
        padding: 30px 40px
    }
}

@media (min-width: 759px) {
    .layout-header__main__info {
        width: max-content;
        grid-area: info;
        justify-self: end;
    }

    .layout-header__main__logo {
        margin: 0;
        float: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        grid-area: logo;
        justify-self: start;
    }

    .layout-header__main__nav {
        grid-area: menu;
        justify-self: center;
        clear: none;
        margin-top: 60px;
        margin-bottom: 0;
        width: 400px
    }

    .layout-header__main {
        height: 155px
    }
    .layout-header__main__info__label {
        font-size: 15px;
    }
}

@media(max-width: 860px) {
    .layout-header__main__info__label {
        font-size: 13px;
        margin-bottom: -20px;
    }
}

@media(max-width: 830px) {
    .layout-header__main__nav__item{
        margin: 0 10px;
    }
    .layout-header__main__nav{
        width: 400px;
    }
    .layout-header__main__info__label {
        font-size: 11px;
    }
}
@media(max-width: 760px) {
    .layout-header__main__info__label {
        font-size: 15px;
        margin-bottom: -10px;
    }
    .layout-header__main__nav{
        width: 100%;
    }
}
@media(min-width: 980px) {

    body {
        color: #000000
    }

    .layout-header__nav__wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .layout-header__nav__item {
        float: none;
        display: inline-block
    }

    .grid-menu__item {
        width: 12.5%
    }

    .grid-menu__item:nth-child(6n) {
        margin-right: 2%;
    }

    .grid-menu__item:nth-child(7n) {
        margin-right: 0;
    }

    .preview-row__list > li {
        width: 20%
    }

    .main-slider__item__title {
        font-size: 90px
    }

    .main-slider__dots {
        top: 50%;
        right: 4%;
        bottom: auto;
        left: auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .main-slider__dots > li {
        display: block;
        margin: 20px 0 0
    }

    .catalog-page__top-filter__wrapper {
        width: -webkit-calc(75% - 24px);
        width: calc(75% - 24px)
    }

    .catalog-page__products:not(._two-column) > li {
        width: 25%
    }

    .request-page__main {
        float: left;
        width: 100%
    }

    .preview-item__rostovka__item:hover .preview-item__rostovka__tooltip,
    .preview-item__podkladka__item:hover .preview-item__podkladka__tooltip {
        display: block;
    }
}

@media(min-width: 1280px) {

    body {
        color: #000000
    }

    .grid-menu__item {
        width: 10.75%
    }

    .grid-menu__item:nth-child(7n) {
        margin-right: 2%;
    }

    .grid-menu__item:nth-child(8n) {
        margin-right: 0;
    }

    .request-page__sidebar {
        float: right;
        width: -webkit-calc(20% - 10px);
        width: calc(20% - 10px);
        margin-bottom: 0;
        padding-top: 52px
    }
    .request-page__main {
        width: 80%
    }
}

@media(min-width: 1400px) {

    body {
        color: #000000
    }

    .layout-button-order {
        display: block
    }
}
/*# sourceMappingURL=main.css.map */

/* font style */
.font-size-x2 {
    font-size: 2em;
}
.font-size-x3 {
    font-size: 3em;
}

.popup.popup-size-choice {
    max-width: 645px;
    padding:0;
    background: #fff;
}
.popup-size-choice .button_style-solid {
    font-size:11px;
}
.popup-size_choice__title {
    padding:40px 40px 39px 40px;
    margin:0;
    line-height: 1.3;
    background: #f4f4f4;
    text-align: left;
    text-transform: uppercase;
}
.popup-size_choice__sub-title {
    padding:28px 0 27px;
    font-size: 14px;
    line-height: 17px;
}
.popup.popup-size-choice .wrapper {
    padding:0 40px 40px;
    background-color: #fff;
}
.popup-size_choice__qty {
    display: flex;
    padding: 17px 0 18px;
    border-top: 1px solid #F4F4F4;
    border-bottom: 1px solid #F4F4F4;
}
.popup-size_choice-half-modal {
    width:50%;
}
.popup-size_choice__bold-subtitle {
    line-height: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}
.popup-size_choice__qty-choose {
    text-align: right;
}
.button-qty-size {
    min-width:65px;
    height: 30px;
    font-size: 12px;
    letter-spacing: 0.01em;
}
.popup-size_choice__form-size {
    display: flex;
    padding:20px 0 19px;
}
.popup-size_choice-item {
    display: flex;
    justify-content: center;
    padding-left: 29%;
    margin-bottom: 5px;
}
.popup-size_choice__form-size-title {
}
.popup-size_choice__form-size-item {
    text-align: right;
    margin-top: -3px;
}
.popup-size-choice .size-item {
    font-size: 12px;
    color: #FFF;
    text-align: center;
}
.popup-size-choice .size-item-white {
    color:#fff;
}
.popup-size_choice-minus {
    margin-right:38px;
    margin-top:14px;
    padding: 5px 0;
    width:11px;
    height: 3px;
    cursor:pointer;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNCIgdmlld0JveD0iMCAwIDExIDMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjExIiBoZWlnaHQ9IjQiIGZpbGw9IiMwMDAwMDAiPjwvcmVjdD48L3N2Zz4=);
}
.popup-size_choice-plus {
    margin-left:38px;
    margin-top:10px;
    width: 13px;
    height: 13px;
    cursor:pointer;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMyAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cmVjdCB4PSIwIiB5PSI0IiB3aWR0aD0iMTIiIGhlaWdodD0iNCIgZmlsbD0iIzAwMDAwMCI+PC9yZWN0PjxyZWN0IHg9IjgiIHk9IjIiIHdpZHRoPSIxMiIgaGVpZ2h0PSI0IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCA5IDEpIiBmaWxsPSIjMDAwMDAwIj48L3JlY3Q+PC9zdmc+);
}
.popup-size_choice__qty-choose input{
    position: absolute;
    opacity: 0;
    cursor:pointer;
}
.popup-size-choice .button_style-solid:not(._no-hover):hover,
.popup-size_choice-input:checked + label {
    line-height: 1.3;
    background: #000;
    color:#fff;
    border-color:#000;
}

.size-item-white input{
    max-width: 10px;
    border: none;
    background: transparent;
    color: #fff;
    cursor: default;
    font-size: 12px;
}
.popup-size_choice__btn {
    border-top: 1px solid #F4F4F4;
    padding-top:16px;
}
.popup-size_choice__btn-right {
    float:right;
}
.popup-size_choice__btn .button_style-solid-mod {
    height:50px;
    padding: 20px 30px;
}
.popup-size-choice .input-view {
    color:#fff;
}
.popup-size-choice .add-more-pairs {
    padding-top: 12px;
    max-width: 160px;
    font-size: 14px;
}
.add-more-pairs--qty {
    color:#FF7675;
}
/* Формирование индивидуальной ростовки */
@media screen and (max-width:560px) {
    .popup-size_choice__btn .button{
        display: flex;
        width: 100%;
        margin-bottom:20px;
        line-height: 1.3;
    }
}
@media screen and (max-width:560px) {
    .popup-size_choice__form-size{
        flex-wrap:wrap;
        justify-content: center;
    }
    .popup-size_choice-half-modal {
        width:100%;
    }
    .popup-size_choice-item {
        padding-left:0;
    }
    .popup-size_choice-item:first-child {
        margin-top:15px;
    }

}
@media screen and (max-width:560px) {
    .user-list-popup-close {
        right: 15px;
    }
}

@media screen and (max-width:490px) {
    .popup-size_choice__qty-choose .button_style-solid {
        display: flex;
        margin: 0 10px 10px;
    }
}
.ind-yes{
    background-color: #ff7675;
    color: white;
}
.add_standart input {
    display: block;
    opacity: 0;
}
.add_standart .checkbox {
    position: absolute;
    background: transparent;
    border: 2px solid #575757;
}
.text-standart-size{
    margin-left: 27px;
    line-height: 1.5;
    font-size: 13px;
    margin-top: -8px;
    font-weight: bold;
}
.standart-sizes {
    font-size: 12px;
    margin-top: -8px;
    font-weight: normal;
}
.order-save[disabled]{
    border: 5px solid #c3c3c3;
}

/*Аналитика заказа*/
.popup-analitycs {
    background-color: white;
}
.popup-analitycs__main table thead th {
    background-color: #d9d9d9;
}
.title_table {
    margin-top: 18px;
    font-weight: bold;
}
.title_table:not(.no-click) {
    margin-top: 18px;
    font-weight: bold;
    text-decoration: underline;
}
.title_table:not(.no-click):hover {
    text-decoration: underline;
    cursor: pointer;
}
.popup-analitycs__main {
    padding: 15px;
}
.popup-analitycs__main table {
    border-collapse: collapse;
    border: 2px solid black;
}
.popup-analitycs__main table:not(.no-hidden) {
    display: none;
}
.popup-analitycs__main td {
    height: 30px;
    font-size: 14px;
}
.popup-analitycs__main thead tr th {
    border-bottom: 2px solid black;
    height: 30px;
    font-size: 14px;
}
.popup-analitycs__main td.td-bold {
    font-weight: bold;
}
.popup-analitycs__main table td, .popup-analitycs__main table th{
    border: 1px solid black;
}
.popup-analitycs__main .tr-blue td, .table-blue td, .table-blue th{
    background-color: #93cddd;
}
.popup-analitycs__main .tr-bold td{
    font-weight: bold;
    border-top: 2px solid black;
}
.popup-analitycs__main .table-blue{
    border: none;
}
.popup-analitycs__main thead .th-no_border{
    background-color: transparent;
    border: none;
}
.popup-analitycs__main .table-blue tbody{
    border: 2px solid black;
}
.popup-analitycs__main .table-blue thead th:not(.th-no_border){
    border: 2px solid black;
    background-color: #93cddd;
}
.title-mobile {
    display: none;
}
.popup-analitycs .button{
    margin: 0 auto;
}
@media screen and (max-width:490px) {
    .popup-analitycs__main table td {
        font-size: 11px !important;
    }
    .popup-analitycs__main table th {
        padding: 0px 5px;
        font-size: 11px !important;
    }
    .title-mobile {
        display: table-cell;
    }
    .title-desktop {
        display: none;
    }
}
.row-fixed-button {
    display: flex;
    align-items: center;
}

.remove-favorites {
    background: #ff7675;
}

.remove-favorites,
.add-favorites-to-basket {
    width: 300px;
    margin: 0 10px 10px 0;
}

.popup-title {
    text-align: center;
}

.yes--add-favorites-to-basket,
.yes--remove-favorites {
    font-size: 13px;
}

@media(max-width: 1200px) {
    .product-page__info__proprties {
        left: 5%;
    }
}

@media(max-width: 992px) {
    .product-page__info__proprties {
        left: 0;
    }
}

@media(max-width: 768px) {
    .product-page__info__button-info {
        position: relative;
    }

    .product-page__info__proprties {
        left: 50%;
        top: -400px;
        transform: translate(-50%, 0);
    }
}

.float-button-up,
.float-button-down {
    position: fixed;
    z-index: 2;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    bottom: 5%;
    right: 5%;
    width: 50px;
    height: 50px;
    padding: 0;
    border: 0;
    vertical-align: middle;
    background-color: #76777A;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;
}

.float-button-up {
    transform: rotate(180deg);
}

.float-button-down {
    z-index: 5;
}

.float-button-up:hover,
.float-button-up:focus,
.float-button-down:hover,
.float-button-down:focus {
    background-color: rgba(150, 193, 230, 0.9);
}

.float-button-up:active,
.float-button-down:active {
    bottom: calc(5% - 1px);
}

