@charset "UTF-8";
/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

.ui-widget.ui-slider-horizontal {
    width: calc(100% - 16px);
    height: 2px;
    border: none;
    border-radius: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ui-widget.ui-slider-horizontal .ui-slider-handle {
    top: -7px;
    width: 16px;
    height: 16px;
    border: none;
    background: #0D2951 !important;
    outline: none;
    border-radius: 50%;
    margin: 0 0 0 -8px;
}

.ui-widget.ui-slider-horizontal .ui-slider-handle:hover {
    cursor: pointer;
}

.ui-widget-header {
    background: #0D2951;
}

.ui-widget-content {
    background: #AAB4C2;
    margin: 0 0 0 8px;
}

.price-range-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.price-range-field {
    font-size: 17px;
    line-height: 25px;
    width: 43%;
    min-width: 16%;
    text-align: center;
    border: 1px solid #0D2951;
    color: #DBDFE5;
    border-radius: 2px;
    height: 36px;
    padding: 8px;
    margin: 0;
}

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}

.scroll-element, .scroll-element div {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -12px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
    background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
    background-color: #c2c2c2;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
    background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-outer > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
    height: 8px;
    top: 2px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
    min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
    left: 2px;
    width: 8px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
    min-height: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -14px;
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
    background-color: #eeeeee;
}

.scrollbar-outer > .scroll-element .scroll-bar {
    background-color: #d9d9d9;
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
    background-color: #c2c2c2;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
}

.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
    left: -12px;
    margin-left: 12px;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
    top: -12px;
    margin-top: 12px;
}

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
    border-radius: 8px;
}

.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
    display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
    background-color: #6C6E71;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    border-radius: 7px;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.scrollbar-macosx > .scroll-element.scroll-x {
    bottom: 0px;
    height: 0px;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
    height: 7px;
    min-width: 10px;
    top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
    left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px;
}

.scrollbar-macosx > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0px;
    top: 0;
    width: 0px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
    left: -9px;
    min-height: 10px;
    width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
    top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-light > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-light > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
    border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
    background: #dbdbdb;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
    background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, right top, from(#dbdbdb), to(#e8e8e8));
    background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
    border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
    bottom: 0;
    height: 17px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 0px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
    height: 12px;
    left: 2px;
    top: 2px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -19px;
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 17px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
    left: 0px;
    min-height: 10px;
    width: 10px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
    left: 2px;
    top: 2px;
    width: 12px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px;
}

.scrollbar-light > .scroll-element .scroll-bar {
    background: #fefefe;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
    background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, right top, from(#fefefe), to(#f5f5f5));
    background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
    border: 1px solid #dbdbdb;
    border-radius: 10px;
}

.scrollbar-light > .scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px;
}

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
    top: -17px;
    margin-top: 17px;
}

.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-rail > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-rail > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
    background-color: #999;
    background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
    background-color: #666;
    background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.scrollbar-rail > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    min-width: 100%;
    padding: 3px 0 2px;
    width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 1px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
    height: 15px;
    left: 5px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
    height: 2px;
    left: -10px;
    top: 5px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    padding: 0 2px 0 3px;
    right: 0;
    top: 0;
    width: 12px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
    left: 1px;
    min-height: 10px;
    width: 10px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
    top: 5px;
    width: 15px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
    left: 5px;
    top: -10px;
    width: 2px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -25px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
    background-color: #d0b9a0;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px;
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
    margin-top: 17px;
    top: -17px;
}

.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
    bottom: 2px;
    height: 7px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
    bottom: 0;
    height: 7px;
    min-width: 24px;
    top: auto;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
    bottom: 0;
    top: auto;
    left: 2px;
    -webkit-transition: height 0.2s;
    -o-transition: height 0.2s;
    transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 2px;
    top: 0;
    width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
    left: auto;
    min-height: 24px;
    right: 0;
    width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
    left: auto;
    right: 0;
    top: 2px;
    -webkit-transition: width 0.2s;
    -o-transition: width 0.2s;
    transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
    opacity: 0.3;
    border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_size {
    background-color: #cccccc;
    opacity: 0;
    border-radius: 12px;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
    background-color: #6c6e71;
    border-radius: 7px;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
    overflow: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
    opacity: 1;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
    height: 100%;
    width: 100%;
    border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
    height: 20px;
    min-height: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
    min-width: 7px;
    width: 20px;
}

.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-chrome > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-chrome > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-x {
    bottom: 0;
    height: 16px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
    height: 8px;
    min-width: 10px;
    top: 3px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
    border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
    height: 14px;
    left: -3px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
    height: 14px;
    left: -4px;
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 16px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
    left: 3px;
    min-height: 10px;
    width: 8px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
    border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
    top: -3px;
    width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
    width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
    background-color: #d9d9d9;
    border: 1px solid #bdbdbd;
    cursor: default;
    border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
    background-color: #c2c2c2;
    border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
    border-color: #7e7e7e;
}

.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
    left: -16px;
    margin-left: 16px;
}

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
    top: -16px;
    margin-top: 16px;
}

.scrollbar-chrome .scrollbar-chrome > .scroll-element .scroll-element_track {
    background: #f1f1f1;
    border: 1px solid #dbdbdb;
}

body {
    font-family: Proxima Nova, sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

.text-l.medium, .text-m.medium, .text-s.medium, .text-xs.medium {
    font-weight: 500;
}

.text-l.bold, .text-m.bold, .text-s.bold, .text-xs.bold {
    font-weight: 700;
}

.text-l {
    font-size: 20px;
    line-height: 28px;
}

@media (min-width: 768px) {
    .text-l {
        font-size: 25px;
        line-height: 33px;
    }
}

.text-m {
    font-size: 16px;
    line-height: 25px;
}

@media (min-width: 768px) {
    .text-m {
        font-size: 21px;
        line-height: 28px;
    }
}

.text-s {
    font-size: 14px;
    line-height: 22px;
}

@media (min-width: 768px) {
    .text-s {
        font-size: 17px;
        line-height: 25px;
    }
}

.text-xs {
    font-size: 12px;
    line-height: 18px;
}

@media (min-width: 768px) {
    .text-xs {
        font-size: 13px;
        line-height: 23px;
    }
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}

h1.normal, h2.normal, h3.normal, h4.normal, h5.normal, h6.normal, .h1.normal, .h2.normal, .h3.normal, .h4.normal, .h5.normal, .h6.normal {
    font-weight: 400;
}

h1.no-uppercase, h2.no-uppercase, h3.no-uppercase, h4.no-uppercase, h5.no-uppercase, h6.no-uppercase, .h1.no-uppercase, .h2.no-uppercase, .h3.no-uppercase, .h4.no-uppercase, .h5.no-uppercase, .h6.no-uppercase {
    text-transform: none;
}

h1, .h1 {
    font-size: 36px;
    line-height: 46px;
    letter-spacing: .05em;
}

@media (min-width: 768px) {
    h1, .h1 {
        font-size: 86px;
        line-height: 105px;
    }
}

h2, .h2 {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: .05em;
}

@media (min-width: 768px) {
    h2, .h2 {
        font-size: 42px;
        line-height: 51px;
    }
}

h3, .h3 {
    font-size: 22px;
    line-height: 27px;
    letter-spacing: .05em;
}

@media (min-width: 768px) {
    h3, .h3 {
        font-size: 36px;
        line-height: 39px;
    }
}

h4, .h4 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .01em;
}

@media (min-width: 768px) {
    h4, .h4 {
        font-size: 29px;
        line-height: 39px;
    }
}

h5, .h5 {
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    letter-spacing: .01em;
}

@media (min-width: 768px) {
    h5, .h5 {
        font-size: 21px;
        line-height: 31px;
    }
}

h6, .h6 {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: .08em;
}

@media (min-width: 768px) {
    h6, .h6 {
        font-size: 17px;
        line-height: 25px;
    }
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        max-width: 678px;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1320px;
    }
}

@media (min-width: 1920px) {
    .container {
        max-width: 1520px;
    }
}

.content {
    padding-top: 76px;
}

@media (min-width: 768px) {
    .content {
        padding-top: 80px;
    }
}

@media (min-width: 1440px) {
    .content {
        padding-top: 122px;
    }
}

input {
    font-size: 16px;
    line-height: 25px;
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #AAB4C2;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 11px 16px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    input {
        font-size: 21px;
        line-height: 28px;
        padding: 17px 16px;
    }
}

input:hover, input:focus {
    border-color: #000000;
    outline: none;
}

input::-webkit-input-placeholder {
    color: #A1A1A1;
}

input::-moz-placeholder {
    color: #A1A1A1;
}

input:-ms-input-placeholder {
    color: #A1A1A1;
}

input::-ms-input-placeholder {
    color: #A1A1A1;
}

input::placeholder {
    color: #A1A1A1;
}

.input-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.input-wrapper input {
    margin-bottom: 0;
}

.input-wrapper input:focus + label, .input-wrapper input.not-empty + label {
    top: 12px;
    font-size: 13px;
    line-height: 23px;
}

.input-wrapper label {
    position: absolute;
    left: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #A1A1A1;
    -webkit-transition: top .5s;
    -o-transition: top .5s;
    transition: top .5s;
    font-size: 16px;
    line-height: 25px;
}

@media (min-width: 768px) {
    .input-wrapper label {
        font-size: 21px;
        line-height: 28px;
    }
}

input[type=number] {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: textfield;
}

input[type=number]:hover, input[type=number]:focus {
    -moz-appearance: number-input;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.field-file {
    position: relative;
}

.field-file__input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.field-file .fileLoad {
    display: none;
    position: relative;
}

.field-file .fileLoad input {
    padding-left: 55px;
    padding-right: 55px;
}

.field-file .fileLoad .icon {
    position: absolute;
    top: 17px;
}

.field-file .fileLoad .icon-photo {
    left: 16px;
}

.field-file .fileLoad .icon-del-photo {
    right: 16px;
    cursor: pointer;
}

.field-file__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 49px;
    background-color: #FFFFFF;
    border: 1px solid #AAB4C2;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    padding: 10px 0 10px 16px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .field-file__label {
        height: 64px;
    }
}

.field-file__label:hover, .field-file__label:focus {
    border-color: #000000;
}

.field-file__label-text {
    font-size: 16px;
    line-height: 1;
    border-bottom: 1px solid #0D2951;
}

@media (min-width: 768px) {
    .field-file__label-text {
        font-size: 21px;
        letter-spacing: .01em;
    }
}

.field-file__icon {
    width: 15px;
}

@media (min-width: 768px) {
    .field-file__icon {
        width: auto;
    }
}

.field-file__icon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 49px;
    height: 49px;
    background: #0D2951;
    border-radius: 2px;
}

@media (min-width: 768px) {
    .field-file__icon-wrapper {
        width: 62px;
        height: 62px;
    }
}

.toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    border: 1px solid #AAB4C2;
    border-radius: 3px;
}

.toggle-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.toggle-label {
    font-size: 16px;
    line-height: 25px;
}

@media (min-width: 768px) {
    .toggle-label {
        font-size: 21px;
        line-height: 26px;
        letter-spacing: .01em;
        padding-left: 16px;
    }
}

.toggle-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.toggle-item input[type=radio] {
    display: none;
}

.toggle-item label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    height: 49px;
    font-size: 14px;
    line-height: 22px;
    color: #8694A8;
    background: #FFFFFF;
    border-right: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .toggle-item label {
        font-size: 21px;
        line-height: 28px;
        width: 90px;
        height: 64px;
    }
}

.toggle-item input[type=radio]:checked + label {
    color: #FFFFFF;
    background: #0d2951;
}

p {
    margin-top: 0;
}

.divider {
    border-top: 1px solid #C4C4C4;
    height: 0;
}

.rating {
    display: inline-block;
    font-size: 0;
    margin-bottom: 10px;
}

.rating span {
    padding: 0;
    font-size: 20px;
    line-height: 1;
    color: #C4C4C4;
}

.rating span:before {
    content: '★';
}

.rating span.active {
    color: #FFC72B;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("./../fonts/proxima_nova/ProximaNova-Regular.woff") format("woff"), url("./../fonts/proxima_nova/ProximaNova-Regular.woff2") format("woff2"), url("./../fonts/proxima_nova/ProximaNova-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: "normal";
}

@font-face {
    font-family: "Proxima Nova";
    src: url("./../fonts/proxima_nova/ProximaNova-Semibold.woff") format("woff"), url("./../fonts/proxima_nova/ProximaNova-Semibold.woff2") format("woff2"), url("./../fonts/proxima_nova/ProximaNova-Semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: "normal";
}

@font-face {
    font-family: "Proxima Nova";
    src: url("./../fonts/proxima_nova/ProximaNova-Bold.woff") format("woff"), url("./../fonts/proxima_nova/ProximaNova-Bold.woff2") format("woff2"), url("./../fonts/proxima_nova/ProximaNova-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: "normal";
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #FFFFFF;
    z-index: 2;
}

.header .overlay {
    position: fixed;
    top: 76px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #808080;
    opacity: .5;
    z-index: 0;
    display: none;
}


@media (min-width: 768px) {
    .header .overlay {
        top: 80px;
    }
}

@media (min-width: 1440px) {
    .header .overlay {
        top: 107px;
    }
}

.header__wrapper {
    padding: 18px 20px;
}

@media (min-width: 1440px) {
    .header__wrapper {
        padding: 24px 20px 40px;
    }
}

.header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__menu {
    display: none;
}

@media (min-width: 768px) {
    .header__menu {
        display: block;
        width: 100%;
    }
}

@media (min-width: 1440px) {
    .header__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.header__menu-left {
    display: none;
}

@media (min-width: 1440px) {
    .header__menu-left {
        display: block;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .header__menu-left .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        list-style: none;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 0;
        margin: 0;
    }

    .header__menu-left .link {
        font-size: 17px;
        line-height: 21px;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: .05em;
        color: #000000;
    }
}

@media (min-width: 1440px) {
    .header__menu-left .list .item {
        position: relative;
        cursor: pointer;
        border-bottom: 2px solid #FFFFFF;
    }

    .header__menu-left .list .item .submenu {
        display: none;
        position: absolute;
        top: 40px;
        left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        list-style: none;
        background: #FFFFFF;
        border-radius: 3px;
        -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
        z-index: 5;
        padding: 20px 40px 30px;
    }

    .header__menu-left .list .item .submenu ul {
        list-style: none;
        padding: 0;
        margin-top: 20px;
    }

    .header__menu-left .list .item .submenu .item:not(:last-child) {
        margin-bottom: 15px;
    }

    .header__menu-left .list .item .submenu .item .heading {
        border-bottom: 1px solid #AAB4C2;
        padding-bottom: 6px;
    }

    .header__menu-left .list .item .submenu .link {
        color: #555555;
        text-transform: none;
        white-space: nowrap;
    }

    .header__menu-left .list .item .submenu .link:hover {
        text-decoration: underline;
    }

    .header__menu-left .list .item.active {
        border-bottom: 2px solid #FFC72B;
    }

    .header__menu-left .list .item.active .submenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        left: -40px;
    }

    .header__menu-left .list .item.active .submenu.three-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        left: -504px;
        width: 1320px;
        padding: 30px 60px 40px;
    }
}

@media (min-width: 1440px) and (min-width: 1920px) {
    .header__menu-left .list .item.active .submenu.three-col {
        left: -582px;
        width: 1520px;
    }
}

@media (min-width: 1440px) {
    .header__menu-left .list .item.active .submenu.three-col li:not(:last-child) {
        margin-bottom: 15px;
    }

    .header__menu-left .list .item.active .submenu.three-col .item {
        font-size: 17px;
        line-height: 25px;
        letter-spacing: .08em;
        text-transform: uppercase;
        white-space: nowrap;
        margin-bottom: 0;
    }

    .header__menu-left .list .item.active .submenu.three-col .item:first-child {
        width: calc(50% - 30px);
        padding-right: 30px;
    }

    .header__menu-left .list .item.active .submenu.three-col .item:nth-child(2) {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-right: 30px;
    }

    .header__menu-left .list .item.active .submenu.three-col .item:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .header__menu-left .list .item.active .submenu.three-col .item .quantity {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 13px;
        line-height: 16px;
        min-width: 12px;
        color: #C4C4C4;
        border: 1px solid;
        padding: 0 2px;
    }

    .header__menu-left .list .item.active .submenu.three-col .item .two-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header__menu-left .list .item.active .submenu.three-col .item .two-col .left {
        margin-right: 135px;
    }
}

@media (min-width: 1440px) and (min-width: 1920px) {
    .header__menu-left .list .item.active .submenu.three-col .item .two-col .left {
        margin-right: 184px;
    }
}

@media (min-width: 1440px) {
    .header__menu-left .list .item.active .submenu.three-col .item .two-col .title {
        font-size: 17px;
        line-height: 21px;
        text-transform: none;
        color: #AAB4C2;
    }
}

@media (min-width: 1440px) {
    .header__menu-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

@media (min-width: 768px) {
    .header__menu-right .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 50px;
        margin-right: 40px;
    }
}

@media (min-width: 1440px) {
    .header__menu-right .list {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-left: 40px;
        margin-right: 40px;
    }
}

.header__menu-right .item {
    font-size: 20px;
    line-height: 28px;
}

@media (min-width: 768px) {
    .header__menu-right .item {
        max-height: 24px;
    }

    .header__menu-right .item.lang .link {
        text-decoration: none;
        color: #808080;
    }
}

@media (min-width: 768px) and (min-width: 1440px) {
    .header__menu-right .item.lang .link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 17px;
        line-height: 27px;
    }
}

@media (min-width: 768px) {
    .header__menu-right .item.search {
        width: 40px;
        cursor: pointer;
    }
}

@media (min-width: 1440px) {
    .header__menu-right .item {
        font-size: 25px;
        line-height: 27px;
    }
}

.header__menu-right .btn-primary {
    display: none;
}

@media (min-width: 1440px) {
    .header__menu-right .btn-primary {
        display: block;
    }
}

.header__menu-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 250px;
    margin-left: 25px;
    margin-right: 25px;
}

@media (min-width: 768px) {
    .header__menu-small {
        display: none;
    }
}

.header__menu-small.hidden {
    display: none;
}

.header__logo {
    display: none;
}

@media (min-width: 768px) {
    .header__logo {
        display: block;
        height: 42px;
    }

    .header__logo .img {
        height: 100%;
    }
}

@media (min-width: 1440px) {
    .header__logo {
        height: 58px;
        margin-right: 43px;
    }
}

@media (min-width: 1920px) {
    .header__logo {
        margin-right: 93px;
    }
}

.header__logo-wrapper.hidden {
    display: none;
}

@media (min-width: 768px) {
    .header__logo-small {
        display: none;
    }
}

.header__menu-mobile {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    background: #FFFFFF;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
    max-height: 100vh;
}

.header__menu-mobile.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 1440px) {
    .header__menu-mobile.active {
        display: none;
    }
}

.header__menu-mobile .menu-mobile__left {
    padding: 74px 38px 24px;
}

@media (min-width: 768px) {
    .header__menu-mobile .menu-mobile__left {
        padding: 46px 0 0;
        width: 678px;
        margin-left: auto;
        margin-right: auto;
    }
}

.header__menu-mobile .menu-mobile__left .list {
    list-style: none;
}

@media (min-width: 768px) {
    .header__menu-mobile .menu-mobile__left .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.header__menu-mobile .menu-mobile__left .list .mobile-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 17px;
    line-height: 21px;
    border-radius: 3px 3px 0 0;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding: 12px 18px;
    margin-left: -18px;
    margin-right: -18px;
}

@media (min-width: 768px) {
    .header__menu-mobile .menu-mobile__left .list .mobile-dropdown {
        padding: 0 0 16px;
        margin: 0;
    }
}

@media (min-width: 768px) {
    .header__menu-mobile .menu-mobile__left .list .mobile-dropdown .icon {
        display: none;
    }
}

.header__menu-mobile .menu-mobile__left .list .mobile-dropdown.active {
    background: #F5F7F6;
}

@media (min-width: 768px) {
    .header__menu-mobile .menu-mobile__left .list .mobile-dropdown.active {
        background: none;
    }
}

.header__menu-mobile .menu-mobile__left .list .mobile-dropdown.active .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header__menu-mobile .menu-mobile__left .list .mobile-dropdown__content {
    display: none;
    background: #F5F7F6;
    border-radius: 3px;
    padding-left: 38px;
    margin-left: -18px;
    margin-right: -18px;
}

@media (min-width: 768px) {
    .header__menu-mobile .menu-mobile__left .list .mobile-dropdown__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: none;
        padding-left: 0;
        margin: 0;
    }
}

.header__menu-mobile .menu-mobile__left .list .mobile-dropdown__content .list .item {
    padding-bottom: 18px;
}

.header__menu-mobile .menu-mobile__left .list .mobile-dropdown__content .list.about .item:nth-child(2) {
    white-space: nowrap;
}

@media (min-width: 768px) {
    .header__menu-mobile .menu-mobile__left .list .item {
        width: 25%;
    }
}

.header__menu-mobile .menu-mobile__left .list .item .list {
    padding: 0;
    margin: 0;
}

@media (min-width: 768px) {
    .header__menu-mobile .menu-mobile__left .list .item .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.header__menu-mobile .menu-mobile__left .list .item .list .link {
    text-decoration: none;
    color: #0D2951;
}

.header__menu-mobile .menu-mobile__right {
    padding: 0 38px 30px;
}

@media (min-width: 768px) {
    .header__menu-mobile .menu-mobile__right {
        padding: 0 0 46px;
        width: 678px;
        margin-left: auto;
        margin-right: auto;
    }
}

.header__menu-mobile .menu-mobile__right .list {
    margin-bottom: 16px;
}

.header__menu-mobile .menu-mobile__right .list .item.lang {
    position: absolute;
    top: 30px;
    left: 38px;
}

@media (min-width: 768px) {
    .header__menu-mobile .menu-mobile__right .list .item.lang {
        display: none;
    }
}

.header__menu-mobile .menu-mobile__right .list .item.lang .link {
    text-decoration: none;
    color: #808080;
}

.header__menu-mobile .menu-mobile__right .list .item.login {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .header__menu-mobile .menu-mobile__right .list .item.login {
        display: none;
    }
}

.header__menu-mobile .menu-mobile__right .list .item.login .link {
    font-size: 14px;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #808080;
}

.header__menu-mobile .menu-mobile__right .list .item.login .link .icon {
    margin-right: 8px;
}

@media (min-width: 768px) {
    .header__menu-mobile .menu-mobile__right .list .item.double {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.header__menu-mobile .menu-mobile__right .list .item .number {
    font-size: 20px;
    line-height: 28px;
    margin-right: 13px;
}

.header__menu-mobile .menu-mobile__right .list .item .location {
    font-size: 14px;
    line-height: 22px;
    color: #808080;
}

.header__menu-mobile .menu-mobile__right .social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__menu-mobile .menu-mobile__right .social-item {
    margin-right: 32px;
}

.header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 28px;
    cursor: pointer;
    z-index: 999;
}

@media (min-width: 1440px) {
    .header__burger {
        display: none;
    }
}

.header__burger .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__burger .close {
    display: none;
}

.header__burger.active {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #FFFFFF;
}

@media (min-width: 768px) {
    .header__burger.active {
        background: none;
        height: 80px;
    }
}

.header__burger.active .burger {
    display: none;
}

.header__burger.active .close {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 30px;
    right: 36px;
}

@media (min-width: 768px) {
    .header__burger.active .close {
        right: calc((100vw - 678px) / 2);
    }
}

.header .search-content {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    z-index: 1;
    background: #FFFFFF;
}

@media (min-width: 768px) {
    .header .search-content {
        top: 78px;
    }
}

@media (min-width: 1440px) {
    .header .search-content {
        top: 107px;
    }
}

.header .search-content .divider {
    border-top: 1px solid #AAB4C2;
}

.header .search-content .wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 0;
    margin-right: 60px;
}

@media (min-width: 768px) {
    .header .search-content .wrapper {
        max-width: calc(100% - 140px);
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1440px) {
    .header .search-content .wrapper {
        max-width: calc(100% - 220px);
        padding: 33px 0;
    }
}

.header .search-content .wrapper .input {
    border: none;
    margin-right: 30px;
}

@media (min-width: 1440px) {
    .header .search-content .wrapper .btn {
        width: 195px;
    }
}

.header .search-content .wrapper .close__search-content {
    position: absolute;
    top: 50%;
    right: -40px;
    width: 26px;
    height: 26px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

@media (min-width: 768px) {
    .header .search-content .wrapper .close__search-content {
        right: -76px;
    }
}

@media (min-width: 1440px) {
    .header .search-content .wrapper .close__search-content {
        right: -107px;
    }
}

.slider-wrapper {
    position: relative;
}

.prev,
.next {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 36px;
    z-index: 1;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

.slick-dots {
    bottom: -45px;
    left: 50%;
    width: auto;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (min-width: 1440px) {
    .slick-dots {
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }
}

.slick-dots li {
    width: 15px;
    height: 15px;
}

.slick-dots li button:before {
    font-size: 10px;
}

.slick-dots li.slick-active button:before {
    color: #FFC72B;
}

.catalog__heading {
    text-align: center;
    color: #0D2951;
    padding: 0 16px;
}

@media (min-width: 1440px) {
    .catalog__heading {
        font-size: 86px;
        line-height: 105px;
        letter-spacing: .05em;
    }
}

.catalog__heading-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(/img/bg-catalog.png) 0 50%;
    background-size: cover;
    height: 140px;
}

.catalog__heading-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 50px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

@media (min-width: 768px) {
    .catalog__heading-wrapper::after {
        height: 70px;
    }
}

@media (min-width: 1440px) {
    .catalog__heading-wrapper::after {
        height: 97px;
    }
}

@media (min-width: 768px) {
    .catalog__heading-wrapper {
        height: 220px;
    }
}

@media (min-width: 1440px) {
    .catalog__heading-wrapper {
        height: 300px;
    }
}

@media (min-width: 1440px) {
    .catalog__content {
        width: 1040px;
    }
}

@media (min-width: 1920px) {
    .catalog__content {
        width: 1136px;
    }
}

.catalog__content-wrapper {
    position: relative;
}

@media (min-width: 1440px) {
    .catalog__content-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 768px) {
    .catalog__aside {
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media (min-width: 1440px) {
    .catalog__aside {
        position: static;
        width: 225px;
        margin-right: auto;
    }
}

.accordion__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: .06em;
    cursor: pointer;
    padding: 20px 0;
}

@media (min-width: 768px) {
    .accordion__heading {
        font-size: 17px;
        line-height: 25px;
    }
}

.accordion__heading.active .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion__content {
    display: none;
    margin-bottom: 20px;
}

.btn {
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: .05em;
    text-align: center;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 7px 16px;
    cursor: pointer;
}

@media (min-width: 768px) {
    .btn {
        font-size: 17px;
        padding: 12px 40px;
    }
}

.btn:disabled {
    pointer-events: none;
    cursor: default;
    opacity: .3;
}

.btn-lg {
    font-size: 20px;
    line-height: 24px;
    padding: 12px 35px;
}

@media (min-width: 768px) {
    .btn-lg {
        font-size: 22px;
        line-height: 26px;
        padding: 18px 51px;
    }
}

.btn-sm {
    font-size: 13px;
    line-height: 16px;
    padding: 11px 17px;
}

.btn-primary {
    color: #000000;
    background-color: #FFC72B;
    border-color: #FFC72B;
}

.btn-primary:hover, .btn-primary:focus {
    border-color: #000000;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.btn-primary:disabled {
    color: #FFFFFF;
    background-color: #808080;
    border-color: #808080;
}

.btn-alt {
    color: #FFFFFF;
    background-color: #0D2951;
    border-color: #0D2951;
}

.btn-alt:hover, .btn-alt:focus {
    background-color: #000000;
    border-color: #000000;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.btn-alt:disabled {
    color: #FFFFFF;
    background-color: #808080;
    border-color: #808080;
}

.btn-secondary {
    color: #000000;
    background-color: transparent;
    border-width: 1px;
    border-color: #FFC72B;
}

.btn-secondary:hover, .btn-secondary:focus {
    border-color: #000000;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.btn-secondary:disabled {
    border-color: #808080;
}

.btn-secondary-lg {
    border-width: 2px;
}

.btn-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    color: #0D2951;
}

.btn-link.disabled {
    pointer-events: none;
    cursor: default;
    opacity: .3;
}

.btn-link.btn-primary, .btn-link-secondary {
    color: #000000;
}

.btn-link.btn-alt {
    color: #FFFFFF;
}

.checkbox {
    display: grid;
    grid-template-columns: -webkit-min-content auto;
    grid-template-columns: min-content auto;
    grid-template-rows: 24px auto;
    grid-gap: 9px;
    font-size: 14px;
    line-height: 26px;
    cursor: pointer;
}

@media (min-width: 768px) {
    .checkbox {
        font-size: 17px;
        line-height: 28px;
    }
}

.checkbox-input input {
    opacity: 0;
    width: 12px;
    height: 12px;
    margin-top: 6px;
}

.checkbox-label {
    color: #555555;
}

.checkbox-label .number {
    color: #C4C4C4;
}

.checkbox-control {
    display: inline-grid;
    width: 12px;
    height: 12px;
    border: 1px solid #555555;
    border-radius: 4px;
    background-color: #FFFFFF;
    margin-top: 6px;
}

.checkbox-control .icon {
    fill: transparent;
    stroke: #FFFFFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    margin: auto;
}

.checkbox-input {
    display: grid;
    grid-template-areas: "checkbox";
}

.checkbox-input > * {
    grid-area: checkbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkbox-input input:checked + .checkbox-control {
    border: 1px solid #0D2951;
    background-color: #0D2951;
    color: #0D2951;
}

.checkbox-input input:checked + .checkbox-control .icon {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.checkbox-input input:hover + .checkbox-control {
    border: 1px solid #0D2951;
}

.checkbox-input input:focus + .checkbox-control {
    border: 1px solid #0D2951;
}

.product {
    text-align: center;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    min-height: 285px;
}

@media (min-width: 768px) {
    .product {
        min-height: 475px;
    }
}

@media (min-width: 1440px) {
    .product:hover .img-wrapper .icon-wrapper {
        display: block;
    }
}

.product .img {
    width: 100%;
    max-width: 188px;
}

@media (min-width: 768px) {
    .product .img {
        max-width: 201px;
    }
}

.product .img-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 188px;
    ___height: calc(100% - 155px); /*ppn*/
    height: 100%;
    margin: auto;
}

@media (min-width: 768px) {
    .product .img-wrapper {
        width: 268px;
    }
}

@media (min-width: 1440px) {
    .product .img-wrapper {
        width: 275px;
    }
}

@media (min-width: 1920px) {
    .product .img-wrapper {
        width: 290px;
    }
}

.product .img-wrapper .icon {
    width: 32px;
    height: 32px;
}

.product .img-wrapper .icon-wrapper {
    display: none;
    height: 32px;
    cursor: pointer;
    color: unset;
    text-decoration: none;
}

@media (min-width: 1440px) {
    .product .img-wrapper .icon-wrapper {
        position: absolute;
    }

    .product .img-wrapper .icon-wrapper.like, .product .img-wrapper .icon-wrapper.liked {
        top: 0;
        left: 0;
    }

    .product .img-wrapper .icon-wrapper.liked {
        top: 0;
        left: 0;
        cursor: default;
    }

    .product .img-wrapper .icon-wrapper.compare {
        top: 40px;
        left: 0;
    }

    .product .img-wrapper .icon-wrapper.docs {
        left: 0;
        bottom: 80px;
    }

    .product .img-wrapper .icon-wrapper.pack {
        left: 0;
        bottom: 40px;
    }

    .product .img-wrapper .icon-wrapper.like:hover, .product .img-wrapper .icon-wrapper.compare:hover {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 36px;
        border: 1px solid #0D2951;
        border-radius: 2px;
        background: #FFFFFF;
        margin-bottom: 6px;
    }

    .product .img-wrapper .icon-wrapper.like:hover .tooltip, .product .img-wrapper .icon-wrapper.compare:hover .tooltip {
        display: block;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: .08em;
        text-transform: uppercase;
        color: #0D2951;
        margin-left: 4px;
    }

    .product .img-wrapper .icon-wrapper.docs:hover, .product .img-wrapper .icon-wrapper.pack:hover {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .product .img-wrapper .icon-wrapper.docs:hover .tooltip, .product .img-wrapper .icon-wrapper.pack:hover .tooltip {
        display: block;
        position: relative;
        font-size: 12px;
        line-height: 15px;
        color: #555555;
        background: #FFFFFF;
        -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
        border-radius: 5px;
        padding: 4px 6px;
        margin-left: 4px;
    }

    .product .img-wrapper .icon-wrapper.docs:hover .tooltip::before, .product .img-wrapper .icon-wrapper.pack:hover .tooltip::before {
        content: '';
        position: absolute;
        top: 7px;
        left: -8px;
        width: 0;
        height: 0;
        border: 4px solid;
        border-color: transparent #FFFFFF transparent transparent;
    }
}

/* ppn */
.product .img-wrapper .icon-wrapper.flag {
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
}

.product .img-wrapper .icon-wrapper.flag:hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: start;
    justify-content: flex-end;
    flex-wrap: wrap;

}

.product .img-wrapper .icon-wrapper.flag:hover .tooltip {
    display: block;
    position: relative;
    font-size: 12px;
    line-height: 15px;
    color: #555555;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 6px;
    margin-left: 4px;
}

.product .img-wrapper .icon-wrapper.flag:hover .tooltip::before {
    content: '';
    position: absolute;
    top: -7px;
    right: 12px;
    width: 0;
    height: 0;
    border: 4px solid;
    border-color: transparent transparent #FFFFFF transparent;
}

.product .img-wrapper .icon-wrapper.flag img {
    padding-left: 6px;
}

.product .img-wrapper .flag-text {
    letter-spacing: .5px;
    font-size: 13px;
    color: white;
    border-radius: 3px;
    padding: 4px 6px;
    margin: 4px 0 6px 6px;
}

.product .img-wrapper .flag-text.auction-text {
    background: red;
}

.product .img-wrapper .flag-text.wait-text {
    background-color: #fde697;
    color: #3f3f3f;
}

.product .img-wrapper .flag-text.reserved-text {
    background-color: #ff945b;
}

/*\ppn*/

.product .img-wrapper .tooltip {
    display: none;
}

.product .desc-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100px;
}

@media (min-width: 768px) {
    .product .desc-wrapper {
        height: 155px;
    }
}

.product .desc-wrapper .name {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.product .desc-wrapper .model {
    color: #808080;
    height: 34px;
    margin-bottom: 6px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .product .desc-wrapper .model {
        height: 44px;
    }
}

.product .desc-wrapper .price {
    letter-spacing: .01em;
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
    color: #0D2951;
}

@media (min-width: 768px) {
    .product .desc-wrapper .price {
        font-size: 21px;
        line-height: 31px;
    }
}

.product .desc-wrapper .price-wrapper {
    height: 40px;
}

@media (min-width: 768px) {
    .product .desc-wrapper .price-wrapper {
        height: 74px;
    }
}

.product .desc-wrapper .price-old {
    font-size: 10px;
    line-height: 12px;
    color: #8694A8;
}

@media (min-width: 768px) {
    .product .desc-wrapper .price-old {
        font-size: 15px;
        line-height: 23px;
    }
}

.breadcrumbs {
    display: none;
}

@media (min-width: 768px) {
    .breadcrumbs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 12px;
        line-height: 23px;
        letter-spacing: .05em;
        padding: 0;
    }

    .breadcrumbs > *:not(:last-child) {
        margin-right: 34px;
    }

    .breadcrumbs__item {
        white-space: nowrap;
        text-transform: uppercase;
    }

    .breadcrumbs__link {
        position: relative;
        color: #808080;
        text-decoration: none;
    }

    .breadcrumbs__link:after {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        background-image: url(/img/arrow-right.svg);
        background-size: 50% 50%;
        background-size: cover;
        margin-left: 6px;
        margin-right: 6px;
    }
}

.modal {
    display: none;
    position: fixed;
    width: calc(100% - 40px);
    max-width: 1050px;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #FFFFFF;
    z-index: 1200;
    overflow-y: auto;
    padding: 50px 20px 15px;
}

@media (min-width: 768px) {
    .modal {
        width: 678px;
        padding: 60px 45px 30px;
    }
}

@media (min-width: 1440px) {
    .modal {
        width: 1440px;
        padding: 60px 0 30px;
    }
}

.modal .close-modal {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

@media (min-width: 768px) {
    .modal .close-modal img {
        width: 40px;
        height: 40px;
    }
}

.modal .modal__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

@media (min-width: 768px) {
    .modal .modal__content {
        max-width: 770px;
        margin-left: auto;
        margin-right: auto;
    }
}

.modal .modal__content .heading__wrapper {
    width: 100%;
    margin-bottom: 22px;
}

.modal .modal__content .heading__wrapper .heading {
    text-align: center;
    color: #0D2951;
}

@media (min-width: 768px) {
    .modal .modal__content .heading__wrapper .heading {
        margin-bottom: 15px;
    }
}

.modal .modal__content .desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #F5F7F6;
    border-radius: 2px;
    width: 100%;
    padding: 10px 13px;
}

@media (min-width: 768px) {
    .modal .modal__content .desc {
        background: none;
        padding: 0;
    }
}

@media (min-width: 768px) {
    .modal .modal__content .desc .image__wrapper {
        position: absolute;
        bottom: 178px;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 214px;
        height: 230px;
        background: #F5F7F6;
        border-radius: 2px;
    }
}

@media (min-width: 768px) and (min-width: 1440px) {
    .modal .modal__content .desc .image__wrapper {
        bottom: 198px;
    }
}

.modal .modal__content .desc .image__wrapper .image {
    max-width: 65px;
    max-height: 72px;
}

@media (min-width: 768px) {
    .modal .modal__content .desc .image__wrapper .image {
        max-width: 132px;
        max-height: 150px;
    }
}

.modal .modal__content .desc .image__wrapper .image img {
    width: 100%;
}

.modal .modal__content .desc .subheading {
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    letter-spacing: .01em;
    color: #000000;
    margin-left: 10px;
}

@media (min-width: 768px) {
    .modal .modal__content .desc .subheading {
        font-size: 21px;
        line-height: 31px;
        text-align: center;
        width: 100%;
        white-space: nowrap;
        margin-left: 0;
    }
}

.modal .modal__content .desc .subheading .price {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: .01em;
    font-weight: bold;
    color: #000000;
}

.modal .modal__content .desc .subheading .price.underline {
    border-bottom: 2px solid #FFC72B;
    margin-bottom: 6px;
}

@media (min-width: 768px) {
    .modal .modal__content .desc .subheading .price {
        font-size: 21px;
        line-height: 1;
    }
}

.modal .modal__content .desc .subheading .price-wrapper {
    height: 40px;
    margin-top: auto;
}

@media (min-width: 768px) {
    .modal .modal__content .desc .subheading .price-wrapper {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
}

.modal .modal__content .desc .subheading .price-old {
    font-size: 10px;
    line-height: 12px;
    color: #A1A1A1;
    ___text-decoration: line-through;
}

@media (min-width: 768px) {
    .modal .modal__content .desc .subheading .price-old {
        font-size: 13px;
        line-height: 23px;
        margin-left: 10px;
    }
}

.modal .modal__content .info {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    margin-top: 15px;
}

@media (min-width: 768px) {
    .modal .modal__content .info {
        font-size: 14px;
        line-height: 22px;
        max-width: 575px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1440px) {
    .modal .modal__content .info {
        font-size: 17px;
        line-height: 25px;
        max-width: 600px;
    }
}

.modal .modal__content .form {
    width: 100%;
    margin: 15px 0 20px;
}

@media (min-width: 768px) {
    .modal .modal__content .form {
        width: calc(100% - 235px);
        margin: 30px 0 30px auto;
    }
}

@media (min-width: 1440px) {
    .modal .modal__content .form {
        margin-bottom: 40px;
    }
}

.modal .modal__content .form .btn {
    width: 100%;
    max-width: 290px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .modal .modal__content .form .btn {
        width: auto;
        margin-top: 10px;
    }
}

@media (min-width: 1440px) {
    .modal .modal__content .form .btn {
        margin-top: 20px;
    }
}

.modal .policy-wrapper {
    min-height: 54px;
}

.modal .policy, .modal .protection {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #808080;
}

@media (max-width: 767.98px) {
    .modal .protection {
        display: none;
    }
}

@media (min-width: 1440px) {
    .baners {
        display: none;
    }
}

.baners__wrapper {
    padding: 40px 20px;
}

@media (min-width: 768px) {
    .baners__wrapper {
        padding: 30px 0 50px;
    }
}

@media (min-width: 1440px) {
    .baners__wrapper {
        padding: 76px 0;
    }
}

@media (min-width: 768px) {
    .baners__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.baners .baner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #F5F7F6;
    max-width: 280px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 21px 12px 21px 25px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .baners .baner {
        max-width: 330px;
        margin: 0;
    }
}

.baners .baner__desc .heading {
    margin-bottom: 13px;
}

.baners .baner__img {
    max-width: 99px;
}

.baners .baner__img .img {
    width: 100%;
}

.baners.filters {
    display: none;
}

@media (min-width: 1440px) {
    .baners.filters {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.baners.filters .baners__wrapper {
    padding: 0;
    margin-top: 35px;
}

.baners.filters .baners__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

.baners.filters .baners__content .baner {
    max-width: 225px;
    margin-bottom: 24px;
}

.baners.filters .baners__content .baner__img {
    max-width: 116px;
    margin-right: -70px;
}

.baners.filters .baners__content .baner .heading {
    font-size: 21px;
    line-height: 31px;
}

.baners.filters .baners__content .baner .btn {
    max-width: 120px;
    font-size: 13px;
    line-height: 16px;
    padding: 11px 17px;
}

.first-screen__wrapper {
    /*background-image: url(/img/bg-first-screen.png);*/
    background-image: url(/img/bg-first-screen.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    padding: 40px 20px;
}

@media (min-width: 768px) {
    .first-screen__wrapper {
        padding: 50px 0;
    }
}

@media (min-width: 1440px) {
    .first-screen__wrapper {
        padding: 76px 0 82px;
    }
}

.first-screen__content {
    position: relative;
    text-align: center;
}

@media (min-width: 768px) {
    .first-screen__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left;
        max-width: 562px;
        height: 260px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) and (min-width: 1440px) {
    .first-screen__content {
        height: 480px;
        max-width: 1096px;
    }
}

@media (min-width: 768px) and (min-width: 1920px) {
    .first-screen__content {
        max-width: 1260px;
    }
}

.first-screen__heading {
    color: #0D2951;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .first-screen__heading {
        font-size: 42px;
        line-height: 52px;
        max-width: 330px;
        margin-bottom: 35px;
    }
}

@media (min-width: 1440px) {
    .first-screen__heading {
        font-size: 78px;
        line-height: 95px;
        max-width: 700px;
    }
}

.first-screen__img {
    width: 100%;
}

@media (min-width: 768px) {
    .first-screen__img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.first-screen__img-wrapper {
    max-width: 248px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .first-screen__img-wrapper {
        position: absolute;
        top: 0;
        bottom: 0;
        right: -58px;
        max-width: 288px;
        margin-top: -50px;
        margin-bottom: -50px;
    }
}

@media (min-width: 1440px) {
    .first-screen__img-wrapper {
        right: -112px;
        width: 522px;
        max-width: none;
        margin-top: -76px;
        margin-bottom: -82px;
    }
}

@media (min-width: 1920px) {
    .first-screen__img-wrapper {
        right: -129px;
    }
}

.services__wrapper {
    padding: 40px 20px;
}

@media (min-width: 768px) {
    .services__wrapper {
        padding: 50px 0;
    }
}

@media (min-width: 1440px) {
    .services__wrapper {
        padding: 76px 0 0;
    }
}

@media (min-width: 768px) {
    .services__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: -9px;
    }
}

@media (min-width: 1440px) {
    .services__content {
        margin-left: -15px;
    }
}

.services__content .service {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 280px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .services__content .service {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 50%;
        height: 375px;
        padding: 16px 10px 45px;
        margin-left: 9px;
        margin-right: 9px;
    }
}

@media (min-width: 768px) and (min-width: 1440px) {
    .services__content .service {
        width: 33, 333%;
        height: 451px;
        margin-left: 15px;
        margin-right: 15px;
    }
}

.services__content .service__watch {
    display: none;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(60%, rgba(255, 255, 255, 0)), to(#FFFFFF)), url(/img/bg-services-watch.png) no-repeat;
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 60%, #FFFFFF 100%), url(/img/bg-services-watch.png) no-repeat;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 60%, #FFFFFF 100%), url(/img/bg-services-watch.png) no-repeat;
    background-size: cover;
}

@media (min-width: 1440px) {
    .services__content .service__watch {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 1440px) {
    .services__content .service__watch .service__img-wrapper {
        width: 303px;
    }
}

.services__content .service__jewelry {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(60%, rgba(255, 255, 255, 0)), to(#FFFFFF)), url(/img/bg-services-jewelry.png) no-repeat;
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 60%, #FFFFFF 100%), url(/img/bg-services-jewelry.png) no-repeat;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 60%, #FFFFFF 100%), url(/img/bg-services-jewelry.png) no-repeat;
    background-size: cover;
    background-position-y: 100%;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .services__content .service__jewelry {
        background-position-y: inherit;
        margin-bottom: 0;
    }
}

.services__content .service__jewelry .service__img-wrapper {
    width: 120px;
}

@media (min-width: 768px) {
    .services__content .service__jewelry .service__img-wrapper {
        width: 194px;
    }
}

@media (min-width: 1440px) {
    .services__content .service__jewelry .service__img-wrapper {
        width: 246px;
    }
}

.services__content .service__coins {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(60%, rgba(255, 255, 255, 0)), to(#FFFFFF)), url(/img/bg-services-coins.png) no-repeat;
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 60%, #FFFFFF 100%), url(/img/bg-services-coins.png) no-repeat;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 60%, #FFFFFF 100%), url(/img/bg-services-coins.png) no-repeat;
    background-size: cover;
    background-position-y: 100%;
}

@media (min-width: 768px) {
    .services__content .service__coins {
        background-position-y: inherit;
    }
}

.services__content .service__coins .service__img-wrapper {
    width: 104px;
}

@media (min-width: 768px) {
    .services__content .service__coins .service__img-wrapper {
        width: 187px;
    }
}

@media (min-width: 1440px) {
    .services__content .service__coins .service__img-wrapper {
        width: 238px;
    }
}

.services__content .service__heading-wrapper {
    text-align: center;
    max-width: 135px;
    margin-bottom: 16px;
}

@media (min-width: 768px) {
    .services__content .service__heading-wrapper {
        max-width: 300px;
    }
}

@media (min-width: 768px) {
    .services__content .service__subheading {
        letter-spacing: .05em;
        font-size: 21px;
        line-height: 31px;
    }
}

.services__content .service__img {
    width: 100%;
}

@media (max-width: 767.98px) {
    .services__content .service__img-wrapper {
        position: absolute;
        top: 50%;
        right: 8px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (max-width: 767.98px) {
    .services__content .service .btn {
        margin-left: 20px;
    }
}

.collections__wrapper {
    background-color: #F5F7F6;
    padding: 40px 20px;
}

@media (min-width: 768px) {
    .collections__wrapper {
        padding: 50px 0;
    }
}

@media (min-width: 1440px) {
    .collections__wrapper {
        padding: 76px 0 82px;
    }
}

.collections__heading {
    color: #0D2951;
    text-align: center;
    padding: 0 16px;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .collections__heading {
        padding: 0;
        margin-bottom: 24px;
    }
}

@media (min-width: 1440px) {
    .collections__heading {
        font-size: 42px;
        line-height: 52px;
        letter-spacing: 0;
        margin-bottom: 50px;
    }
}

@media (min-width: 1440px) {
    .collections__content {
        max-width: 1096px;
        margin: auto;
    }
}

@media (min-width: 1920px) {
    .collections__content {
        max-width: 1260px;
    }
}

.collections__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

@media (min-width: 768px) {
    .collections__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.collections__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 187px;
    height: 34px;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border: 1px solid #FFC72B;
    border-radius: 3px;
    margin-bottom: 16px;
}

@media (min-width: 768px) {
    .collections__item {
        width: 209px;
        height: 36px;
        border-width: 2px;
        margin-bottom: 0;
    }
}

@media (min-width: 1440px) {
    .collections__item {
        width: 316px;
        height: 66px;
        font-size: 22px;
        line-height: 27px;
    }
}

@media (min-width: 1920px) {
    .collections__item {
        width: 350px;
    }
}

.collections__link {
    color: #000000;
    text-decoration: none;
}

.blog__wrapper {
    padding: 40px 20px;
}

@media (min-width: 768px) {
    .blog__wrapper {
        padding: 50px 0;
    }
}

@media (min-width: 1440px) {
    .blog__wrapper {
        padding: 76px 0;
    }
}

.blog__heading {
    color: #0D2951;
    text-align: center;
    margin-bottom: 20px;
    /*font-size: 26px;*/
}

@media (min-width: 768px) {
    .blog__heading {
        margin-bottom: 50px;
        font-size: 42px;
        line-height: 50px;
    }
}

.blog__content {
    position: relative;
}

@media (min-width: 768px) {
    .blog__content .articles {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        /*justify-content: space-between;*/
        justify-content: flex-start;
        margin: -9px;
    }
}

@media (min-width: 1440px) {
    .blog__content .articles {
        margin: -15px;
    }
}

.blog__content .article {
    width: 100%;
}

@media (min-width: 768px) {
    .blog__content .article {
        width: calc(100% / 2 - 18px);
        margin-left: 9px;
        margin-right: 9px;
    }
}

@media (min-width: 1440px) {
    .blog__content .article {
        width: calc(100% / 3 - 30px);
        min-width: 280px;
        margin: 15px;
    }
}

.blog__content .article .img {
    width: 100%;
    margin-bottom: 12px;
    margin-top: 30px;
}

@media (min-width: 768px) {
    .blog__content .article .img {
        height: 300px;
        -o-object-fit: cover;
        object-fit: cover;
        margin-bottom: 30px;
    }
}

.blog__content .article .category {
    white-space: nowrap;
}

.blog__content .article .heading a {
    text-decoration: none;
    color: #000000;
}

.blog__content .article.article-2 {
    display: none;
}

@media (min-width: 768px) {
    .blog__content .article.article-2 {
        display: block;
    }
}

.blog__content .article.article-3 {
    display: none;
}

@media (min-width: 1440px) {
    .blog__content .article.article-3 {
        display: block;
    }
}

.blog__content .link {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: .08em;
    color: #0D2951;
    text-transform: uppercase;
    text-decoration: none;
}

@media (min-width: 768px) {
    .blog__content .link {
        font-size: 17px;
        line-height: 25px;
    }
}

.blog__content .link:hover, .blog__content .link:focus {
    border-bottom: 1px solid #FFC72B;
    padding-bottom: 1px;
}

.blog__content .link-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 24px;
}

@media (min-width: 768px) {
    .blog__content .link-wrapper {
        position: absolute;
        top: -60px;
        right: 0;
    }
}

.ratings__wrapper {
    background: url(/img/bg-rating.png);
    padding: 40px 20px;
}

@media (min-width: 768px) {
    .ratings__wrapper {
        padding: 50px 0;
    }
}

@media (min-width: 1440px) {
    .ratings__wrapper {
        padding: 76px 0 82px;
    }
}

.ratings__heading {
    text-align: center;
    margin-bottom: 32px;
}

.ratings__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 768px) {
    .ratings__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-evenly;
    }
}

@media (min-width: 1440px) {
    .ratings__content {
        max-width: 1096px;
        margin: auto;
    }
}

@media (min-width: 1920px) {
    .ratings__content {
        max-width: 1260px;
    }
}

.ratings__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 182px;
    height: 118px;
    background: #FFFFFF;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .ratings__card {
        width: 214px;
        height: 168px;
        margin-bottom: 0;
    }
}

@media (min-width: 1440px) {
    .ratings__card {
        width: 308px;
    }
}

@media (min-width: 1920px) {
    .ratings__card {
        width: 358px;
    }
}

.ratings__card .card-heading {
    padding-bottom: 8px;
}

@media (min-width: 768px) {
    .ratings__card .card-heading {
        padding-bottom: 16px;
    }
}

.ratings__card .card-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ratings__card .card-content .google-logo {
    height: 42px;
    margin-right: 12px;
}

.ratings__card .card-content .fb-logo {
    width: 42px;
    height: 44px;
    margin-right: 15px;
}

.ratings__card .card-content .credit-logo {
    height: 48px;
}

.ratings__card .card-content .ratings {
    text-align: center;
}

.about-watch__wrapper {
    padding: 40px 20px;
}

@media (min-width: 768px) {
    .about-watch__wrapper {
        padding: 50px 0;
    }
}

@media (min-width: 1440px) {
    .about-watch__wrapper {
        padding: 76px 0;
    }
}

.about-watch__heading {
    text-align: center;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .about-watch__heading {
        margin-bottom: 50px;
    }
}

.about-watch__content {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 1440px) {
    .about-watch__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 1920px) {
    .about-watch__content {
        margin-left: -24px;
        margin-right: -24px;
    }
}

.about-watch .left-side, .about-watch .right-side {
    margin-left: 15px;
    margin-right: 15px;
}

@media (min-width: 1440px) {
    .about-watch .left-side, .about-watch .right-side {
        width: 50%;
    }
}

@media (min-width: 1920px) {
    .about-watch .left-side, .about-watch .right-side {
        margin-left: 24px;
        margin-right: 24px;
    }
}

.about-watch .left-side .img, .about-watch .right-side .img {
    width: 100%;
    height: 100%;
    max-height: 529px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .about-watch .left-side .img, .about-watch .right-side .img {
        margin-bottom: 30px;
    }
}

@media (min-width: 1440px) {
    .about-watch .left-side .img, .about-watch .right-side .img {
        margin-bottom: 0;
    }
}

@media (min-width: 1440px) {
    .about-watch .left-side .notify, .about-watch .right-side .notify {
        margin-bottom: 30px;
    }
}

.about-watch .left-side .btn-wrapper, .about-watch .right-side .btn-wrapper {
    text-align: center;
}

@media (min-width: 1440px) {
    .about-watch .left-side .btn-wrapper, .about-watch .right-side .btn-wrapper {
        text-align: left;
    }
}

@media (min-width: 1920px) {
    .about-watch .right-side {
        max-width: 660px;
    }
}

.rate-watch__wrapper {
    background-color: #F5F7F6;
    padding: 40px 20px;
}

@media (min-width: 768px) {
    .rate-watch__wrapper {
        padding: 50px 0;
    }
}

@media (min-width: 1440px) {
    .rate-watch__wrapper {
        padding: 76px 0;
    }
}

.rate-watch__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.rate-watch__content .left-side {
    position: relative;
    display: none;
}

@media (min-width: 1440px) {
    .rate-watch__content .left-side {
        display: block;
        width: 50%;
        background-image: url(/img/bg-rate-watch.jpg);
        background-repeat: no-repeat;
        background-position: 50% 100%;
        background-size: cover;
        padding: 76px 0 76px calc((100vw - 100%) / 2);
        margin: -76px 0 -76px calc((100vw - 100%) / -2);
    }
}

@media (min-width: 1440px) {
    .rate-watch__content .left-side .breadcrumbs {
        position: absolute;
        top: 10px;
    }
}

.rate-watch__content .right-side {
    width: 100%;
    max-width: 446px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1440px) {
    .rate-watch__content .right-side {
        width: 50%;
        max-width: 487px;
    }
}

.rate-watch__content .right-side .heading {
    text-align: center;
    margin-bottom: 27px;
}

@media (min-width: 768px) {
    .rate-watch__content .right-side .heading {
        margin-bottom: 35px;
    }
}

.rate-watch__content .right-side .form {
    text-align: center;
}

.rate-watch__content .right-side .form .btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 30px;
}

@media (min-width: 768px) {
    .rate-watch__content .right-side .form .btn {
        width: 100%;
    }
}

.rate-watch__content .right-side .form .privacy-policy {
    font-size: 11px;
    line-height: 13px;
    color: #808080;
    margin-top: 30px;
}

.rate-watch__content .right-side .form .privacy-policy .text:first-child {
    margin-bottom: 10px;
}

.rate-watch__content .right-side .form .privacy-policy .text:last-child {
    padding: 0 11px;
}

.rate-watch__content .right-side .form .privacy-policy .text .link {
    color: #808080;
}

.sales-process__wrapper {
    background-color: #F5F7F6;
    padding: 40px 20px;
}

@media (min-width: 768px) {
    .sales-process__wrapper {
        padding: 50px 0;
    }
}

@media (min-width: 1440px) {
    .sales-process__wrapper {
        padding: 76px 0;
    }
}

.sales-process__heading {
    text-align: center;
    margin-bottom: 45px;
}

.sales-process__content .list {
    margin: -25px -20px;
}

@media (min-width: 768px) {
    .sales-process__content .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.sales-process__content .list .item {
    margin: 25px 20px;
}

@media (min-width: 768px) {
    .sales-process__content .list .item {
        text-align: center;
        width: calc(100% / 3);
    }
}

.sales-process__content .list .item .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    line-height: 35px;
    color: #FFFFFF;
    width: 36px;
    height: 36px;
    background: #FFC72B;
    border-radius: 3px;
    margin-right: 13px;
    margin-bottom: 16px;
}

@media (min-width: 768px) {
    .sales-process__content .list .item .icon {
        margin-left: auto;
        margin-right: auto;
    }
}

.sales-process__content .list .item .heading {
    color: #0D2951;
    margin-bottom: 16px;
}

.sales-process__content .list .item .heading-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 768px) {
    .sales-process__content .list .item .heading-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (min-width: 1440px) {
    .sales-process__content .list .item .description {
        font-size: 21px;
        line-height: 28px;
        padding: 0px 36px;
    }
}

.card__wrapper {
    padding: 10px 20px 40px;
}

@media (min-width: 768px) {
    .card__wrapper {
        padding: 52px 0 50px;
    }
}

@media (min-width: 1440px) {
    .card__wrapper {
        padding: 10px 0 76px;
    }
}

@media (min-width: 768px) {
    .card__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: -12px;
        margin-right: -12px;
    }
}

@media (min-width: 1440px) {
    .card__content {
        margin-left: -25px;
        margin-right: -25px;
    }
}

@media (min-width: 768px) {
    .card__left {
        width: 50%;
        margin-left: 12px;
        margin-right: 12px;
    }
}

@media (min-width: 1440px) {
    .card__left {
        margin-left: 25px;
        margin-right: 25px;
    }
}

@media (min-width: 768px) {
    .card__left .breadcrumbs {
        margin-top: -36px;
    }
}

@media (min-width: 1440px) {
    .card__left .breadcrumbs {
        margin-top: 0;
        margin-bottom: 48px;
    }
}

.card__left .gallery {
    height: 100%;
}

.card__left .slider-wrapper {
    height: 100%;
    margin-bottom: 67px;
}

@media (min-width: 768px) {
    .card__left .slider-wrapper {
        height: calc(100% - 45px);
    }
}

@media (min-width: 1440px) {
    .card__left .slider-wrapper {
        margin-left: 130px;
        margin-bottom: 46px;
    }
}

.card__left .slider-wrapper .slider-card .prev, .card__left .slider-wrapper .slider-card .next {
    opacity: 0;
}

@media (min-width: 1440px) {
    .card__left .slider-wrapper .slider-card .prev, .card__left .slider-wrapper .slider-card .next {
        opacity: 1;
    }
}

.card__left .slider-wrapper .slide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card__left .slider-wrapper .slide .img {
    width: 100%;
}

.card__left .slider-wrapper .slide .img-wrapper {
    width: 430px;
}

.card__left .slider-wrapper .slide .icon {
    display: none;
}

@media (min-width: 1440px) {
    .card__left .slider-wrapper .slide .icon {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 40px;
    }
}

@media (min-width: 1440px) {
    .card__left .slider-wrapper .slick-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        top: 0;
        left: -130px;
    }

    .card__left .slider-wrapper .slick-dots li {
        width: 78px;
        height: 78px;
        border: 1px solid #C4C4C4;
        margin-bottom: 13px;
    }

    .card__left .slider-wrapper .slick-dots li button {
        width: 78px;
        height: 78px;
    }

    .card__left .slider-wrapper .slick-dots li button:before {
        opacity: 0;
    }
}

.card__left .slider-wrapper .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card__left .slider-wrapper .slick-slider, .card__left .slider-wrapper .slick-list, .card__left .slider-wrapper .slick-track {
    height: 100%;
    margin: 0;
}

.card__left .slider-wrapper .dots {
    display: none;
}

@media (min-width: 1440px) {
    .card__left .slider-wrapper .dots {
        display: block;
        position: absolute;
        top: 5px;
        left: -120px;
        z-index: -1;
    }

    .card__left .slider-wrapper .dots .dot {
        width: 70px;
        height: 70px;
        margin-bottom: 23px;
    }

    .card__left .slider-wrapper .dots .dot .img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

@media (min-width: 768px) {
    .card__right {
        width: 50%;
        margin-left: 12px;
        margin-right: 12px;
    }
}

.card__right .category {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .06em;
    color: #808080;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 12px;
}

@media (min-width: 768px) {
    .card__right .category {
        font-size: 13px;
        line-height: 20px;
        letter-spacing: .08em;
        text-align: left;
        margin-bottom: 0;
    }
}

@media (min-width: 1440px) {
    .card__right .category {
        margin-bottom: 20px;
    }
}

.card__right .heading {
    font-size: 32px;
    line-height: 39px;
    letter-spacing: .01em;
    font-weight: 600;
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .card__right .heading {
        font-size: 29px;
        text-align: left;
        padding: 0;
    }
}

@media (min-width: 1440px) {
    .card__right .heading {
        font-size: 42px;
        line-height: 52px;
    }
}

.card__right .model {
    margin-bottom: 12px;
}

.card__right .description {
    margin-bottom: 24px;
}

@media (min-width: 768px) {
    .card__right .description {
        margin-bottom: 10px;
    }
}

@media (min-width: 1440px) {
    .card__right .description {
        margin-bottom: 30px;
    }
}

@media (min-width: 1440px) {
    .card__right .price {
        /* PPN width: 50%; */
        min-width: 50%;
        margin-right: 32px;
    }
}

@media (min-width: 1440px) {
    .card__right .price-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 30px;
    }
}

.card__right .price .currency {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 26px;
    line-height: 31px;
    letter-spacing: .01em;
    color: #0D2951;
    font-weight: 700;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .card__right .price .currency {
        font-size: 21px;
        margin-bottom: 0px;
    }
}

@media (min-width: 1440px) {
    .card__right .price .currency {
        font-size: 32px;
    }
}

.card__right .price .currency .selected {
    margin-right: auto;
    padding-right: 20px;
}

.card__right .price .currency .evro {
    margin-left: 10px;
}

.card__right .price .currency .dollar {
    margin-left: 10px;
}

.card__right .price .currency .uah {
    margin-left: 10px;
}

.card__right .recommended {
    font-size: 12px;
    line-height: 18px;
    color: #808080;
    text-align: center;
    margin-bottom: 4px;
}

@media (min-width: 768px) {
    .card__right .recommended {
        font-size: 14px;
        line-height: 22px;
        color: #8694A8;
        text-align: left;
    }
}

@media (min-width: 1440px) {
    .card__right .recommended {
        font-size: 17px;
        line-height: 25px;
    }
}

.card__right .change-price {
    display: block;
    font-size: 12px;
    line-height: 17px;
    color: #808080;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .card__right .change-price {
        font-size: 14px;
        line-height: 25px;
        text-align: left;
    }
}

@media (min-width: 1440px) {
    .card__right .change-price {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 0;
    }
}

@media (min-width: 1440px) {
    .card__right .reserved {
        width: 50%;
        margin-right: 32px;
    }
}

.card__right .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .card__right .btn {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 1440px) {
    .card__right .btn {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 18px 43px;
        margin-right: 32px;
        margin-bottom: 0;
    }
}

@media (min-width: 1920px) {
    .card__right .btn {
        padding: 18px 51px;
    }
}

@media (min-width: 1440px) {
    .card__right .btn-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 36px;
    }
}

.card__right .question {
    text-align: center;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .card__right .question {
        text-align: left;
        margin-bottom: 30px;
    }
}

@media (min-width: 1440px) {
    .card__right .question {
        margin-bottom: 40px;
    }
}

.card__right .question .link {
    color: #0D2951;
    text-decoration: none;
}

.card__right .connect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 17px;
    color: #808080;
}

@media (min-width: 768px) {
    .card__right .connect {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-size: 17px;
        line-height: 25px;
    }
}

.card__right .connect .icon {
    margin-right: 8px;
}

.more-info__wrapper {
    background-color: #F5F7F6;
    padding: 40px 20px;
}

@media (min-width: 768px) {
    .more-info__wrapper {
        padding: 50px 0;
    }
}

@media (min-width: 1440px) {
    .more-info__wrapper {
        padding: 76px 0;
    }
}

@media (min-width: 1440px) {
    .more-info__content {
        max-width: 1096px;
        margin-left: auto;
        margin-right: auto;
    }
}

.more-info__content .tab-content {
    margin: 0;
}

@media (min-width: 1440px) {
    .more-info__content .tab-content .characteristics {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 1440px) {
    .more-info__content .tab-content .characteristics .list {
        width: calc((100% - 30px) / 2);
    }
}

@media (min-width: 1920px) {
    .more-info__content .tab-content .characteristics .list {
        width: calc((100% - 118px) / 2);
    }
}

.more-info__content .tab-content .characteristics .list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.more-info__content .tab-content .characteristics .list .item:not(:last-child) {
    border-bottom: 1px solid #DBDFE5;
    padding-bottom: 4px;
    margin-bottom: 4px;
}

.more-info__content .tab-content .characteristics .list .item .title, .more-info__content .tab-content .characteristics .list .item .description {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .06em;
    text-align: left;
}

.more-info__content .tab-content .characteristics .list .item .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc((100% - 50%) - 24px);
    text-transform: uppercase;
    margin-right: 24px;
}

@media (min-width: 768px) {
    .more-info__content .tab-content .characteristics .list .item .title {
        width: calc((100% - 60%) - 35px);
    }
}

.more-info__content .tab-content .characteristics .list .item .title .icon {
    width: 12px;
    margin-left: 4px;
    margin-bottom: 2px;
}

.more-info__content .tab-content .characteristics .list .item .description {
    width: 65%;
}

@media (min-width: 768px) {
    .more-info__content .tab-content .characteristics .list .item .description {
        width: 60%;
    }
}

@media (min-width: 1440px) {
    .more-info__content .tab-content .characteristics .list-1 {
        margin-right: 30px;
    }
}

@media (min-width: 1440px) and (min-width: 1920px) {
    .more-info__content .tab-content .characteristics .list-1 {
        margin-right: 118px;
    }
}

.filters__wrapper {
    padding: 0 20px;
    margin-top: 40px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .filters__wrapper {
        padding: 0;
        margin: 0;
    }
}

.filters__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    background: #FFC72B;
    border-radius: 3px;
    width: 280px;
    padding: 6px 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .filters__heading {
        width: 246px;
        padding: 11px 0;
        margin: 0;
    }
}

@media (min-width: 1440px) {
    .filters__heading {
        display: none;
    }
}

.filters__heading .text {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding-left: 10px;
}

.filters__content {
    display: none;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .filters__content {
        background: #FFFFFF;
        position: relative;
        width: 246px;
        z-index: 1;
        max-height: 744px;
        overflow-y: auto;
        padding: 15px 0;
        margin-top: 15px;
    }
}

@media (min-width: 1440px) {
    .filters__content {
        display: block;
        width: 225px;
        position: static;
        max-height: none;
        margin-top: 25px;
    }
}

.filters__content .heading {
    display: none;
}

@media (min-width: 768px) {
    .filters__content .heading {
        display: block;
    }
}

.filters__content .search-brand {
    font-size: 14px;
    line-height: 22px;
    height: 36px;
    text-align: center;
    margin: 5px 0 15px;
}

@media (min-width: 768px) {
    .filters__content .search-brand {
        font-size: 17px;
        line-height: 25px;
    }
}

.filters .all-brends {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filters .all-brends .link {
    font-size: 14px;
    line-height: 22px;
    color: #0D2951;
    margin-right: 8px;
}

.filters__accordion-wrapper {
    padding: 0 28px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .filters__accordion-wrapper {
        padding: 0 10px 0 0;
    }
}

@media (min-width: 1440px) {
    .filters__accordion-wrapper {
        padding: 0;
    }
}

.filters__accordion-wrapper .heading {
    margin-bottom: 15px;
}

.filters__accordion-wrapper .accordion.price .accordion__heading {
    position: relative;
}

.filters__accordion-wrapper .accordion.price .accordion__heading::after {
    content: '';
    position: absolute;
    left: 55px;
    width: 20px;
    height: 20px;
    background: url(/img/ruble.svg) no-repeat;
    background-size: contain;
}

.filters__accordion-wrapper .accordion__heading {
    font-weight: 600;
    padding: 6px 0;
}

@media (min-width: 768px) {
    .filters__accordion-wrapper .accordion__heading {
        font-weight: 400;
    }
}

.filters__accordion-wrapper .accordion__heading.filters__heading {
    font-weight: 400;
}

.filters__accordion-wrapper .accordion__content {
    margin-top: 5px;
    margin-bottom: 15px;
}

.filters__accordion-wrapper .accordion .divider {
    display: none;
}

.filters .btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 1440px) {
    .filters .btn-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.filters .btn-wrapper .btn {
    width: 132px;
}

@media (min-width: 768px) {
    .filters .btn-wrapper .btn {
        font-size: 13px;
        line-height: 20px;
        width: auto;
        padding: 7px 16px;
    }
}

@media (min-width: 1440px) {
    .filters .btn-wrapper .btn {
        font-size: 17px;
        line-height: 21px;
        width: 100%;
        padding: 12px 40px;
        margin-top: 16px;
    }

    .filters .btn-wrapper .btn.btn-secondary {
        margin-top: 24px;
    }
}

@media (min-width: 768px) {
    .sort__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 418px;
        margin-left: auto;
        margin-top: 40px;
    }
}

@media (min-width: 768px) and (min-width: 1440px) {
    .sort__content {
        max-width: none;
    }
}

.sort__content .select__wrapper {
    width: 280px;
    margin: 15px auto;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .sort__content .select__wrapper {
        width: 100%;
        max-width: 246px;
        margin: 0;
    }
}

@media (min-width: 1440px) {
    .sort__content .select__wrapper {
        max-width: 307px;
    }
}

.sort__content .select__wrapper.active .select__default .chevron-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sort__content .select__default {
    border: 1px solid #0D2951;
    border-radius: 2px;
    list-style: none;
    position: relative;
    cursor: pointer;
}

.sort__content .select__default .option {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1px 15px;
}

@media (min-width: 768px) {
    .sort__content .select__default .option {
        padding: 6px 15px;
    }
}

.sort__content .select__default .option .icon {
    width: 32px;
    height: 32px;
    margin-right: 15px;
}

.sort__content .select__default .option .title {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-right: auto;
}

.sort__content .select__list {
    display: none;
    width: 100%;
    background: #FFFFFF;
    border-radius: 2px;
    list-style: none;
    padding: 16px 0;
}

@media (min-width: 768px) {
    .sort__content .select__list {
        position: absolute;
        background: #FFFFFF;
        z-index: 1;
        -webkit-box-shadow: 0px -2px 20px rgba(0, 0, 0, 0.2);
        box-shadow: 0px -2px 20px rgba(0, 0, 0, 0.2);
    }
}

.sort__content .select__list li {
    padding: 10px 0;
    cursor: pointer;
}

.sort__content .select__list .option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
}

.sort__content .select__list .option .icon {
    width: 32px;
    height: 32px;
    margin-right: 15px;
}

.sort__content .select__list .option .chevron-icon {
    display: none;
}

.sort__content .info-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .sort__content .info-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media (min-width: 1440px) {
    .sort__content .info-wrapper {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.sort__content .info-wrapper .amount {
    color: #62748E;
}

@media (min-width: 768px) {
    .sort__content .info-wrapper .amount {
        margin-top: 28px;
        margin-right: auto;
        margin-left: -110%;
    }
}

@media (min-width: 1440px) {
    .sort__content .info-wrapper .amount {
        margin: 0 0 0 30px;
    }
}

.sort__content .info-wrapper .price__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.sort__content .info-wrapper .price__item {
    margin-left: 12px;
}

.sort__content .info-wrapper .price__item.selected {
    opacity: .3;
    pointer-events: none;
}

.sort__content .info-wrapper .price__item .icon {
    width: 36px;
    height: 36px;
}

@media (min-width: 768px) {
    .sort__content .info-wrapper .price__item .icon {
        width: 46px;
        height: 46px;
    }
}

.products__wrapper {
    padding: 0 20px 40px;
}

@media (min-width: 768px) {
    .products__wrapper {
        padding: 0 0 20px;
    }
}

@media (min-width: 1440px) {
    .products__wrapper {
        padding: 43px 0 20px;
    }
}

.products__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -6px;
    margin-right: -6px;
}

@media (min-width: 768px) {
    .products__list {
        margin-left: -1px;
        margin-right: -1px;
    }
}

@media (min-width: 1440px) {
    .products__list {
        margin-left: 0;
        margin-right: 0;
    }
}

.products__list .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: calc(50% - 12px);
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 13px;
}

@media (min-width: 768px) {
    .products__list .product {
        width: calc((100% - 6px) / 3);
        min-height: 500px;
        padding: 0;
        margin-left: 1px;
        margin-right: 1px;
        margin-bottom: 10px;
    }
}

@media (min-width: 1440px) {
    .products__list .product {
        width: calc(100% / 4);
        margin-left: 0;
        margin-right: 0;
    }
}

.products__list .product .img {
    max-width: 107px;
    max-height: 178px;
}

@media (min-width: 768px) {
    .products__list .product .img {
        max-width: 190px;
        max-height: 288px;
    }
}

.products__list .product .img-wrapper {
    width: 100%;
}

.pagination .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 19px;
    margin-left: auto;
    margin-right: auto;
}

.pagination .pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
}

.pagination .pager__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 8px;
}

.pagination .pager__item.active .pager__link {
    background-color: #FFC72B;
    border-color: #FFC72B;
    text-decoration: none;
}

.pagination .pager__item-prev {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.pagination .pager__item-next {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.pagination .pager__link {
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 21px;
    line-height: 28px;
    margin-left: -1px;
    color: #000000;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.pagination .pager__link:hover, .pagination .pager__link:focus, .pagination .pager__link:active {
    background-color: #FFC72B;
    border-color: #FFC72B;
    text-decoration: none;
}

.sort-control {
    background: #FFFFFF;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    -webkit-box-shadow: 0px -2px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0px -2px 20px rgba(0, 0, 0, 0.25);
}

.sort-control__wrapper {
    padding: 30px 0;
}

.sort-control__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.sort-control__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 732px;
    overflow: auto;
}

.sort-control__list .item-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    min-width: 100px;
    height: 100px;
    border-radius: 3px;
    border: 1px solid #DBDFE5;
    margin: 0 10px;
}

.sort-control__list .item img {
    width: 68px;
    height: 90px;
    -o-object-fit: contain;
    object-fit: contain;
}

.sort-control__list .item .del-item {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.sort-control__list .item .del-item img {
    width: 16px;
    height: 16px;
}

.sort-control .btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 125px;
}

.sort-control .btn-wrapper .btn:first-child {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .prime-advantages__wrapper {
        background: url(/img/bg-prime-bottom.svg), url(/img/bg-prime-top.svg);
        background-position: -10.75% calc(100% - 50px), 111.74% 244px;
        background-size: 186px, 200px;
        background-repeat: no-repeat;
    }
}

@media (min-width: 1440px) {
    .prime-advantages__wrapper {
        background-position: -6.25% calc(100% - 70px), 108.19% 363px;
        background-size: 307px, 324px;
    }
}

@media (min-width: 1920px) {
    .prime-advantages__wrapper {
        background-position: 2.71% calc(100% - 90px), 98.59% 363px;
        background-size: 307px, 324px;
    }
}

.prime-advantages__heading {
    text-align: center;
    color: #FFFFFF;
    padding: 0 16px;
}

@media (min-width: 1440px) {
    .prime-advantages__heading {
        font-size: 86px;
        line-height: 105px;
        letter-spacing: .05em;
    }
}

.prime-advantages__heading-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(/img/bg-about.png) 50% 50% no-repeat;
    background-size: cover;
    height: 140px;
}

.prime-advantages__heading-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 50px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

@media (min-width: 768px) {
    .prime-advantages__heading-wrapper::after {
        height: 70px;
    }
}

@media (min-width: 1440px) {
    .prime-advantages__heading-wrapper::after {
        height: 97px;
    }
}

@media (min-width: 768px) {
    .prime-advantages__heading-wrapper {
        height: 220px;
    }
}

@media (min-width: 1440px) {
    .prime-advantages__heading-wrapper {
        height: 300px;
    }
}

@media (min-width: 768px) {
    .prime-advantages__content {
        max-width: 562px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1440px) {
    .prime-advantages__content {
        max-width: 866px;
    }
}

@media (min-width: 1920px) {
    .prime-advantages__content {
        max-width: 1002px;
    }
}

.prime-advantages__content .block {
    padding: 40px 16px;
}

@media (min-width: 768px) {
    .prime-advantages__content .block {
        padding: 50px 60px;
    }
}

@media (min-width: 1440px) {
    .prime-advantages__content .block {
        padding: 30px 114px;
    }
}

.prime-advantages__content .block .heading {
    color: #0D2951;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .prime-advantages__content .block .heading {
        margin-bottom: 30px;
    }
}

.prime-advantages__content .block-bg {
    background: url(/img/bg-prime-tab.png) 50% 50% no-repeat;
    background-size: cover;
}

@media (min-width: 1440px) {
    .prime-advantages__content .block-bg {
        background: url(/img/bg-prime-desc.png) 50% 50% no-repeat;
    }
}

.contact-us__wrapper {
    background: #62748E;
}

.contact-us__wrapper .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 35px 0;
}

@media (min-width: 1440px) {
    .contact-us__wrapper .list {
        padding: 80px 0;
    }
}

.contact-us__wrapper .list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
}

.contact-us__wrapper .list .item .text {
    font-size: 17px;
    line-height: 25px;
    color: #FFFFFF;
    margin-left: 14px;
}

@media (min-width: 1440px) {
    .contact-us__wrapper .list .item .text {
        font-size: 21px;
        line-height: 28px;
    }
}

.documents__wrapper {
    background-color: #F5F7F6;
    padding: 40px 20px 50px;
}

@media (min-width: 768px) {
    .documents__wrapper {
        padding: 50px 0;
    }
}

@media (min-width: 1440px) {
    .documents__wrapper {
        padding: 76px 0 98px;
    }
}

.documents__heading {
    text-align: center;
    margin-bottom: 27px;
}

@media (min-width: 768px) {
    .documents__heading {
        margin-bottom: 40px;
    }
}

@media (min-width: 1440px) {
    .documents__heading {
        margin-bottom: 60px;
    }
}

@media (min-width: 768px) {
    .documents__content .slider-documents {
        display: none;
    }
}

.documents__content .slider-documents .slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.documents__content .static-gallery {
    display: none;
}

@media (min-width: 768px) {
    .documents__content .static-gallery {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.documents__content .static-gallery .img {
    width: 100%;
    height: 100%;
}

.documents__content .static-gallery .img-wrapper.vertical {
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 768px) {
    .documents__content .static-gallery .img-wrapper.vertical {
        width: 120px;
        height: 173px;
    }
}

@media (min-width: 1440px) {
    .documents__content .static-gallery .img-wrapper.vertical {
        width: 160px;
        height: 225px;
    }
}

.documents__content .static-gallery .img-wrapper.horizontal {
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 768px) {
    .documents__content .static-gallery .img-wrapper.horizontal {
        width: 173px;
        height: 120px;
    }
}

@media (min-width: 1440px) {
    .documents__content .static-gallery .img-wrapper.horizontal {
        width: 225px;
        height: 160px;
    }
}

.all-brands__heading {
    text-align: center;
    padding: 0 16px;
}

@media (min-width: 1440px) {
    .all-brands__heading {
        font-size: 86px;
        line-height: 105px;
        letter-spacing: .05em;
    }
}

.all-brands__heading-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(/img/bg-all-brands.jpg) 50% 50% no-repeat;
    background-size: cover;
    height: 140px;
}

.all-brands__heading-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 50px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

@media (min-width: 768px) {
    .all-brands__heading-wrapper::after {
        height: 70px;
    }
}

@media (min-width: 1440px) {
    .all-brands__heading-wrapper::after {
        height: 97px;
    }
}

@media (min-width: 768px) {
    .all-brands__heading-wrapper {
        height: 220px;
    }
}

@media (min-width: 1440px) {
    .all-brands__heading-wrapper {
        height: 300px;
    }
}

.all-brands__content {
    padding: 40px 0;
}

@media (min-width: 1920px) {
    .all-brands__content {
        max-width: 1260px;
        margin-left: auto;
        margin-right: auto;
    }
}

.all-brands__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 30px;
}

.all-brands__item {
    width: 100%;
}

@media (min-width: 768px) {
    .all-brands__item {
        width: calc((100% - 154px) / 3);
    }
}

@media (min-width: 1440px) {
    .all-brands__item {
        width: calc((100% - 231px) / 4);
    }
}

.all-brands__item .list {
    list-style: none;
    margin: 0 0 40px;
    padding: 0;
}

.all-brands__item .item {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .all-brands__item .item {
        margin-bottom: 12px;
    }
}

.all-brands__link {
    font-size: 14px;
    line-height: 25px;
    color: #0D2951;
    text-decoration: none;
}

@media (min-width: 768px) {
    .all-brands__link {
        font-size: 14px;
        line-height: 25px;
    }
}

@media (min-width: 1440px) {
    .all-brands__link {
        font-size: 21px;
        line-height: 31px;
    }
}

.all-brands__link .quantity {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 14px;
    width: 14px;
    color: #AAB4C2;
    border: 1px solid;
}

@media (min-width: 768px) {
    .all-brands__link .quantity {
        font-size: 13px;
        line-height: 16px;
        width: 14px;
    }
}

.all-brands__letter {
    font-size: 21px;
    line-height: 31px;
    letter-spacing: .01em;
    font-weight: 700;
    color: #000000;
    padding-top: 12px;
    margin-bottom: 10px;
    border-top: 1px solid #AAB4C2;
}

@media (min-width: 1440px) {
    .all-brands__letter {
        font-size: 29px;
        line-height: 39px;
    }
}

.contacts__heading {
    text-align: center;
    color: #0D2951;
    padding: 0 16px;
}

@media (min-width: 1440px) {
    .contacts__heading {
        font-size: 86px;
        line-height: 105px;
        letter-spacing: .05em;
    }
}

.contacts__heading-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(/img/bg-contacts.png) 50% 50% no-repeat;
    background-size: cover;
    height: 140px;
}

.contacts__heading-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 50px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

@media (min-width: 768px) {
    .contacts__heading-wrapper::after {
        height: 70px;
    }
}

@media (min-width: 1440px) {
    .contacts__heading-wrapper::after {
        height: 97px;
    }
}

@media (min-width: 768px) {
    .contacts__heading-wrapper {
        height: 220px;
    }
}

@media (min-width: 1440px) {
    .contacts__heading-wrapper {
        height: 300px;
    }
}

.contacts__content .bg-light-grey {
    background: #F5F7F6;
}

@media (min-width: 768px) {
    .contacts__content .location {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 1440px) {
    .contacts__content .location {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.contacts__content .location:last-child .desc:last-child {
    padding-bottom: 40px;
}

@media (min-width: 768px) {
    .contacts__content .location:last-child .desc:last-child {
        white-space: nowrap;
        padding-right: 0;
    }
}

@media (min-width: 1440px) {
    .contacts__content .location:last-child .desc:last-child {
        margin-left: 20px;
    }
}

.contacts__content .location .desc {
    padding: 40px 20px 0;
    margin-left: 49px;
}

@media (min-width: 768px) {
    .contacts__content .location .desc {
        margin-left: 39px;
    }
}

@media (min-width: 1440px) {
    .contacts__content .location .desc {
        width: calc(50% - 100px);
        margin-left: 100px;
    }
}

@media (min-width: 1920px) {
    .contacts__content .location .desc {
        margin-left: 112px;
    }
}

.contacts__content .location .desc .top {
    font-size: 14px;
    line-height: 22px;
}

@media (min-width: 768px) {
    .contacts__content .location .desc .top {
        font-size: 17px;
        line-height: 25px;
    }
}

@media (min-width: 1440px) {
    .contacts__content .location .desc .top {
        font-size: 21px;
        line-height: 28px;
    }
}

.contacts__content .location .desc .top .title {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .contacts__content .location .desc .top .title {
        font-size: 21px;
        line-height: 31px;
        letter-spacing: .01em;
        margin-bottom: 24px;
    }
}

@media (min-width: 1440px) {
    .contacts__content .location .desc .top .title {
        font-size: 29px;
        line-height: 39px;
        letter-spacing: .01em;
        margin-bottom: 24px;
    }
}

.contacts__content .location .desc .top .phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
}

.contacts__content .location .desc .top .phone .number {
    color: #0D2951;
    margin-left: 8px;
}

.contacts__content .location .desc .top .address {
    margin-bottom: 11px;
}

.contacts__content .location .desc .top .email {
    display: inline-block;
    color: #000000;
    margin-bottom: 24px;
}

.contacts__content .location .desc .bottom .schedule {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 11px;
}

@media (min-width: 768px) {
    .contacts__content .location .desc .bottom .schedule {
        font-size: 12px;
        line-height: 23px;
        letter-spacing: .08em;
        margin-bottom: 10px;
    }
}

@media (min-width: 1440px) {
    .contacts__content .location .desc .bottom .schedule {
        margin-bottom: 12px;
    }
}

.contacts__content .location .desc .bottom .schedule span {
    display: block;
}

.contacts__content .location .desc .bottom .comment {
    font-size: 11px;
    line-height: 16px;
    max-width: 185px;
    margin-bottom: 29px;
}

@media (min-width: 768px) {
    .contacts__content .location .desc .bottom .comment {
        font-size: 13px;
        line-height: 21px;
        max-width: 210px;
    }
}

@media (min-width: 1440px) {
    .contacts__content .location .desc .bottom .comment {
        font-size: 17px;
        line-height: 25px;
    }
}

.contacts__content .location .map-wrapper {
    padding: 0 20px 40px;
}

@media (min-width: 768px) {
    .contacts__content .location .map-wrapper {
        padding: 40px 0;
    }
}

@media (min-width: 1440px) {
    .contacts__content .location .map-wrapper {
        width: 50%;
    }
}

.contacts__content .location .map-wrapper #map-1, .contacts__content .location .map-wrapper #map-2 {
    width: 100%;
    height: 182px;
    margin: auto;
}

@media (min-width: 768px) {
    .contacts__content .location .map-wrapper #map-1, .contacts__content .location .map-wrapper #map-2 {
        width: 330px;
        height: 330px;
    }
}

@media (min-width: 1440px) {
    .contacts__content .location .map-wrapper #map-1, .contacts__content .location .map-wrapper #map-2 {
        width: 532px;
        height: 363px;
    }
}

@media (min-width: 1920px) {
    .contacts__content .location .map-wrapper #map-1, .contacts__content .location .map-wrapper #map-2 {
        width: 616px;
    }
}

@media (min-width: 768px) {
    .contacts__content .location .map-wrapper #map-2 {
        height: 366px;
    }
}

.info-block__wrapper {
    padding: 40px 20px;
}

@media (min-width: 768px) {
    .info-block__wrapper {
        padding: 50px 0;
    }
}

@media (min-width: 1440px) {
    .info-block__wrapper {
        padding: 76px 0;
    }
}

.info-block__heading {
    color: #0D2951;
    text-align: center;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .info-block__heading {
        margin-bottom: 30px;
    }
}

@media (min-width: 1440px) {
    .info-block__heading {
        margin-bottom: 36px;
    }
}

.info-block__content {
    font-size: 14px;
    line-height: 22px;
}

@media (min-width: 768px) {
    .info-block__content {
        font-size: 21px;
        line-height: 28px;
        text-align: center;
        max-width: 562px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1440px) {
    .info-block__content {
        font-size: 25px;
        line-height: 33px;
        max-width: 856px;
    }
}

.reviews__wrapper {
    padding: 40px 20px;
}

@media (min-width: 768px) {
    .reviews__wrapper {
        padding: 50px 0;
    }
}

@media (min-width: 1440px) {
    .reviews__wrapper {
        padding: 76px 0;
    }
}

.reviews__bg {
    background-color: #F5F7F6;
}

.reviews__heading {
    text-align: center;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .reviews__heading {
        margin-bottom: 50px;
    }
}

.reviews__content {
    color: #555555;
}

.reviews__content .slider-wrapper {
    display: none;
}

@media (min-width: 768px) {
    .reviews__content .slider-wrapper {
        display: block;
        max-width: calc(100% - 72px);
        margin-left: auto;
        margin-right: auto;
    }
}

.reviews__content .slider-reviews .slide {
    text-align: center;
}

@media (min-width: 768px) {
    .reviews__content .slider-reviews .slide {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 1440px) {
    .reviews__content .slider-reviews .slide {
        margin-left: 55px;
        margin-right: 55px;
    }
}

@media (min-width: 1920px) {
    .reviews__content .slider-reviews .slide {
        margin-left: 62px;
        margin-right: 62px;
    }
}

@media (min-width: 768px) {
    .reviews__content .slider-reviews .slide .review {
        padding: 0 25px;
        margin-bottom: 16px;
    }
}

@media (min-width: 1440px) {
    .reviews__content .slider-reviews .slide .review {
        padding: 0px 14px;
    }
}

.reviews__content .prev {
    top: 20%;
    left: -36px;
}

.reviews__content .next {
    top: 20%;
    right: -36px;
}

.reviews__content .mobile {
    text-align: center;
    max-width: 562px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .reviews__content .mobile {
        display: none;
    }
}

.reviews__content .mobile .review {
    margin-bottom: 16px;
}

.reviews__content .mobile .link {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: .08em;
    color: #0D2951;
    text-transform: uppercase;
    text-decoration: none;
}

@media (min-width: 768px) {
    .reviews__content .mobile .link {
        font-size: 17px;
        line-height: 25px;
    }
}

.reviews__content .mobile .link:hover, .reviews__content .mobile .link:focus {
    border-bottom: 1px solid #FFC72B;
    padding-bottom: 1px;
}

.reviews__content .mobile .link-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 24px;
}

.subscrition__wrapper {
    background: url(/img/bg-subscribe.png);
    padding: 40px 20px;
}

@media (min-width: 768px) {
    .subscrition__wrapper {
        padding: 50px 0;
    }
}

@media (min-width: 1440px) {
    .subscrition__wrapper {
        padding: 76px 0;
    }
}

.subscrition__content {
    text-align: center;
}

.subscrition__heading {
    margin-bottom: 16px;
}

@media (min-width: 768px) {
    .subscrition__heading {
        margin-bottom: 32px;
    }
}

.subscrition__subheading {
    color: #0D2951;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .subscrition__subheading {
        max-width: 562px;
        margin: auto;
        margin-bottom: 64px;
    }
}

@media (min-width: 1440px) {
    .subscrition__subheading {
        max-width: 760px;
    }
}

.subscrition__form {
    max-width: 562px;
    margin: auto;
}

@media (min-width: 1440px) {
    .subscrition__form {
        max-width: 866px;
    }
}

@media (min-width: 1920px) {
    .subscrition__form {
        max-width: 1002px;
    }
}

.subscrition__form-wrapper {
    margin-bottom: 23px;
}

@media (min-width: 768px) {
    .subscrition__form-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 35px;
    }
}

@media (min-width: 1440px) {
    .subscrition__form-wrapper {
        margin-bottom: 67px;
    }
}

.subscrition__form .input-wrapper {
    width: 100%;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .subscrition__form .input-wrapper {
        margin-right: 16px;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) and (min-width: 1440px) {
    .subscrition__form .input-wrapper {
        margin-right: 30px;
    }
}

.subscrition__info-text {
    color: #555555;
}

@media (min-width: 768px) {
    .subscrition__info-text {
        padding: 0 15px;
    }
}

.best-deals__wrapper {
    padding: 0 20px 50px;
}

@media (min-width: 768px) {
    .best-deals__wrapper {
        padding: 50px 0;
    }
}

@media (min-width: 1440px) {
    .best-deals__wrapper {
        padding: 76px 0;
    }
}

.best-deals__content .tabs {
    display: none;
}

@media (min-width: 1440px) {
    .best-deals__content .tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.best-deals__content .slider-wrapper .heading {
    text-align: center;
    margin-bottom: 25px;
}

.best-deals__content .slider-best-deals {
    max-width: calc(100% - 72px);
    margin-left: auto;
    margin-right: auto;
}

.best-deals__content .slider-best-deals .slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 1440px) {
    .best-deals__content .slider-best-deals .slide {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (min-width: 1920px) {
    .best-deals__content .slider-best-deals .slide {
        margin-left: 32px;
        margin-right: 32px;
    }
}

.best-deals__content .prev {
    left: -36px;
}

.best-deals__content .next {
    right: -36px;
}

@media (min-width: 1440px) {
    .best-deals__content .tablet-down {
        display: none;
    }
}

.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -12px;
    margin-right: -12px;
}

.tabs .tab {
    cursor: pointer;
    width: calc(50% - 24px);
    color: #808080;
    text-align: center;
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 34px;
}

@media (min-width: 768px) {
    .tabs .tab {
        width: auto;
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 50px;
    }
}

@media (min-width: 1440px) {
    .tabs .tab {
        margin-left: 40px;
        margin-right: 40px;
        margin-bottom: 80px;
    }
}

.tabs .tab.active {
    color: #000000;
    border-bottom: 1px solid #000000;
}

.tabs .tab-content {
    display: none;
    margin-left: 12px;
    margin-right: 12px;
}

.tabs .tab-content.active {
    display: block;
    width: 100%;
    text-align: center;
}

.faq__wrapper {
    background-color: #F5F7F6;
    padding: 40px 20px;
}

@media (min-width: 768px) {
    .faq__wrapper {
        padding: 50px 0;
    }
}

@media (min-width: 1440px) {
    .faq__wrapper {
        padding: 76px 0;
    }
}

.faq__heading {
    text-align: center;
    margin-bottom: 20px;
}

.faq__subheading {
    text-align: center;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .faq__subheading {
        margin-bottom: 36px;
    }
}

.faq__subheading .phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    color: #0D2951;
}

.faq__subheading .phone .icon {
    margin-right: 11px;
}

@media (min-width: 768px) {
    .faq__content {
        max-width: 562px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1440px) {
    .faq__content {
        max-width: 645px;
    }
}

@media (min-width: 1920px) {
    .faq__content {
        max-width: 745px;
    }
}

.faq .item {
    margin-bottom: 8px;
}

.faq .item:first-child {
    margin-top: 8px;
}

.faq .item:last-child {
    margin-bottom: 0;
}

.advantages__wrapper {
    padding: 40px 20px;
}

@media (min-width: 768px) {
    .advantages__wrapper {
        padding: 50px 0;
    }
}

@media (min-width: 1440px) {
    .advantages__wrapper {
        padding: 76px 0 82px;
    }
}

.advantages__heading {
    color: #0D2951;
    text-align: center;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .advantages__heading {
        margin-bottom: 50px;
    }
}

@media (min-width: 1440px) {
    .advantages__heading {
        margin-bottom: 65px;
    }
}

@media (min-width: 1440px) {
    .advantages__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 1440px) {
    .advantages__content .left-side {
        max-width: 866px;
    }
}

@media (min-width: 1920px) {
    .advantages__content .left-side {
        max-width: 1002px;
    }
}

@media (min-width: 768px) {
    .advantages__content .left-side .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
    }
}

.advantages__content .left-side .item {
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .advantages__content .left-side .item {
        width: calc(50% - 30px);
        text-align: left;
    }
}

.advantages__content .left-side .item .heading {
    margin-bottom: 16px;
}

.advantages__content .left-side .item .icon {
    width: 85px;
    height: 85px;
    fill: #FFC72B;
    margin-bottom: 10px;
}

.advantages__content .right-side {
    margin-top: 44px;
    margin-left: calc((100vw - 100%) / -2);
    margin-right: calc((100vw - 100%) / -2);
    margin-bottom: -44px;
}

@media (min-width: 768px) {
    .advantages__content .right-side {
        margin-bottom: -54px;
    }
}

@media (min-width: 1440px) {
    .advantages__content .right-side {
        margin-top: 0;
        margin-left: 50px;
        margin-right: calc((100vw - 100%) / -2);
        margin-bottom: 0;
    }
}

@media (min-width: 1920px) {
    .advantages__content .right-side {
        margin-left: 90px;
    }
}

.advantages__content .right-side .img {
    width: 100%;
    height: 336px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 768px) {
    .advantages__content .right-side .img {
        height: 440px;
    }
}

@media (min-width: 1440px) {
    .advantages__content .right-side .img {
        height: 100%;
    }
}

@media (min-width: 1440px) {
    .compare__content {
        position: relative;
    }

    .compare__content .hidden-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-right: calc((100vw - 100% - 17px) / -2);
        overflow: auto;
        padding-bottom: 10px;
        pointer-events: none;
    }

    .compare__content .hidden-block::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }

    .compare__content .hidden-block::-webkit-scrollbar-button {
        background-color: #0D2951;
        display: none;
    }

    .compare__content .hidden-block::-webkit-scrollbar-track {
        background-color: #0D2951;
    }

    .compare__content .hidden-block::-webkit-scrollbar-track-piece {
        background-color: #0D2951;
    }

    .compare__content .hidden-block::-webkit-scrollbar-thumb {
        height: 50px;
        background-color: #0D2951;
        border-radius: 3px;
    }

    .compare__content .hidden-block::-webkit-resizer {
        background-color: #0D2951;
    }

    .compare__head, .compare__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .compare__head .compare__col, .compare__body .compare__col {
        width: 210px;
        min-width: 210px;
        text-align: center;
    }

    .compare__head .compare__col .aside .title, .compare__body .compare__col .aside .title {
        letter-spacing: 0.01em;
        color: #0D2951;
        margin-top: 30px;
        margin-bottom: 25px;
    }

    .compare__head .compare__col.main-col, .compare__body .compare__col.main-col {
        width: 225px;
        min-width: 225px;
        text-align: left;
    }

    .compare__head {
        margin-bottom: 50px;
    }

    .compare__head .compare__col {
        height: 500px;
    }

    .compare__head .compare__col .aside {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        min-height: 390px;
        margin-bottom: 110px;
    }

    .compare__product {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        min-height: 500px;
        margin-bottom: 10px;
    }

    .compare__product .img-wrapper {
        margin: auto;
    }

    .compare__product .img-wrapper .img {
        max-width: 190px;
        max-height: 288px;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .compare__product .del-item {
        position: absolute;
        top: 6px;
        right: 6px;
        cursor: pointer;
        pointer-events: all;
    }

    .compare__product .del-item .icon {
        width: 15px;
    }

    .compare__product .desc-wrapper {
        height: 134px;
    }

    .compare__product .desc-wrapper .name {
        font-size: 17px;
        line-height: 25px;
        text-align: center;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #000000;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .compare__product .desc-wrapper .model {
        font-size: 13px;
        line-height: 22px;
        text-align: center;
        color: #808080;
        height: 44px;
        overflow: hidden;
    }

    .compare__product .desc-wrapper .price {
        font-weight: 600;
        font-size: 21px;
        line-height: 31px;
        text-align: center;
        letter-spacing: 0.01em;
        color: #0D2951;
        margin: 3px 0 0;
    }

    .compare__product .desc-wrapper .price-wrapper {
        height: 74px;
    }

    .compare__product .desc-wrapper .price-old {
        font-size: 13px;
        line-height: 23px;
        text-align: center;
        ___-webkit-text-decoration-line: line-through;
        text-decoration-line: line-through;
        color: #8694A8;
    }

    .properties div {
        font-size: 17px;
        line-height: 25px;
        color: #0D2951;
        padding: 12px 0;
        border-bottom: 1px solid #DBDFE5;
    }

    .external-scroll_x,
    .external-scroll_y {
        border-top: solid 1px #0D2951;
        cursor: pointer;
        display: none;
        position: absolute;
    }

    .external-scroll_x.scroll-scrollx_visible {
        display: block;
        height: 15px;
        left: 225px;
        top: 520px;
        right: calc((100vw - 100% - 17px) / -2);
    }

    .external-scroll_x .scroll-bar {
        width: 300px;
    }

    .external-scroll_y.scroll-scrolly_visible {
        display: block;
        height: 200px;
        left: 610px;
        top: 0;
        width: 10px;
    }

    .external-scroll_y .scroll-bar {
        height: 100px;
    }

    .external-scroll_x div,
    .external-scroll_y div {
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        width: 100%;
    }

    .external-scroll_x .scroll-bar,
    .external-scroll_y .scroll-bar {
        background: #0D2951;
        z-index: 12;
    }
}

#scrollup {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 20px;
    cursor: pointer;
    z-index: 2;
}

@media (min-width: 768px) {
    #scrollup {
        right: 50px;
    }
}

.footer__wrapper {
    padding: 40px 20px;
}

@media (min-width: 768px) {
    .footer__wrapper {
        padding: 50px 0;
    }
}

@media (min-width: 1440px) {
    .footer__wrapper {
        padding: 76px 0 82px;
    }
}

.footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

@media (min-width: 768px) {
    .footer__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.footer__content .left-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767.98px) {
    .footer__content .left-side {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        margin: auto;
    }
}

@media (min-width: 768px) {
    .footer__content .left-side {
        width: calc(50% - 58px);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: 58px;
    }
}

@media (min-width: 1440px) {
    .footer__content .left-side {
        width: calc(50% - 112px);
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 112px;
    }
}

@media (min-width: 1920px) {
    .footer__content .left-side {
        width: calc(50% - 129px);
        padding-left: 129px;
    }
}

.footer__content .left-side .social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767.98px) {
    .footer__content .left-side .social-list {
        width: 140px;
    }
}

@media (min-width: 768px) {
    .footer__content .left-side .social-list {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (min-width: 1440px) {
    .footer__content .left-side .social-list {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

.footer__content .left-side .social-item {
    width: 20px;
    height: 20px;
    margin-right: 30px;
}

@media (min-width: 768px) {
    .footer__content .left-side .social-item {
        width: 28px;
        height: 28px;
    }
}

@media (min-width: 1920px) {
    .footer__content .left-side .social-item {
        width: 40px;
        height: 40px;
    }
}

.footer__content .left-side .social-link .img {
    width: 100%;
    height: 100%;
}

.footer__content .left-side .contact-list {
    display: none;
}

@media (min-width: 768px) {
    .footer__content .left-side .contact-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        height: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (min-width: 1440px) {
    .footer__content .left-side .contact-list {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
    }
}

@media (min-width: 768px) {
    .footer__content .left-side .contact-item .phone {
        margin-bottom: 7px;
    }

    .footer__content .left-side .contact-item .city {
        font-size: 12px;
        line-height: 15px;
        letter-spacing: .08em;
        color: #808080;
        text-transform: uppercase;
        max-width: 170px;
    }
}

@media (min-width: 1440px) {
    .footer__content .left-side .contact-item {
        margin-right: 53px;
        margin-bottom: 32px;
    }
}

@media (min-width: 1440px) {
    .footer__content .left-side .contact-item {
        margin-right: 86px;
    }
}

.footer__content .left-side .copyright {
    color: #0D2951;
}

@media (max-width: 767.98px) {
    .footer__content .left-side .copyright {
        font-size: 11px;
        line-height: 16px;
        width: 140px;
    }
}

@media (min-width: 768px) {
    .footer__content .left-side .copyright {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

@media (min-width: 1440px) {
    .footer__content .left-side .copyright {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-right: 45px;
    }
}

.footer__content .right-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .footer__content .right-side {
        width: 50%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 0;
    }
}

@media (min-width: 1440px) {
    .footer__content .right-side {
        width: 754px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 768px) {
    .footer__content .right-side .wrapper-main, .footer__content .right-side .wrapper-blog {
        width: 50%;
        margin-bottom: 40px;
    }
}

@media (min-width: 1440px) {
    .footer__content .right-side .wrapper-main, .footer__content .right-side .wrapper-blog {
        width: 194px;
        margin-bottom: 0;
    }
}

@media (min-width: 1920px) {
    .footer__content .right-side .wrapper-main, .footer__content .right-side .wrapper-blog {
        width: 228px;
    }
}

@media (max-width: 767.98px) {
    .footer__content .right-side .wrapper-main {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .footer__content .right-side .wrapper-blog {
        width: 140px;
    }

    .footer__content .right-side .wrapper-blog .footer-heading {
        min-height: 40px;
    }

    .footer__content .right-side .wrapper-blog .item:nth-last-child(-n+2) {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .footer__content .right-side .wrapper-info {
        width: 140px;
    }

    .footer__content .right-side .wrapper-info .item:last-child {
        display: none;
    }
}

@media (min-width: 1440px) {
    .footer__content .right-side .wrapper-info {
        width: 306px;
    }
}

@media (min-width: 1920px) {
    .footer__content .right-side .wrapper-info {
        width: 357px;
    }
}

.footer__content .right-side .footer-heading {
    color: #0D2951;
    margin-bottom: 10px;
}

.footer__content .right-side .list {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media (min-width: 768px) {
    .footer__content .right-side .item:not(:last-child) {
        margin-bottom: 12px;
    }
}

.footer__content .right-side .link {
    text-decoration: none;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .01em;
    color: #808080;
}

@media (min-width: 768px) {
    .footer__content .right-side .link {
        font-size: 17px;
        line-height: 25px;
    }
}
