@charset "UTF-8";
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}
.ui-front {
    z-index: 100;
}
.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-resizable {
    position: relative;
}
.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
    display: none;
}
.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}
.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}
.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}
.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}
.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}
.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}
.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000;
}
.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-button {
    padding: 0.4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: 0.1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
}
.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
    text-decoration: none;
}
.ui-button-icon-only {
    width: 2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}
input.ui-button.ui-button-icon-only {
    text-indent: 0;
}
.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: 0.4em 1em;
}
button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.ui-controlgroup {
    vertical-align: middle;
    display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus,
.ui-controlgroup > .ui-controlgroup-item:focus {
    z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
    padding: 0.4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}
.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em);
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
    -webkit-box-shadow: inset 1px 1px 1px #ccc;
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: 0.12em;
    border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}
.ui-checkboxradio-disabled {
    pointer-events: none;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    -webkit-filter: inherit;
    filter: inherit;
}
.ui-slider-horizontal {
    height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.ui-slider-vertical {
    width: 0.8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}
.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
}
.ui-widget-content a {
    color: #333;
}
.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: 700;
}
.ui-widget-header a {
    color: #333;
}
.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545;
}
.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
    color: #454545;
    text-decoration: none;
}
.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: 400;
    color: #2b2b2b;
}
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
    color: #2b2b2b;
    text-decoration: none;
}
.ui-visual-focus {
    -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
    box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}
.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: 0.7;
    filter: Alpha(Opacity=70);
    font-weight: 400;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 0.35;
    filter: Alpha(Opacity=35);
    background-image: none;
}
.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}
.ui-icon {
    width: 16px;
    height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(images/ui-icons_444444_256x240.png);
}
.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_444444_256x240.png);
}
.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
    background-image: url(images/ui-icons_555555_256x240.png);
}
.ui-button:active .ui-icon,
.ui-state-active .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png);
}
.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_777620_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(images/ui-icons_cc0000_256x240.png);
}
.ui-button .ui-icon {
    background-image: url(images/ui-icons_777777_256x240.png);
}
.ui-icon-blank {
    background-position: 16px 16px;
}
.ui-icon-caret-1-n {
    background-position: 0 0;
}
.ui-icon-caret-1-ne {
    background-position: -16px 0;
}
.ui-icon-caret-1-e {
    background-position: -32px 0;
}
.ui-icon-caret-1-se {
    background-position: -48px 0;
}
.ui-icon-caret-1-s {
    background-position: -65px 0;
}
.ui-icon-caret-1-sw {
    background-position: -80px 0;
}
.ui-icon-caret-1-w {
    background-position: -96px 0;
}
.ui-icon-caret-1-nw {
    background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}
.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}
.ui-icon-arrow-4 {
    background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}
.ui-icon-extlink {
    background-position: -32px -80px;
}
.ui-icon-newwin {
    background-position: -48px -80px;
}
.ui-icon-refresh {
    background-position: -64px -80px;
}
.ui-icon-shuffle {
    background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}
.ui-icon-folder-open {
    background-position: -16px -96px;
}
.ui-icon-document {
    background-position: -32px -96px;
}
.ui-icon-document-b {
    background-position: -48px -96px;
}
.ui-icon-note {
    background-position: -64px -96px;
}
.ui-icon-mail-closed {
    background-position: -80px -96px;
}
.ui-icon-mail-open {
    background-position: -96px -96px;
}
.ui-icon-suitcase {
    background-position: -112px -96px;
}
.ui-icon-comment {
    background-position: -128px -96px;
}
.ui-icon-person {
    background-position: -144px -96px;
}
.ui-icon-print {
    background-position: -160px -96px;
}
.ui-icon-trash {
    background-position: -176px -96px;
}
.ui-icon-locked {
    background-position: -192px -96px;
}
.ui-icon-unlocked {
    background-position: -208px -96px;
}
.ui-icon-bookmark {
    background-position: -224px -96px;
}
.ui-icon-tag {
    background-position: -240px -96px;
}
.ui-icon-home {
    background-position: 0 -112px;
}
.ui-icon-flag {
    background-position: -16px -112px;
}
.ui-icon-calendar {
    background-position: -32px -112px;
}
.ui-icon-cart {
    background-position: -48px -112px;
}
.ui-icon-pencil {
    background-position: -64px -112px;
}
.ui-icon-clock {
    background-position: -80px -112px;
}
.ui-icon-disk {
    background-position: -96px -112px;
}
.ui-icon-calculator {
    background-position: -112px -112px;
}
.ui-icon-zoomin {
    background-position: -128px -112px;
}
.ui-icon-zoomout {
    background-position: -144px -112px;
}
.ui-icon-search {
    background-position: -160px -112px;
}
.ui-icon-wrench {
    background-position: -176px -112px;
}
.ui-icon-gear {
    background-position: -192px -112px;
}
.ui-icon-heart {
    background-position: -208px -112px;
}
.ui-icon-star {
    background-position: -224px -112px;
}
.ui-icon-link {
    background-position: -240px -112px;
}
.ui-icon-cancel {
    background-position: 0 -128px;
}
.ui-icon-plus {
    background-position: -16px -128px;
}
.ui-icon-plusthick {
    background-position: -32px -128px;
}
.ui-icon-minus {
    background-position: -48px -128px;
}
.ui-icon-minusthick {
    background-position: -64px -128px;
}
.ui-icon-close {
    background-position: -80px -128px;
}
.ui-icon-closethick {
    background-position: -96px -128px;
}
.ui-icon-key {
    background-position: -112px -128px;
}
.ui-icon-lightbulb {
    background-position: -128px -128px;
}
.ui-icon-scissors {
    background-position: -144px -128px;
}
.ui-icon-clipboard {
    background-position: -160px -128px;
}
.ui-icon-copy {
    background-position: -176px -128px;
}
.ui-icon-contact {
    background-position: -192px -128px;
}
.ui-icon-image {
    background-position: -208px -128px;
}
.ui-icon-video {
    background-position: -224px -128px;
}
.ui-icon-script {
    background-position: -240px -128px;
}
.ui-icon-alert {
    background-position: 0 -144px;
}
.ui-icon-info {
    background-position: -16px -144px;
}
.ui-icon-notice {
    background-position: -32px -144px;
}
.ui-icon-help {
    background-position: -48px -144px;
}
.ui-icon-check {
    background-position: -64px -144px;
}
.ui-icon-bullet {
    background-position: -80px -144px;
}
.ui-icon-radio-on {
    background-position: -96px -144px;
}
.ui-icon-radio-off {
    background-position: -112px -144px;
}
.ui-icon-pin-w {
    background-position: -128px -144px;
}
.ui-icon-pin-s {
    background-position: -144px -144px;
}
.ui-icon-play {
    background-position: 0 -160px;
}
.ui-icon-pause {
    background-position: -16px -160px;
}
.ui-icon-seek-next {
    background-position: -32px -160px;
}
.ui-icon-seek-prev {
    background-position: -48px -160px;
}
.ui-icon-seek-end {
    background-position: -64px -160px;
}
.ui-icon-seek-start {
    background-position: -80px -160px;
}
.ui-icon-seek-first {
    background-position: -80px -160px;
}
.ui-icon-stop {
    background-position: -96px -160px;
}
.ui-icon-eject {
    background-position: -112px -160px;
}
.ui-icon-volume-off {
    background-position: -128px -160px;
}
.ui-icon-volume-on {
    background-position: -144px -160px;
}
.ui-icon-power {
    background-position: 0 -176px;
}
.ui-icon-signal-diag {
    background-position: -16px -176px;
}
.ui-icon-signal {
    background-position: -32px -176px;
}
.ui-icon-battery-0 {
    background-position: -48px -176px;
}
.ui-icon-battery-1 {
    background-position: -64px -176px;
}
.ui-icon-battery-2 {
    background-position: -80px -176px;
}
.ui-icon-battery-3 {
    background-position: -96px -176px;
}
.ui-icon-circle-plus {
    background-position: 0 -192px;
}
.ui-icon-circle-minus {
    background-position: -16px -192px;
}
.ui-icon-circle-close {
    background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}
.ui-icon-circle-check {
    background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
    border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
    border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
    border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    border-bottom-right-radius: 3px;
}
.ui-widget-overlay {
    background: #aaa;
    opacity: 0.3;
    filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666;
}
.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}
.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
}
.ui-widget-content a {
    color: #333;
}
.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: 700;
}
.ui-widget-header a {
    color: #333;
}
.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545;
}
.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
    color: #454545;
    text-decoration: none;
}
.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: 400;
    color: #2b2b2b;
}
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
    color: #2b2b2b;
    text-decoration: none;
}
.ui-visual-focus {
    -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
    box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}
.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: 0.7;
    filter: Alpha(Opacity=70);
    font-weight: 400;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 0.35;
    filter: Alpha(Opacity=35);
    background-image: none;
}
.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}
.ui-icon {
    width: 16px;
    height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(images/ui-icons_444444_256x240.png);
}
.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_444444_256x240.png);
}
.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
    background-image: url(images/ui-icons_555555_256x240.png);
}
.ui-button:active .ui-icon,
.ui-state-active .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png);
}
.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_777620_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(images/ui-icons_cc0000_256x240.png);
}
.ui-button .ui-icon {
    background-image: url(images/ui-icons_777777_256x240.png);
}
.ui-icon-blank {
    background-position: 16px 16px;
}
.ui-icon-caret-1-n {
    background-position: 0 0;
}
.ui-icon-caret-1-ne {
    background-position: -16px 0;
}
.ui-icon-caret-1-e {
    background-position: -32px 0;
}
.ui-icon-caret-1-se {
    background-position: -48px 0;
}
.ui-icon-caret-1-s {
    background-position: -65px 0;
}
.ui-icon-caret-1-sw {
    background-position: -80px 0;
}
.ui-icon-caret-1-w {
    background-position: -96px 0;
}
.ui-icon-caret-1-nw {
    background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}
.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}
.ui-icon-arrow-4 {
    background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}
.ui-icon-extlink {
    background-position: -32px -80px;
}
.ui-icon-newwin {
    background-position: -48px -80px;
}
.ui-icon-refresh {
    background-position: -64px -80px;
}
.ui-icon-shuffle {
    background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}
.ui-icon-folder-open {
    background-position: -16px -96px;
}
.ui-icon-document {
    background-position: -32px -96px;
}
.ui-icon-document-b {
    background-position: -48px -96px;
}
.ui-icon-note {
    background-position: -64px -96px;
}
.ui-icon-mail-closed {
    background-position: -80px -96px;
}
.ui-icon-mail-open {
    background-position: -96px -96px;
}
.ui-icon-suitcase {
    background-position: -112px -96px;
}
.ui-icon-comment {
    background-position: -128px -96px;
}
.ui-icon-person {
    background-position: -144px -96px;
}
.ui-icon-print {
    background-position: -160px -96px;
}
.ui-icon-trash {
    background-position: -176px -96px;
}
.ui-icon-locked {
    background-position: -192px -96px;
}
.ui-icon-unlocked {
    background-position: -208px -96px;
}
.ui-icon-bookmark {
    background-position: -224px -96px;
}
.ui-icon-tag {
    background-position: -240px -96px;
}
.ui-icon-home {
    background-position: 0 -112px;
}
.ui-icon-flag {
    background-position: -16px -112px;
}
.ui-icon-calendar {
    background-position: -32px -112px;
}
.ui-icon-cart {
    background-position: -48px -112px;
}
.ui-icon-pencil {
    background-position: -64px -112px;
}
.ui-icon-clock {
    background-position: -80px -112px;
}
.ui-icon-disk {
    background-position: -96px -112px;
}
.ui-icon-calculator {
    background-position: -112px -112px;
}
.ui-icon-zoomin {
    background-position: -128px -112px;
}
.ui-icon-zoomout {
    background-position: -144px -112px;
}
.ui-icon-search {
    background-position: -160px -112px;
}
.ui-icon-wrench {
    background-position: -176px -112px;
}
.ui-icon-gear {
    background-position: -192px -112px;
}
.ui-icon-heart {
    background-position: -208px -112px;
}
.ui-icon-star {
    background-position: -224px -112px;
}
.ui-icon-link {
    background-position: -240px -112px;
}
.ui-icon-cancel {
    background-position: 0 -128px;
}
.ui-icon-plus {
    background-position: -16px -128px;
}
.ui-icon-plusthick {
    background-position: -32px -128px;
}
.ui-icon-minus {
    background-position: -48px -128px;
}
.ui-icon-minusthick {
    background-position: -64px -128px;
}
.ui-icon-close {
    background-position: -80px -128px;
}
.ui-icon-closethick {
    background-position: -96px -128px;
}
.ui-icon-key {
    background-position: -112px -128px;
}
.ui-icon-lightbulb {
    background-position: -128px -128px;
}
.ui-icon-scissors {
    background-position: -144px -128px;
}
.ui-icon-clipboard {
    background-position: -160px -128px;
}
.ui-icon-copy {
    background-position: -176px -128px;
}
.ui-icon-contact {
    background-position: -192px -128px;
}
.ui-icon-image {
    background-position: -208px -128px;
}
.ui-icon-video {
    background-position: -224px -128px;
}
.ui-icon-script {
    background-position: -240px -128px;
}
.ui-icon-alert {
    background-position: 0 -144px;
}
.ui-icon-info {
    background-position: -16px -144px;
}
.ui-icon-notice {
    background-position: -32px -144px;
}
.ui-icon-help {
    background-position: -48px -144px;
}
.ui-icon-check {
    background-position: -64px -144px;
}
.ui-icon-bullet {
    background-position: -80px -144px;
}
.ui-icon-radio-on {
    background-position: -96px -144px;
}
.ui-icon-radio-off {
    background-position: -112px -144px;
}
.ui-icon-pin-w {
    background-position: -128px -144px;
}
.ui-icon-pin-s {
    background-position: -144px -144px;
}
.ui-icon-play {
    background-position: 0 -160px;
}
.ui-icon-pause {
    background-position: -16px -160px;
}
.ui-icon-seek-next {
    background-position: -32px -160px;
}
.ui-icon-seek-prev {
    background-position: -48px -160px;
}
.ui-icon-seek-end {
    background-position: -64px -160px;
}
.ui-icon-seek-start {
    background-position: -80px -160px;
}
.ui-icon-seek-first {
    background-position: -80px -160px;
}
.ui-icon-stop {
    background-position: -96px -160px;
}
.ui-icon-eject {
    background-position: -112px -160px;
}
.ui-icon-volume-off {
    background-position: -128px -160px;
}
.ui-icon-volume-on {
    background-position: -144px -160px;
}
.ui-icon-power {
    background-position: 0 -176px;
}
.ui-icon-signal-diag {
    background-position: -16px -176px;
}
.ui-icon-signal {
    background-position: -32px -176px;
}
.ui-icon-battery-0 {
    background-position: -48px -176px;
}
.ui-icon-battery-1 {
    background-position: -64px -176px;
}
.ui-icon-battery-2 {
    background-position: -80px -176px;
}
.ui-icon-battery-3 {
    background-position: -96px -176px;
}
.ui-icon-circle-plus {
    background-position: 0 -192px;
}
.ui-icon-circle-minus {
    background-position: -16px -192px;
}
.ui-icon-circle-close {
    background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}
.ui-icon-circle-check {
    background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
    border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
    border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
    border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    border-bottom-right-radius: 3px;
}
.ui-widget-overlay {
    background: #aaa;
    opacity: 0.3;
    filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666;
}
.suggestions-nowrap {
    white-space: nowrap;
}
.suggestions-input {
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.suggestions-input::-ms-clear {
    display: none;
}
.suggestions-wrapper {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    vertical-align: top;
    min-height: 1px;
    -webkit-text-size-adjust: 100%;
}
.suggestions-addon {
    display: none;
    opacity: 0;
    position: absolute;
}
.suggestions-addon[data-addon-type="spinner"] {
    background: rgba(255, 255, 255, 0.75)
        url(data:image/gif;base64,R0lGODlhEAAQAKUAABwaHIyOjMzKzOTm5LSytFxaXHR2dJyenNza3PT29Ly+vISGhERGRJSWlNTS1Ozu7Ly6vGRmZHx+fKSmpOTi5Pz+/MTGxDQyNJSSlMzOzOzq7LS2tHx6fNze3Pz6/MTCxIyKjExKTJyanNTW1PTy9GxqbKyqrP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQAnACwAAAAAEAAQAAAGk8CTcHgSHYjIU8dAOoFApwfDkfQYJqcFdBFKECleS4mCaSAum1MiIwQFHBWTRtgJxC8XYYIggSQlABwPRAODSB0jQxYKEB9JQiUFBQaLCo6PEZIGQyReSCRNQx4ZBIlIDgQOHkIQEBQVI54kIxUUG35RqxQEJBkOJAQDJx6GQh4biQJsGRCrSA/NJ8rDG8WPI6ZIQQAh+QQJCQArACwAAAAAEAAQAIUEAgSEgoTEwsTk4uSkoqRERkRkYmTU0tT08vSUlpS0srRsbmwcHhyMiozMyszs6uysqqxcXlzc2tz8+vxMTkycnpy8urx0dnQcGhyEhoTExsTk5uSkpqRMSkxsamzU1tT09vScmpy0trR0cnQ0MjSMjozMzszs7uysrqzc3tz8/vz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGk8CVcLiCoIjI1aAEWoVCq1NEkpw0RKsENGFoDh+TlSmwIXAGHcEKdBASCB+V5SQcVFSKQkcIEoQ0SSUkGQhEJ4VIAylDHyYObUkrFx4eAR8OJpBJk5VDCF5EEporEyYKH0kjAAt0KxYWAyofXghxBBgMQidhAwoImQgKAysIgEMTIqiYYhZhSCfNK8vIrZErH6hJQQAh+QQJCQAkACwAAAAAEAAQAIUEAgSEhoTExsTk5uRMTkykpqTU1tRsamz09vS0trR0dnScmpzMzszs7uzc3tw0MjRcXly0srT8/vy8vrx8fnwcGhyUkpTMyszs6uysqqzc2tx0cnT8+vy8urx8enykoqTU0tT08vTk4uRkZmT///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGkECScEhKdIhI0qCAIGUypJDCkeR8BE7oR8EhNrqaRSMSEY0uJIRB2OmIJIKQcJCRTCAQIYeRWCMXBAtyQyFNSCIiQwYMFyBJQgEeHhYGFwyOjwEKk4SGRA5+egwRoUMUFR4NbG4SBoYaGxIZDw9CXyQiESGXDAAFaQxEHH0kliQHFZ5DDR1dxhgVWI9CBqVDQQAh+QQJCQAmACwAAAAAEAAQAIUcGhyMjozMysxUVlTk5uSsrqx0cnT09vS8vrzc3tyEgoScnpxERkTU0tTs7uy0trRkZmR8fnz8/vzExsSMioykpqQ0MjSUlpTMzsxcWlzs6uy0srR0dnT8+vzEwsTk4uSEhoRMSkzU1tT08vS8urysqqz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGjkCTcGiaCIhIk4PUMZEQphHlk+w8Gk7oJtAcOpqEzQgxIUSwh4SQRPpIRAehhiSZcDjCDuYhSpYgJSNEI3FIGlRCIhgCWEkmFxQUCyICGI1JkCALQ4RJH2pDeht9SBQWIIJObW+FCQoSDyEMQl8mH2IQECIABSYHlyZWfQMZJhwWhURLTcRKFhiOQwZ4SUEAIfkECQkAKQAsAAAAABAAEACFBAIEhIKExMLE5OLkREZEpKKkZGZk1NLU9PL0tLK0dHZ0XF5cnJqczMrM7OrsbG5s3Nrc/Pr8vLq8NDI0jI6MTE5MrK6sHBochIaExMbE5ObkTEpMpKakbGps1NbU9Pb0tLa0fH58ZGJkzM7M7O7sdHJ03N7c/P78vL68////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABpDAlHCY8niIyBRJEkk1RqlPwZGMgA5OqIDTHJKamgRidHAwjpGBUCIZnDwfISlzOlAowsgIdERKQglxQwiCRA5UQh4jDVhJKQUMDBYeT41JkJKDhUMDJkR6CX1EDBUMCGttJyWeKQMUJygLInJNBQAHJQoQEyApEaIpCBcPKQYdKRgbm0IZF1TGSgSWjiEBjkEAIfkECQkAJgAsAAAAABAAEACFBAIEhIKExMLE5OLkpKKkTE5M1NLU9PL0lJKUZGZktLK0zMrM7Ors3Nrc/Pr8nJqcdHZ0NDI0jI6MrKqsXF5cHBochIaExMbE5ObkpKak1NbU9Pb0lJaUbGpsvLq8zM7M7O7s3N7c/P78nJ6cfHp8ZGJk////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABpRAk3Bo0miISBPI4zAtPiaHB5SUGpzQD5MIaoYUh48BpMBEzSaPByPSbIQHjahByAgdH8UReXkI3kMHgEQHVEIaHwtXSSYKExMeGk+LSQoZkEMGDUkYaEIMHQAQSRMJGQdCFRUZDgEhQhgjIgsQoyYXbxMVGhYWAwUCJhuvQxsRoxAkJgglg0MLEVTJShSbjEISCIxBACH5BAkJACkALAAAAAAQABAAhRwaHIyOjMzKzFxaXKyurOTm5HR2dJyenLy+vPT29Nze3DQ2NISChJSWlNTS1GxqbLS2tOzu7KyqrMTGxPz+/ERGRIyKjDQyNJSSlMzOzGRmZLSytOzq7Hx6fKSipMTCxPz6/OTi5ISGhJyanNTW1HRydLy6vPTy9ExKTP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaTwJRwmCKRiMhUxARKCTIpkCmSBEEcTmiGSYw0C5tTxnHahKLUlMkUopASwhOJEoKYhKAM5Ih0XJtDJ3BIJydDJQMDD0lCHwgmE4gDGowpjggTQyQKSREFXR0ADEkQDBuDFxcSFAFnKRyrDhYBQgJwGwsKGA0hGgIpCa5CCRUWKSLGHgaARA4VhsgpJwaclSkjB4xBACH5BAkJACgALAAAAAAQABAAhQQCBISChMTGxKSipOTm5ERGRLSytGxqbJSSlNTW1PT29IyKjMzOzKyqrOzu7FxeXLy6vHR2dDQyNExOTJyanOTi5Pz+/Hx+fBwaHISGhMzKzKSmpOzq7ExKTLS2tNza3Pz6/IyOjNTS1KyurPTy9Ly+vHx6fJyenP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaTQJRwiEokiEiUAwJCaRgoEMSRBHlETiiDSRQoUBUDiSEiGSpRKgqD2VgSXxQpYal4IELOARBJiq5NQyIfSSQkQwEHB31JKCIMGgkXiox+kEdCH2hIDmpCDhkSCEkCFF5CHR0eFicEnxAWHwMbQiJfJRMVAwMEF1ggrkMKDxQoCCcoBiGBRAkPhxTFCgubjSgNI41BACH5BAkJACoALAAAAAAQABAAhQQCBISChMTCxOTi5KSipExOTNTS1PTy9LSytGRmZJSWlHRydCwuLMzKzOzq7KyqrNza3Pz6/Ly6vIyOjFxeXJyenHx6fBwaHISGhMTGxOTm5KSmpNTW1PT29LS2tGxubJyanHR2dDQyNMzOzOzu7KyurNze3Pz+/Ly+vGRiZP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaRQJVwqOJwiEhV5uJQNUaqiISUPFw+TuhIEiE2OioCwDAyHBCDKFXFEJVOC5PwwDkNPBIhyXIJJA0eBl1DHHJIBwdDExYWGElCZA0ciyGOjwZPR0ImGlWJQwcKBRVJHAiCQhQpKCcPTSokDXZ4QhxdGQkaCAgkIBBqRB0LGyoPDyooG4NEJiGJxiodG6+PKrRJQQAh+QQJCQAnACwAAAAAEAAQAIUcGhyMjozMyszk5uRUVlSsrqx0cnTc2tz09vS8vryEgoScnpxERkTU0tTs7uy0trRkZmR8enzk4uT8/vzExsSMioykpqQ0MjSUlpTMzszs6uxcWly0srR0dnTc3tz8+vzEwsSEhoRMSkzU1tT08vS8urysqqz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGkMCTcHgydIjIk+DiOBE2p0+piURcIk5opvQhNhAnE2AEgZA4gyiVIXpMFB4hYjSRlEpCR+gSSDY4GV1DBxJJCCRDCxUVGElCDRkCI4qMjicNAhkjQxIaSSRUQiQWEAVJIxwNgh0GAhNTonQSD3gnHmAZCgMgIA4chROhURUPJyUJl1xJEhVgxycIsJYnFAKOQQAh+QQJCQApACwAAAAAEAAQAIUEAgSEgoTExsTk5uRERkSkoqRkZmTU1tSUlpT09vS0srRcXlx0dnSMiozMzszs7uzc3tw0NjRMTkysqqx0cnScnpz8/vy8urwcGhyEhoTMyszs6uxMSkykpqRsamzc2tycmpz8+vxkYmR8fnyMjozU0tT08vTk4uS8vrz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGj8CUcJgKBIjIVIlgShk8qQ1GkEwQGk6oAZMgHkIpReRDYZQAnZTlIVyIUBbSSfhhWE6Xi9CE4FSSJQoOYEMQA0kmXUITICBpSUoOGgeMjpBKGg4HQwNsSCaeQgkKAXpIgSWEDSQOFhqeJgd3eUInYB8gDyUlDwqHIaEpIRVUGhopDheERAMdYJnCF8GAm0lBACH5BAkJACgALAAAAAAQABAAhQQCBISChMTCxOTi5KSipExOTNTS1PTy9LSytGRmZJSSlHRydBweHMzKzOzq7KyqrNza3Pz6/IyOjLy6vJyanHx6fBwaHISGhMTGxOTm5KSmpFxeXNTW1PT29GxubHR2dDQyNMzOzOzu7KyurNze3Pz+/Ly+vJyenP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaWQJRwiJIoiEgUZ3NAfSooESiU7GwoTugH1CGSIqhJYRC4cCwj1KEhXHwaJUpGSAqUCBaG8EBIPJILAB4ORAOESBwcQxMPDwhJQiGSHAgjGo+QBiENikIiTUgHoEIdAhQYSZQGYCgEGhAlHF1qHCUDExNCDl0DCAchBgcIcxEiRCUTBigNVCETrEQiE12bKBETxpBCiZBBADs=)
        50% 50% no-repeat;
    border-radius: 50%;
}
.suggestions-addon[data-addon-type="clear"] {
    background: transparent
        url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJyBoZWlnaHQ9JzEwMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48Zz48cGF0aCBkPSdtMjAsMjBtMTAsMGwyMCwyMGwyMCwtMjBsMTAsMTBsLTIwLDIwbDIwLDIwbC0xMCwxMGwtMjAsLTIwbC0yMCwyMGwtMTAsLTEwbDIwLC0yMGwtMjAsLTIwbDEwLC0xMCcgZmlsbD0nIzk5OScvPjwvZz48L3N2Zz4=)
        50% 50% no-repeat;
    background-size: contain;
    cursor: pointer;
    opacity: 0.8;
}
.suggestions-addon[data-addon-type="clear"]:hover {
    opacity: 1;
}
.suggestions-suggestions {
    background: #fff;
    border: 1px solid #999;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default;
    z-index: 9999;
    -webkit-text-size-adjust: 100%;
}
.suggestions-suggestions strong {
    font-weight: 400;
    color: #39f;
}
.suggestions-suggestions.suggestions-mobile {
    border-style: none;
}
.suggestions-suggestions.suggestions-mobile .suggestions-suggestion {
    border-bottom: 1px solid #ddd;
}
.suggestions-suggestion {
    padding: 4px 4px;
    overflow: hidden;
}
.suggestions-suggestion:hover {
    background: #f7f7f7;
}
.suggestions-selected {
    background: #f0f0f0;
}
.suggestions-selected:hover {
    background: #f0f0f0;
}
.suggestions-hint {
    padding: 4px 4px;
    white-space: nowrap;
    overflow: hidden;
    color: #777;
    font-size: 85%;
}
.suggestions-constraints {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
}
.suggestions-constraints:empty {
    display: none !important;
}
.suggestions-constraints li {
    background: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: default;
    display: inline-block;
    margin: 0 4px 0 0;
    padding: 0 0.5em;
}
.suggestions-constraints li .suggestions-remove {
    height: 1em;
    width: 1em;
    display: inline-block;
    margin: 0 0 0 0.25em;
    background: transparent
        url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJyBoZWlnaHQ9JzEwMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48Zz48cGF0aCBkPSdtMjAsMjBtMTAsMGwyMCwyMGwyMCwtMjBsMTAsMTBsLTIwLDIwbDIwLDIwbC0xMCwxMGwtMjAsLTIwbC0yMCwyMGwtMTAsLTEwbDIwLC0yMGwtMjAsLTIwbDEwLC0xMCcgZmlsbD0nIzk5OScvPjwvZz48L3N2Zz4=)
        50% 50% no-repeat;
    background-size: contain;
    cursor: pointer;
    opacity: 0.8;
}
.suggestions-constraints li .suggestions-remove:hover {
    opacity: 1;
}
.suggestions-constraints li span {
    vertical-align: middle;
}
.suggestions-subtext {
    color: #777;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.suggestions-subtext_inline {
    display: inline-block;
    min-width: 6em;
    vertical-align: bottom;
    margin: 0 0.5em 0 0;
}
.suggestions-subtext-delimiter {
    display: inline-block;
    width: 2px;
}
.suggestions-subtext_label {
    margin: 0 0 0 0.25em;
    border-radius: 3px;
    padding: 0 3px;
    background: #f5f5f5;
    font-size: 85%;
}
.suggestions-value[data-suggestion-status="LIQUIDATED"] {
    position: relative;
}
.suggestions-value[data-suggestion-status="LIQUIDATED"]:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-top: 1px solid rgba(0, 0, 0, 0.4);
    content: "";
}
.suggestions-promo {
    font-size: 85%;
    color: #777;
    padding: 4px 4px 6px 4px;
}
.suggestions-promo a {
    color: #777;
    display: block;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    line-height: 20px;
    text-decoration: none;
}
.suggestions-promo a:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.suggestions-promo svg {
    height: 20px;
    vertical-align: bottom;
}
@font-face {
    font-family: "adineue PRO Cyr Light Web";
    font-weight: 300;
    font-style: normal;
    src: url(../fonts/adineuePROCyr-LightWeb.eot);
    src:
        url(../fonts/adineuePROCyr-LightWeb.eot?#iefix) format("embedded-opentype"),
        url(../fonts/adineuePROCyr-LightWeb.woff) format("woff"),
        url(../fonts/adineuePROCyr-LightWeb.ttf) format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "adineue PRO Cyr Bold Web";
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/adineuePROCyr-BoldWeb.eot);
    src:
        url(../fonts/adineuePROCyr-BoldWeb.eot?#iefix) format("embedded-opentype"),
        url(../fonts/adineuePROCyr-BoldWeb.woff) format("woff"),
        url(../fonts/adineuePROCyr-BoldWeb.ttf) format("truetype");
    font-display: swap;
}
@font-face {
    font-family: Onest;
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(../fonts/gNMKW3F-SZuj7xmS-HYoFIez1MLZPA.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: swap;
}
@font-face {
    font-family: Onest;
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(../fonts/gNMKW3F-SZuj7xmb-HYoFIez1MLZPA.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
}
@font-face {
    font-family: Onest;
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(../fonts/gNMKW3F-SZuj7xmR-HYoFIez1MLZPA.woff2) format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF,
        U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
}
@font-face {
    font-family: Onest;
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(../fonts/gNMKW3F-SZuj7xmf-HYoFIez1MI.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
        U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
body {
    margin: 0;
    padding: 0;
    font-family: Onest;
    position: relative;
    font-weight: 400;
    background-color: #f5f5f5;
}
body.open {
    position: relative;
    overflow: hidden;
}
body.open::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    background: #00000040;
    left: 0;
    top: 0;
    z-index: 8888;
}
body.fixed {
    padding-top: 213px;
}
a {
    color: #5b5b5b;
    font-size: 16px;
    line-height: 100%;
    text-decoration: none;
}
a:hover {
    color: #e20a17;
}
h1 {
    margin: 0;
    font-family: adineue PRO Cyr Bold Web;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0;
    padding-top: 100px;
    padding-bottom: 40px;
    text-transform: lowercase;
}
h1::first-letter {
    text-transform: capitalize;
}
h2 {
    margin: 0;
    font-family: adineue PRO Cyr Bold Web;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0;
}
.subtitle {
    padding-top: 100px;
    padding-bottom: 40px;
    font-size: 36px;
    margin: 0;
    font-family: adineue PRO Cyr Bold Web;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0;
}
h3 {
    font-family: adineue PRO Cyr Bold Web;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0 !important;
}
.container {
    width: 100%;
    max-width: 1296px;
    margin: 0 auto;
}
.container--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
select {
    border-radius: 6px;
    font-family: Onest;
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0;
    color: #5b5b5b;
    border: 1px solid #e0e0e0;
    padding: 8px 12px;
    cursor: pointer;
    background: #f5f5f5;
}
option {
    font-family: Onest;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0;
    color: #5b5b5b;
}
.grecaptcha-badge {
    opacity: 0 !important;
}
a:focus {
    outline: 0 !important;
}
.seo-content {
    max-block-size: 315px;
    overflow: hidden;
    -webkit-transition: max-height 0.4s ease;
    transition: max-height 0.4s ease;
    overflow: auto;
}
.seo-content.expanded {
    max-height: 3000px;
}
#goods-parts,
.banner-slider,
.product-slider,
.project-slider,
.project-thumbnails-slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
#goods-parts.slick-initialized,
.banner-slider.slick-initialized,
.product-slider.slick-initialized,
.project-slider.slick-initialized,
.project-thumbnails-slider.slick-initialized {
    visibility: visible;
    opacity: 1;
}
.e-hide {
    display: none;
}
.text-danger {
    color: #e20a17;
    font-weight: 600;
}
.product-aside {
    position: absolute;
    right: 0;
}
h5 {
    margin: 0;
}
.scroll-top-btn {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    background: #e20a17;
    color: #fff;
    cursor: pointer;
    opacity: 0.7;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    padding-bottom: 6px;
    font-size: 30px;
}
.scroll-top-btn:hover {
    opacity: 1;
}
.scroll-top-btn.show {
    display: block;
}
.btn-spinner {
    display: none;
    position: absolute;
    top: 50%;
    right: -35px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top: 3px solid #e20a17;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
#goods-parts {
    width: 100%;
}
#goods-parts .slick-slide {
    margin: 0 4px;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
.button {
    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: 10px;
    background-color: #e20a17;
    border: none;
    border-radius: 12px;
    color: #fff;
    font-family: Onest;
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0;
    cursor: pointer;
    position: relative;
}
.button--bg-white {
    background: #fff;
    color: #adadad;
}
.button--link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #e20a171a;
    color: #e20a17;
    margin: 40px auto 0 auto;
}
.button:hover {
    background-color: #cb0915;
    color: #fff;
}
.button__text {
    position: relative;
}
.button--show-more {
    display: none;
    margin-bottom: 100px;
}
.button--wide {
    width: 100%;
    height: 52px;
}
.button--hidden {
    display: none;
}
button:disabled {
    opacity: 0.65;
    cursor: not-allowed;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ccc !important;
    border-color: #aaa !important;
    color: #666 !important;
}
#showMoreDesc {
    display: none;
}
.project-button-calc {
    padding: 16px 20px;
    margin: 0 auto;
}
.form__title {
    padding-top: 12px;
    padding-bottom: 12px;
}
.form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.form__row--p-top {
    padding-top: 24px;
}
.form__row--modal {
    gap: 8px;
}
.form__row--profile_page {
    padding-bottom: 12px;
}
.form__row--p_bottom {
    padding-bottom: 12px;
}
.form__row > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.form__input {
    width: 420px;
    height: 52px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    color: #adadad;
    padding: 16px;
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
}
.form__input--wide {
    width: 100%;
}
.form__input:hover {
    border-color: #adadad;
}
.form__input:focus {
    color: #333;
    border-color: #adadad;
}
.form__input.error {
    border-color: #e20a17;
}
.form__textarea {
    margin-top: 16px;
    margin-bottom: 16px;
    width: 100%;
    height: 100px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    color: #adadad;
    padding: 16px;
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
}
.form__textarea:hover {
    border-color: #adadad;
}
.form__textarea:focus {
    color: #333;
    border-color: #adadad;
}
.form__textarea.error {
    border-color: #e20a17;
}
.form__hint {
    font-family: Onest;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0;
    color: #adadad;
}
.form__hint a {
    color: #5b5b5b;
    text-decoration: underline;
    font-family: Onest;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0;
}
.form__error {
    color: #e20a17;
    font-size: 14px;
    line-height: 100%;
}
.form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.form__validate-email-desc {
    padding: 12px 0;
}
.form__politics {
    padding-top: 16px;
    color: #adadad;
    font-family: Onest;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
}
.response-message {
    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;
}
.response-message__icon {
    width: 48px;
    height: 48px;
}
.response-message__icon--success {
    background: url(../img/success.svg) center/contain no-repeat;
}
.response-message__title {
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
}
.response-message__text {
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
    padding-bottom: 24px;
}
.response-message__button {
    width: 420px;
    height: 52px;
    border-radius: 12px;
    gap: 4px;
    padding-top: 16px;
    padding-right: 20px;
    padding-bottom: 16px;
    padding-left: 20px;
    background: #e20a17;
    border: none;
    cursor: pointer;
    font-family: Onest;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
}
.response-message__button:hover {
    color: #fff;
    background-color: #cb0915;
}
.response-message__button:active {
    background-color: #b50812;
}
.help-form__hint {
    max-width: 298px;
    padding-top: 8px;
    padding-left: 8px;
}
.callback-form__button {
    width: 420px;
    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-family: Onest;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
    height: 52px;
    background: #e20a17;
    border-radius: 12px;
    border: none;
    cursor: pointer;
}
.callback-form__button:hover {
    color: #fff;
    background-color: #cb0915;
}
.callback-form__button:active {
    background-color: #b50812;
}
.callback-form__button__hint {
    text-align: center;
}
.userinfo_item_validate_email_wrap button {
    margin-top: 16px;
}
.forgot-password {
    padding-top: 16px;
    font-family: Onest;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
}
.input-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.input-radio__item {
    opacity: 0;
}
.input-radio__label::before {
    content: "";
    border: 2px solid #333;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fff;
}
.input-radio__item:checked + .input-radio__label::before {
    background: #e20a17;
    -webkit-box-shadow: inset 0 0 0 5px #fff;
    box-shadow: inset 0 0 0 5px #fff;
}
.cart_userinfo_item_delive_item_note_manual {
    display: none;
}
.cart_userinfo_item_delive_item_note_manual.active {
    display: block;
}
.radio-group {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.radio-group input[type="radio"] {
    display: none;
}
.radio-group label {
    display: inline-block;
    padding: 6px;
    margin: 0 10px;
    background-color: #f5f5f5;
    border-radius: 6px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-family: Onest;
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0;
    color: #5b5b5b;
    margin: 0;
}
.radio-group input[type="radio"]:checked + label {
    background-color: #e20a17;
    color: #fff;
}
.radio-group label:hover {
    background-color: #d0d0d0;
}
.radio-group input[type="radio"]:checked + label:hover {
    background-color: #e20a17;
}
.oneclick-form__button {
    width: 100%;
    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-family: Onest;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: #e20a17;
    height: 52px;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    border: 1px solid #e20a17;
    background-color: #fff;
}
.oneclick-form__button:hover {
    color: #fff;
    background-color: #cb0915;
}
.oneclick-form__button:active {
    background-color: #b50812;
}
.oneclick-form__button__hint {
    text-align: center;
}
.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px;
    background-color: #e20a17;
    border-radius: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.header__logo--mobile {
    display: none;
}
.header__burger {
    display: none;
    background: #e20a17;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    padding: 13px;
    margin-right: 32px;
    width: 52px;
    height: 52px;
}
.header__burger:active,
.header__burger:hover {
    background-color: #b50812;
}
.header__burger--adapt {
    width: 52px;
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: -71px;
}
.burger__line {
    display: block;
    width: 25px;
    height: 2px;
    background: #fff;
    margin: 5px 0;
}
.menu-button {
    padding: 13px 18px 13px 22px;
    border-radius: 8px;
}
.menu-button--active {
    background-color: #b50812;
}
.menu-button--active:hover {
    background-color: #b50812;
}
.menu-button--active .menu-button__text::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.menu-button__text {
    padding-right: 24px;
}
.menu-button__text::after {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/icon_arrow.svg) center/contain no-repeat;
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}
.top-header {
    padding-top: 26px;
    padding-bottom: 27px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}
.top-header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1296px;
    margin: 0 auto;
    position: relative;
}
.nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav__link {
    text-decoration: none;
    color: #5b5b5b;
    font-size: 14px;
    line-height: 100%;
}
.nav__item--active .nav__link {
    color: #e20a17;
}
.top-header__user-location {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
}
.user-location__choose {
    text-decoration: none;
    font-family: Onest;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
}
.user-location__town-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-left: 24px;
    height: 20px;
}
.user-location__town-title::before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/location.svg) center/contain no-repeat;
}
.header__contact-panel {
    margin-left: auto;
}
.contact-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}
.contact-panel--footer {
    padding-bottom: 32px;
}
.callback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Onest;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: right;
    text-decoration: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    text-decoration-thickness: 0;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    color: #5b5b5b;
    height: 16px;
    padding-top: 1px;
    cursor: pointer;
}
.callback:hover {
    text-decoration: none;
}
.phone {
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.phone--d_row {
    -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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
}
.phone__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-family: Onest;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: right;
    color: #5b5b5b;
}
.phone__link--sm {
    font-weight: 600;
    font-size: 14px;
    line-height: 125%;
}
.phone__link--light {
    color: #adadad;
}
.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
}
.social__icon {
    display: block;
    width: 26px;
    height: 26px;
    background-size: contain;
}
.social__link--tg .social__icon {
    background: url(../img/telegram.svg) center/contain no-repeat;
}
.social__link--wa .social__icon {
    background: url(../img/whatsapp.svg) center/contain no-repeat;
}
.social__link--wa:hover .social__icon {
    background: url(../img/whatsapp-hover.svg) center/contain no-repeat;
}
.social__link--tg:hover .social__icon {
    background: url(../img/telegram-hover.svg) center/contain no-repeat;
}
.social__link--tg-footer .social__icon {
    background: url(../img/telegram_bottom.svg) center/contain no-repeat;
}
.social__link--max .social__icon {
    background: url(../img/max_bottom.svg) center/contain no-repeat;
}
.social__link--max:hover .social__icon {
    background: url(../img/max_bottom-hover.svg) center/contain no-repeat;
}
.social__link--wa-footer .social__icon {
    width: 24px;
    height: 24px;
    background: url(../img/whatsapp_bottom.svg) center/contain no-repeat;
}
.social__link--wa-footer:hover .social__icon {
    background: url(../img/whatsapp_bottom-hover.svg) center/contain no-repeat;
}
.social__link--tg-footer:hover .social__icon {
    width: 24px;
    height: 24px;
    background: url(../img/telegram_bottom-hover.svg) center/contain no-repeat;
}
.social__link--vk-footer .social__icon {
    width: 24px;
    height: 24px;
    background: url(../img/vk_bottom.svg) center/contain no-repeat;
}
.social__link--vk-footer:hover .social__icon {
    background: url(../img/vk_bottom-hover.svg) center/contain no-repeat;
}
.social__link--max-footer .social__icon {
    width: 24px;
    height: 24px;
    background: url(../img/max_bottom.svg) center/contain no-repeat;
}
.social__link--max-footer:hover .social__icon {
    background: url(../img/max_bottom-hover.svg) center/contain no-repeat;
}
.main-header {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}
.main-header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1296px;
    margin: 0 auto;
}
.search {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-left: 24px;
}
.search__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.search__input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 19px 16px;
    border: 1px solid #e0e0e0;
    border-right: none;
    border-radius: 4px 0 0 4px;
    background-color: #fff;
    border-radius: 12px;
    height: 58px;
    font-family: #e20a17;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
}
.search__input:hover {
    border: 1px solid #adadad;
}
.search__input:focus {
    border: 1px solid #adadad;
}
.search__button {
    background: #fff;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 9px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.search__icon {
    width: 20px;
    height: 20px;
    background: url(../img/bx_bx-search.svg) center/contain no-repeat;
}
.search .ui-menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.search li.ui-menu-item {
    padding: 16px;
    font-family: Onest;
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0;
}
.search li.ui-menu-item:hover {
    background-color: #e0e0e0;
    color: #e20a17;
}
.search__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.search__mobile-wrap {
    position: relative;
    display: none;
    max-height: 400px;
    overflow-y: auto;
}
.search__mobile-wrap--active {
    display: block;
}
.search__input {
    width: 100%;
}
.search__mobile-container {
    width: 100%;
    position: relative;
}
.user-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 24px;
}
.ui-widget.ui-widget-content {
    margin: 0;
    padding: 0 12px;
    list-style-type: none;
}
.ui-widget.ui-widget-content > li {
    padding: 6px 0;
}
.user-menu__link {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Onest;
    font-weight: 600;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: 0;
    text-align: center;
    height: 58px;
    width: 100px;
    padding: 8px;
    text-decoration: none;
}
.user-menu__link:hover {
    background-color: #fff;
    border-radius: 12px;
    color: #5b5b5b;
}
.user-menu__icon {
    --fillColor: #5b5b5b;
    width: 20px;
    height: 20px;
}
.user-menu__icon--active {
    --fillColor: #e20a17;
}
.user-menu__counter {
    overflow: hidden;
}
.category-slider {
    width: 100%;
    max-width: 1296px;
    margin: 0 auto;
}
.category-slider--adapt {
    display: none;
}
.category-slider__wrapper {
    position: relative;
    width: 100%;
}
.category-slider__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 8px;
    padding: 16px 40px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    border-radius: 12px;
}
.category-slider__container::-webkit-scrollbar {
    display: none;
}
.category-slider__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 6px 9px;
    border-radius: 100px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: Onest;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid #e0e0e0;
    color: #5b5b5b;
    text-transform: lowercase;
}
.category-slider__item::first-letter {
    text-transform: capitalize;
}
.category-slider__item:hover {
    border-color: #5b5b5b;
    color: #333;
}
.category-slider__item--active {
    background-color: #e20a17;
    color: #fff;
    border: none;
}
.category-slider__item--active:hover {
    color: #fff;
}
.scroll-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border: none;
    cursor: pointer;
    z-index: 10;
    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-size: 1.3rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #fff;
    border-radius: 100px;
    -webkit-box-shadow: 0 1px 8px 0 #0000001f;
    box-shadow: 0 1px 8px 0 #0000001f;
}
.scroll-btn:hover {
    border: 1px solid #5b5b5b;
}
.scroll-btn--right {
    right: 0;
}
.scroll-btn--left::before {
    display: block;
    content: "";
    background: url(../img/icon_arrow_left.svg) center/contain no-repeat;
    width: 20px;
    height: 20px;
}
.scroll-btn--right::before {
    display: block;
    content: "";
    background: url(../img/icon_arrow_right.svg) center/contain no-repeat;
    width: 20px;
    height: 20px;
}
.scroll-btn--left:active::before {
    -webkit-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
}
.scroll-btn--right:active::before {
    -webkit-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px);
}
.scroll-btn[disabled] {
    cursor: not-allowed;
    border: none;
}
.banner-wrapper {
    padding-left: 63px;
    padding-right: 63px;
    position: relative;
}
.banner-card {
    width: 100%;
    max-width: 1170px;
    height: 450px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    position: relative;
    padding-left: 60px;
}
.banner-card__title {
    font-family: adineue PRO Cyr Bold Web;
    font-weight: 700;
    font-size: 48px;
    line-height: 110.00000000000001%;
    letter-spacing: 0;
    max-width: 700px;
    padding-top: 40px;
}
.banner-card__subtitle {
    padding-top: 24px;
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 40px;
}
.banner-card__img {
    display: none !important;
}
.link-button {
    width: 293px;
    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-family: Onest;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
    height: 68px;
    background: #e20a17;
    border-radius: 12px;
    border-color: #e20a17;
}
.link-button:hover {
    color: #fff;
    background-color: #cb0915;
}
.town-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.town-list__item {
    width: 280px;
    font-family: Onest;
    font-weight: 600;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: 0;
    padding: 12px;
    border-radius: 8px;
    text-transform: lowercase;
}
.town-list__item::first-letter {
    text-transform: capitalize;
}
.town-list__item:hover {
    background: #f5f5f5;
    color: #333;
}
.mobile-header {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: none;
    background: #f3f4f5;
    z-index: 9999;
}
.header.fixed {
    position: fixed;
    z-index: 9999;
    background-color: #f5f5f5;
    top: 0;
    width: 100%;
}
.count-in {
    position: absolute;
    top: 0;
    width: 15px;
    height: 15px;
    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;
    background: #e20a17;
    color: #fff;
    font-family: Onest;
    font-weight: 700;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    border-radius: 50%;
    left: 51px;
}
.catalog-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 632px;
    overflow-y: auto;
}
.catalog-menu__col {
    padding: 12px;
    height: 632px;
    width: 100%;
    overflow-y: scroll;
}
.catalog-menu__col--with_border {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}
.catalog-menu__col--first {
    width: 300px;
}
.catalog-menu__col--middle {
    width: 440px;
}
.catalog-menu__col--last {
    width: calc(100% - 300px);
}
.catalog-menu__key {
    position: absolute;
    left: 0;
    top: 12px;
    font-family: adineue PRO Cyr Bold Web;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0;
    text-transform: uppercase;
}
.catalog-menu__list {
    margin: 0;
    list-style-type: none;
}
.catalog-menu__list > a {
    width: 100%;
    font-family: Onest;
    font-weight: 600;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: 0;
    color: #5b5b5b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 12px;
    border-radius: 8px;
}
.catalog-menu__list > a img {
    margin-right: 6px;
}
.catalog-menu__list > a.active,
.catalog-menu__list > a:hover {
    background: #e20a171a;
    color: #e20a17;
}
.catalog-menu__list > a.active > a,
.catalog-menu__list > a:hover > a {
    color: #e20a17;
}
.catalog-menu__list > a span {
    display: inline-block;
    text-transform: lowercase;
}
.catalog-menu__list > a span::first-letter {
    text-transform: capitalize;
}
.catalog-menu__list > li {
    width: 100%;
    border-radius: 8px;
    font-family: Onest;
    font-weight: 600;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: 0;
    color: #5b5b5b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.catalog-menu__list > li > a {
    width: 100%;
    font-family: Onest;
    font-weight: 600;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: 0;
    color: #5b5b5b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 12px;
    border-radius: 8px;
    padding-left: 28px;
    position: relative;
}
.catalog-menu__list > li.menu_back,
.catalog-menu__list > li:active {
    color: #fff;
    background-color: #e20a17;
}
.catalog-menu__list > li.menu_back {
    padding-left: 42px;
    position: relative;
}
.catalog-menu__list > li.menu_back::before {
    position: absolute;
    left: 22px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    background: url(../img/filter-arrow-active.svg) center/contain no-repeat;
}
.catalog-menu__list > li > a.active,
.catalog-menu__list > li > a:hover {
    background: #e20a171a;
    color: #e20a17;
}
.catalog-menu__list > li > a.active > a,
.catalog-menu__list > li > a:hover > a {
    color: #e20a17;
}
.catalog-menu__list--secondary > li {
    display: none;
}
.catalog-menu__list--secondary > li.active {
    display: block;
}
.catalog-menu__list > li span {
    display: inline-block;
    text-transform: lowercase;
}
.catalog-menu__list > li span::first-letter {
    text-transform: capitalize;
}
.footer-catalog {
    padding-left: 16px;
    padding-right: 16px;
}
.footer-catalog__title {
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0;
    color: #adadad;
    padding-bottom: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    display: block;
}
.footer-catalog__title--p-top {
    padding-top: 32px;
}
.mainmenu {
    display: none;
}
.mainmenu.adapt {
    display: block;
}
.menu_catalog_category {
    display: none;
}
.menu_catalog_category.show {
    display: block;
    width: 100%;
}
.menu_catalog_subcategory_list {
    display: none;
}
.menu_catalog_subcategory_list.show {
    display: block;
    width: 100%;
}
.menu_catalog_subcategory {
    display: none;
}
.menu_catalog_subcategory.show {
    display: block;
    width: 100%;
}
.menu_popup_container_subcat_list_ul,
.menu_popup_container_subcat_list_ul-sm {
    overflow-y: auto;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-fill: balance;
    -moz-column-fill: balance;
    column-fill: balance;
    padding: 0;
    margin: 0;
}
.main__container {
    width: 100%;
    max-width: 1296px;
    margin: 0 auto;
}
.product-block {
    padding-top: 100px;
}
.product-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 14px;
    flex-wrap: wrap;
}
.product-list--compare-mode {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    position: relative;
}
.product-props {
    padding-top: 80px;
}
.product-card {
    position: relative;
    border-radius: 8px;
    padding: 12px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-card:hover {
    -webkit-box-shadow: 0 24px 40px -8px #0000001f;
    box-shadow: 0 24px 40px -8px #0000001f;
}
.product-card--oneclick-view {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    padding-bottom: 11px;
}
.product-card--oneclick-view:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.product-card__slider-item {
    height: 370px;
    width: 230px;
}
.product-card__category {
    height: 370px;
    width: 230px;
}
.product-slider {
    padding: 0 49px;
}
.product-card__image {
    height: 153px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}
.product-card__image a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-card__image img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
}
.product-card__image--oneclick-view {
    min-width: 245px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}
.product__availability--oneclick-view {
    width: 100%;
}
.product-card__title {
    font-family: Onest;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: #333;
    margin: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-bottom: auto;
    overflow: hidden;
    height: 51px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: lowercase;
}
.product-card__title::first-letter {
    text-transform: capitalize;
}
.product-card__title--oneclick-view {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    height: auto;
    padding-bottom: 45px;
}
.product-card__stock,
.product__stock {
    font-family: #e20a17;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product-card__stock span,
.product__stock span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 12px;
}
.product-card__stock span::before,
.product__stock span::before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    content: "";
    display: block;
    background-color: #333;
}
.product-card__stock--instock,
.product__stock--instock {
    color: #0d9d00;
}
.product-card__stock--instock span::before,
.product__stock--instock span::before {
    background-color: #0d9d00;
}
.product-card__stock--out,
.product__stock--out {
    color: #e20a17;
}
.product-card__stock--out span::before,
.product__stock--out span::before {
    background-color: #e20a17;
}
.product-card__badges {
    position: absolute;
    top: 16px;
    left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
}
.product-card__badge {
    background: #e20a17;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 4px;
    font-family: Onest;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0;
}
.product-card__badge--novetly {
    background: #0d9d00;
}
.product-card__badge--economy {
    background: #ed760e;
}
.product-card__prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding-bottom: 8px;
}
.product-card__price,
.product__price {
    font-family: adineue PRO Cyr Bold Web;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #333;
}
.product-card__price--old,
.product__price--old {
    font-size: 14px;
    color: #adadad;
    text-decoration: line-through;
    padding-left: 8px;
}
.product__price {
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0;
}
.product__price--old {
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
}
.product-card__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}
.product__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding-top: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
}
.cart-button {
	width: 148px;
    height: 42px;
    background-color: #e20a17;
    font-family: Onest;
    font-weight: 600;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: 0;
    border: none;
    border-radius: 8px;
    color: white;
    cursor: pointer;
}
.cart-button:hover {
    background: #0d9d00;
    color: #fff;
}
.cart-button:active {
    background: #0d9d00;
    color: #fff;
}
.cart-button--single {
    width: 100%;
    height: 52px;
    background-color: #e20a17;
    color: #fff;
}
.articul {
    font-family: #e20a17;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
    color: #adadad;
    padding-top: 8px;
}
.articul__number {
    color: #333;
}
.compare-button {
    width: 42px;
    height: 42px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: 0 0;
    --fillColor: #5b5b5b;
    cursor: pointer;
    font-family: Onest;
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.compare-button:hover {
    border: 1px solid #adadad;
    --fillColor: #333333;
}
.compare-button--on-single {
    width: 118px;
    height: 28px;
    border: none;
}
.compare-button--on-single:hover {
    background: #f5f5f5;
    border: none;
}
.compare-button--active {
    background: #333;
    --fillColor: #ffffff;
}
.compare-button--active:hover {
    border: none;
    --fillColor: #ffffff;
}
.single-compare-button {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: 0 0;
    --fillColor: #5b5b5b;
    cursor: pointer;
    font-family: Onest;
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    width: 118px;
    height: 28px;
    border: none;
}
.single-compare-button:hover {
    background: #f5f5f5;
    border: none;
    --fillColor: #333333;
}
.single-compare-button--active {
    background: #333;
    --fillColor: #ffffff;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.single-compare-button--active:hover {
    background: #333;
    border: none;
    --fillColor: #ffffff;
    color: #fff;
}
.articul-button {
    width: 135px;
    height: 28px;
    border: none;
    font-family: Onest;
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: #333;
    background: 0 0;
    --fillColor: #5b5b5b;
}
.articul-button:hover {
    background: #f5f5f5;
    border: none;
    --fillColor: #333333;
    color: #333;
}
.product-slider .slick-slide {
    margin: 0 6px;
}
.product-wrapper {
    position: relative;
}
.slider-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: 30px;
    height: 30px;
    border: none;
    cursor: pointer;
    z-index: 10;
    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-size: 1.3rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #fff;
    border-radius: 100px;
    -webkit-box-shadow: 0 1px 8px 0 #0000001f;
    box-shadow: 0 1px 8px 0 #0000001f;
}
.slider-arrow:hover {
    border: 1px solid #5b5b5b;
}
.slider-arrow--right {
    right: 12px;
}
.slider-arrow--left {
    left: 12px;
}
.slider-arrow--left::before {
    display: block;
    content: "";
    background: url(../img/icon_arrow_left.svg) center/contain no-repeat;
    width: 20px;
    height: 20px;
}
.slider-arrow--right::before {
    display: block;
    content: "";
    background: url(../img/icon_arrow_right.svg) center/contain no-repeat;
    width: 20px;
    height: 20px;
}
.slider-arrow--left-cubic {
    border-radius: 12px;
    border: 1px solid #5b5b5b;
    right: 52px;
    top: 0;
    left: auto;
    width: 42px;
    height: 42px;
}
.slider-arrow--right-cubic {
    border-radius: 12px;
    border: 1px solid #5b5b5b;
    right: 0;
    top: 0;
    width: 42px;
    height: 42px;
}
.slider-arrow--left:active::before {
    -webkit-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
}
.slider-arrow--right:active::before {
    -webkit-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px);
}
.slider-arrow--up {
    top: 12px;
    left: 10px;
}
.slider-arrow--down {
    bottom: 0;
    top: auto;
    left: 10px;
}
.slider-arrow--up::before {
    display: block;
    content: "";
    background: url(../img/icon_arrow_left.svg) center/contain no-repeat;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.slider-arrow--down::before {
    display: block;
    content: "";
    background: url(../img/icon_arrow_right.svg) center/contain no-repeat;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.slider-arrow--left:active::before {
    -webkit-transform: translateY(-2px) rotate(-90deg);
    -ms-transform: translateY(-2px) rotate(-90deg);
    transform: translateY(-2px) rotate(-90deg);
}
.slider-arrow--right:active::before {
    -webkit-transform: translateY(2px) rotate(90deg);
    -ms-transform: translateY(2px) rotate(90deg);
    transform: translateY(2px) rotate(90deg);
}
.slider-arrow[disabled] {
    cursor: not-allowed;
    border: none;
}
.product-tabs--big {
    width: 100%;
    max-width: 992px;
}
.product-tabs--medium {
    max-width: 966px;
}
.product-tabs__headers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    padding: 4px;
    background: #fff;
    border-radius: 14px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.product-tabs__title {
    width: 136;
    height: 52;
    border-radius: 12px;
    padding-top: 16px;
    padding-right: 20px;
    padding-bottom: 16px;
    padding-left: 20px;
    font-family: Onest;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    background: #fff;
    cursor: pointer;
    -webkit-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
}
.product-tabs__title:hover {
    background: #e20a171a;
    color: #e20a17;
}
.product-tabs__list {
    padding-top: 16px;
}
.product-tabs__item {
    display: none;
    width: 100%;
}
.product-tabs__item--p-bg {
    padding: 16px 24px;
    background-color: #fff;
    border-radius: 12px;
}
.product-tabs__title.active {
    background: #e20a17;
    color: #fff;
}
.product-tabs__item.active {
    display: block;
}
.category-container {
    width: 100%;
    max-width: 1296px;
    margin: 0 auto;
}
.category-wrapper {
    position: relative;
}
.category-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    padding-bottom: 100px;
}
.category-card {
    width: 225px;
    height: 139px;
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    position: relative;
    display: block;
}
.category-card__title {
    font-family: Onest;
    font-weight: 600;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: 0;
    color: #5b5b5b;
    display: block;
    padding-right: 36px;
    word-break: break-word;
    text-transform: lowercase;
}
.category-card__title::first-letter {
    text-transform: capitalize;
}
.category-slider .slick-slide {
    margin: 0 7px;
}
.category-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}
.category-content__notice {
    margin: 0 auto;
    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;
}
.category-bussiness {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.category-bussiness-card {
    width: 248px;
    height: 160px;
    border-radius: 12px;
    background: #333;
    position: relative;
    border-radius: 12px;
    padding: 16px;
}
.category-bussiness-card__title {
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    color: #fff;
}
.category-bussiness-card__img {
    width: 86px;
    height: 100px;
    position: absolute;
    right: 10px;
    bottom: 16px;
    --fillColor: #adadad;
    --fillColor2: white;
}
.category-bussiness-card:hover {
    background: #e20a17;
}
.category-bussiness-card--menu_theme {
    width: 232px;
}
.category-bussiness-card:hover .category-bussiness-card__img {
    --fillColor: #333333;
}
.partner-container {
    width: 100%;
    max-width: 1296px;
    margin: 0 auto;
}
.partner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 61.5px;
}
.partner-card {
    width: 210px;
    height: 120px;
    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;
}
.partner-card__img--kb-light {
    width: 96px;
    height: 97px;
    opacity: 0.64;
}
.equip-help {
    padding-top: 100px;
    position: relative;
    margin-bottom: 100px;
}
.equip-help__form {
    background: #fff;
}
.equip-help__img {
    position: absolute;
    right: 8px;
    bottom: 0;
}
.help-form {
    padding: 60px 40px 40px 40px;
    border-radius: 24px;
}
.help-form__header {
    width: 100%;
    max-width: 650px;
    padding-bottom: 48px;
}
.help-form__title {
    max-width: 430px;
    padding-top: 0;
    padding-bottom: 24px;
    font-size: 32px;
}
.help-form__title span {
    color: #0d9d00;
}
.help-form__text {
    font-family: #e20a17;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    color: #5b5b5b;
}
.help-form__input {
    width: 317px;
}
.help-form__button {
    font-family: Onest;
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0;
    color: #fff;
    background: #e20a17;
    border-radius: 12px;
    width: 244px;
    height: 52px;
    border: none;
    cursor: pointer;
}
.help-form__button:hover {
    background: #cb0915;
}
.product-card__quantity {
    width: 148px;
    height: 42px;
}
.quantity {
    background: #e20a171a;
    border-radius: 8px;
    font-family: Onest;
    font-weight: 600;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: 0;
    color: #e20a17;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.quantity--single {
    width: 100%;
}
.quantity span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.quantity__add,
.quantity__minus {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    padding: 11px;
    background-color: #e20a17;
    color: #fff;
    --fillColor: #fff;
    border: none;
    cursor: pointer;
}
.quantity__add:hover,
.quantity__minus:hover {
    background-color: #0d9d00;
}
.quantity__add--single,
.quantity__minus--single {
    width: 52px;
    height: 52px;
}
.quantity.hidden {
    display: none;
}
.cart-button.hidden {
    display: none;
}
.hint-box {
    width: 100%;
    padding-bottom: 100px;
}
.hint-box__title {
    padding-bottom: 16px;
}
.hint-box__text {
    font-family: Onest;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0;
    color: #5b5b5b;
}
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.breadcrumb li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.breadcrumb li::first-letter {
    text-transform: capitalize;
}
.breadcrumb li,
.breadcrumb li > a {
    font-family: Onest;
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0;
    color: #5b5b5b;
    text-transform: lowercase;
}
.breadcrumb li::first-letter,
.breadcrumb li > a::first-letter {
    text-transform: capitalize;
}
.breadcrumb li > a:hover {
    color: #e20a17;
}
.breadcrumb li + li::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/icon-right.svg) center/contain no-repeat;
}
.page-title {
    padding-top: 8px;
    padding-bottom: 20px;
}
.page-title--large-p-bottom {
    padding-top: 100px;
}
.page-title--large-p-top {
    padding-top: 40px;
}
.page-title--on-author {
    padding-top: 100px;
    padding-bottom: 40px;
}
.pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 40px;
}
.pager__prev {
    width: 42px;
    height: 42px;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pager__prev img {
    width: 20px;
}
.pager__next {
    width: 42px;
    height: 42px;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pager__next img {
    width: 20px;
}
.pager__pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    padding-left: 8px;
    padding-right: 8px;
}
.pager__pages > a {
    font-family: Onest;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    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;
    color: #adadad;
}
.pager__pages > a:hover {
    background: #fff;
    color: #e20a17;
}
.pager__pages > a.active {
    color: #5b5b5b;
}
.pager__pass {
    font-family: Onest;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #adadad;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 30px;
}
.product__title {
    padding-top: 8px;
    padding-bottom: 20px;
}
.product__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 100px;
}
.product__price-box {
    background: #fff;
    border-radius: 12px;
    min-height: 248px;
    padding: 12px 16px;
}
.box-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    position: relative;
    width: 100%;
    min-height: 1100px;
}
.box-product__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    max-width: 966px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
.product__badges {
    position: absolute;
    top: 12px;
    left: 102px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
}
.product__badge {
    background: #e20a17;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 4px;
    font-family: Onest;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0;
}
.product__badge--novetly {
    background: #0d9d00;
}
.product__badge--economy {
    background: #ed760e;
}
.product__description {
    color: #5b5b5b;
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0;
}
.box-product__info {
    padding-top: 0;
    padding-bottom: 16px;
}
.box-product__attributes {
    width: 416px;
}
.box-product__description {
    font-size: 14px;
    max-block-size: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 4px;
}
.box-product__description.expanded {
    max-height: 3000px;
    -webkit-box-orient: unset;
}
.box-product__gallery {
    width: 526px;
    height: 386px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.gallery-product {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
.gallery-product__list {
    width: 78px;
    position: relative;
}
.gallery-product__main {
    padding-top: 30px;
    width: 412px;
    position: relative;
}
.gallery-product__no-image {
    width: 100%;
    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;
}
.gallery-product__item {
    cursor: pointer;
    border-radius: 6px;
    padding: 0 12px;
}
.gallery-product__item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 330px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.gallery-product__item--small {
    width: 78px;
    height: 60px;
}
.gallery-product__item--small:hover {
    border: 1px solid #adadad;
}
.gallery-product__item--small img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
}
.gallery-product__item--active {
    border: 1px solid #5b5b5b;
}
.gallery-product__item img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
}
.list-attributes {
    height: 222px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.list-attributes--toggled {
    height: auto;
}
.list-attributes__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.item-attributes {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 12px;
    padding-top: 12px;
}
.item-attributes__name {
    font-family: Onest;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0;
}
.item-attributes__value {
    font-family: Onest;
    font-weight: 600;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: 0;
    width: 142px;
    word-break: break-all;
}
.item-attributes:last-child {
    border: none;
}
.show-attributes-button {
    width: 204px;
    height: 32px;
    border-radius: 6px;
    font-family: Onest;
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0;
    background: 0 0;
    border: 1px solid #e0e0e0;
    margin-top: 16px;
    color: #333;
}
.show-attributes-button:hover {
    background-color: #e20a17;
    color: #fff;
}
.show-attributes-button:active {
    background-color: #b50812;
    color: #fff;
}
.price-box__articul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 24px;
    position: relative;
}
.price-box__copy-hint {
    width: 124px;
    height: 42px;
    background: #fff;
    -webkit-box-shadow: 0 1px 8px 0 #0000001f;
    box-shadow: 0 1px 8px 0 #0000001f;
    border-radius: 8px;
    font-family: Onest;
    font-weight: 600;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: 0;
    color: #333;
    position: absolute;
    top: 35px;
    right: 16px;
    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;
}
.product__similairty-button {
    width: 100%;
    height: 42px;
    background: 0 0;
    border: 1px solid #e0e0e0;
    color: #5b5b5b;
    font-weight: 600;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: 0;
    border-radius: 8px;
}
.product__similairty-button:hover {
    color: #fff;
}
.product__oneclickbuy-button {
    width: 100%;
    height: 42px;
    background: 0 0;
    border: 1px solid #e20a17;
    color: #e20a17;
    font-weight: 600;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: 0;
    border-radius: 8px;
}
.product__oneclickbuy-button:hover {
    color: #fff;
}
.cart-list--adapt {
    display: none;
}
.cart-item__img {
    width: 150px;
    height: 150px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}
.cart-item__img img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
}
.cart-item__total {
    font-family: adineue PRO Cyr Bold Web;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #333;
    min-width: 200px;
    text-align: center;
}
.cart-item__price {
    font-family: adineue PRO Cyr Bold Web;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    color: #333;
}
.cart-item__name {
    padding: 0 16px;
}
.cart-item__counts {
    width: 164px;
}
.cart-item__remove-btn {
    width: 52px;
    height: 52px;
    cursor: pointer;
}
.cart-item__remove-btn::before {
    content: "";
    display: block;
    background: url(../img/close.svg) center/contain no-repeat;
    width: 16px;
    height: 16px;
}
.cart-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.cart-delivery {
    font-size: 14px;
    padding-right: 60px;
    font-size: Onest;
}
.cart--single {
    padding-bottom: 100px;
}
.cart__order-button {
    width: 100%;
    height: 42px;
    font-family: Onest;
    font-weight: 600;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: 0;
    border: none;
    border-radius: 8px;
}
.cart__order-button:hover {
    color: #fff;
    background: #0d9d00;
}
.cart__summa {
    font-family: Onest;
    font-weight: 500;
    font-size: 26px;
    line-height: 125%;
    letter-spacing: 0;
}
.cart__summa span {
    font-weight: 700;
    font-family: adineue PRO Cyr Bold Web;
}
.order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
}
.order__box {
    -webkit-box-flex: 0;
    -ms-flex: 0 100%;
    flex: 0 100%;
    background: #fff;
    border-radius: 12px;
    padding: 12px 16px;
    margin-bottom: 100px;
}
.order__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    padding-top: 16px;
}
.order-button {
    width: 204px;
    height: 42px;
}
.order-info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px;
    gap: 12px;
}
.order-info__title {
    color: #5b5b5b;
}
.order-info__text {
    font-weight: 700;
}
.cart__usertype {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.card-aside {
    background: #fff;
    border-radius: 12px;
    min-height: 248px;
    padding: 12px 16px;
}
.card-aside__total {
    font-family: Onest;
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0;
    padding: 16px 0;
}
.card-aside__total span {
    font-weight: 700;
    font-family: adineue PRO Cyr Bold Web;
}
.card-aside__item {
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0;
    font-weight: 700;
    font-family: adineue PRO Cyr Bold Web;
}
.vote_stars {
    padding-top: 16px;
    padding-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.vote_stars .cart_userinfo_item_input_error {
    padding-left: 20px;
}
.vote_star {
    background: url(../img/star-nonactive-big.png) no-repeat center center;
    background-size: cover;
    height: 21px;
    width: 21px;
    display: block;
    margin: 0 2px;
    cursor: pointer;
}
.vote_star.active,
.vote_star:hover {
    background-image: url(../img/star-active-big.png);
}
.vote_star_review {
    background: url(../img/star-nonactive.png) no-repeat center center;
    background-size: cover;
    height: 17px;
    width: 17px;
    display: block;
    margin-right: 2px;
    cursor: pointer;
}
.vote_star_review.active,
.vote_star_review:hover {
    background-image: url(../img/star-active.png);
}
.user-review {
    padding-top: 12px;
}
.user-review__item {
    padding: 16px 24px;
    background: #fff;
    margin-bottom: 16px;
    border-radius: 12px;
}
.user-review__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.user-review__item {
    padding-bottom: 32px;
}
.user-review__userdata {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: adineue PRO Cyr Bold Web;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
}
.user-review__date {
    font-family: Onest;
}
.user-review__usertext {
    padding: 8px 0;
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
}
.user-review__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.user-review__title {
    font-family: adineue PRO Cyr Bold Web;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.user-review__title span {
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
}
.similar-title {
    font-family: adineue PRO Cyr Bold Web;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0;
    padding-bottom: 24px;
}
.product__brand-box {
    background: #fff;
    border-radius: 12px;
    height: 64px;
    padding: 12px 16px;
    margin-top: 16px;
}
.brand-box {
    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;
    gap: 36px;
}
.brand-box__link-button {
    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: 138px;
    height: 32px;
    background: 0 0;
    border: 1px solid #e0e0e0;
    color: #5b5b5b;
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0;
    border-radius: 6px;
}
.attention-box {
    width: 100%;
    padding: 24px;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    margin-bottom: 100px;
}
.attention-box__title {
    font-family: adineue PRO Cyr Bold Web;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0;
    padding-bottom: 16px;
}
.attention-box ul {
    padding-left: 14px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}
.attention-box ul > li {
    font-family: Onest;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0;
    color: #5b5b5b;
    list-style-image: url(../img/list-item.svg);
}
.compare_diff_wrap.active .compare_diff {
    background-color: #e20a17;
    border: 2px solid #e20a17;
    margin-right: 2px;
}
.compare_diff {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border: 2px solid #b2b2b8;
    cursor: pointer;
    margin-left: 2px;
}
.compare_diff_wrap.active {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    opacity: 1;
}
.compare_diff_wrap {
    width: 40px;
    height: 20px;
    background-color: #e2e2e2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 15px;
    opacity: 0.5;
    cursor: pointer;
}
.compare_container_value_list_diff {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #b2b2b8;
    padding: 15px;
}
.compare_container_values {
    position: absolute;
    top: 400px;
    left: 0;
    z-index: 1500;
}
.compare_container_value_list_item_name {
    font-family: Onest;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: #adadad;
}
.compare_container_value_list_item {
    padding-bottom: 15px;
    padding-left: 15px;
}
.hide {
    display: none !important;
}
aside {
    min-width: 306px;
    max-width: 306px;
}
.filter {
    background: #fff;
    border-radius: 12px;
}
.filter__title {
    font-family: adineue PRO Cyr Bold Web;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0;
    padding: 12px 16px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.filter__title::after {
    position: absolute;
    display: block;
    height: 1px;
    width: 100%;
    color: #f5f5f5;
}
.filter__toggle-btn {
    width: calc(100% - 32px);
    margin-left: 16px;
    height: 52px;
    color: #e20a17;
    background-color: #e20a171a;
    display: none;
    text-align: center;
    padding: 16px;
}
.filter-box {
    width: 100%;
}
.filter-box__body {
    padding: 0 8px;
}
.filter-box__body--ranged-body {
    padding: 0;
    padding-bottom: 12px;
}
.filter-box__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.filter-box__list--light {
    background: #f5f5f5;
}
.filter-box__title {
    font-family: Onest;
    font-weight: 600;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: 0;
    padding: 12px 30px 12px 12px;
    width: 100%;
    color: #5b5b5b;
    border-radius: 12px;
    cursor: pointer;
    position: relative;
    text-transform: lowercase;
}
.filter-box__title::first-letter {
    text-transform: capitalize;
}
.filter-box__title:hover {
    background: #f5f5f5;
    color: #333;
}
.filter-box__title::after {
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    background: url(../img/filter-arrow.svg) center/contain no-repeat;
}
.filter-box__title--active,
.filter-box__title--changed {
    background: #e20a17;
    color: #fff;
}
.filter-box__title--active:hover,
.filter-box__title--changed:hover {
    background: #cb0915;
    color: #fff;
}
.filter-box__title--active::after,
.filter-box__title--changed::after {
    background: url(../img/filter-arrow-active.svg) center/contain no-repeat;
}
.filter-box__title--collapse::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
.filter-box__link {
    font-family: Onest;
    font-weight: 600;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: 0;
    padding: 12px 30px 12px 12px;
    width: 100%;
    position: relative;
    border-radius: 12px;
    display: inline-block;
    text-transform: lowercase;
}
.filter-box__link::after {
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    background: url(../img/filter-arrow.svg) center/contain no-repeat;
}
.filter-box__link:hover {
    background: #e0e0e0;
    color: #333;
}
.filter-box__link:hover::after {
    background: url(../img/filter-arrow-hover.svg) center/contain no-repeat;
}
.filter-box__link::first-letter {
    text-transform: capitalize;
}
.filter-box__slider {
    padding: 0 12px;
}
.filter-box.collapse .filter-box__body {
    display: none;
}
.filter-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 16px;
}
.filter-content__order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Onest;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0;
    color: #5b5b5b;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}
.box-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    margin-left: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Onest;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0;
    color: #5b5b5b;
}
.box-col__show_goods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    gap: 12px;
    margin: 0;
    list-style-type: none;
}
.box-col__show_goods > li {
    width: 40px;
    height: 32px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    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;
}
.box-col__show_goods > li > a {
    font-family: Onest;
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0;
    color: #5b5b5b;
}
.box-col__show_goods > li.active {
    background: #e0e0e0;
}
.filter-box__body--active {
    background-color: #f5f5f5;
}
.box-range {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 12px;
    padding-top: 4px;
}
.box-range__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.box-range__input--ml {
    margin-left: 22px;
}
.box-range__input > input {
    width: 126px;
    height: 42px;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    background: 0 0;
    font-family: Onest;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
}
.ui-slider-handle {
    border: none !important;
    border-radius: 50%;
    background: #fff !important;
    width: 30px !important;
    height: 30px !important;
    cursor: pointer !important;
    top: -9px !important;
    -webkit-box-shadow: 0 1px 8px 0 #0000001f;
    box-shadow: 0 1px 8px 0 #0000001f;
}
.ui-slider-handle::before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e20a17;
    display: block;
    content: "";
    margin: 10px;
}
.ui-slider-handle:hover {
    -webkit-box-shadow: 0 1px 8px 0 #00000029;
    box-shadow: 0 1px 8px 0 #00000029;
}
.ui-slider-handle:focus {
    outline: 1px solid #adadad;
}
.ui-widget-header {
    background: #f5f5f5;
}
.chk_container {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-left: 12px;
    min-height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px;
    position: relative;
    padding-left: 34px;
    border-radius: 8px;
}
.chk_container:hover {
    background: #e0e0e0;
}
.chk_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 13px;
    left: 13px;
    height: 14px;
    width: 14px;
    border-radius: 4px;
    background: #e0e0e0;
}
.chk_container input:checked ~ .checkmark::after {
    display: block;
}
.checkmark::after {
    left: 4px;
    top: 2px;
    width: 6px;
    height: 7px;
    border: solid #adadad;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.chk_container:hover .checkmark {
    background: #adadad;
}
.chk_container:hover .checkmark::after {
    border-color: #5b5b5b;
}
.checkmark::after {
    content: "";
    position: absolute;
    display: none;
}
*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.chk_container {
    cursor: pointer;
}
.filter__show-button {
    position: absolute;
    top: 0;
    right: -125px;
    z-index: 8888;
    height: 42px;
    width: 109px;
    font-family: Onest;
    font-weight: 600;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: 0;
}
.filter__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 8px;
    padding-top: 8px;
    gap: 8px;
}
.filter__clear-button {
    width: 100%;
    font-family: Onest;
    font-weight: 600;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: 0;
    background: #fff;
    color: #5b5b5b;
    border: 1px solid #e0e0e0;
}
.filter__clear-button:hover {
    color: #fff;
}
.filter__apply-button {
    width: 100%;
    font-family: Onest;
    font-weight: 600;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: 0;
}
.box-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    padding-top: 20px;
}
.box-contacts__title {
    font-family: Onest;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0;
    color: #adadad;
    padding-bottom: 8px;
}
.box-contacts__col--left {
    width: 416px;
}
.box-contacts__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    padding-bottom: 8px;
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    color: #333;
}
.box-contacts__phone::before {
    width: 24px;
    height: 24px;
    content: "";
    display: block;
    background: url(../img/icon_phone.svg) center/contain no-repeat;
}
.box-contacts__social_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    padding-bottom: 40px;
}
.box-contacts__social_link > a {
    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;
    gap: 4px;
    width: 92px;
    height: 32px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    font-family: Onest;
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0;
    color: #5b5b5b;
    --fillColor: #5b5b5b;
}
.box-contacts__social_link > a:hover {
    --fillColor: #ffffff;
    color: #fff;
}
.box-contacts__social_link > a:active {
    --fillColor: #ffffff;
    color: #fff;
}
.box-contacts__social_link > a.telegram:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#2aabee), color-stop(9925.83%, #229ed9));
    background: linear-gradient(180deg, #2aabee 0, #229ed9 9925.83%);
}
.box-contacts__social_link > a.telegram:active {
    background: -webkit-gradient(linear, left top, left bottom, from(#2aabee), color-stop(9925.83%, #229ed9));
    background: linear-gradient(180deg, #2aabee 0, #229ed9 9925.83%);
}
.box-contacts__social_link > a.max-messenger:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#3a89d3), color-stop(9925.83%, #93d));
    background: linear-gradient(180deg, #3a89d3 0, #93d 9925.83%);
}
.box-contacts__social_link > a.max-messenger:active {
    background: -webkit-gradient(linear, left top, left bottom, from(#3a89d3), color-stop(9925.83%, #93d));
    background: linear-gradient(180deg, #3a89d3 0, #93d 9925.83%);
}
.box-contacts__social_link > a.whatsapp:hover {
    background: #0d9d00;
}
.box-contacts__social_link > a.whatsapp:active {
    background: #0d9d00;
}
.box-contacts__email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    padding-bottom: 40px;
    position: relative;
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    color: #333;
}
.box-contacts__email::before {
    width: 24px;
    height: 24px;
    content: "";
    display: block;
    background: url(../img/icon_mail.svg) center/contain no-repeat;
}
.box-contacts__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    padding-bottom: 40px;
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    color: #333;
}
.box-contacts__address::before {
    width: 24px;
    height: 24px;
    content: "";
    display: block;
    background: url(../img/location.svg) center/contain no-repeat;
}
.box-contacts__workhours {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 182px;
}
.box-contacts__requisites_button {
    font-family: Onest;
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0;
    width: 297px;
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    background: 0 0;
    cursor: pointer;
    --fillColor: #5b5b5b;
    color: #5b5b5b;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
}
.box-contacts__requisites_button:hover {
    --fillColor: #ffffff;
    color: #fff;
    background: #cb0915;
    border-color: #cb0915;
}
.box-contacts__map {
    width: 856px;
    height: 550px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 0 24px 40px -8px #0000000d;
    box-shadow: 0 24px 40px -8px #0000000d;
}
.box-contacts__map--mobile {
    width: 100%;
    height: 400px;
    display: none;
    margin-bottom: 40px;
}
.workhours__workdays {
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2px 6.5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    list-style: none;
    margin: 0;
    margin-right: 20px;
}
.workhours__workdays li {
    font-family: adineue PRO Cyr Bold Web;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
}
.workhours__workdays--day {
    background-color: rgba(13, 157, 0, 0.1);
    height: 106px;
}
.workhours__workdays--day li {
    color: #0d9d00;
}
.workhours__workdays--weekend {
    height: 43px;
    background-color: rgba(237, 118, 14, 0.1);
}
.workhours__workdays--weekend li {
    color: #ed760e;
}
.workhours__weekend {
    color: #ed760e;
    padding-top: 13px;
    font-family: adineue PRO Cyr Bold Web;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0;
    margin-left: auto;
    padding-right: 30px;
}
.workhours--p-top {
    padding-top: 18px;
}
.box-company {
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.box-company--white {
    background: #fff;
}
.box-company--with-padding {
    padding: 24px;
}
.box-company__img {
    width: 597px;
    border-radius: 12px;
    height: 356px;
    margin-left: auto;
    background-size: contain;
}
.avantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    width: 627px;
}
.avantages__item {
    width: 301.5px;
    height: 166px;
    background: #f5f5f5;
    border-radius: 12px;
    padding: 24px;
}
.avantages__header {
    font-family: adineue PRO Cyr Bold Web;
    font-weight: 700;
    font-size: 48px;
    line-height: 130%;
    letter-spacing: 0;
    color: #5b5b5b;
    padding-bottom: 16px;
    height: 62px;
}
.avantages__header span {
    color: #e20a17;
}
.avantages__body {
    padding-top: 16px;
    font-family: Onest;
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0;
}
.team__card {
    width: 306px;
    height: 360px;
    border-radius: 12px;
    background: #fff;
}
.team__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.team-card {
    position: relative;
    background-position: center;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 12px 24px;
}
.team-card__post {
    font-family: Onest;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0;
    color: #fff;
    margin-top: auto;
}
.team-card__name {
    font-family: adineue PRO Cyr Bold Web;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0;
    color: #fff;
}
.p-d {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
}
.payments-box {
    background: #fff;
}
.payments-box--aside-view {
    margin-top: 12px;
    border-radius: 12px;
}
.payments-box__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
}
.payments-box__body--aside-view {
    gap: 10px;
}
.payments-box__title {
    font-family: adineue PRO Cyr Bold Web;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0;
    padding-bottom: 40px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.payments-box__title--aside-view {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}
.payments-box__title--aside-view::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 20px;
    width: 27px;
    height: 27px;
    background: url(../img/toggle.svg) no-repeat center center;
    display: none;
}
.payments-box__title.toggle::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.payments-box__subtitle {
    font-family: adineue PRO Cyr Bold Web;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0;
    padding-bottom: 16px;
}
.payments-box__text {
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    color: #5b5b5b;
}
.payments-box__wrapper {
    padding: 40px;
    width: 746px;
}
.payments-box__wrapper--aside-view {
    width: 100%;
    padding: 20px;
    padding-top: 0;
}
.payments-box__delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.payments-box__delivery ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.delivery-box {
    background: #fff;
}
.delivery-box--aside-view {
    margin: 12px 0;
    border-radius: 12px;
}
.delivery-box__title {
    font-family: adineue PRO Cyr Bold Web;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0;
    padding-bottom: 40px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.delivery-box__title--aside-view {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}
.delivery-box__title--aside-view::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 20px;
    width: 27px;
    height: 27px;
    background: url(../img/toggle.svg) no-repeat center center;
    display: none;
}
.delivery-box__title.toggle::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.delivery-box__img {
    width: 70px;
    height: 70px;
}
.delivery-box__img--mini {
    width: 40px;
    height: 40px;
}
.delivery-box__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.delivery-box__subtitle {
    font-family: adineue PRO Cyr Bold Web;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0;
    padding-bottom: 16px;
}
.delivery-box__text {
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    color: #5b5b5b;
    padding-bottom: 24px;
}
.delivery-box__text--aside-view {
    padding-bottom: 0;
}
.delivery-box__wrapper {
    padding: 40px;
    width: 526px;
}
.delivery-box__wrapper--aside-view {
    width: 100%;
    padding: 20px;
    padding-top: 0;
}
.whosale-box__text {
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
}
.whosale-box__title {
    font-family: adineue PRO Cyr Bold Web;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0;
}
.whosale-box__hint {
    font-family: Onest;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0;
}
.offers-box__title {
    font-family: adineue PRO Cyr Bold Web;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0;
    padding-top: 40px;
}
.offers-box__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    padding-top: 24px;
    padding-bottom: 40px;
}
.offers-box__img {
    width: 80px;
    height: 80px;
}
.offers-box__item {
    width: 240px;
    height: 152px;
    background: #fff;
    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: 12px;
    gap: 8px;
    border-radius: 12px;
}
.offers-box__text {
    text-align: center;
    font-family: Onest;
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0;
    text-align: center;
}
.logon-box,
.profile {
    padding-bottom: 100px;
}
.company-review {
    text-align: center;
}
.company-review__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    padding-bottom: 40px;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.company-review__card {
    width: 306px;
    height: 418px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.company-review__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 23px;
}
.review-rating {
    width: 304px;
    padding: 16px 24px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 12px;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.review-rating__logo {
    height: 60px;
    width: 60px;
}
.review-rating__title {
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.review-rating__num {
    font-family: adineue PRO Cyr Bold Web;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0;
    color: #333;
}
.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #333;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer__logo {
    padding-bottom: 40px;
}
.footer__contact-panel {
    padding-bottom: 32px;
}
.footer-social {
    gap: 16px;
}
.col-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.col-footer__title {
    color: #5b5b5b;
    padding-bottom: 16px;
    margin: 0;
    font-family: adineue PRO Cyr Bold Web;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0;
}
.top-footer {
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}
.top-footer__container {
    width: 100%;
    max-width: 1296px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
}
.office {
    padding-bottom: 32px;
}
.office__title {
    font-family: Onest;
    font-weight: 600;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: 0;
}
.office__title--light {
    color: #adadad;
}
.office__title--left {
    text-align: left;
}
.logical-warehouse {
    padding-bottom: 32px;
}
.logical-warehouse__title {
    font-family: Onest;
    font-weight: 600;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: 0;
}
.logical-warehouse__title--light {
    color: #adadad;
}
.menu-footer {
    list-style-type: none;
    padding: 0;
    margin: 0;
    min-width: 196px;
}
.menu-footer__item {
    padding-bottom: 16px;
}
.menu-footer__link {
    font-family: Onest;
    font-weight: 600;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: 0;
    color: #adadad;
    display: inline-block;
    text-transform: lowercase;
}
.menu-footer__link:hover {
    color: #fff;
}
.menu-footer__link::first-letter {
    text-transform: uppercase;
}
.bottom-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}
.bottom-footer__container {
    border-top: 1px solid #5b5b5b;
    width: 100%;
    max-width: 1296px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    padding-top: 16px;
    padding-bottom: 20px;
}
.bottom-footer__item {
    font-family: Onest;
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    color: #5b5b5b;
}
.bottom-footer__item--ml-auto {
    margin-left: auto;
}
.bottom-footer__link {
    font-family: Onest;
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0;
    color: #adadad;
}
.payment-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}
.payment-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.payment-card__icon {
    width: 24px;
    height: 24px;
}
.payment-card__icon--mc {
    background: url(../img/master_card.svg) center/contain no-repeat;
}
.payment-card__icon--mir {
    background: url(../img/mir.svg) center/contain no-repeat;
}
.payment-card__icon--visa {
    background: url(../img/Visa.svg) center/contain no-repeat;
}
.payment-card__icon--p {
    background: url(../img/p.svg) center/contain no-repeat;
}
.banner-slider__arrow {
    width: 42px;
    height: 42px;
    border-radius: 12px;
}
.banner-slider__arrow--left {
    left: 0;
}
.banner-slider__arrow--right {
    right: 0;
}
.slick-dots {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    gap: 24px;
}
.slick-dots li button {
    font-size: 0;
    border-radius: 4px;
    width: 8px;
    height: 8px;
    background-color: #e0e0e0;
    border: none;
    cursor: pointer;
    padding: 0 !important;
    border: 0 none !important;
}
.slick-dots li.slick-active button {
    background-color: #e20a17;
}
.slick-dots li:hover button {
    background-color: #e20a17;
}
.modal {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 500px;
    min-height: 300px;
    padding-top: 40px;
    display: none;
    z-index: 9999;
}
.modal--w-877 {
    width: 877px;
}
.modal__body {
    position: relative;
    background: #fff;
    border-radius: 24px;
}
.modal__body--p_md {
    padding: 40px;
}
.modal__body--p_sm {
    padding: 12px;
}
.modal__body--small-border {
    border-radius: 12px;
}
.modal__title {
    font-family: adineue PRO Cyr Bold Web;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0;
    color: #333;
    padding-bottom: 24px;
}
.modal__subtitle {
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    padding-bottom: 24px;
}
.modal__close {
    width: 90px;
    height: 32px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    background-color: #e20a17;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    color: #fff;
    font-family: Onest;
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0;
    padding: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    right: 0;
    position: absolute;
}
.modal__close:hover {
    background-color: #cb0915;
}
.modal__close:active {
    background: #b50812;
}
.modal__close::before {
    content: "";
    display: block;
    background: url(../img/close.svg) center/contain no-repeat;
    width: 16px;
    height: 16px;
}
.modal__close--town {
    right: auto;
    left: 0;
}
.modal__close--catalog {
    right: auto;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px;
    background-color: #e20a17;
    border-radius: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 265px;
    height: 58px;
}
.modal__close--catalog::before {
    display: none;
}
.modal--town {
    position: absolute;
    top: 26px;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 872px;
    padding-bottom: 38px;
}
.modal--catalog-menu {
    position: absolute;
    width: 1296px;
    height: 632px;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding-top: 64px;
}
.modal--adapt-menu {
    position: absolute;
    top: 85px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-top: 0;
    width: 390px;
}
.modal--active {
    display: block;
}
.article__info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    padding: 12px;
    background-color: #fff;
    border-radius: 12px;
    gap: 24px;
}
.article__authorlink {
    font-family: Onest;
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0;
    text-decoration: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    text-decoration-thickness: 0;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    color: #333;
    position: relative;
    padding-left: 30px;
}
.article__authorlink::before {
    background: url(../img/author_icon.svg) no-repeat center center;
    width: 24px;
    height: 24px;
    content: "";
    display: block;
    position: absolute;
    left: 0;
}
.article__ondate {
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    position: relative;
    padding-left: 30px;
}
.article__ondate::before {
    background: url(../img/solar_calendar-bold.svg) no-repeat center center;
    width: 24px;
    height: 24px;
    content: "";
    display: block;
    position: absolute;
    left: 0;
}
.article__readtime {
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    position: relative;
    padding-left: 30px;
    margin-left: auto;
}
.article__readtime::before {
    background: url(../img/mingcute_time-fill.svg) no-repeat center center;
    width: 24px;
    height: 24px;
    content: "";
    display: block;
    position: absolute;
    left: 0;
}
.article__totalviews {
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    position: relative;
    padding-left: 30px;
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
}
.article__totalviews::before {
    background: url(../img/eye_10784416.svg) no-repeat center center;
    width: 24px;
    height: 24px;
    content: "";
    display: block;
    position: absolute;
    left: 0;
}
.article__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    position: relative;
}
.article__text {
    width: 100%;
    max-width: 966px;
}
.article__text p {
    margin: 0;
    padding: 8px 0;
}
.article__text img {
    border-radius: 12px;
}
.article__author {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    width: 306px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: sticky;
    top: 40px;
}
.article__add {
    padding: 24px 24px 32px 84px;
    border-radius: 12px;
    width: 100%;
    position: relative;
    min-height: 96px;
    margin-bottom: 24px;
}
.article__add--plus {
    background: #4c8ed41a;
}
.article__add--plus::before {
    background: url(../img/article_plus.svg) no-repeat center center;
    width: 40px;
    height: 40px;
    content: "";
    display: block;
    position: absolute;
    left: 24px;
    top: 24px;
}
.article__add--negative {
    background: #e20a171a;
}
.article__add--negative::before {
    background: url(../img/article_negative.svg) no-repeat center center;
    width: 40px;
    height: 40px;
    content: "";
    display: block;
    position: absolute;
    left: 24px;
    top: 24px;
}
.article__add--nice {
    background: #0d9d001a;
}
.article__add--nice::before {
    background: url(../img/article_nice.svg) no-repeat center center;
    width: 40px;
    height: 40px;
    content: "";
    display: block;
    position: absolute;
    left: 24px;
    top: 24px;
}
.article__add--info {
    background: #ed760e1a;
}
.article__add--info::before {
    background: url(../img/article_info.svg) no-repeat center center;
    width: 40px;
    height: 40px;
    content: "";
    display: block;
    position: absolute;
    left: 24px;
    top: 24px;
}
.article__text {
    padding-top: 40px;
}
.article__text td,
.article__text th {
    padding: 10px;
}
.article-author {
    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: 24px 16px;
}
.article-author__name {
    padding-top: 16px;
    font-family: adineue PRO Cyr Bold Web;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0;
    text-align: center;
}
.article-author__slogan {
    font-family: Onest;
    font-weight: 600;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: 0;
    text-align: center;
    padding-bottom: 16px;
    padding-top: 8px;
    color: #5b5b5b;
}
.article-author__photo {
    width: 140px;
    height: 140px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
}
.article-author__socials {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4px;
}
.article-author__phone {
    width: 100%;
    height: 52px;
    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;
    background-color: #e20a17;
    color: #fff;
    font-family: Onest;
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0;
    border-radius: 12px;
}
.article-author__ws {
    width: calc(50% - 2px);
    height: 52px;
    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: #0d9d00;
    border-radius: 12px;
}
.article-author__tg {
    width: 100%;
    height: 52px;
    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: -webkit-gradient(linear, left top, left bottom, from(#2aabee), color-stop(9925.83%, #229ed9));
    background: linear-gradient(180deg, #2aabee 0, #229ed9 9925.83%);
    border-radius: 12px;
}
.article-author.fixed {
    top: 90px;
}
.blog-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    flex-wrap: wrap;
}
.tag-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 16px;
    padding-bottom: 40px;
}
.blog-card {
    position: relative;
    border-radius: 8px;
    padding: 16px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 306px;
    height: 365px;
}
.blog-card:hover {
    -webkit-box-shadow: 0 24px 40px -8px #0000001f;
    box-shadow: 0 24px 40px -8px #0000001f;
}
.blog-card__link {
    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-flex: 0;
    -ms-flex: 0 100%;
    flex: 0 100%;
}
.blog-card__img {
    width: 274px;
    height: 194px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
}
.blog-card__tags-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4px;
    padding-top: 8px;
}
.blog-card__tags {
    background: #f5f5f5;
    font-family: Onest;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0;
    color: #5b5b5b;
    padding: 4px;
}
.blog-card__title {
    height: 100%;
    max-height: 78px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: lowercase;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    font-family: adineue PRO Cyr Bold Web;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0;
    color: #333;
}
.blog-card__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: auto;
}
.blog-card__date,
.blog-card__totalview {
    font-family: Onest;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
    color: #adadad;
    height: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.blog-card__totalview {
    position: relative;
    padding-left: 17px;
}
.blog-card__totalview::before {
    background: url(../img/eye_10784416_mini.svg) no-repeat center center;
    width: 15px;
    height: 15px;
    content: "";
    display: block;
    position: absolute;
    left: 0;
}
.blog-card:hover .blog-card__date,
.blog-card:hover .blog-card__totalview {
    color: #5b5b5b;
}
.blog-author-text {
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
}
.blog-author-text > a {
    font-family: Onest;
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0;
    text-decoration: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    text-decoration-thickness: 0;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    color: #e20a17;
}
.author-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 60px;
    padding-top: 20px;
}
.author-card {
    width: 618px;
    min-height: 152px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
}
.author-card__name {
    font-family: adineue PRO Cyr Bold Web;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0;
    vertical-align: middle;
    color: #333;
}
.author-card__position {
    font-family: Onest;
    font-weight: 600;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: 0;
    vertical-align: middle;
    color: #5b5b5b;
    padding-top: 12px;
    padding-bottom: 24px;
}
.author-card__img {
    width: 140px;
    height: 140px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
}
.author-card__article-link {
    width: 148px;
    height: 42px;
    background: #e20a171a;
    color: #cb0915;
    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;
    border-radius: 16px;
    font-family: Onest;
    font-weight: 600;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: 0;
}
.author-card__article-link:hover {
    background: #cb0915;
    color: #fff;
}
.author {
    width: 100%;
    max-width: 1076px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    padding-top: 40px;
    margin: 0 auto;
}
.author__name {
    font-family: adineue PRO Cyr Bold Web;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0;
    vertical-align: middle;
    color: #333;
}
.author__position {
    font-family: Onest;
    font-weight: 600;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: 0;
    vertical-align: middle;
    color: #5b5b5b;
    padding-top: 12px;
    padding-bottom: 24px;
}
.author__img {
    width: 100%;
    max-width: 160px;
    height: 160px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
}
.author__ws {
    width: 203px;
    height: 42px;
    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: #0d9d00;
    border-radius: 12px;
    gap: 6px;
}
.author__ws span {
    font-family: Onest;
    font-weight: 600;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: 0;
    color: #fff;
}
.author__tg {
    width: 203px;
    height: 42px;
    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: -webkit-gradient(linear, left top, left bottom, from(#2aabee), color-stop(9925.83%, #229ed9));
    background: linear-gradient(180deg, #2aabee 0, #229ed9 9925.83%);
    border-radius: 12px;
    gap: 6px;
}
.author__tg span {
    font-family: Onest;
    font-weight: 600;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: 0;
    color: #fff;
}
.author__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.author__slogan {
    padding-top: 16px;
    padding-bottom: 24px;
    font-family: Onest;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0;
    vertical-align: middle;
    color: #5b5b5b;
}
.equip-wrapper {
    position: relative;
}
.equip-banner {
    width: 100%;
    max-width: 1296px;
    height: 400px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    position: relative;
    padding-left: 40px;
    border-radius: 24px;
    margin-bottom: 32px;
}
.equip-banner--mobile {
    display: none;
}
.equip-banner__title {
    font-family: adineue PRO Cyr Bold Web;
    font-weight: 700;
    font-size: 48px;
    line-height: 110.00000000000001%;
    letter-spacing: 0;
    max-width: 560px;
    padding-top: 40px;
}
.equip-banner__subtitle {
    padding-top: 24px;
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0;
    max-width: 380px;
    padding-bottom: 40px;
}
.equip-banner__img {
    position: absolute;
    right: 0;
    top: 0;
    border-bottom-right-radius: 24px;
    border-top-right-radius: 24px;
    display: none;
}
.project-wrapper {
    position: relative;
}
.project-banner {
    margin-top: 20px;
    width: 100%;
    max-width: 1296px;
    height: 400px;
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
    padding-left: 40px;
    border-radius: 24px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0)), to(#1e1e1e)),
        url(../img/proektirovanie.png);
    background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0, #1e1e1e 100%), url(../img/proektirovanie.png);
}
.project-banner--mobile {
    display: none;
}
.project-banner__title {
    font-family: adineue PRO Cyr Bold Web;
    font-weight: 700;
    font-size: 48px;
    line-height: 110.00000000000001%;
    letter-spacing: 0;
    max-width: 752px;
    padding-top: 40px;
    color: #fff;
    z-index: 1;
}
.project-banner__subtitle {
    padding-top: 24px;
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0;
    max-width: 752px;
    padding-bottom: 40px;
    color: #fff;
    z-index: 1;
}
.project-banner__img {
    position: absolute;
    right: 0;
    top: 0;
    border-bottom-right-radius: 24px;
    border-top-right-radius: 24px;
    display: none;
}
.project__process {
    position: relative;
}
.project-section__title {
    font-family: adineue PRO Cyr Bold Web;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0;
    vertical-align: middle;
    padding-top: 100px;
    margin: 0;
}
.project-section__subtitle {
    font-family: Onest;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    vertical-align: middle;
    padding-top: 24px;
    padding-bottom: 40px;
    color: #5b5b5b;
}
.project-process {
    width: 100%;
    height: 758px;
    max-width: 1216px;
    margin: 40px auto 0 auto;
}
.process-block {
    padding: 24px 32px 24px 44px;
    border: 1px solid #e0e0e0;
    border-radius: 24px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 2;
    position: absolute;
    background: #f5f5f5;
}
.process-block--first {
    top: 0;
    left: 50px;
}
.process-block--secondary {
    top: 0;
    right: 151px;
}
.process-block--third {
    top: 150px;
    right: 32px;
}
.process-block--fourth {
    top: 324px;
    right: 0;
}
.process-block--fifth {
    top: 474px;
    right: 80px;
}
.process-block--sixth {
    bottom: 0;
    right: 20px;
}
.process-block--seventh {
    bottom: 0;
    left: 50px;
}
.process-block__title {
    font-family: adineue PRO Cyr Bold Web;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0;
    vertical-align: middle;
    color: #333;
    position: relative;
}
.process-block__desc {
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    vertical-align: middle;
    color: #5b5b5b;
    padding-top: 12px;
}
.process-block__num {
    font-family: adineue PRO Cyr Bold Web;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0;
    text-align: center;
    width: 20px;
    height: 21px;
    display: block;
    position: absolute;
    left: -28px;
    top: 2px;
    color: #adadad;
}
.process-block__union-circle-line {
    background: url(../img/union-circle-line.svg) center/contain no-repeat;
    width: 46px;
    height: 112px;
    position: absolute;
    z-index: 1;
}
.process-block__union-circle-line--first {
    top: 54px;
    left: 25px;
}
.process-block__union-circle-line--secondary {
    top: 54px;
    left: 565px;
}
.process-block__union-circle-line--third {
    bottom: 54px;
    left: 565px;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.process-block__union-circle-line--fourth {
    bottom: 54px;
    left: 25px;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.process-block__union-line {
    background: url(../img/union-line.svg) center/contain no-repeat;
    width: 170px;
    height: 1px;
    position: absolute;
    z-index: 1;
}
.process-block__union-line--first {
    top: 216px;
    left: 634px;
}
.process-block__union-line--secondary {
    top: 379px;
    left: 634px;
}
.process-block__union-line--third {
    top: 540px;
    left: 634px;
}
.process-block__img {
    position: absolute;
    top: 163px;
    left: 0;
    z-index: 3;
}
.project-types {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    width: 100%;
    padding-bottom: 40px;
}
.project-types__block {
    width: 306px;
    height: 240px;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.types-block {
    padding: 24px;
    position: relative;
    overflow: hidden;
}
.types-block__text {
    font-family: adineue PRO Cyr Bold Web;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0;
    color: #fff;
    margin-top: auto;
    width: 100%;
    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;
    z-index: 1;
}
.types-block__price {
    font-family: Onest;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: right;
    color: #fff;
}
.types-block__desc {
    font-family: Onest;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0;
    color: #fff;
    height: 0;
    opacity: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}
.types-block:hover::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(226, 10, 23, 0.8);
    border-radius: 12px;
}
.types-block:hover .types-block__desc {
    padding-top: 16px;
    height: 100%;
    opacity: 1;
}
.project-example {
    background-color: #fff;
    border-radius: 24px;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
}
.project-example__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 50%;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
}
.project-example__info {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 24px;
}
.project-example__title {
    font-family: adineue PRO Cyr Bold Web;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0;
    vertical-align: middle;
    padding-bottom: 40px;
    width: 100%;
}
.info-example-project__name {
    font-family: Onest;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0;
    color: #5b5b5b;
    padding-bottom: 12px;
}
.info-example-project__text {
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    color: #5b5b5b;
}
.info-example-project ul {
    margin: 0;
    padding-left: 24px;
    padding-right: 24px;
}
.info-example-project ul > li {
    list-style-image: url(/img/list-item.svg);
    color: #5b5b5b;
}
.project-gallery-container {
    max-width: 567px;
}
.project-slider {
    margin-bottom: 20px;
    position: relative;
}
.project-slider__img {
    width: 100%;
    height: 330px;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer;
    border-radius: 8px;
}
.project-thumbnails-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}
.project-thumbnails-slider__img {
    width: 180px;
    max-width: 180px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition:
        transform 0.3s ease,
        -webkit-transform 0.3s ease;
}
.project-thumbnails-slider img:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.project-thumbnails-slider .slick-current img {
    border: 3px solid #007bff;
    padding: 2px;
}
.project-key-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.project-key-block__title {
    font-family: adineue PRO Cyr Bold Web;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0;
}
.project-key-block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    padding: 0;
    margin: 0;
    padding-left: 29px;
    padding-top: 24px;
    max-width: 605px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.project-key-block ul > li {
    list-style-image: url(/img/list-item.svg);
    color: #5b5b5b;
    width: 276px;
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
}
.project-key-block ul > li span {
    display: block;
    font-family: adineue PRO Cyr Bold Web;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0;
}
.project-key-block__profi-comment {
    width: 680px;
    height: 312px;
    border-radius: 24px;
    background-color: #fff;
    position: relative;
    background-repeat: no-repeat;
    padding: 59px 40px;
    background-image: url(../img/projects/profi_photo.png);
}
.project-key-block__profi-text {
    font-family: Onest;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0;
    vertical-align: middle;
    color: #5b5b5b;
    max-width: 382px;
    margin-left: auto;
    padding-bottom: 24px;
}
.project-key-block__profi-fio {
    font-family: adineue PRO Cyr Bold Web;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0;
    vertical-align: middle;
    color: #e20a17;
    margin-left: auto;
    padding-bottom: 8px;
    max-width: 382px;
}
.project-key-block__profi-position {
    font-family: Onest;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0;
    vertical-align: middle;
    margin-left: auto;
    max-width: 382px;
}
.company-advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 40px;
}
.company-advantages__card {
    width: 416px;
    height: 234px;
    background-color: #fff;
    padding: 24px;
    border-radius: 24px;
}
.company-advantages__card--wide {
    width: 100%;
    height: 128px;
    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;
}
.company-advantages__grid {
    padding-left: 40px;
}
.company-advantages__icon {
    width: 80px;
    height: 80px;
}
.company-advantages__icon--center {
    margin: 0 auto;
}
.company-advantages__title {
    font-family: adineue PRO Cyr Bold Web;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    padding: 16px 0;
}
.company-advantages__title--start {
    text-align: start;
}
.company-advantages__desc {
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
}
.project-request-form {
    padding: 60px;
    border-radius: 24px;
    background-color: #fff;
    margin-top: 100px;
    margin-bottom: 100px;
}
.project-request-form__title {
    font-family: adineue PRO Cyr Bold Web;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0;
    vertical-align: middle;
    margin: 0;
}
.project-request-form__subtitle {
    font-family: Onest;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    vertical-align: middle;
    padding-top: 24px;
    padding-bottom: 40px;
    color: #5b5b5b;
}
.project-form {
    max-width: 688px;
}
.project-form__row {
    gap: 24px;
    padding-bottom: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.project-form__name-input {
    width: 460px;
}
.project-form__name-phone {
    width: 200px;
}
.project-form__square-input {
    width: 200px;
}
.project-form__format-input {
    width: 460px;
}
.form__q {
    font-family: Onest;
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0;
    padding-bottom: 12px;
}
.project-request-form__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
}
.project-form .radio-group label {
    width: 72px;
    height: 52px;
    background: 0 0;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.project-form .radio-group input[type="radio"]:checked + label {
    background-color: #e20a17;
    color: #fff;
    border: 1px solid #e20a17;
}
.project-form .form__hint {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.project-request-form__plan {
    width: 100%;
    max-width: 448px;
}
.project-request-form__plan img {
    width: 100%;
}
@media screen and (min-width: 1025px) {
    .header.fixed .main-header__container {
        padding: 12px 0;
    }
    .header.fixed .top-header {
        display: none;
    }
    .header.fixed .category-slider {
        display: none;
    }
}
@media screen and (min-width: 577px) and (max-width: 1024px) {
    .banner-card {
        height: 350px;
        padding-top: 20px;
        background-size: cover;
        border-radius: 20px;
    }
    .banner-card__subtitle {
        padding-bottom: 10px;
    }
    .category-bussiness-card {
        width: 239px;
    }
    .category-bussiness {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .product-card__category {
        width: 100%;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1300px) {
    .banner-card {
        height: 350px;
        padding-top: 20px;
    }
    .banner-card__title {
        padding-top: 10px;
    }
    .banner-card__subtitle {
        padding-bottom: 10px;
    }
    .category-bussiness-card {
        width: 239px;
    }
    .category-slider__wrapper,
    .container,
    .main-header__container,
    .top-footer__container,
    .top-header__container {
        padding: 0 15px;
    }
}
@media screen and (max-width: 1024px) {
    .box-product__inner {
        max-width: 100%;
    }
    body.fixed {
        padding-top: 85px;
    }
    h1 {
        padding-top: 60px;
        padding-bottom: 24px;
    }
    .subtitle {
        padding-top: 60px;
        padding-bottom: 24px;
    }
    .header__logo--mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .top-header {
        padding: 12px;
        background: #fff;
    }
    .header__category-slider,
    .main-header,
    .top-header__nav {
        display: none;
    }
    .header__contact-panel {
        display: none;
    }
    .header__burger {
        display: block;
    }
    .top-header__user-location {
        width: auto;
        margin-left: auto;
        margin-right: 0;
    }
    .product-block {
        padding-top: 60px;
    }
    .product-slider {
        padding: 0;
    }
    .product-slider .slick-slide {
        margin: 0 4px;
    }
    .product-card__slider-item {
        width: 290px;
    }
    .cart-button {
        width: 190px;
        height: 52px;
    }
    .cart-button--single {
        width: 100%;
    }
    .compare-button {
        width: 52px;
        height: 52px;
    }
    .container {
        padding-left: 12px;
        padding-right: 12px;
    }
    .equip-help {
        padding-top: 60px;
        margin-bottom: 60px;
    }
    .equip-help__img {
        display: none;
    }
    .form__input,
    .form__textarea {
        width: 100%;
    }
    .form__row > div {
        width: 100%;
    }
    .help-form {
        padding: 24px;
    }
    .top-footer {
        padding-left: 12px;
        padding-right: 12px;
    }
    .top-footer__container {
        -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;
    }
    .col-footer--desktop {
        display: none;
    }
    .col-footer__title,
    .logical-warehouse__title,
    .office__title {
        text-align: center;
    }
    .logical-warehouse__title--left,
    .office__title--left {
        text-align: left;
    }
    .footer__contact-panel,
    .logical-warehouse,
    .office {
        padding-bottom: 40px;
    }
    .footer-social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 40px;
    }
    .partner-card {
        width: 120px;
        height: 70px;
    }
    .partner-card__img {
        width: 100%;
        height: auto;
    }
    .payment-cards {
        padding-bottom: 12px;
    }
    .payment-card__icon {
        width: 32px;
        height: 32px;
    }
    .partner-card__img--kb-light,
    .partner-card__img--narim {
        width: auto;
        height: 100%;
    }
    .partner-card__img--reka {
        width: 100%;
        height: 100%;
    }
    .partner-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 8px;
    }
    .bottom-footer {
        padding-left: 12px;
        padding-right: 12px;
    }
    .bottom-footer__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 24px;
		
    }
    .bottom-footer__item {
        gap: 40px;
        -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;
    }
    .bottom-footer__item--ml-auto {
        margin-left: 0;
    }
    .banner-card__title {
        padding-top: 0;
        font-size: 36px;
    }
    .mobile-header {
        display: block;
    }
    .mobile-header .user-menu {
        margin: 0;
        padding: 4px 12px;
        height: 60px;
    }
    .mobile-header .user-menu__link {
        width: 100%;
        font-weight: 600;
        font-size: 12px;
        line-height: 130%;
        letter-spacing: 0;
        text-align: center;
        padding: 6px;
    }
    .mobile-header .user-menu__link:active {
        border-radius: 12px;
        background: #e0e0e0;
        color: #e20a17;
    }
    .mobile-header .user-menu__item {
        width: 25%;
    }
    .modal {
        width: calc(100% - 24px);
    }
    .modal--town {
        width: 100%;
        padding-top: 50px;
    }
    .modal--town .modal__body {
        height: 300px;
        overflow: auto;
        border-radius: 12px;
    }
    .modal__close--town {
        right: -8px;
        left: auto;
        top: -15px;
        background: #fff;
        color: #5b5b5b;
    }
    .modal__close--town::before {
        background: url(../img/close-mobile.svg) center/contain;
    }
    .category-page {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    aside {
        min-width: 100%;
        max-width: 100%;
    }
    .product-aside {
        position: relative;
        right: initial;
    }
    .category-page {
        padding-bottom: 60px;
    }
    .hint-box {
        padding-bottom: 60px;
    }
    .product-card__category {
        width: calc(50% - 7px);
        height: 351px;
    }
    .filter-box--collapse-mobile {
        display: none;
    }
    .product-card__availability {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .product-card__stock {
        margin-top: 0;
    }
    .product-card__stock span {
        margin-left: auto;
    }
    .filter-content__order {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .filter-content__box-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .box-col {
        margin-left: 0;
    }
    .filter-content {
        gap: 16px;
    }
    .box-product__attributes {
        display: none;
    }
    .order {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .order__buttons {
        padding-top: 24px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .card-aside {
        display: none;
    }
    .order-button {
        width: calc(50% - 12px);
    }
    .form__item {
        width: 100%;
    }
    .box-contacts {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .box-contacts__map {
        display: none;
    }
    .box-contacts__map--mobile {
        display: block;
    }
    .filter {
        padding-bottom: 12px;
    }
    .filter__title span {
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
    .filter__toggle-btn {
        display: block;
    }
    .catalog-menu {
        height: calc(100vh - 185px);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
	
    .catalog-menu__list {
        padding: 0;
    }
    .catalog-menu__list > li {
        padding: 16px;
    }
    .delivery-box__title::after,
    .payments-box__title::after {
        display: block;
    }
    .box-product__gallery {
        margin: 0 auto;
    }
    .delivery-box__wrapper,
    .payments-box__wrapper {
        padding: 24px;
        width: 100%;
    }
    .box-contacts__col {
        width: 100%;
    }
    .box-company {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .avantages {
        width: 100%;
    }
    .avantages__item {
        width: 100%;
    }
    .box-company__img {
        margin-right: auto;
    }
    .company-advantages__card {
        width: 100%;
    }
    .process-block__img {
        position: relative;
        left: 0;
        top: 0;
    }
    .process-block__img img {
        width: 100%;
    }
    .process-block {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
        margin-bottom: 16px;
        width: 100%;
    }
    .project__process {
        height: auto;
    }
    .quantity--single {
        width: 100%;
        font-size: 14px;
        height: 52px;
    }
    .quantity__add--single,
    .quantity__minus--single {
        width: 52px;
        height: 52px;
        padding: 6px;
    }
    .catalog-menu__col {
        padding: 0;
    }
    .compare_container_values {
        top: 345px;
    }
}
@media screen and (max-width: 576px) {
	
	.product-card .product-card__category{
		
	}
	
    .banner-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .company__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 12px;
        gap: 16px;
    }
    .team__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .box-company__img {
        width: 100%;
        height: 218px;
    }
    .avantages {
        width: 100%;
        gap: 8px;
    }
    .avantages__item {
        width: calc(50% - 4px);
        height: 119px;
        padding: 15px;
    }
    .avantages__header {
        font-size: 36px;
        height: 47px;
    }
    .avantages__body {
        font-size: 12px;
    }
    .box-product {
        width: 100%;
    }
    .box-product__gallery {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .gallery-product__main {
        width: 100%;
    }
    .gallery-product__list {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        height: 60px;
    }
    .product-tabs__headers {
        width: 100%;
        max-width: 100%;
        overflow-x: scroll;
    }
    .product-tabs__title {
        padding: 16px;
    }
    .product__similairty-button {
        width: 100%;
    }
    .offers-box__list {
        gap: 8px;
    }
    .offers-box__item {
        width: 191px;
        height: 172px;
    }
    .town-list__item {
        width: 49%;
    }
    .payments-box__delivery img {
        max-width: 143px;
        height: 40px;
    }
    .product-card__stock {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
    }
    .company-review {
        gap: 8px;
    }
    .company-review__card {
        width: calc(50% - 16px);
        height: 236px;
    }
    .banner-card {
        height: 608px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-image: none !important;
        padding-left: 0;
    }
    .banner-card__subtitle {
        padding-bottom: 40px;
    }
    .banner-card br {
        display: none;
    }
    .banner-card__link-button {
        width: 100%;
        margin-left: 0;
        position: relative;
    }
    .banner-card__link-button::after {
        content: "";
        display: block;
        position: absolute;
    }
    .banner-card__img {
        display: block !important;
        margin-bottom: 40px;
    }
    .banner-slider__arrow {
        display: none !important;
    }
    .review-rating {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .category-bussiness-card,
    .category-card {
        width: calc(50% - 4px);
        height: 118px;
    }
    .category-slider {
        display: none;
    }
    .category-slider--adapt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 8px;
    }
    #category-slider-arrow-left,
    #category-slider-arrow-right {
        display: none;
    }
    .category-card__title {
        font-size: 12px;
    }
    .category-bussiness {
        gap: 8px;
    }
    .category-bussiness-card {
        padding: 12px;
    }
    .category-bussiness-card__img {
        width: 66px;
        height: 77px;
    }
    .category-bussiness-card__img svg {
        width: 66px;
        height: 77px;
    }
    .cart-list {
        display: none;
    }
    .cart-list--adapt {
        display: block;
        width: 100%;
    }
    .cart-list--adapt > table {
        width: 100%;
    }
    .cart-item__name {
        padding: 0;
    }
    .cart-item__price {
        padding: 12px 0;
    }
    .cart-item__counts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 12px;
    }
    .cart-item__title {
        font-size: 12px;
    }
    .cart-item__total {
        font-size: 14px;
        text-align: left;
        padding: 12px 0;
    }
    .cart-item__remove-btn {
        width: 32px;
        height: 32px;
    }
    .cart-delivery {
        padding-right: 0;
    }
    .cart__summa {
        padding: 16px 0;
    }
    .cart-item__wrapper {
        padding-bottom: 12px;
    }
    .button--show-more {
        margin-bottom: 60px;
    }
    .article__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .article__author {
        position: relative;
        top: 0;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        width: 100%;
    }
    .article__text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
    }
    .article-author.fixed {
        top: 0;
    }
    .article-author__tg,
    .article-author__ws {
        width: 52px;
    }
    .article-author__phone {
        width: calc(100% - 116px);
    }
    .article__text img {
        max-width: 100%;
        height: auto;
    }
    .blog-list {
        gap: 8px;
    }
    .blog-card {
        width: 100%;
        height: auto;
    }
    .blog-card__img {
        width: 100%;
        height: 220px;
        -ms-flex-item-align: center;
        align-self: center;
    }
    .author {
        -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;
    }
    .catalog-menu__list > li > a {
        padding: 0;
    }
    .menu_catalog_subcategory.catalog-menu__list > li > a {
        display: inline-block;
        text-transform: lowercase;
        padding: 0;
    }
    .menu_catalog_subcategory.catalog-menu__list > li > a::first-letter {
        text-transform: capitalize;
    }
    .equip-banner {
        display: none;
    }
    .equip-banner--mobile {
        height: 554px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 24px;
    }
    .equip-banner__link-button {
        width: 100%;
    }
    .equip-banner__title {
        font-size: 36px;
        padding-top: 0;
    }
    .equip-banner__img {
        top: auto;
        bottom: 0;
        width: 100%;
        height: auto;
        border-radius: 0;
        display: block;
    }
    .article__info {
        height: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .article__readtime {
        margin: 0;
    }
    .blog-card__img img {
        width: 100%;
        height: auto;
    }
    .product-card--oneclick-view {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .buy-oneclick-form {
        height: 405px;
        overflow: auto;
    }
    .modal__body--p_md {
        padding: 24px;
    }
    .tag-list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .project-banner {
        padding: 24px;
        height: 496px;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0)), to(#1e1e1e)),
            url(../img/proektirovanie-mobile.png);
        background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0, #1e1e1e 100%), url(../img/proektirovanie-mobile.png);
    }
    .project-banner__title {
        font-size: 36px;
        padding-top: 0;
        padding-bottom: 24px;
    }
    .project-banner__subtitle {
        padding-top: 0;
        font-size: 16px;
    }
    .types-block {
        margin-bottom: 176px;
        position: relative;
        overflow: auto;
        overflow: inherit;
    }
    .types-block:hover::before {
        display: none;
    }
    .types-block:hover .types-block__desc {
        padding-top: 16px;
        height: 100%;
        opacity: 1;
    }
    .types-block__desc {
        position: absolute;
        height: auto;
        opacity: 1;
        top: 256px;
        color: #5b5b5b;
        left: 21px;
    }
    .project-types .slick-dots {
        bottom: 35px;
    }
    .project-section__title {
        padding-top: 60px;
    }
    .project-example {
        margin-bottom: 66px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        width: 100%;
    }
    .project-example {
        padding: 24px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .project-example__col {
        width: 100%;
    }
    .project-slider__img {
        height: 178px;
        width: 100%;
    }
    .project-thumbnails-slider__img {
        height: 70px;
        width: 126px;
    }
    .project-slider {
        margin-bottom: 12px;
        width: 100%;
        max-width: 360px;
    }
    .project-example__title {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }
    .project-gallery-container {
        max-width: 100% !important;
    }
    .project-thumbnails-slider {
        max-width: 100% !important;
    }
    .slider-arrow--left-cubic {
        top: initial;
        bottom: -10px;
        right: auto;
        left: 0;
    }
    .slider-arrow--right-cubic {
        bottom: -10px;
        top: initial;
    }
    .project-key-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .project-key-block__profi-text {
        margin-left: 0;
    }
    .project-key-block__profi-comment {
        width: 100%;
        padding: 61px 24px 24px 24px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        background-position: bottom right;
        background-image: url(../img/projects/profi_photo_mini.png);
        margin-top: 40px;
    }
    .project-key-block__profi-text {
        padding-bottom: 68px;
    }
    .project-key-block__profi-position br {
        display: none;
    }
    .project-key-block__profi-fio,
    .project-key-block__profi-position {
        width: 154px;
        margin-left: 0;
    }
    .company-advantages__card {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }
    .project-request-form {
        padding: 24px;
        margin: 60px 0;
    }
    .project-request-form__plan {
        max-width: 171px;
    }
    .project-form__name-phone {
        width: 100%;
        max-width: 100%;
    }
    .project-form__square-input {
        width: 100%;
        max-width: 100%;
    }
    .project-from-button {
        width: 100%;
        height: 52px;
    }
    .process-block__union-circle-line,
    .process-block__union-line {
        display: none;
    }
    .product-tabs--medium {
        max-width: 100%;
    }
    .cart-button {
		width: calc(100% - 5px);
        margin-right: 5px;
    }
	.product-card__price, .product__price{
		font-size: 16px;
	}
	.product-card__title{
		font-size: 14px;
	}
	.product-card__prices{
		flex-direction: column-reverse;
	}
	.product-card__prices .product-card__price--old{
		font-size: 11px;
		padding-left: unset;
	}
	
	.article_table{
		max-width: calc(100% - 25px);
		overflow: hidden;
		overflow-x: scroll;
	}
	
}
@media screen and (max-width: 360px) {
    .box-product__inner {
        max-width: 336px;
    }
    .box-product__gallery {
        max-width: 336px;
    }
    .project-thumbnails-slider__img {
        width: 110px;
    }
    .project-types__block {
        width: 256px;
        height: 220px;
    }
}
