@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

/* @import url('Roboto/Roboto.css'); */

.swiper-pagination-mob.swiper-pagination-clickable.swiper-pagination-bullets {
    text-align: center;
}

html * {
    font-family: roboto !important;
}


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    padding: 0 !important;
    overflow: hidden !important;
}

body {
    margin: 0;
}

main {
    display: block;
}

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

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

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

a {
    background-color: transparent;
}

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

b,
strong {
    font-weight: bolder;
}

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

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}

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

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

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

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

.ocf-offcanvas {
    width: 100% !important;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type='checkbox'],
[type='radio'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

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

[type='search'] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

.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;
    padding-left: 1px;
}

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

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

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -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:before,
.slick-track:after {
    display: table;
    content: '';
}

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

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

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[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;
}


/*! =======================================================
                      VERSION  11.0.2
========================================================= */


/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
 *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2019 Kyle Kemp, Rohit Kalkur, and contributors
 *
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 *
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */

.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.slider.slider-horizontal {
    width: 210px;
    height: 20px;
}

.slider.slider-horizontal .slider-track {
    height: 10px;
    width: 100%;
    margin-top: -5px;
    top: 50%;
    left: 0;
}

.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
    height: 100%;
    top: 0;
    bottom: 0;
}

.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
    margin-left: -10px;
}

.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-width: 0 10px 10px 10px;
    width: 0;
    height: 0;
    border-bottom-color: #036fa5;
    margin-top: 0;
}

.slider.slider-horizontal .slider-tick-container {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.slider.slider-horizontal .slider-tick-label-container {
    white-space: nowrap;
    margin-top: 20px;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    display: inline-block;
    text-align: center;
}

.slider.slider-horizontal.slider-rtl .slider-track {
    left: initial;
    right: 0;
}

.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
    margin-left: initial;
    margin-right: -10px;
}

.slider.slider-horizontal.slider-rtl .slider-tick-container {
    left: initial;
    right: 0;
}

.slider.slider-vertical {
    height: 210px;
    width: 20px;
}

.slider.slider-vertical .slider-track {
    width: 10px;
    height: 100%;
    left: 25%;
    top: 0;
}

.slider.slider-vertical .slider-selection {
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
}

.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
    width: 100%;
    left: 0;
    right: 0;
}

.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
    margin-top: -10px;
}

.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
    border-width: 10px 0 10px 10px;
    width: 1px;
    height: 1px;
    border-left-color: #036fa5;
    margin-left: 0;
}

.slider.slider-vertical .slider-tick-label-container {
    white-space: nowrap;
}

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
    padding-left: 4px;
}

.slider.slider-vertical.slider-rtl .slider-track {
    left: initial;
    right: 25%;
}

.slider.slider-vertical.slider-rtl .slider-selection {
    left: initial;
    right: 0;
}

.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
    border-width: 10px 10px 10px 0;
}

.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
    padding-left: initial;
    padding-right: 4px;
}

.slider.slider-disabled .slider-handle {
    background-color: #cfcfcf;
    background-image: -o-linear-gradient(top, #dfdfdf, #bebebe);
    background-image: -webkit-gradient( linear, left top, left bottom, from(#dfdfdf), to(#bebebe));
    background-image: linear-gradient(to bottom, #dfdfdf, #bebebe);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#DFDFDF', endColorstr='#BEBEBE', GradientType=0);
}

.slider.slider-disabled .slider-track {
    background-color: #e7e7e7;
    background-image: -o-linear-gradient(top, #e5e5e5, #e9e9e9);
    background-image: -webkit-gradient( linear, left top, left bottom, from(#e5e5e5), to(#e9e9e9));
    background-image: linear-gradient(to bottom, #e5e5e5, #e9e9e9);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#E5E5E5', endColorstr='#E9E9E9', GradientType=0);
    cursor: not-allowed;
}

.slider input {
    display: none;
}

.slider .tooltip-inner {
    white-space: nowrap;
    max-width: none;
}

.slider .bs-tooltip-top .tooltip-inner,
.slider .bs-tooltip-bottom .tooltip-inner {
    position: relative;
    left: -50%;
}

.slider.bs-tooltip-left .tooltip-inner,
.slider.bs-tooltip-right .tooltip-inner {
    position: relative;
    top: -100%;
}

.slider .tooltip {
    pointer-events: none;
}

.slider .tooltip.bs-tooltip-top .arrow,
.slider .tooltip.bs-tooltip-bottom .arrow {
    left: -0.4rem;
}

.slider .tooltip.bs-tooltip-top {
    margin-top: -44px;
}

.slider .tooltip.bs-tooltip-bottom {
    margin-top: 2px;
}

.slider .tooltip.bs-tooltip-left,
.slider .tooltip.bs-tooltip-right {
    margin-top: -14px;
}

.slider .tooltip.bs-tooltip-left .arrow,
.slider .tooltip.bs-tooltip-right .arrow {
    top: 8px;
}

.slider .hide {
    display: none;
}

.slider-track {
    background-color: #f7f7f7;
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient( linear, left top, left bottom, from(#f5f5f5), to(#f9f9f9));
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#F9F9F9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    position: absolute;
    cursor: pointer;
}

.slider-selection {
    background-color: #f7f7f7;
    background-image: -o-linear-gradient(top, #f9f9f9, #f5f5f5);
    background-image: -webkit-gradient( linear, left top, left bottom, from(#f9f9f9), to(#f5f5f5));
    background-image: linear-gradient(to bottom, #f9f9f9, #f5f5f5);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9', endColorstr='#F5F5F5', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    position: absolute;
}

.slider-selection.tick-slider-selection {
    background-color: #46c1fe;
    background-image: -o-linear-gradient(top, #52c5ff, #3abcfd);
    background-image: -webkit-gradient( linear, left top, left bottom, from(#52c5ff), to(#3abcfd));
    background-image: linear-gradient(to bottom, #52c5ff, #3abcfd);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#52c5ff', endColorstr='#3abcfd', GradientType=0);
}

.slider-track-low,
.slider-track-high {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    position: absolute;
    background: transparent;
}

.slider-handle {
    background-color: #0478b2;
    background-image: -o-linear-gradient(top, #0480be, #036fa5);
    background-image: -webkit-gradient( linear, left top, left bottom, from(#0480be), to(#036fa5));
    background-image: linear-gradient(to bottom, #0480be, #036fa5);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0480BE', endColorstr='#036fa5', GradientType=0);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #0480be;
    border: 0px solid transparent;
}

.slider-handle:hover {
    cursor: pointer;
}

.slider-handle.round {
    border-radius: 20px;
}

.slider-handle.triangle {
    background: transparent none;
}

.slider-handle.custom {
    background: transparent none;
}

.slider-handle.custom::before {
    line-height: 20px;
    font-size: 20px;
    content: '\2605';
    color: #726204;
}

.slider-tick {
    background-color: #f7f7f7;
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient( linear, left top, left bottom, from(#f5f5f5), to(#f9f9f9));
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#F9F9F9', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    cursor: pointer;
    width: 20px;
    height: 20px;
    -webkit-filter: none;
    filter: none;
    opacity: 0.8;
    border: 0px solid transparent;
}

.slider-tick.round {
    border-radius: 50%;
}

.slider-tick.triangle {
    background: transparent none;
}

.slider-tick.custom {
    background: transparent none;
}

.slider-tick.custom::before {
    line-height: 20px;
    font-size: 20px;
    content: '\2605';
    color: #726204;
}

.slider-tick.in-selection {
    background-color: #46c1fe;
    background-image: -o-linear-gradient(top, #52c5ff, #3abcfd);
    background-image: -webkit-gradient( linear, left top, left bottom, from(#52c5ff), to(#3abcfd));
    background-image: linear-gradient(to bottom, #52c5ff, #3abcfd);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#52c5ff', endColorstr='#3abcfd', GradientType=0);
    opacity: 1;
}


/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    /* --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace */
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
    margin: 0;
    /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex='-1']:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([class]):hover {
    text-decoration: none;
    cursor: default;
    color: #8a8a8a !important;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role='button'] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled) {
    cursor: pointer;
}

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

input[type='radio'],
input[type='checkbox'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

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

[type='search'] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1,
.h1 {
    font-size: 2.5rem;
}

h2,
.h2 {
    font-size: 2rem;
}

h3,
.h3 {
    font-size: 1.75rem;
}

h4,
.h4 {
    font-size: 1.5rem;
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

.blockquote-footer::before {
    content: '\2014\00A0';
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
}

a>code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container,
    .container-sm,
    .container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 960px;
    }
    .header .header__wrapper .bottom-header .menu ul li.header-link-sub-menu-built-in-appliances {
        order: 4;
    }
    li.header-link-sub-menu-appliances.submenu {
        order: 3;
    }
    li.header-link-sub-menu-appliances {
        order: 2;
    }
    li.header-link-sub-menu-kitchen {
        order: 1;
    }
    .header-link-sub-menu.promo a:before {
        content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.9004 3.1001L2.90039 21.1001' stroke='white'/%3E%3Ccircle cx='5.5' cy='5.5' r='4' stroke='white'/%3E%3Ccircle cx='18.5' cy='18.5' r='4' stroke='white'/%3E%3C/svg%3E");
        padding-right: 10px;
        background-size: 100%;
        max-width: 34px;
        max-height: 24px;
        display: inline-block;
        position: absolute;
        left: -32px;
        top: -1px;
        transition: ease all 0.3s;
    }
    .header-link-sub-menu.promo {
        order: 5;
    }
    .header-link-sub-menu.promo {
        padding-left: 34px;
    }
    li.header-link-sub-menu-kitchen,
    li.header-link-sub-menu-appliances,
    li.header-link-sub-menu-built-in-appliances.noSubmenu {
        align-self: initial;
    }
    #menu4.footer-top-menu__item {
        min-width: 243px;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1140px;
    }
}

.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}

.row-cols-1>* {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2>* {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3>* {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.row-cols-4>* {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5>* {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6>* {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
}

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

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

.order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
}

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

.order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-sm-1>* {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-sm-2>* {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-sm-3>* {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-sm-4>* {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-sm-5>* {
        -ms-flex: 0 0 20%;
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-sm-6>* {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .order-sm-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-md-1>* {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-md-2>* {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-md-3>* {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-md-4>* {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-md-5>* {
        -ms-flex: 0 0 20%;
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-md-6>* {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .order-md-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }
    .order-md-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }
    .order-md-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .order-md-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .order-md-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .order-md-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    .order-md-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    .order-md-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }
    .order-md-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }
    .order-md-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }
    .order-md-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
    .order-md-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }
    .order-md-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }
    .order-md-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-lg-1>* {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-lg-2>* {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-lg-3>* {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-lg-4>* {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5>* {
        -ms-flex: 0 0 20%;
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6>* {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .order-lg-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xl-1>* {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xl-2>* {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xl-3>* {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-xl-4>* {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xl-5>* {
        -ms-flex: 0 0 20%;
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xl-6>* {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .order-xl-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary>th,
.table-primary>td {
    background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
    border-color: #7abaff;
}

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff;
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
    background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
    border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf;
}

.table-success,
.table-success>th,
.table-success>td {
    background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
    border-color: #8fd19e;
}

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb;
}

.table-info,
.table-info>th,
.table-info>td {
    background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
    border-color: #86cfda;
}

.table-hover .table-info:hover {
    background-color: #abdde5;
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5;
}

.table-warning,
.table-warning>th,
.table-warning>td {
    background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
    border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1;
}

.table-danger,
.table-danger>th,
.table-danger>td {
    background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
    border-color: #ed969e;
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7;
}

.table-light,
.table-light>th,
.table-light>td {
    background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
    border-color: #fbfcfc;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6;
}

.table-dark,
.table-dark>th,
.table-dark>td {
    background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
    border-color: #95999c;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe;
}

.table-active,
.table-active>th,
.table-active>td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #454d55;
}

.table-dark.table-bordered {
    border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-sm>.table-bordered {
        border: 0;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-md>.table-bordered {
        border: 0;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-lg>.table-bordered {
        border: 0;
    }
    .listing-page__wrapper .swiper-slide:first-child {
        display: block;
    }
    .listing-page__wrapper .swiper-slide {
        display: none;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__smart-bonus table td .bonus-slash-divider {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-xl>.table-bordered {
        border: 0;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive>.table-bordered {
    border: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

input[type='date'].form-control,
input[type='time'].form-control,
input[type='datetime-local'].form-control,
input[type='month'].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row>.col,
.form-row>[class*='col-'] {
    padding-right: 5px;
    padding-left: 5px;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
    color: #6c757d;
}

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #28a745;
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
    color: #28a745;
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
    border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #dc3545;
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
    color: #dc3545;
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
    border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.form-inline .form-check {
    width: 100%;
}

@media (min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }
    .form-inline .form-check {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.btn:focus,
.btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}


/* .btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
} */


/* .btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5)
} */

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: underline;
}

.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: 0.5rem;
}

input[type='submit'].btn-block,
input[type='reset'].btn-block,
input[type='button'].btn-block {
    width: 100%;
}

.fade {
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__nav-bar .list {
        display: block;
        position: initial;
        left: unset;
        transform: unset;
        height: auto;
        min-height: unset;
        width: unset;
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: '';
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: '';
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: '';
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: '';
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^='top'],
.dropdown-menu[x-placement^='right'],
.dropdown-menu[x-placement^='bottom'],
.dropdown-menu[x-placement^='left'] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
    z-index: 1;
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 1;
}

.btn-toolbar {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.btn-toolbar .input-group {
    width: auto;
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
    margin-left: -1px;
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%;
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
    margin-top: -1px;
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0;
}

.btn-group-toggle>.btn input[type='radio'],
.btn-group-toggle>.btn input[type='checkbox'],
.btn-group-toggle>.btn-group>.btn input[type='radio'],
.btn-group-toggle>.btn-group>.btn input[type='checkbox'] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.form-control-plaintext+.form-control,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
    margin-left: -1px;
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
    z-index: 3;
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4;
}

.input-group>.form-control:not(:last-child),
.input-group>.custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group>.custom-file {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
    z-index: 3;
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
    margin-left: -1px;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.input-group-text input[type='radio'],
.input-group-text input[type='checkbox'] {
    margin-top: 0;
}

.input-group-lg>.form-control:not(textarea),
.input-group-lg>.custom-select {
    height: calc(1.5em + 1rem + 2px);
}

.input-group-lg>.form-control,
.input-group-lg>.custom-select,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.input-group-sm>.form-control:not(textarea),
.input-group-sm>.custom-select {
    height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm>.form-control,
.input-group-sm>.custom-select,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem;
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}

.custom-control-input:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #80bdff;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

.custom-control-input[disabled]~.custom-control-label,
.custom-control-input:disabled~.custom-control-label {
    color: #6c757d;
}

.custom-control-input[disabled]~.custom-control-label::before,
.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: '';
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: '';
    background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
    padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    -ms-transform: translateX(0.75rem);
    transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size='1']) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}

.custom-select::-ms-expand {
    display: none;
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input[disabled]~.custom-file-label,
.custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: 'Browse';
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse);
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: 'Browse';
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-range:focus {
    outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
    border: 0;
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
    cursor: default;
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none;
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff;
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    text-align: center;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: '';
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width: 575.98px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl {
    padding-right: 0;
    padding-left: 0;
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.navbar-expand .navbar-toggler {
    display: none;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
    color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card>hr {
    margin-right: 0;
    margin-left: 0;
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0;
}

.card-body {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link+.card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
    margin-bottom: 15px;
}

.abbr-hidden-btn {
    display: none;
}

@media (min-width: 576px) {
    .card-deck {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-flow: row wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        -ms-flex: 1 0 0%;
        -webkit-box-flex: 1;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group>.card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-flow: row wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
    }
    .card-group>.card {
        -ms-flex: 1 0 0%;
        -webkit-box-flex: 1;
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group>.card:not(:last-child) .card-img-top,
    .card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }
    .card-group>.card:not(:last-child) .card-img-bottom,
    .card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }
    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group>.card:not(:first-child) .card-img-top,
    .card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }
    .card-group>.card:not(:first-child) .card-img-bottom,
    .card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.accordion {
    overflow-anchor: none;
}

.accordion>.card {
    overflow: hidden;
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px;
}

.breadcrumb {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

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

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: '/';
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.pagination {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

a.badge:hover,
a.badge:focus {
    text-decoration: none;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

a.badge-primary:hover,
a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc;
}

a.badge-primary:focus,
a.badge-primary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

a.badge-success:hover,
a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34;
}

a.badge-success:focus,
a.badge-success.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

a.badge-info:hover,
a.badge-info:focus {
    color: #fff;
    background-color: #117a8b;
}

a.badge-info:focus,
a.badge-info.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

a.badge-warning:hover,
a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00;
}

a.badge-warning:focus,
a.badge-warning.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

a.badge-danger:hover,
a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130;
}

a.badge-danger:focus,
a.badge-danger.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

a.badge-light:hover,
a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5;
}

a.badge-light:focus,
a.badge-light.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

a.badge-dark:hover,
a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124;
}

a.badge-dark:focus,
a.badge-dark.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-primary hr {
    border-top-color: #9fcdff;
}

.alert-primary .alert-link {
    color: #002752;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-secondary hr {
    border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
    color: #202326;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-success hr {
    border-top-color: #b1dfbb;
}

.alert-success .alert-link {
    color: #0b2e13;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-info hr {
    border-top-color: #abdde5;
}

.alert-info .alert-link {
    color: #062c33;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-warning hr {
    border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
    color: #533f03;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-danger {
    padding: 15px 40px 15px 20px !important;
}

.alert-danger hr {
    border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
    color: #491217;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light hr {
    border-top-color: #ececf6;
}

.alert-light .alert-link {
    color: #686868;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-dark hr {
    border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
    color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-bar {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.progress-bar-striped {
    background-image: -o-linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}

.media {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.media-body {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
}

.list-group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.list-group-item+.list-group-item {
    border-top-width: 0;
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}

.list-group-horizontal {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }
    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }
    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 992px) {
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col #carousel-product-mobile {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    .list-group-horizontal-lg {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }
    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }
    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

.list-group-flush {
    border-radius: 0;
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px;
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0;
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085;
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

.close:hover {
    color: #000;
    text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: 0.75;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

a.close.disabled {
    pointer-events: none;
}

.toast {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    max-width: 350px;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    opacity: 0;
    border-radius: 0.25rem;
}

.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}

.toast.showing {
    opacity: 1;
}

.toast.show {
    display: block;
    opacity: 1;
}

.toast.hide {
    display: none;
}

.toast-header {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
    padding: 0.75rem;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: '';
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
    margin: 0.25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
    }
    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .arrow::before {
    position: absolute;
    content: '';
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^='top'] {
    padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^='top'] .arrow {
    bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^='top'] .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^='right'] {
    padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^='right'] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^='right'] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^='bottom'] {
    padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^='bottom'] .arrow {
    top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^='bottom'] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^='left'] {
    padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^='left'] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^='left'] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
    position: absolute;
    display: block;
    content: '';
    border-color: transparent;
    border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^='top'] {
    margin-bottom: 0.5rem;
}

.bs-popover-top>.arrow,
.bs-popover-auto[x-placement^='top']>.arrow {
    bottom: calc(-0.5rem - 1px);
}

.bs-popover-top>.arrow::before,
.bs-popover-auto[x-placement^='top']>.arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top>.arrow::after,
.bs-popover-auto[x-placement^='top']>.arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^='right'] {
    margin-left: 0.5rem;
}

.bs-popover-right>.arrow,
.bs-popover-auto[x-placement^='right']>.arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-right>.arrow::before,
.bs-popover-auto[x-placement^='right']>.arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right>.arrow::after,
.bs-popover-auto[x-placement^='right']>.arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^='bottom'] {
    margin-top: 0.5rem;
}

.bs-popover-bottom>.arrow,
.bs-popover-auto[x-placement^='bottom']>.arrow {
    top: calc(-0.5rem - 1px);
}

.bs-popover-bottom>.arrow::before,
.bs-popover-auto[x-placement^='bottom']>.arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom>.arrow::after,
.bs-popover-auto[x-placement^='bottom']>.arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^='bottom'] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: '';
    border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^='left'] {
    margin-right: 0.5rem;
}

.bs-popover-left>.arrow,
.bs-popover-auto[x-placement^='left']>.arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-left>.arrow::before,
.bs-popover-auto[x-placement^='left']>.arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left>.arrow::after,
.bs-popover-auto[x-placement^='left']>.arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}

.carousel {
    position: relative;
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: '';
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform 0.6s ease-in-out;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

#form-banner .popover.right .popover-content {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-flow: row nowrap;
}

#form-banner .popover.right .popover-content button+button {
    margin-left: 10px;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0s 0.6s;
    -o-transition: opacity 0s 0.6s;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    -webkit-transition: opacity 0.15s ease;
    -o-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border 0.75s linear infinite;
    animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow 0.75s linear infinite;
    animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0062cc !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

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

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

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

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

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

.border-primary {
    border-color: #007bff !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded-sm {
    border-radius: 0.2rem !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
    border-radius: 0.3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: '';
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: '';
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

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

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: '';
    background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace !important;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}

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

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #0056b3 !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #494f54 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
    color: #19692c !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
    color: #0f6674 !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ba8b00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #a71d2a !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
    color: #cbd3da !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
    color: #121416 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

#account-forgotten .form-heading {
    font-family: roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 170%;
    color: #000000;
}

#account-forgotten.container .tab-wrapper input:checked+label+.tab-item {
    padding: none;
}

#account-forgotten.container .tab-wrapper input:checked+label+.tab-item .form-group {
    position: relative;
}

@media (max-width: 1240px) {
    #account-account .container {
        padding: 0;
    }
    #account-forgotten .col-sm-4 {
        padding: 0;
    }
    #account-forgotten.container .tab-wrapper input:checked+label+.tab-item {
        padding: 20px 0 0;
    }
    #account-forgotten .form-heading {
        font-family: roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 170%;
        color: #000000;
    }
    #account-forgotten.container .tab-container {
        background: #fff;
        border-radius: 15px;
        padding: 16px 20px 26px;
    }
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    abbr[title]::after {
        content: ' (' attr(title) ')';
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    body {
        min-width: 992px !important;
    }
    .container {
        min-width: 992px !important;
    }
    .navbar {
        display: none;
    }
    .badge {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }
    .table-dark {
        color: inherit;
    }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody+tbody {
        border-color: #dee2e6;
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    line-height: normal;
    position: relative;
    min-width: 320px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-x: hidden;
    font-family: roboto, sans-serif;
}

html,
body {
    overflow-x: hidden;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
}

button {
    cursor: pointer;
    border: none;
    padding: 0;
    background-color: transparent;
}

button:focus {
    outline: none;
}

.container {
    margin: 0 auto;
    max-width: 1240px;
    padding: 0 20px;
}

input,
textarea {
    border-radius: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-filter: none;
    filter: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input:focus,
textarea:focus {
    outline: none;
}

input[type='search'] {
    -webkit-appearance: none;
}

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

.breadcrumb {
    display: block;
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
}

.section-title {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    position: relative;
    display: inline-block;
}

.section-title span {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #8a8a8a;
    position: relative;
    top: -15px;
    right: 0;
}

.product-cards-wrapper-template .slick-slide {
    margin: 0 17.5px;
}

.product-cards-wrapper-template .slick-arrow {
    position: absolute;
    top: 43%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-cards-wrapper-template .slick-arrow svg path {
    -webkit-transition: stroke 0.2s ease-in-out;
    -o-transition: stroke 0.2s ease-in-out;
    transition: stroke 0.2s ease-in-out;
}

.product-cards-wrapper-template .slick-arrow:hover svg path {
    stroke: #ffd4d4;
}

.product-cards-wrapper-template .slick-prev {
    left: -66px;
}

.product-cards-wrapper-template .slick-next {
    right: -66px;
}

.product-cards-wrapper-template .slick-next svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.product-cards-wrapper-template .block {
    display: block;
    max-width: 236px;
    position: relative;
}

.product-cards-wrapper-template .block:hover .top-content .img-block img {
    -webkit-filter: opacity(0.87);
    filter: opacity(0.87);
}

.product-cards-wrapper-template .block:hover .bottom-content .title,
.product-cards-wrapper-template .block:hover .bottom-content .code {
    color: #000;
}

.product-cards-wrapper-template .block .super-product {
    border-radius: 6px;
    background-color: #db00ff;
    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;
    position: absolute;
    top: 7px;
    left: 7px;
    width: 100px;
    height: 29px;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    z-index: 10;
    color: #ffffff;
}

.product-cards-wrapper-template .block .buttons-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 12px;
    right: 14px;
    z-index: 10;
}

.product-cards-wrapper-template .block .buttons-block .like svg path,
.product-cards-wrapper-template .block .buttons-block .add-to-list svg path {
    -webkit-transition: stroke 0.2s ease-in-out;
    -o-transition: stroke 0.2s ease-in-out;
    transition: stroke 0.2s ease-in-out;
}

.product-cards-wrapper-template .block .buttons-block .like:hover svg path,
.product-cards-wrapper-template .block .buttons-block .add-to-list:hover svg path {
    stroke: #ff5f5f;
}

.product-cards-wrapper-template .block .buttons-block .like {
    margin-left: 12px;
    cursor: pointer;
}

.product-cards-wrapper-template .block .buttons-block .add-to-list {
    cursor: pointer;
}

.product-cards-wrapper-template .block .top-content {
    border: 1px solid #e5e5e5;
}

.product-cards-wrapper-template .block .top-content .img-block {
    height: 250px;
}

@media (min-width: 1280px) {
    .buy-with-this .block .top-content .img-block img {
        max-width: 232px;
        min-width: 232px;
    }
    .product-cards-wrapper-template .block .top-content .img-block img {
        max-width: 234px;
        min-width: 234px;
    }
    #common-home .product-cards-wrapper-template .block .top-content .img-block img {
        max-width: 234px !important;
        min-width: 232px !important;
    }
}

.product-cards-wrapper-template .block .top-content .img-block img {
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-filter 0.2s ease-in-out;
    transition: -webkit-filter 0.2s ease-in-out;
    -o-transition: filter 0.2s ease-in-out;
    transition: filter 0.2s ease-in-out;
    transition: filter 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
}

.product-cards-wrapper-template .block .bottom-content {
    margin-top: 12px;
}

.product-cards-wrapper-template .block .bottom-content .price-difference {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-cards-wrapper-template .block .bottom-content .price-difference .price {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
}

.product-cards-wrapper-template .block .bottom-content .price-difference .price .currency-icon {
    font-size: 17px;
}

.product-cards-wrapper-template .block .bottom-content .price-difference .difference {
    margin-left: 15px;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 14px;
    padding: 5px 7px 4px;
    color: #ffffff;
    background: #003edf;
    border-radius: 6px;
}

.product-cards-wrapper-template .block .bottom-content .price-difference .difference .currency-icon {
    font-size: 10px;
}

.product-cards-wrapper-template .block .bottom-content .old-price {
    display: inline-block;
    margin-top: 7px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    position: relative;
}

.product-cards-wrapper-template .block .bottom-content .old-price .currency-icon {
    font-size: 13px;
}

.product-cards-wrapper-template .block .bottom-content .old-price::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 66px;
    height: 1px;
    background: #003edf;
}

.product-cards-wrapper-template .block .bottom-content .title {
    margin-top: 5px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #424242;
}

.product-cards-wrapper-template .block .bottom-content .code {
    margin-top: 5px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #8a8a8a;
}

.template-specification {
    padding: 30px 36px 22px 36px;
}

.template-specification .title {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
}

.template-specification .radio-checkbox-wrapper {
    margin-top: 13px;
}

.template-specification .radio-checkbox-wrapper .label-container~.label-container {
    margin-top: 11px;
}

.template-specification .radio-checkbox-wrapper .label-container {
    margin-left: 3px;
    display: block;
    position: relative;
    padding-left: 19px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.template-specification .radio-checkbox-wrapper .label-container .checkbox-text {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    color: #000000;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.template-specification .radio-checkbox-wrapper .label-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.template-specification .radio-checkbox-wrapper .checkmark {
    position: absolute;
    top: 3px;
    left: -2px;
    height: 14px;
    width: 14px;
    border: 1px solid #969696;
    border-radius: 50%;
    -webkit-transition: border-color 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
}

.template-specification .radio-checkbox-wrapper .label-container:hover input~.checkmark {
    border-color: red;
}

.template-specification .radio-checkbox-wrapper .label-container:hover input~.checkbox-text {
    color: red;
}

.template-specification .radio-checkbox-wrapper .checkmark:after {
    content: '';
    position: absolute;
    display: none;
}


/* .template-specification
  .radio-checkbox-wrapper
  .label-container
  input:checked
  ~ .checkmark:after {
  display: block;
} */

.template-specification .radio-checkbox-wrapper .label-container input:checked~.checkmark {
    border-color: red;
}

.template-specification .radio-checkbox-wrapper .label-container input:checked~.checkbox-text {
    color: red;
}

.template-specification .radio-checkbox-wrapper .label-container .checkmark:after {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: red;
}

.template-specification .radio-checkbox-wrapper .label-container input[checked]~span {
    color: #f00;
    border-color: #f00;
}

.template-specification .radio-checkbox-wrapper .label-container input[checked]~span.checkmark:before {
    display: block;
    content: '';
    position: relative;
    width: 12px;
    height: 12px;
    background: #f00;
    border-radius: 50%;
    border: 3px solid #fff;
}

.template-specification .checkbox-wrapper .checkmark {
    border-radius: 4px;
}

.template-specification .checkbox-wrapper .label-container .checkmark:after {
    width: 10px;
    height: 8.5px;
    border-radius: 0;
    background-color: unset;
    background: url('../img/checkboxIcon.svg') no-repeat;
}

.template-specification .show-all-products {
    padding: 18px 10px;
    background-color: red;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    border-radius: 6px;
    color: #ffffff;
    width: 100%;
}

.template-specification .show-all-products:hover {
    background-color: #e50000;
}

.template-specification .clear-filters {
    margin: 25px auto 0 30px;
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    color: red;
    padding: 0px 0 30px;
}

.template-specification~.template-specification {
    border-top: 1px solid #e5e5e5;
}

.template-specification.p-35 {
    padding: 0;
}

.tooltip-main {
    display: none;
}

.block-view-3-col {
    display: block;
    max-width: 263px;
    position: relative;
}

.block-view-3-col::before {
    content: '';
    position: absolute;
    top: -19px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 116%;
    /* height: 123%; */
    height: calc(100% + 100px);
    z-index: 30;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    z-index: 10;
}

.block-view-3-col:hover {
    z-index: 50;
}

.block-view-3-col:hover::before {
    opacity: 1;
}

.block-view-3-col:hover .top-content .img-block .slick-dots {
    opacity: 1;
}

.block-view-3-col:hover .bottom-content .buy-block {
    opacity: 1;
}

.block-view-3-col .super-product {
    border-radius: 6px;
    background-color: #db00ff;
    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;
    position: absolute;
    top: 7px;
    left: 7px;
    width: 100px;
    height: 29px;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    z-index: 36;
    color: #ffffff;
}

.block-view-3-col .buttons-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 11px;
    right: 1px;
    z-index: 40;
}

.block-view-3-col .buttons-block .like svg path,
.block-view-3-col .buttons-block .add-to-list svg path {
    -webkit-transition: stroke 0.2s ease-in-out;
    -o-transition: stroke 0.2s ease-in-out;
    transition: stroke 0.2s ease-in-out;
}

.block-view-3-col .buttons-block .like:hover svg path,
.block-view-3-col .buttons-block .add-to-list:hover svg path {
    stroke: #ff5f5f;
}

.buttons-block .like {
    margin-left: 4px;
    cursor: pointer;
    background: url('/catalog/view/theme/boschcenter/img/like.svg') no-repeat;
    background-position: 50% 60%;
    background-color: #fff;
    background-size: 19px;
}

.buttons-block .add-to-list {
    cursor: pointer;
    background: url('/catalog/view/theme/boschcenter/img/compare.svg') no-repeat;
    background-position: 50% 60%;
    background-color: #fff;
    background-size: 22px;
}

.block-view-3-col .top-content {
    position: relative;
    height: auto;
    width: auto;
    z-index: 35;
    border: 1px solid #e5e5e5;
}

.block-view-3-col .top-content .img-block {
    height: 282px;
}

.block-view-3-col .top-content .img-block .slick-dots {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    position: absolute;
    bottom: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.block-view-3-col .top-content .img-block .slick-dots .slick-active {
    background: #ffbfbf;
}

.block-view-3-col .top-content .img-block .slick-dots li~li {
    margin-left: 4px;
}

.block-view-3-col .top-content .img-block .slick-dots li {
    width: 59px;
    height: 2px;
    background: #eaeaea;
    font-size: 0;
}

.block-view-3-col .top-content .img-block img {
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-filter 0.2s ease-in-out;
    transition: -webkit-filter 0.2s ease-in-out;
    -o-transition: filter 0.2s ease-in-out;
    transition: filter 0.2s ease-in-out;
    transition: filter 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
    -o-object-fit: contain;
    object-fit: contain;
}

.block-view-3-col .bottom-content {
    padding-right: 0;
    margin-top: 18px;
    position: relative;
    z-index: 35;
}

.block-view-3-col .bottom-content .price-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /* justify-content: space-between */
}

.block-view-3-col .bottom-content .price-block .price {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 21px;
    color: #000000;
}

.block-view-3-col .bottom-content .price-block .price .currency-icon {
    font-size: 17px;
}

.block-view-3-col .bottom-content .price-block .old-price {
    margin-left: 15px;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    position: relative;
}

.block-view-3-col .bottom-content .price-block .old-price .currency-icon {
    font-size: 13px;
}

.block-view-3-col .bottom-content .price-block .old-price::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 110%;
    height: 1px;
    background: #003edf;
}

.block-view-3-col .bottom-content .price-block .difference {
    margin-left: 15px;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    padding: 4px 7px;
    color: #ffffff;
    background: #003edf;
    border-radius: 6px;
}

.block-view-3-col .bottom-content .title-wrapper {
    margin-top: 10px;
}

.block-view-3-col .bottom-content .price-block .difference .currency-icon {
    font-size: 10px;
}

.block-view-3-col .bottom-content .specification {
    display: none;
}

.block-view-3-col .bottom-content .title {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #424242;
    line-height: 1.5;
}

.block-view-3-col .bottom-content .code {
    margin-top: 1px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #8a8a8a;
}

.block-view-3-col .bottom-content .availability-series {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

.block-view-3-col .bottom-content .availability-series .availability {
    padding-left: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #0d9e00;
    position: relative;
}

.block-view-3-col .bottom-content .availability-series .series {
    margin-left: 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #003edf;
    padding: 5px 9px;
    background: #e8eeff;
    border-radius: 6px;
}

.block-view-3-col .bottom-content .rate {
    margin-top: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.block-view-3-col .bottom-content .rate .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 1px;
}

.star-icon svg {
    height: 19px;
    width: 19px;
}

.block-view-3-col .bottom-content .rate .icons .star-icon~.star-icon {
    margin-left: 4px;
}

.block-view-3-col .bottom-content .rate .icons .star-icon-active svg path {
    stroke: red;
}

.block-view-3-col .bottom-content .rate .title {
    margin-left: 7px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: red;
}

.block-view-3-col .bottom-content .buy-block {
    opacity: 0;
    z-index: -10;
    position: absolute;
    bottom: -65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.block-view-3-col .bottom-content .buy-block .button-buy {
    border: 1px solid #ff0000;
    border-radius: 6px;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    padding: 12px 19px;
    color: #ffffff;
    background-color: red;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.block-view-3-col .bottom-content .buy-block .button-buy:hover {
    background-color: #e50000;
}

.block-view-3-col .bottom-content .buy-block .button-in-basket {
    margin-left: 14px;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    border: 1px solid #ff0000;
    color: red;
    background-color: transparent;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    padding: 12px 15px;
    border-radius: 6px;
    white-space: nowrap;
}

.block-view-3-col .bottom-content .buy-block .button-in-basket:hover {
    background-color: red;
    color: #fff;
}

.block-view-3-col .bottom-content .buy-block .button-on-credit {
    max-width: 80px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    min-width: 60px;
    margin-left: 14px;
    color: #f14635;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.block-view-3-col .bottom-content .buy-block .button-on-credit.js-kaspi {
    text-align: left;
}

.bottom-content .buy-block .button-on-credit.js-kaspi img {
    display: none;
}

.block-view-3-col .bottom-content .buy-block .button-on-credit:hover {
    color: #e50000;
}

.block-view-1-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 871px;
    position: relative;
}

.block-view-1-col::before {
    content: '';
    position: absolute;
    top: -19px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 116%;
    height: 124%;
    z-index: 30;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    z-index: 10;
}

.block-view-1-col .super-product {
    border-radius: 6px;
    background-color: #db00ff;
    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;
    position: absolute;
    top: 7px;
    left: 7px;
    width: 100px;
    height: 29px;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    z-index: 36;
    color: #ffffff;
}

.block-view-1-col .buttons-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 10px;
    left: 220px;
    z-index: 40;
}

.block-view-1-col .buttons-block .like svg path,
.block-view-1-col .buttons-block .add-to-list svg path {
    -webkit-transition: stroke 0.2s ease-in-out;
    -o-transition: stroke 0.2s ease-in-out;
    transition: stroke 0.2s ease-in-out;
}

.block-view-1-col .buttons-block .like:hover svg path,
.block-view-1-col .buttons-block .add-to-list:hover svg path {
    stroke: #ff5f5f;
}

.block-view-1-col .top-content {
    max-width: 290px;
    position: relative;
    z-index: 35;
    border: 1px solid #e5e5e5;
    margin-left: 6px;
    height: 308px;
}

.block-view-1-col .top-content .img-block {
    height: 305px;
    min-width: 288px;
}

.block-view-1-col .top-content .img-block .slick-dots {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    position: absolute;
    bottom: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.block-view-1-col .top-content .img-block .slick-dots .slick-active {
    background: #ffbfbf;
}

.block-view-1-col .top-content .img-block .slick-dots li~li {
    margin-left: 4px;
}

.block-view-1-col .top-content .img-block .slick-dots li {
    width: 59px;
    height: 2px;
    background: #eaeaea;
    font-size: 0;
}

.block-view-1-col .top-content .img-block img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-filter 0.2s ease-in-out;
    transition: -webkit-filter 0.2s ease-in-out;
    -o-transition: filter 0.2s ease-in-out;
    transition: filter 0.2s ease-in-out;
    transition: filter 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
    -o-object-fit: cover;
    object-fit: cover;
}

.block-view-1-col .bottom-content {
    margin-left: 37px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 35;
}

.block-view-1-col .bottom-content .price-block {
    margin-top: 17px;
    max-width: 263px;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    margin-left: 3px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    white-space: nowrap;
}

.block-view-1-col .bottom-content .price-block .price {
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 26px;
    color: #000000;
}

.block-view-1-col .bottom-content .price-block .price .currency-icon {
    font-size: 17px;
}

.block-view-1-col .bottom-content .price-block .old-price {
    margin-left: 5px;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    position: relative;
}

.block-view-1-col .bottom-content .price-block .old-price .currency-icon {
    font-size: 13px;
}

.block-view-1-col .bottom-content .price-block .old-price::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 66px;
    height: 1px;
    background: #003edf;
}

.block-view-1-col .bottom-content .price-block .difference {
    margin-left: 10px;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    padding: 4px 7px;
    color: #ffffff;
    background: #003edf;
    border-radius: 6px;
}

.block-view-1-col .bottom-content .price-block .difference .currency-icon {
    font-size: 10px;
}

.block-view-1-col .bottom-content .specification {
    margin-top: 36px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.block-view-1-col .bottom-content .specification .specification-block~.specification-block {
    margin-top: 15px;
}

.block-view-1-col .bottom-content .specification .specification-block1::before {
    content: '';
    position: absolute;
    display: none;
}

.block-view-1-col .bottom-content .specification .specification-block2::before {
    display: none;
}

.block-view-1-col .bottom-content .specification .specification-block3::before {
    display: none;
}

.block-view-1-col .bottom-content .specification .specification-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.block-view-1-col .bottom-content .specification .specification-block .title {
    width: 235px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #898989;
}

.block-view-1-col .bottom-content .specification .specification-block .description {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #000000;
}

.block-view-1-col .bottom-content .title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
}

.block-view-1-col .bottom-content .code {
    margin-left: 4px;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 5px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #000000;
}

.block-view-1-col .bottom-content .code {
    font-size: 18px;
    color: #8a8a8a;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
}

.block-view-3-col .bottom-content .availability-series .bonus-wrapper.one-col-only {
    display: none !important;
}

.block-view-1-col .bottom-content .availability-series {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 27px;
}

.block-view-1-col .bottom-content .availability-series .bonus-wrapper.one-col-only {
    display: block !important;
}

.block-view-1-col .bottom-content .availability-series .bonus-wrapper.one-col-only .smart-bonus-block {
    font-family: roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #003edf;
    padding: 5px 10px;
    background: #e8eeff;
    border-radius: 6px;
    width: fit-content;
    margin-left: 20px;
}

.block-view-3-col .bottom-content .smart-bonus-block {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #003edf;
    padding: 5px 10px;
    background: #e8eeff;
    border-radius: 6px;
    width: auto;
    margin: 0 !important;
    max-width: min-content;
    white-space: nowrap;
}

.listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content>.bonus-wrapper {
    display: none;
}

.smart-bonus-block .currency-icon {
    display: none !important;
}

.block-view-3-col .bottom-content .bonus-wrapper {
    padding: 15px 0 10px;
}

.block-view-1-col .bottom-content .availability-series .bonus-wrapper.one-col-only .smart-bonus-block .currency-icon {
    display: none;
}

.block-view-1-col .bottom-content .availability-series .availability {
    padding-left: 20px !important;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #0d9e00;
    position: relative;
}

.block-view-1-col .bottom-content .availability-series .availability::before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 2px;
    width: 12.5px;
    height: 11.5px;
    background: url(../img/availabilityIcon.svg) no-repeat;
}

.block-view-1-col .bottom-content .availability-series .no-stock:before {
    background: url(../img/order.svg) no-repeat;
    height: 19px !important;
    width: 28px !important;
    margin-left: 0px;
    margin-top: 0px;
    background-size: contain;
    top: 13px;
    position: relative;
    display: inline-block;
    content: '';
}

.block-view-1-col .bottom-content .availability-series .availability.preorder::before {
    background: url(../img/preorder.svg) no-repeat;
    height: 16px;
    width: 16px;
    margin-right: 0;
    margin-top: 0px;
    background-size: contain !important;
    top: 7px;
    left: 0;
    position: absolute;
    display: inline-block;
    content: '';
}

.block-view-1-col .bottom-content .availability-series .no-stock {
    padding-left: 4px !important;
}

.block-view-1-col .bottom-content .availability-series .series {
    margin-left: 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #003edf;
    padding: 5px 9px;
    background: #e8eeff;
    border-radius: 6px;
}

.block-view-1-col .bottom-content .rate {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.block-view-1-col .bottom-content .rate .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 2px;
}

.block-view-1-col .bottom-content .rate .icons .star-icon~.star-icon {
    margin-left: 4px;
}

.block-view-1-col .bottom-content .rate .icons .star-icon-active svg path {
    stroke: red;
}

.block-view-1-col .bottom-content .rate .title {
    margin-left: 4px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: red;
    align-self: flex-end;
}

.block-view-1-col .bottom-content .buy-block {
    margin-top: 8px;
    margin-left: 4px;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.block-view-1-col .bottom-content .buy-block .button-buy {
    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: 126px;
    border: 1px solid #ff0000;
    border-radius: 6px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    padding: 14px 19px 13px;
    color: #ffffff;
    background-color: red;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.block-view-1-col .bottom-content .buy-block .button-buy:hover {
    background-color: #e50000;
}

.block-view-1-col .bottom-content .buy-block .button-in-basket {
    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: 126px;
    margin-left: 17px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    border: 1px solid #ff0000;
    color: red;
    background-color: transparent;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    padding: 14px 13px 13px;
    border-radius: 6px;
}

.block-view-1-col .bottom-content .buy-block .button-in-basket:hover {
    background-color: red;
    color: #fff;
}

.block-view-1-col .bottom-content .buy-block .button-on-credit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 103px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    margin-left: 10px;
    color: #f14635;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    text-align: left;
}

.block-view-1-col .bottom-content .buy-block .button-on-credit img {
    width: 35px;
    margin-right: 5px;
}

.block-view-1-col .bottom-content .buy-block .button-on-credit:hover {
    color: #e50000;
}

.block-view-3-col .bottom-content .buy-block .button-in-basket:hover svg path {
    fill: white;
}

#common-success .image-success-block>img {
    background-color: #e5e5e5;
    width: 100%;
    max-width: 440px;
    text-align: center;
    margin: auto;
    background-position: 50%;
    margin-left: 0px;
}

.block-view-3-col .bottom-content .buy-block .button-in-basket svg {
    width: 30px;
    height: 24px;
}

.block-view-1-col .bottom-content .buy-block .button-in-basket:hover svg path {
    fill: white;
}

.block-view-1-col .bottom-content .buy-block .button-in-basket {
    height: 46px;
    padding: 5px 10px 5px 7px;
    width: auto;
    margin-left: 10px;
}

.block-view-1-col .bottom-content .buy-block .button-in-basket svg {
    width: 45px;
    height: 28px;
}

.template-specification-product-block {
    margin-top: 35px;
}

.template-specification-product-block.left-content-abbreviated-hide:nth-child(2) .title-block .title {
    font-size: 30px !important;
}

.template-specification-product-block:not(.left-content-abbreviated-hide) {
    display: none !important;
}

.template-specification-product-block .title-block {
    margin-bottom: 16px;
}

.template-specification-product-block .title-block .title {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
}

.template-specification-product-block:nth-child(n+2) .title-block .title {
    font-size: 18px;
}

.template-specification-product-block .title-block-big .title {
    font-size: 30px;
}

.template-specification-product-block .template-specification-row~.template-specification-row {
    margin-top: 11px;
}

.template-specification-product-block .template-specification-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.template-specification-product-block .template-specification-row .left-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
}

.template-specification-product-block .template-specification-row .left-content .title {
    max-width: 217px;
    margin-right: 2px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #8a8a8a;
}

.template-specification-product-block .template-specification-row .right-content {
    -ms-flex-preferred-size: 52%;
    flex-basis: 52%;
}

.template-specification-product-block .template-specification-row .right-content .title {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    max-width: 200px;
    color: #000000;
}

.mobile-look-all {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #eeeeee;
    text-align: left;
    width: calc(100% - 40px);
    padding: 7px 0 9px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 250%;
    background-color: #fff;
    color: red;
    z-index: 30;
}

.mobile-look-all::before {
    content: '';
    position: absolute;
    top: -21px;
    width: 100%;
    height: 20px;
    background-color: #fff;
    z-index: -1;
}

.mobile-look-all::after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    right: 0;
    width: 14px;
    height: 14px;
    background: url(../img/mobileGrayArrowRight.svg) no-repeat top/contain;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.product-card__left-content:not(.product-card__left-content-abbreviated) .mobile-look-all::after {
    transform: rotate(270deg);
    margin-top: -5px;
}

.mobile-look-all-active::after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

.header {
    /* padding-top: 12px; */
    padding-top: 0;
    position: relative;
}

.header::before {
    /* content: ''; */
    content: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 12px;
    background: url('../img/headerTopGradient.jpg') no-repeat;
    background-size: 100% 12px;
}

.header .header__wrapper .top-header .top-header__wrapper {
    padding-top: 25px;
    padding-bottom: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header__wrapper .top-header .top-header__wrapper a.logo img {
    height: 50px;
}

.header .header__wrapper .top-header .city-language {
    margin-left: 40px;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.header .header__wrapper .top-header .city-language .city,
.header .header__wrapper .top-header .city-language .language {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    text-transform: capitalize;
    color: #000000;
}

.header .header__wrapper .top-header .city-language .city {
    cursor: pointer;
    position: relative;
    padding-left: 10px;
    margin-top: -1px;
}

.header .header__wrapper .top-header .city-language .city::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7px;
    height: 6px;
    background: url('../img/arrowDown.svg') no-repeat;
}

.header .header__wrapper .top-header .city-language .city .city-sub-menu {
    display: none;
    position: absolute;
    top: 30px;
    left: -12px;
    background: #ffffff;
    -webkit-box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.1);
    padding: 12px 25px 15px 25px;
    width: 125px;
    z-index: 50;
}

.header .header__wrapper .top-header .city-language .city .city-sub-menu::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 8px;
    width: 16px;
    height: 16px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header .header__wrapper .top-header .city-language .city .city-sub-menu ul li {
    text-align: left;
}

.header .header__wrapper .top-header .city-language .city .city-sub-menu ul li a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 200%;
    text-transform: capitalize;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #000000;
}

.header .header__wrapper .top-header .city-language .city .city-sub-menu ul li a:hover {
    color: red;
}

.header .header__wrapper .top-header .city-language .language {
    margin-top: 5px;
    padding-bottom: 2px;
    border-bottom: 2px dashed #c4c4c4;
    margin-left: 10px;
    cursor: pointer;
    -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.alert.alert-success.alert-dismissible a:hover {
    opacity: 1;
    color: #000 !important;
}

.alert.alert-success.alert-dismissible a {
    color: #000;
    opacity: 0.6;
}

.sub-menu .alert.alert-success.alert-dismissible {
    background: #cdffd8;
    width: 31.1% !important;
    left: unset;
    top: 0 !important;
    margin-top: 0;
    position: absolute;
    z-index: 112;
    font-size: 16px;
    line-height: 1.5;
    padding: 22px 29px;
    padding-right: 5%;
    color: #000;
}

.sub-menu .alert.alert-success.alert-dismissible {
    width: 80%;
    left: unset;
    top: 5%;
}

.container>.alert-dismissible .close {
    padding: 0 27px;
    top: 20%;
}

.alert-dismissible .close {
    top: 0;
    right: 0;
    z-index: 2;
    padding: 9px;
    position: absolute;
    font-size: 42px;
    line-height: 24px;
    font-weight: 100;
    color: #000;
}

.header .header__wrapper .top-header .city-language .language:hover {
    color: red;
    border-color: red;
}

.header .header__wrapper .top-header .phone-numbers {
    padding-bottom: 3px;
    margin-left: 56px;
}

.header .header__wrapper .top-header .phone-numbers .phone-numbers__item {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    white-space: nowrap;
}

.header .header__wrapper .top-header .phone-numbers b {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    white-space: nowrap;
}

.header .header__wrapper .top-header .search {
    position: relative;
    z-index: 63;
    margin-left: 52px;
    width: 235px;
    height: 43px;
    margin-bottom: 3px;
    position: relative;
}

.header .header__wrapper .top-header .search input[type='search']::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

.header .header__wrapper .top-header .search input[type='search']::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

.header .header__wrapper .top-header .search input[type='search']::-webkit-search-decoration,
.header .header__wrapper .top-header .search input[type='search']::-webkit-search-cancel-button,
.header .header__wrapper .top-header .search input[type='search']::-webkit-search-results-button,
.header .header__wrapper .top-header .search input[type='search']::-webkit-search-results-decoration {
    display: none;
}

.header .header__wrapper .top-header .search input {
    -webkit-transition: width 0.2s ease-in-out;
    -o-transition: width 0.2s ease-in-out;
    transition: width 0.2s ease-in-out;
    padding: 17px;
    width: 100%;
    height: 100%;
    border: 1px solid #999999;
    border-radius: 6px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000;
}

.header .header__wrapper .top-header .search input::-webkit-input-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #999999;
}

.header .header__wrapper .top-header .search input::-moz-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #999999;
}

.header .header__wrapper .top-header .search input:-ms-input-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #999999;
}

.header .header__wrapper .top-header .search input::-ms-input-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #999999;
}

.header .header__wrapper .top-header .search input::placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #999999;
}

.header .header__wrapper .top-header .search .search-sub-menu {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 426px;
    background-color: #fff;
    z-index: 50;
    padding: 0px 45px 0px 25px;
    -webkit-box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.1);
}

.header .header__wrapper .top-header .search .search-sub-menu::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 24px;
    width: 16px;
    height: 16px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header .header__wrapper .top-header .search .search-sub-menu .block~.block {
    margin-top: 22px !important;
}

.header .header__wrapper .top-header .search .search-sub-menu .block {
    cursor: pointer;
    width: 100% !important;
    min-width: unset;
    max-width: unset;
    margin-left: 0 !important;
}

.header .header__wrapper .top-header .search .search-sub-menu .block:hover .img-block img {
    -webkit-filter: opacity(0.87);
    filter: opacity(0.87);
}

.header .header__wrapper .top-header .search .search-sub-menu .block:hover .text-block .code {
    color: #000000;
}

.header .header__wrapper .top-header .search .search-sub-menu .block .block__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header__wrapper .top-header .search .search-sub-menu .block .img-block {
    min-width: 71px;
    width: 71px;
    height: 74px;
    border: 1px solid #e5e5e5;
}

.header .header__wrapper .top-header .search .search-sub-menu .block .img-block img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: -webkit-filter 0.2s ease-in-out;
    transition: -webkit-filter 0.2s ease-in-out;
    -o-transition: filter 0.2s ease-in-out;
    transition: filter 0.2s ease-in-out;
    transition: filter 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
}

.header .header__wrapper .top-header .search .search-sub-menu .block .text-block {
    margin-left: 15px;
}

.header .header__wrapper .top-header .search .search-sub-menu .block .text-block .price-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header__wrapper .top-header .search .search-sub-menu .block .text-block .price-block .new-price {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
}

.header .header__wrapper .top-header .search .search-sub-menu .block .text-block .price-block .new-price span {
    font-size: 14px;
}

.header .header__wrapper .top-header .search .search-sub-menu .block .text-block .price-block .old-price {
    margin-left: 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    position: relative;
}

.header .header__wrapper .top-header .search .search-sub-menu .block .text-block .price-block .old-price span {
    font-size: 13px;
}

.header .header__wrapper .top-header .search .search-sub-menu .block .text-block .price-block .old-price::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #003edf;
}

.header .header__wrapper .top-header .search .search-sub-menu .block .text-block .price-block .difference {
    margin-left: 20px;
    padding: 4px 6px;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    background: #003edf;
    border-radius: 6px;
    color: #ffffff;
}

.header .header__wrapper .top-header .search .search-sub-menu .block .text-block .price-block .difference span {
    font-size: 11px;
}

.header .header__wrapper .top-header .search .search-sub-menu .block .text-block .block-title {
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    color: #424242;
}

.header .header__wrapper .top-header .search .search-sub-menu .block .text-block .code {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #8a8a8a;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .price-block {
    white-space: nowrap;
}

.header .header__wrapper .top-header .header-search-active input[type='search'] {
    width: 513px;
}

#search .block:first-child {
    padding-top: 25px;
}

#search .block:last-child {
    padding-bottom: 25px;
}

.header .header__wrapper .top-header .personal-area-links {
    margin-left: 51px;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area {
    cursor: pointer;
    padding-left: 22px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #000000;
    position: relative;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area::before {
    content: '';
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 1px;
    width: 17px;
    height: 17px;
    background: url(../img/personalAreaIcon.svg) no-repeat;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu {
    display: none;
    background: #ffffff;
    -webkit-box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 32px;
    left: -529px;
    width: 997px;
    z-index: 60;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 53%;
    width: 16px;
    height: 16px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-left,
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-middle,
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-right {
    -ms-flex-preferred-size: 33.333333%;
    flex-basis: 33.333333%;
    padding: 25px 33px;
    position: relative;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-left::before,
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-middle::before,
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-right::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #eaeaea;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-right .subtitle {
    font-weight: bold;
    font-size: 19px;
    line-height: 140%;
    padding-top: 20px;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-left .title,
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-middle .title,
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-right .title {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    color: #000000;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-left .title span,
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-middle .title span {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #8a8a8a;
    position: relative;
    top: -15px;
    right: 0;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-left .block~.block,
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-middle .block~.block,
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-right .block~.block {
    margin-top: 33px;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-left .block,
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-middle .block,
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-right .block {
    cursor: pointer;
    margin-top: 23px;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-left .block .block__wrapper,
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-middle .block .block__wrapper,
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-right .block .block__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-left .block:hover .img-block img,
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-middle .block:hover .img-block img,
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-right .block:hover .img-block img {
    -webkit-filter: opacity(0.87);
    filter: opacity(0.87);
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-left .block:hover .text-block .code,
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-middle .block:hover .text-block .code,
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-right .block:hover .text-block .code {
    color: #000000;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-left .block .img-block,
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-middle .block .img-block,
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-right .block .img-block {
    min-width: 81px;
    height: 85px;
    max-width: 81px;
    border: 1px solid #e5e5e5;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-left .block .img-block img,
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-middle .block .img-block img,
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-right .block .img-block img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: -webkit-filter 0.2s ease-in-out;
    transition: -webkit-filter 0.2s ease-in-out;
    -o-transition: filter 0.2s ease-in-out;
    transition: filter 0.2s ease-in-out;
    transition: filter 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-left .block .text-block,
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-middle .block .text-block,
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-right .block .text-block {
    margin-left: 15px;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-left .block .text-block .price-block,
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-middle .block .text-block .price-block,
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-right .block .text-block .price-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-left .block .text-block .price-block .new-price,
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-middle .block .text-block .price-block .new-price,
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-right .block .text-block .price-block .new-price {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-left .block .text-block .price-block .new-price span,
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-middle .block .text-block .price-block .new-price span,
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-right .block .text-block .price-block .new-price span {
    font-size: 14px;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-left .block .text-block .price-block .old-price,
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-middle .block .text-block .price-block .old-price,
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-right .block .text-block .price-block .old-price {
    margin-left: 16px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    position: relative;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-left .block .text-block .price-block .old-price span,
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-middle .block .text-block .price-block .old-price span,
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-right .block .text-block .price-block .old-price span {
    font-size: 13px;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-left .block .text-block .price-block .old-price::before,
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-middle .block .text-block .price-block .old-price::before,
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-right .block .text-block .price-block .old-price::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 67px;
    height: 1px;
    background-color: #003edf;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-left .block .text-block .block-title,
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-middle .block .text-block .block-title,
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-right .block .text-block .block-title {
    max-width: 158px;
    margin-top: 5px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    color: #424242;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-left .block .text-block .code,
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-middle .block .text-block .code,
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-right .block .text-block .code {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #8a8a8a;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-left .else-products,
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-middle .else-products,
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-right .else-products {
    margin-top: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #8a8a8a;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-left .watch-products,
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-middle .watch-products,
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-right .watch-products {
    display: inline-block;
    margin-top: 23px;
    border: 1px solid red;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 6px 11px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #ff0000;
    -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-left .watch-products:hover,
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-middle .watch-products:hover,
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-right .watch-products:hover {
    background-color: red;
    color: #fff;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-right .registration-sign-in {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-right .registration-sign-in .registration {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: #424242;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-right .registration-sign-in .sign-in {
    margin-left: 6px;
    padding-left: 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: #424242;
    position: relative;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-right .registration-sign-in .sign-in::before {
    content: '/';
    position: absolute;
    left: 0;
    top: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: #dadada;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-right .registration-sign-in .registration-sign-in-active-button {
    position: relative;
    color: red;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-right .registration-sign-in .registration-sign-in-active-button::before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: red;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-right input[type='tel'] {
    margin-top: 21px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    height: 43px;
    width: 100%;
    padding: 0 18px;
    color: #000;
    background: #ffffff;
    border: 1px solid #999999;
    border-radius: 6px;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-right input[type='tel']::-webkit-input-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #999999;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-right input[type='tel']::-moz-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #999999;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-right input[type='tel']:-ms-input-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #999999;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-right input[type='tel']::-ms-input-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #999999;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-right input[type='tel']::placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #999999;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-right input[type='submit'] {
    border: none;
    outline: none;
    margin-top: 21px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    padding: 11px 16px;
    background: red;
    border-radius: 6px;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-right input[type='submit']:hover {
    background-color: #e50000;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .about-us {
    margin-left: 21px;
    padding-left: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    cursor: pointer;
    text-transform: capitalize;
    position: relative;
    color: #000000;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .about-us::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7px;
    height: 6px;
    background: url('../img/arrowDown.svg') no-repeat;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .about-us .about-us-sub-menu {
    display: none;
    position: absolute;
    top: 30px;
    left: -12px;
    background: #ffffff;
    -webkit-box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.1);
    padding: 16px 25px 17px 25px;
    width: 263px;
    z-index: 50;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .about-us .about-us-sub-menu::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 8px;
    width: 16px;
    height: 16px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .about-us .about-us-sub-menu ul li {
    text-align: left;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .about-us .about-us-sub-menu ul li a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 200%;
    text-transform: capitalize;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #000000;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .about-us .about-us-sub-menu ul li:last-child a {
    text-transform: initial !important;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .about-us .about-us-sub-menu ul li a:hover {
    color: red;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-bottom {
    position: relative;
    top: 3px;
    margin-top: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-bottom a~a {
    margin-left: 22px;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-bottom a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: red;
    position: relative;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-bottom a::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: red;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-bottom a:hover::before {
    opacity: 1;
}

.header .header__wrapper .top-header .basket-block {
    cursor: pointer;
    margin-left: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header .header__wrapper .top-header .basket-block:hover .title-block .title {
    color: red;
}

.header .header__wrapper .top-header .basket-block:hover .title-block .sub-title {
    color: red;
}

.header .header__wrapper .top-header .basket-block:hover .title-block .sub-title .slesh {
    color: red;
}

.header .header__wrapper .top-header .basket-block .title-block {
    margin-left: 6px;
}

.header .header__wrapper .top-header .basket-block .title-block .title {
    margin-top: 3px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #000000;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.header .header__wrapper .top-header .basket-block .title-block .sub-title {
    margin-top: 3px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #6f6f6f;
}

.header .header__wrapper .top-header .basket-block .title-block .sub-title .slesh {
    color: #dfdfdf;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.header .header__wrapper .top-header .basket-block .title-block .sub-title .currency-icon {
    font-size: 9px;
}

.header .header__wrapper .bottom-header {
    background: #343434;
    padding: 25px 0;
}

.header .header__wrapper .bottom-header .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header .header__wrapper .bottom-header .menu ul li {
    display: inline-block;
    position: relative;
}

.header .header__wrapper .bottom-header .menu ul li:hover a {
    color: #c5c5c5;
    cursor: pointer;
}

.header .header__wrapper .bottom-header .menu ul li:hover a::before {
    opacity: 0.7;
}

.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 61;
    padding: 19px 33px 23px 33px;
    width: 777px;
    background: #ffffff;
    -webkit-box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 32px;
    left: -14px;
}

.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-1::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 20px;
    width: 16px;
    height: 16px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-1 .link-block-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-1 .link-block-wrapper ul~ul {
    margin-left: 50px;
}

.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-1 .link-block-wrapper ul {
    display: block;
}

.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-1 .link-block-wrapper ul .list-title,
.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-1 .link-block-wrapper ul .list-title a {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 200%;
    color: #000000;
}

.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-1 .link-block-wrapper ul li~li {
    margin-top: -5px;
    line-height: 33px;
}

.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-1 .link-block-wrapper ul li {
    display: block;
}

.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-1 .link-block-wrapper ul li a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #000000;
}

.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-1 .link-block-wrapper ul li a:hover {
    color: red;
}

.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-1 .product-block {
    margin-top: 13px;
    position: relative;
    right: 1px;
    max-width: 183px;
    float: right;
}

.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-1 .product-block .block {
    display: block;
    max-width: 181px;
    position: relative;
}

.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-1 .product-block .block .super-product {
    border-radius: 6px;
    background-color: #db00ff;
    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;
    position: absolute;
    top: 7px;
    left: 7px;
    width: 100px;
    height: 29px;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    z-index: 10;
    color: #ffffff;
}

.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-1 .product-block .block .buttons-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
}

.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-1 .product-block .block .buttons-block .like svg path,
.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-1 .product-block .block .buttons-block .add-to-list svg path {
    -webkit-transition: stroke 0.2s ease-in-out;
    -o-transition: stroke 0.2s ease-in-out;
    transition: stroke 0.2s ease-in-out;
}

.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-1 .product-block .block .buttons-block .like:hover svg path,
.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-1 .product-block .block .buttons-block .add-to-list:hover svg path {
    stroke: #ff5f5f;
}

.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-1 .product-block .block .buttons-block .like {
    margin-left: 9px;
    cursor: pointer;
}

.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-1 .product-block .block .buttons-block .add-to-list {
    cursor: pointer;
}

.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-1 .product-block .block .top-content {
    border: 1px solid #e5e5e5;
}

.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-1 .product-block .block .top-content .img-block {
    height: 192px;
}

.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-1 .product-block .block .top-content .img-block img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-1 .product-block .block .bottom-content {
    margin-top: 12px;
}

.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-1 .product-block .block .bottom-content .price-difference {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-1 .product-block .block .bottom-content .price-difference .price {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
}

.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-1 .product-block .block .bottom-content .price-difference .price .currency-icon {
    font-size: 17px;
}

.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-1 .product-block .block .bottom-content .price-difference .difference {
    margin-left: 15px;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    padding: 4px 7px;
    color: #ffffff;
    background: #003edf;
    border-radius: 6px;
}

.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-1 .product-block .block .bottom-content .price-difference .difference .currency-icon {
    font-size: 10px;
}

.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-1 .product-block .block .bottom-content .old-price {
    display: inline-block;
    margin-left: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    position: relative;
    width: -webkit-min-content;
    white-space: nowrap;
}

.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-1 .product-block .block .bottom-content .old-price .currency-icon {
    font-size: 13px;
}

.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-1 .product-block .block .bottom-content .old-price::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 66px;
    height: 1px;
    background: #003edf;
}

.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-1 .product-block .block .bottom-content .title {
    margin-top: 5px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #424242;
}

.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-1 .product-block .block .bottom-content .code {
    margin-top: 5px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    color: #8a8a8a;
}

.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-2,
.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-3 {
    width: 294px;
    position: absolute;
    top: 32px;
    left: -14px;
    background: #ffffff;
    -webkit-box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.15);
    box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.15);
    padding: 22px 40px 25px 30px;
    z-index: 62;
}

.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-2::before,
.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-3::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 20px;
    width: 16px;
    height: 16px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-2 ul,
.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-3 ul {
    display: block;
}

.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-2 ul li~li,
.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-3 ul~ul {
    margin-top: 10px;
}

.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-2 ul li,
.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-3 ul li {
    display: block;
}

.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-2 ul li a,
.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-3 ul li a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #000000;
}

.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-2 ul li a:hover,
.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-3 ul li a:hover {
    color: red;
}

.header .header__wrapper .bottom-header .menu ul li .sub-menu-link {
    padding-left: 33px;
}

.header .header__wrapper .bottom-header .menu ul li .sub-menu-link::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 5px;
    background: url('../img/headerMenuSubMenuLinkIcon.svg') no-repeat;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-1,
.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-2,
.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-3 {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-1::after,
.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-2::after,
.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-3::after {
    content: '';
    position: absolute;
    top: -16px;
    left: 0;
    width: 100%;
    height: 200px;
    z-index: -1;
}

.header .header__wrapper .bottom-header .menu ul li a {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #ffffff;
    position: relative;
}

.header .header__wrapper .bottom-header .menu ul .header-link-sub-menu-kitchen:hover .sub-menu-bottom-link-1 {
    opacity: 1;
    visibility: visible;
}

.header .header__wrapper .bottom-header .menu ul .header-link-sub-menu-appliances:hover .sub-menu-bottom-link-2 {
    visibility: visible;
    opacity: 1;
}

.header .header__wrapper .bottom-header .menu ul .header-link-sub-menu-appliances:hover .sub-menu-bottom-link-3 {
    visibility: visible;
    opacity: 1;
}

.header .header__wrapper .bottom-header .menu ul .header-link-sub-menu-built-in-appliances:hover .sub-menu-bottom-link-3 {
    visibility: visible;
    opacity: 1;
}

.header .header__wrapper .mobile-menu {
    display: none;
}

.header .header__wrapper .mobile-menu .mobile-menu__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header .header__wrapper .mobile-menu .mobile-menu__wrapper .close-mobile-search {
    display: none;
}

.header .header__wrapper .mobile-menu .mobile-menu__wrapper .logo,
.header .header__wrapper .mobile-menu .mobile-menu__wrapper .basket-mobile {
    position: relative;
}

.header .header__wrapper .mobile-menu .mobile-menu__wrapper .logo::before,
.header .header__wrapper .mobile-menu .mobile-menu__wrapper .basket-mobile::before {
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: #f0f0f0;
}

.header .header__wrapper .mobile-menu .mobile-menu__wrapper .logo {
    margin-right: 11px;
    -ms-flex-preferred-size: 11%;
    flex-basis: 11%;
    padding: 10px 11px 10px 0;
}

.header .header__wrapper .mobile-menu .mobile-menu__wrapper .logo::before {
    right: 0;
}

.header .header__wrapper .mobile-menu .mobile-menu__wrapper .mobile-search {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 10px 18px;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-filter: none;
    filter: none;
}

.header .header__wrapper .mobile-menu .mobile-menu__wrapper .mobile-search::before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
    width: 15px;
    height: 15px;
    background: url('../img/searchIcon.svg') no-repeat center/contain;
}

.header .header__wrapper .mobile-menu .mobile-menu__wrapper .mobile-search input {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-filter: none;
    filter: none;
    outline: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 0;
    height: 100%;
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    padding: 3px 50px 3px 0;
    color: #888888;
}

.header .header__wrapper .mobile-menu .mobile-menu__wrapper .mobile-search input::-webkit-input-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #888888;
}

.header .header__wrapper .mobile-menu .mobile-menu__wrapper .mobile-search input::-moz-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #888888;
}

.header .header__wrapper .mobile-menu .mobile-menu__wrapper .mobile-search input:-ms-input-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #888888;
}

.header .header__wrapper .mobile-menu .mobile-menu__wrapper .mobile-search input::-ms-input-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #888888;
}

.header .header__wrapper .mobile-menu .mobile-menu__wrapper .mobile-search input::placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #888888;
}

.header .header__wrapper .mobile-menu .mobile-menu__wrapper .mobile-search-active {
    padding: 15px 18px 15px 57px;
    height: 67.4px;
}

.header .header__wrapper .mobile-menu .mobile-menu__wrapper .mobile-search-active .close-mobile-search {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 18px;
    z-index: 150;
}

.header .header__wrapper .mobile-menu .mobile-menu__wrapper .basket-mobile {
    margin-left: 11px;
    -ms-flex-preferred-size: 6%;
    flex-basis: 6%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 10px 11px;
}

.header .header__wrapper .mobile-menu .mobile-menu__wrapper .basket-mobile::before {
    left: 0;
}

.header .header__wrapper .mobile-menu .mobile-menu__wrapper .basket-mobile img {
    width: 30px;
}

.header .header__wrapper .mobile-menu .mobile-menu__wrapper .basket-mobile .count {
    margin-left: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 16px;
    color: red;
}

.header-listing-page .header__wrapper .mobile-menu .mobile-menu__wrapper {
    height: 67px;
}

.mobile-only {
    display: none;
}

.header-listing-page .header__wrapper .mobile-menu .mobile-menu__wrapper .logo::before,
.header-listing-page .header__wrapper .mobile-menu .mobile-menu__wrapper .basket-mobile::before {
    display: none;
}

.header-listing-page .header__wrapper .mobile-menu .mobile-menu__wrapper .logo {
    display: none;
}

.header-listing-page .header__wrapper .mobile-menu .mobile-menu__wrapper .mobile-search {
    margin-left: auto;
    -ms-flex-preferred-size: 7%;
    flex-basis: 7%;
}

.header-listing-page .header__wrapper .mobile-menu .mobile-menu__wrapper .mobile-search::before {
    width: 20px;
    height: 21px;
}

.header-listing-page .header__wrapper .mobile-menu .mobile-menu__wrapper .mobile-search input {
    width: 0;
    height: 0;
    display: none;
}

.header-listing-page .header__wrapper .mobile-menu .mobile-menu__wrapper .mobile-search-active {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.header-listing-page .header__wrapper .mobile-menu .mobile-menu__wrapper .mobile-search-active::before {
    width: 15px;
    height: 16px;
}

.header-listing-page .header__wrapper .mobile-menu .mobile-menu__wrapper .mobile-search-active input {
    width: 100%;
    height: 100%;
    display: block;
}

.header-listing-page .header__wrapper .mobile-menu .mobile-menu__wrapper .view-mobile {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-listing-page .header__wrapper .mobile-menu .mobile-menu__wrapper .view-mobile .view-mobile-1-col {
    margin-left: 10px;
}

.header-listing-page .header__wrapper .mobile-menu .mobile-menu__wrapper .view-mobile .view-active svg rect {
    fill: red;
}

.header-listing-page .header__wrapper .mobile-menu .mobile-menu__wrapper .view-mobile .view-active svg path {
    stroke: red;
}

.header-listing-page .header__wrapper .mobile-menu .mobile-menu__wrapper .view-mobile .view-active svg .non-fill {
    stroke: red;
    fill: transparent;
}

.header-listing-page .header__wrapper .mobile-menu .mobile-menu__wrapper .sort-mobile-button,
.header-listing-page .header__wrapper .mobile-menu .mobile-menu__wrapper .filters-mobile-button {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 120%;
    color: #898989;
}

.header-listing-page .header__wrapper .mobile-menu .mobile-menu__wrapper .filters-mobile-button {
    margin-left: 26px;
}

.click-mobile-menu {
    display: none;
    position: fixed;
    width: 310px;
    min-height: 95vh;
    height: 100%;
    overflow: scroll;
    padding-bottom: 50px;
    top: 0;
    z-index: 90;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
}

.click-mobile-menu .top-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 17px 20px;
    border-bottom: 1px solid #f3f3f3;
}

.click-mobile-menu .top-wrapper .title {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    color: #000000;
}

.click-mobile-menu .top-wrapper .close {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    color: red;
    opacity: 1;
}

.click-mobile-menu .body-wrapper {
    padding: 0 17px;
}

.click-mobile-menu .location {
    padding-left: 21px;
    cursor: pointer;
    margin-top: 15px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    position: relative;
}

.click-mobile-menu .location::before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 19px;
    height: 19px;
    background: url('../img/mobileMenuLocation.svg') no-repeat;
}

.click-mobile-menu .language {
    cursor: pointer;
    margin-top: 9px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    text-transform: capitalize;
    color: red;
}

.click-mobile-menu .mobile-menu-nav {
    /* margin-top: 19px; */
    float: left;
    width: 100%;
    padding-bottom: 120px;
}

.click-mobile-menu .mobile-menu-nav div ul li a {
    color: #000000;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    font-family: Roboto;
    font-weight: 300;
    font-size: 16px;
    line-height: 250%;
}

.click-mobile-menu .mobile-menu-nav ul li a {
    font-weight: 300;
    font-family: Roboto;
    font-size: 14px;
    line-height: 250%;
    /* or 35px */
    color: #000000;
}

.click-mobile-menu .mobile-menu-nav ul li a .count-items {
    color: #fff;
    padding: 3px 5px;
    background: #f00;
    border-radius: 5px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 100%;
    position: relative;
    top: -1px;
}

.click-mobile-menu .mobile-menu-nav ul li a:hover {
    color: red;
}


/* .click-mobile-menu-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
} */

.mobile-sort {
    display: none;
    position: fixed;
    width: 245px;
    min-height: 100vh;
    height: 100vh;
    top: 0;
    z-index: 100;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
}

.mobile-sort .top-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 17px 20px;
    border-bottom: 1px solid #f3f3f3;
}

.mobile-sort .top-wrapper .title {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    color: #000000;
}

.mobile-sort .top-wrapper .close {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 21px;
    color: red;
}

.mobile-sort .body-wrapper {
    padding: 16px;
}

.mobile-sort .body-wrapper .template-specification {
    padding: 0;
}

.mobile-sort .body-wrapper .apply-filters {
    margin-top: 32px;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    width: 100%;
    padding: 12px 20px;
    color: #ffffff;
    background-color: red;
    border-radius: 6px;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.mobile-sort .body-wrapper .apply-filters:hover {
    background-color: #e50000;
}

.mobile-sort-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.mobile-filters {
    padding-bottom: 100px;
    display: none;
    position: fixed;
    width: 245px;
    min-height: 100vh;
    height: 100vh;
    overflow-y: scroll;
    top: 0;
    z-index: 100;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
}

.mobile-filters .top-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 17px 20px;
    border-bottom: 1px solid #f3f3f3;
}

.mobile-filters .top-wrapper .title {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    color: #000000;
}

.mobile-filters .top-wrapper .close {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: red;
    opacity: 1;
}

.mobile-filters .body-wrapper .template-specification {
    padding: 16px;
}

.mobile-filters .body-wrapper .template-specification .title {
    font-size: 16px;
}

.mobile-filters .body-wrapper .price-specification {
    padding: 16px 25px 16px 16px;
    border-top: 1px solid #e5e5e5;
}

.mobile-filters .body-wrapper .price-specification .title {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}

.mobile-filters .body-wrapper .price-specification .title span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #9f9f9f;
}

.mobile-filters .body-wrapper .price-specification .count-block {
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mobile-filters .body-wrapper .price-specification .count-block input::-webkit-outer-spin-button,
.mobile-filters .body-wrapper .price-specification .count-block input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.mobile-filters .body-wrapper .price-specification .count-block input[type='number'] {
    -moz-appearance: textfield;
}

.mobile-filters .body-wrapper .price-specification .count-block input {
    width: 90px;
    height: 36px;
    border: 1px solid #9f9f9f;
    border-radius: 6px;
    padding: 0 11px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    color: #000000;
    -webkit-appearance: none;
}

.mobile-filters .body-wrapper .price-specification .count-block .from {
    position: relative;
}

.mobile-filters .body-wrapper .price-specification .count-block .from::before {
    content: '';
    position: absolute;
    width: 13px;
    height: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -19px;
    background: #9f9f9f;
}

.mobile-filters .body-wrapper .price-specification .slider {
    width: 175px;
    left: 13px;
    position: relative;
    margin-top: 29px;
}

.mobile-filters .body-wrapper .price-specification .slider .slider-selection {
    height: 1px;
    background: #9f9f9f;
}

.mobile-filters .body-wrapper .price-specification .slider .slider-handle {
    top: -8px;
    position: absolute;
    width: 28px;
    height: 28px;
    background: #ffffff;
    border: 1px solid #9f9f9f;
    -webkit-transition: border-color 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
}

.mobile-filters .body-wrapper .price-specification .slider .slider-handle:hover {
    border-color: red;
}

.mobile-filters .body-wrapper .price-specification .slider .slider-track {
    background-image: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
}

.mobile-filters .body-wrapper .price-specification .slider .slider-track-low {
    background: #e5e5e5;
    height: 1px;
}

.mobile-filters .body-wrapper .price-specification .slider .slider-track-high {
    height: 1px;
    background: #e5e5e5;
}

.mobile-filters .body-wrapper .template-specification .show-all-products {
    padding: 17px 20px;
    width: 100%;
}

.mobile-filters .body-wrapper .template-specification~.template-specification {
    border: none;
}

.mobile-filters-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.mobile-search-pop-up {
    display: none;
    position: fixed;
    left: 0;
    width: 100%;
    min-height: 100vh;
    background-color: #fff;
    z-index: 99;
    padding: 22px 20px;
}

.mobile-search-pop-up::before {
    content: unset;
    position: absolute;
    top: -8px;
    left: 56px;
    width: 16px;
    height: 16px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-search-pop-up .block~.block {
    margin-top: 20px;
}

.mobile-search-pop-up .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-search-pop-up .block .img-block {
    width: 67px;
    height: 72px;
    border: 1px solid #e5e5e5;
}

.mobile-search-pop-up .block .img-block img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.mobile-search-pop-up .block .title-block {
    margin-left: 15px;
}

.mobile-search-pop-up .block .title-block .title {
    max-width: 160px;
    max-height: 34px;
    overflow: hidden;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.2;
    color: #424242;
}

.mobile-search-pop-up .block .title-block .code {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 130%;
    color: #8a8a8a;
}

.mobile-search-pop-up .block .price-block {
    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;
    margin-left: auto;
    margin-right: 2px;
}

.mobile-search-pop-up .block .price-block .new-price {
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.5;
    color: #000000;
}

.mobile-search-pop-up .block .price-block .new-price span {
    font-size: 14px;
}

.mobile-search-pop-up .block .price-block .old-price {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.5;
    color: #000000;
    position: relative;
}

.mobile-search-pop-up .block .price-block .old-price span {
    font-size: 12px;
}

.mobile-search-pop-up .block .price-block .old-price::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    /* -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%); */
    width: 59px;
    height: 1px;
    background-color: #003edf;
}

.fix-footer {
    /* -webkit-filter: drop-shadow(0px -4px 25px rgba(0, 0, 0, 0.07));
    filter: drop-shadow(0px -4px 25px rgba(0, 0, 0, 0.07)); */
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 100;
}

.fix-footer .fix-footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* padding: 13px 29px */
}

.fix-footer .fix-footer__wrapper .block {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 10px 30px;
}

.fix-footer .fix-footer__wrapper .block .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 19px;
}

.fix-footer .fix-footer__wrapper .block .title {
    margin-top: 7px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #898989;
}

.fix-footer-product-page {
    -webkit-filter: none;
    filter: none;
}

.banner .banner__wrapper {
    padding-bottom: 22px;
}

.banner .banner__wrapper .slide-block img {
    width: 100%;
    height: 100%;
}

.banner .banner__wrapper .slick-slide {
    margin: 0 1px;
}

.banner .banner__wrapper .slick-arrow {
    position: absolute;
    top: 47%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

.banner .banner__wrapper .slick-arrow svg path {
    -webkit-transition: stroke 0.2s ease-in-out;
    -o-transition: stroke 0.2s ease-in-out;
    transition: stroke 0.2s ease-in-out;
}

.banner .banner__wrapper .slick-arrow:hover svg path {
    stroke: #ffd4d4;
}

.banner .banner__wrapper .slick-prev {
    left: -66px;
}

.banner .banner__wrapper .slick-next {
    right: -66px;
}

.banner .banner__wrapper .slick-next svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.banner .banner__wrapper .slick-dots {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 0;
}

.banner .banner__wrapper .slick-dots li~li {
    margin-left: 20px;
}

.banner .banner__wrapper .slick-dots li {
    width: 50px;
    height: 7px;
    background: #e5e5e5;
}

.banner .banner__wrapper .slick-dots .slick-active {
    background: #ffd5d5;
}

.banner-mobile {
    display: none;
}

.banner-mobile img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

section .container {
    padding: 0;
}

section .container .product-card__wrapper {
    padding: 0 20px;
}

.bestsellers {
    margin-top: 60px;
}

.bestsellers .bestsellers__wrapper {
    margin-top: 22px;
}

.banner-slider {
    margin-top: 75px;
}

.banner-slider .slick-prev,
.banner-slider .slick-prev svg {
    display: none;
}

.banner-slider.featured .swiper-button-prev {
    display: none;
}

.banner-slider div.container {
    padding: 0;
}

.banner-slider .banner-slider__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.banner-slider .banner-slider__wrapper .left-content {
    -ms-flex-preferred-size: 42%;
    flex-basis: 42%;
    margin-right: 20px;
}

.banner-slider .banner-slider__wrapper .right-content {
    max-width: 657px;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}

.banner-slider .banner-slider__wrapper .right-content .product-cards-banner-slick .slick-prev {
    display: none;
}

.shares {
    margin-top: 75px;
}

.shares .shares__wrapper {
    margin-top: 20px;
}

.about-us .about-us__wrapper {
    margin-top: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about-us .about-us__wrapper .left-content {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    margin-right: 20px;
}

.about-us .about-us__wrapper .left-content img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-us .about-us__wrapper .right-content {
    -ms-flex-preferred-size: 47.8%;
    flex-basis: 47.8%;
}

.about-us .about-us__wrapper .right-content .title {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    line-height: 1;
}

.about-us .about-us__wrapper .right-content .text {
    margin-top: 17px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
}

.about-us .about-us__wrapper .right-content .text span {
    display: block;
    margin-top: 22px;
}

.about-us .about-us__wrapper .right-content .mobile-text {
    display: none;
}

.about-us .about-us__wrapper .right-content .read-more {
    display: inline-block;
    margin-top: 22px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    position: relative;
    color: red;
}

.about-us .about-us__wrapper .right-content .read-more::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: red;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
}

.about-us .about-us__wrapper .right-content .read-more:hover::before {
    opacity: 1;
}

.green-block {
    margin-top: 77px;
}

.green-block .green-block__wrapper {
    height: 150px;
    background: #93c99c;
}

.blog {
    position: relative;
    margin-top: 71px;
}

.blog .title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.blog .title-block .watch-more {
    margin-left: 22px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: red;
    position: relative;
}

.blog .title-block .watch-more::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: red;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
}

.blog .title-block .watch-more:hover::before {
    opacity: 1;
}

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

.blog .blog__wrapper .block {
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%;
}

.blog .blog__wrapper .block .top-content img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog .blog__wrapper .block .bottom-content {
    margin-top: 16px;
}

.blog .blog__wrapper .block .bottom-content .title {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 140%;
    min-height: 50px;
    color: #000000;
}

.blog .blog__wrapper .block .bottom-content .text {
    max-width: 350px;
    margin-top: 12px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    max-height: 147px;
    min-height: 147px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 21px;
    color: #000000;
}

.blog .blog__wrapper .block .bottom-content .read-more {
    margin-top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    position: relative;
    color: red;
}

.blog .blog__wrapper .block .bottom-content .read-more::before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: red;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
}

.blog .blog__wrapper .block .bottom-content .read-more:hover::before {
    opacity: 1;
}

.subscribe-block {
    background: #2f2f2f;
    margin-top: 73px;
    padding: 28px 0;
}

.subscribe-block .subscribe-block__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.subscribe-block .subscribe-block__wrapper .title {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 130%;
    max-width: 255px;
    color: #ffffff;
    margin-right: 22px;
}

.subscribe-block .subscribe-block__wrapper input[type='email'] {
    border: none;
    background: #ffffff;
    border-radius: 6px;
    padding: 0 17px;
    width: 266px;
    height: 43px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 170%;
    margin-right: 22px;
    color: #000;
}

.subscribe-block .subscribe-block__wrapper input[type='email']::-webkit-input-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 170%;
    color: #999999;
}

.subscribe-block .subscribe-block__wrapper input[type='email']::-moz-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 170%;
    color: #999999;
}

.subscribe-block .subscribe-block__wrapper input[type='email']:-ms-input-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 170%;
    color: #999999;
}

.subscribe-block .subscribe-block__wrapper input[type='email']::-ms-input-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 170%;
    color: #999999;
}

.subscribe-block .subscribe-block__wrapper input[type='email']::placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 170%;
    color: #999999;
}

.subscribe-block .subscribe-block__wrapper input[type='submit'] {
    cursor: pointer;
    border: none;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    padding: 12px 17px;
    color: #ffffff;
    background: red;
    border-radius: 6px;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.subscribe-block .subscribe-block__wrapper input[type='submit']:hover {
    background-color: #e50000;
}

.footer {
    margin-top: -1px;
    background: #232323;
}

.footer .footer__wrapper .top-footer {
    padding-bottom: 42px;
    padding-top: 38px;
    border-bottom: 1px solid #2f2f2f;
}

.footer .footer__wrapper .top-footer .footer-top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .footer__wrapper .top-footer .footer-top-menu .footer-top-menu__item ul li~li {
    margin-top: 14px;
}

.footer .footer__wrapper .top-footer .footer-top-menu .footer-top-menu__item ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #dddddd;
}
.footer .footer__wrapper .bottom-footer .bottom-footer-wrapper .logo-desc .company-description p {
    display: block;
    flex-basis: 100%;
    line-height: 15.6px;
    font-size: 12px;
}
.footer .footer__wrapper .bottom-footer .bottom-footer-wrapper .logo-desc .company-description b {
    margin-bottom: 4px;
    font-weight: 700;
    font-size: 13px;
}
.footer .footer__wrapper .bottom-footer .bottom-footer-wrapper .logo-desc .company-description a {
    flex-basis: auto;
    align-self: baseline;
    height: auto;
    color: #8993C8;
}
.footer .footer__wrapper .bottom-footer .bottom-footer-wrapper .logo-desc .company-description {
    display: flex;
    flex-flow: row wrap;
}
.footer .footer__wrapper .bottom-footer .bottom-footer-wrapper .logo-desc .company-description {
    max-width: unset;
    width: 220px
}
@media(min-width: 760px) {
    .bottom-footer-menu {
        margin-left: -57px;
    }
}
.footer .footer__wrapper .top-footer .footer-top-menu .footer-top-menu__item ul li a:hover {
    color: #fff;
}

.footer .footer__wrapper .top-footer .footer-top-menu .footer-top-menu__item ul li a.top-link {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
}

.footer .footer__wrapper .top-footer .footer-top-menu .footer-top-menu__item .plus-category {
    margin-top: 22px;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    color: #abb8ff;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.footer .footer__wrapper .top-footer .footer-top-menu .footer-top-menu__item .plus-category:hover {
    color: #7489ff;
}

.footer .footer__wrapper .bottom-footer {
    padding-bottom: 70px;
    margin-top: 35px;
}

.footer .footer__wrapper .bottom-footer .bottom-footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .footer__wrapper .bottom-footer .bottom-footer-wrapper .logo-desc .logo {
    display: block;
}

.footer .footer__wrapper .bottom-footer .bottom-footer-wrapper .logo-desc .company-description {
    margin-top: 27px;
    max-width: 210px;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 150%;
    color: #dddddd;
}

.footer .footer__wrapper .bottom-footer .bottom-footer-wrapper .bottom-footer-menu {
    -ms-flex-preferred-size: 12%;
    flex-basis: 12%;
}

.footer .footer__wrapper .bottom-footer .bottom-footer-wrapper .bottom-footer-menu ul li~li {
    margin-top: 14px;
}

.footer .footer__wrapper .bottom-footer .bottom-footer-wrapper .bottom-footer-menu ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #dddddd;
}

.footer .footer__wrapper .bottom-footer .bottom-footer-wrapper .bottom-footer-menu ul li .top-link {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
}

.footer .footer__wrapper .bottom-footer .bottom-footer-wrapper .company-contacts {
    position: relative;
    left: 15px;
    -ms-flex-preferred-size: 18%;
    flex-basis: 18%;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    padding-left: 45px;
    color: #dddddd;
}

.footer .footer__wrapper .bottom-footer .bottom-footer-wrapper .company-contacts .address {
    max-width: 145px;
    line-height: 20px;
    position: relative;
}

.footer .footer__wrapper .bottom-footer .bottom-footer-wrapper .company-contacts .address::before {
    content: '';
    position: absolute;
    top: 3px;
    left: -48px;
    width: 37px;
    height: 15px;
    background: url(../img/2gisIcon.png) no-repeat;
}

.footer .footer__wrapper .bottom-footer .bottom-footer-wrapper .company-contacts .phone-number {
    margin-top: 16px;
    position: relative;
}

.footer .footer__wrapper .bottom-footer .bottom-footer-wrapper .company-contacts .phone-number::before {
    content: '';
    position: absolute;
    top: 0;
    left: -25px;
    width: 15px;
    height: 14px;
    background: url(../img/footerPhoneIcon.svg) no-repeat;
}

.footer .footer__wrapper .bottom-footer .bottom-footer-wrapper .company-contacts .whats-app {
    margin-top: 19px;
    max-width: 145px;
    line-height: 18px;
    position: relative;
}

.footer .footer__wrapper .bottom-footer .bottom-footer-wrapper .company-contacts .whats-app::before {
    content: '';
    position: absolute;
    top: 0;
    left: -25px;
    width: 15px;
    height: 15px;
    background: url('../img/footerWhatsAppIcon.svg') no-repeat;
}

.footer .footer__wrapper .bottom-footer .bottom-footer-wrapper .company-contacts .email {
    margin-top: 17px;
    position: relative;
}

.footer .footer__wrapper .bottom-footer .bottom-footer-wrapper .company-contacts .email::before {
    content: '';
    position: absolute;
    top: 2px;
    left: -27px;
    width: 17px;
    height: 11px;
    background: url('../img/footerEmailIcon.svg') no-repeat;
}

.footer .footer__wrapper .bottom-footer .bottom-footer-wrapper .social-payments {
    margin-right: 14px;
}

.footer .footer__wrapper .bottom-footer .bottom-footer-wrapper .social-payments .instagram-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .footer__wrapper .bottom-footer .bottom-footer-wrapper .social-payments .instagram-block .icon-block {
    padding: 6px;
    background: -webkit-gradient( linear, left top, right top, from(#4c3ec3), to(#7d2c96));
    background: -o-linear-gradient(left, #4c3ec3 0%, #7d2c96 100%);
    background: linear-gradient(90deg, #4c3ec3 0%, #7d2c96 100%);
    border-radius: 6px;
    margin-right: 7px;
}

.footer .footer__wrapper .bottom-footer .bottom-footer-wrapper .social-payments .instagram-block .account {
    padding: 5px 7px;
    background: -webkit-gradient( linear, left top, right top, from(#8b2789), to(#ed7b0d));
    background: -o-linear-gradient(left, #8b2789 0%, #ed7b0d 100%);
    background: linear-gradient(90deg, #8b2789 0%, #ed7b0d 100%);
    border-radius: 6px;
}

.footer .footer__wrapper .bottom-footer .bottom-footer-wrapper .social-payments .instagram-block .account .title {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 130%;
    color: #ffffff;
}

.footer .footer__wrapper .bottom-footer .bottom-footer-wrapper .social-payments .instagram-block .account .sub-title {
    font-style: normal;
    font-weight: 300;
    font-size: 11px;
    line-height: 130%;
    color: #ffffff;
}

.footer .footer__wrapper .bottom-footer .bottom-footer-wrapper .social-payments .payments-block {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .footer__wrapper .bottom-footer .bottom-footer-wrapper .social-payments .payments-block img {
    min-height: 25px;
    max-height: 27px;
}

.footer .footer__wrapper .bottom-footer .bottom-footer-wrapper .social-payments .payments-block .visa {
    margin-right: 19px;
}

.footer .footer__wrapper .bottom-footer .bottom-footer-wrapper .social-payments .cloud {
    margin-top: 19px;
    max-width: 80%;
    margin-left: 5%;
}

.footer .footer__wrapper .bottom-footer .bottom-footer-wrapper .social-payments .cloud img {
    max-height: 27px;
}

.footer-mobile {
    display: none;
    padding-top: 25px;
    padding-bottom: 100px;
}

.footer-mobile .footer-mobile__wrapper .mobile-footer-title {
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    color: #c4c4c4;
}

.footer-mobile .footer-mobile__wrapper .company-contacts {
    margin-top: 15px;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    padding-left: 45px;
    color: #dddddd;
}

.footer-mobile .footer-mobile__wrapper .company-contacts .address {
    line-height: 20px;
    position: relative;
}

.footer-mobile .footer-mobile__wrapper .company-contacts .address::before {
    content: '';
    position: absolute;
    top: 0;
    left: -48px;
    width: 37px;
    height: 15px;
    background: url('../img/2gisIcon.png') no-repeat;
}

.footer-mobile .footer-mobile__wrapper .company-contacts .phone-number {
    margin-top: 16px;
    position: relative;
}

.footer-mobile .footer-mobile__wrapper .company-contacts .phone-number::before {
    content: '';
    position: absolute;
    top: 0;
    left: -27px;
    width: 15px;
    height: 14px;
    background: url('../img/footerPhoneIcon.svg') no-repeat;
}

.footer-mobile .footer-mobile__wrapper .company-contacts .whats-app {
    margin-top: 19px;
    line-height: 18px;
    position: relative;
}

.footer-mobile .footer-mobile__wrapper .company-contacts .whats-app::before {
    content: '';
    position: absolute;
    top: 0;
    left: -27px;
    width: 15px;
    height: 15px;
    background: url('../img/footerWhatsAppIcon.svg') no-repeat;
}

.footer-mobile .footer-mobile__wrapper .company-contacts .email {
    margin-top: 17px;
    position: relative;
}

.footer-mobile .footer-mobile__wrapper .company-contacts .email::before {
    content: '';
    position: absolute;
    top: 0;
    left: -27px;
    width: 17px;
    height: 11px;
    background: url('../img/footerEmailIcon.svg') no-repeat;
}

.footer-mobile .footer-mobile__wrapper .instagram-block {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-mobile .footer-mobile__wrapper .instagram-block .icon-block {
    padding: 6px;
    background: -webkit-gradient( linear, left top, right top, from(#4c3ec3), to(#7d2c96));
    background: -o-linear-gradient(left, #4c3ec3 0%, #7d2c96 100%);
    background: linear-gradient(90deg, #4c3ec3 0%, #7d2c96 100%);
    border-radius: 6px;
    margin-right: 7px;
}

.footer-mobile .footer-mobile__wrapper .instagram-block .account {
    padding: 5px 7px;
    background: -webkit-gradient( linear, left top, right top, from(#8b2789), to(#ed7b0d));
    background: -o-linear-gradient(left, #8b2789 0%, #ed7b0d 100%);
    background: linear-gradient(90deg, #8b2789 0%, #ed7b0d 100%);
    border-radius: 6px;
}

.footer-mobile .footer-mobile__wrapper .instagram-block .account .title {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 130%;
    color: #ffffff;
}

.footer-mobile .footer-mobile__wrapper .instagram-block .account .sub-title {
    font-style: normal;
    font-weight: 300;
    font-size: 11px;
    line-height: 130%;
    color: #ffffff;
}

.footer-mobile .footer-mobile__wrapper .footer-mobile-menu {
    margin-top: 30px;
}

.footer-mobile .footer-mobile__wrapper .footer-mobile-menu .list-item .title {
    border-top: 1px solid #2d2d2d;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 250%;
    color: #ffffff;
    position: relative;
}

.footer-mobile .footer-mobile__wrapper .footer-mobile-menu .list-item .title::before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 9px;
    height: 9px;
    background: url('../img/mobileGrayArrowRight.svg') no-repeat center/contain;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.footer-mobile .footer-mobile__wrapper .footer-mobile-menu .list-item ul {
    display: none;
}

.footer-mobile .footer-mobile__wrapper .footer-mobile-menu .list-item ul li a {
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 280%;
    color: #c4c4c4;
}

.footer-mobile .footer-mobile__wrapper .footer-mobile-menu .list-item-active .title::before {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

.footer-mobile .footer-mobile__wrapper .payments-icon {
    margin-top: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-mobile .footer-mobile__wrapper .payments-icon img {
    min-height: 25px;
    max-height: 27px;
    width: auto;
}

.listing-page {
    margin-top: 27px;
}

.listing-page .listing-page__wrapper .title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: auto;
}

.listing-page .listing-page__wrapper .title-block .title {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    color: #000000;
    position: relative;
    min-width: unset;
    white-space: nowrap;
}

.listing-page .listing-page__wrapper .title-block .title span {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #8a8a8a;
    position: relative;
    top: -15px;
    right: -5px;
}

.listing-page .listing-page__wrapper .title-block .breadcrumbs {
    margin-left: 5px;
    margin-bottom: 0;
    align-self: flex-end;
    width: -webkit-fill-available;
    width: -moz-available;
    width: -webkit-fill-available;
    align-self: center;
    margin-left: 95px;
}

.listing-page .listing-page__wrapper .title-block .breadcrumbs a {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #8a8a8a;
    position: relative;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.listing-page .listing-page__wrapper .title-block .breadcrumbs a:hover {
    color: #424242;
}

.listing-page .listing-page__wrapper .title-block .breadcrumbs a~a {
    margin-left: 5px;
    padding-left: 10px;
}

.listing-page .listing-page__wrapper .title-block .breadcrumbs a~a::before {
    content: '/';
    position: absolute;
    top: 0;
    left: 0;
    color: #d7d7d7;
}

.listing-page .listing-page__wrapper .title-block .view-block {
    margin-bottom: 4px;
    margin-left: 0;
    min-width: 70px;
    align-self: flex-end;
}

.listing-page .listing-page__wrapper .title-block .view-block .view-1-col svg rect,
.listing-page .listing-page__wrapper .title-block .view-block .view-3-col svg rect {
    -webkit-transition: fill 0.2s ease-in-out, stroke 0.2s ease-in-out;
    -o-transition: fill 0.2s ease-in-out, stroke 0.2s ease-in-out;
    transition: fill 0.2s ease-in-out, stroke 0.2s ease-in-out;
}

.listing-page .listing-page__wrapper .title-block .view-block .view-1-col:hover svg rect,
.listing-page .listing-page__wrapper .title-block .view-block .view-3-col:hover svg rect {
    fill: red;
}

.listing-page .listing-page__wrapper .title-block .view-block .view-1-col:hover svg .non-fill,
.listing-page .listing-page__wrapper .title-block .view-block .view-3-col:hover svg .non-fill {
    stroke: red;
    fill: transparent;
}

.listing-page .listing-page__wrapper .title-block .view-block .view-3-col svg rect {
    stroke: #888888;
}

.listing-page .listing-page__wrapper .title-block .view-block .view-1-col {
    margin-left: 12px;
}

.listing-page .listing-page__wrapper .title-block .view-block .view-active svg rect {
    fill: red;
}

.listing-page .listing-page__wrapper .title-block .view-block .view-active svg .non-fill {
    stroke: red;
    fill: transparent;
}

.listing-page .listing-page__wrapper .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.listing-page .listing-page__wrapper .content-wrapper .left-content {
    margin-top: 37px;
    margin-right: 20px;
    -ms-flex-preferred-size: 22.8%;
    flex-basis: 22.8%;
}

.listing-page .listing-page__wrapper .content-wrapper .left-content aside.col-sm-3 {
    max-width: 100%;
}

.listing-page .listing-page__wrapper .content-wrapper .left-content .filters {
    border: 1px solid #e5e5e5;
    position: relative;
}

.listing-page .listing-page__wrapper .content-wrapper .left-content .filters .price-specification {
    padding: 29px 34px 30px 35px;
    border-top: 1px solid #e5e5e5;
}

.listing-page .listing-page__wrapper .content-wrapper .left-content .filters .price-specification .title {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}

.listing-page .listing-page__wrapper .content-wrapper .left-content .filters .price-specification .title span {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #9f9f9f;
}

.listing-page .listing-page__wrapper .content-wrapper .left-content .filters .price-specification .count-block {
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.listing-page .listing-page__wrapper .content-wrapper .left-content .filters .price-specification .count-block input::-webkit-outer-spin-button,
.listing-page .listing-page__wrapper .content-wrapper .left-content .filters .price-specification .count-block input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.listing-page .listing-page__wrapper .content-wrapper .left-content .filters .price-specification .count-block input[type='number'] {
    -moz-appearance: textfield;
}

.listing-page .listing-page__wrapper .content-wrapper .left-content .filters .price-specification .count-block input {
    width: 91px;
    height: 36px;
    border: 1px solid #9f9f9f;
    border-radius: 6px;
    padding: 0 11px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    color: #000000;
    -webkit-appearance: none;
}

.listing-page .listing-page__wrapper .content-wrapper .left-content .filters .price-specification .count-block .from {
    position: relative;
}

.listing-page .listing-page__wrapper .content-wrapper .left-content .filters .price-specification .count-block .from::before {
    content: '';
    position: absolute;
    width: 13px;
    height: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -18px;
    background: #9f9f9f;
}

.listing-page .listing-page__wrapper .content-wrapper .left-content .filters .price-specification .slider {
    width: 175px;
    left: 11px;
    position: relative;
    margin-top: 29px;
}

.listing-page .listing-page__wrapper .content-wrapper .left-content .filters .price-specification .slider .slider-selection {
    height: 1px;
    background: #9f9f9f;
}

.listing-page .listing-page__wrapper .content-wrapper .left-content .filters .price-specification .slider .slider-handle {
    top: -8px;
    position: absolute;
    width: 28px;
    height: 28px;
    background: #ffffff;
    border: 1px solid #9f9f9f;
    -webkit-transition: border-color 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
}

.listing-page .listing-page__wrapper .content-wrapper .left-content .filters .price-specification .slider .slider-handle:hover {
    border-color: red;
}

.listing-page .listing-page__wrapper .content-wrapper .left-content .filters .price-specification .slider .slider-handle.active {
    border-color: red;
}

.listing-page .listing-page__wrapper .content-wrapper .left-content .filters .price-specification .slider .slider-track {
    background-image: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
}

.listing-page .listing-page__wrapper .content-wrapper .left-content .filters .price-specification .slider .slider-track-low {
    background: #e5e5e5;
    height: 1px;
}

.listing-page .listing-page__wrapper .content-wrapper .left-content .filters .price-specification .slider .slider-track-high {
    height: 1px;
    background: #e5e5e5;
}

.listing-page .listing-page__wrapper .content-wrapper .right-content {
    -ms-flex-preferred-size: 72.5%;
    flex-basis: 72.5%;
}

.listing-page .listing-page__wrapper .content-wrapper .right-content {
    margin-top: 36px;
}

.listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 30%;
}

.listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col~.block-view-1-col {
    margin-top: 10px;
}

.listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block {
    margin-bottom: 50px;
}

.listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper:after {
    content: '';
    flex: auto;
}

.block.block-view-3-col:nth-child(3n+2) {
    margin: 0 40px 50px !important;
}

.listing-page .listing-page__wrapper .content-wrapper .right-content .pagination-block {
    margin-top: 98px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.listing-page .listing-page__wrapper .content-wrapper .right-content .pagination li {
    border-color: #ff0000;
    color: #ff0000;
}

.listing-page .listing-page__wrapper .content-wrapper .right-content .pagination li a {
    color: #ff0000;
    display: flex;
    padding: 10px;
    white-space: nowrap;
}

.listing-page .listing-page__wrapper .content-wrapper .right-content .pagination li.active {
    border-color: #8c8c8c;
    color: #8c8c8c;
}

.listing-page .listing-page__wrapper .content-wrapper .right-content .pagination li.active a {
    color: #8c8c8c;
}

.listing-page .listing-page__wrapper .content-wrapper .right-content .pagination-block .pagination-arrow {
    cursor: pointer;
}

.listing-page .listing-page__wrapper .content-wrapper .right-content .pagination-block .pagination-arrow svg path {
    -webkit-transition: stroke 0.2s ease-in-out;
    -o-transition: stroke 0.2s ease-in-out;
    transition: stroke 0.2s ease-in-out;
}

.listing-page .listing-page__wrapper .content-wrapper .right-content .pagination-block .pagination-arrow:hover svg path {
    stroke: #ffd4d4;
}

.listing-page .listing-page__wrapper .content-wrapper .right-content .pagination-block .pagination-left {
    margin-right: 17px;
}

.listing-page .listing-page__wrapper .content-wrapper .right-content .pagination-block .pagination-right {
    margin-left: 17px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.listing-page .listing-page__wrapper .content-wrapper .right-content .pagination-block .pagination-page~.pagination-page {
    margin-left: 17px;
}

.listing-page .listing-page__wrapper .content-wrapper .right-content .pagination-block .pagination-page {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 29px;
    height: 29px;
    border: 1px solid #8c8c8c;
    border-radius: 6px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #8c8c8c;
    -webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.listing-page .listing-page__wrapper .content-wrapper .right-content .pagination-block .pagination-page:hover {
    border-color: #ff8181;
    color: #ff8181;
}

.listing-page .listing-page__wrapper .content-wrapper .right-content .pagination-block .pagination-page-active {
    border-color: red;
    color: red;
}

.products-wrapper .availability-series .no-stock,
.products-wrapper .availability-series .stock,
.products-wrapper .availability-series .preorder {
    padding-left: 0 !important;
}

.products-wrapper .availability-series .no-stock:before {
    background: url(../img/order.svg) no-repeat;
    height: 16px;
    width: 21px;
    margin-left: 0px;
    margin-top: 0px;
    background-size: contain;
    top: 3px;
    position: relative;
    display: inline-block;
    content: '';
}

.products-wrapper .availability-series .stock:before {
    width: 16px;
    height: 13px;
    background: url(../img/availabilityIcon.svg) no-repeat;
    margin-left: 0px;
    margin-top: 0px;
    background-size: contain;
    top: 2px;
    position: relative;
    display: inline-block;
    content: '';
}

.products-wrapper .availability-series .preorder::before {
    background: url(../img/preorder.svg) no-repeat;
    height: 16px;
    width: 16px;
    margin-right: 2px;
    margin-top: 0px;
    background-size: contain;
    top: 3px;
    position: relative;
    display: inline-block;
    content: '';
}

.products-wrapper .availability-series .preorder .stockText {
    color: #ffa800 !important;
}

.you-look {
    margin-top: 82px;
}

.you-look .you-look__wrapper {
    margin-top: 20px;
}

.category-links {
    margin-top: 52px;
}

.category-links .category-links__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.category-links .category-links__wrapper .category-links-item-wrapper {
    margin-top: 10px;
}

.category-links .category-links__wrapper .category-links-item-wrapper .category-links__item {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    padding: 7px 11px;
    color: #6b6b6b;
    background: #f0f0f0;
    border-radius: 6px;
    -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.category-links .category-links__wrapper .category-links-item-wrapper .category-links__item:hover {
    background: #e8eeff;
    color: #2f51a7;
}

.product-card {
    padding-top: 20px;
}

.product-card .product-card__wrapper .slider-main-specifications {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -5px;
}

.product-card .product-card__wrapper .slider-main-specifications .product-image-slider {
    margin-right: 52px;
    margin-top: 7px;
    max-height: 478px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-card .product-card__wrapper .slider-main-specifications .product-image-slider #product-slider-thumbs {
    margin-right: 8px;
}

.product-card .product-card__wrapper .slider-main-specifications .product-image-slider .vertical-slider-nav {
    position: relative;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    margin-right: 8px;
    padding-top: 17px;
    padding-bottom: 12px;
}

.product-card .product-card__wrapper .slider-main-specifications .product-image-slider .vertical-slider-nav .img-list {
    position: relative;
    z-index: 20;
    height: unset;
}

.product-card .product-card__wrapper .slider-main-specifications .product-image-slider .vertical-slider-nav .img-list .slick-slide~.slick-slide {
    margin-top: 7px;
}

.product-card .product-card__wrapper .slider-main-specifications .product-image-slider .vertical-slider-nav .img-list .slick-slide {
    cursor: pointer;
    max-width: 64px;
    width: 64px !important;
    height: 68px;
    border: 1px solid #e5e5e5;
    -webkit-transition: border-color 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
}

.product-card .product-card__wrapper .slider-main-specifications .product-image-slider .vertical-slider-nav .img-list .slick-slide:hover {
    border-color: #ffbfbf;
}

.product-card .product-card__wrapper .slider-main-specifications .product-image-slider .vertical-slider-nav .img-list .slick-current {
    border-color: red !important;
}

.product-card .product-card__wrapper .slider-main-specifications .product-image-slider .vertical-slider-nav .img-list .slick-list {
    height: 100% !important;
}

.product-card .product-card__wrapper .slider-main-specifications .product-image-slider .vertical-slider-nav .img-list img {
    width: 100%;
    height: 66px;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-card .product-card__wrapper .slider-main-specifications .product-image-slider .vertical-slider-nav .youtube-review {
    width: 64px;
    position: relative;
    z-index: 30;
    cursor: pointer;
    margin-top: -75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 68px;
    border: 1px solid #e5e5e5;
    -webkit-transition: border-color 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
}

.product-card .product-card__wrapper .slider-main-specifications .product-image-slider .vertical-slider-nav .youtube-review:hover {
    border-color: #ffbfbf;
}

.product-card .product-card__wrapper .slider-main-specifications .product-image-slider .vertical-slider-nav .youtube-review p {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    color: red;
}

.product-card .product-card__wrapper .slider-main-specifications .product-image-slider .vertical-slider-nav .slick-arrow {
    cursor: pointer;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.product-card .product-card__wrapper .slider-main-specifications .product-image-slider .vertical-slider-nav .slick-arrow svg path {
    -webkit-transition: stroke 0.2s ease-in-out;
    -o-transition: stroke 0.2s ease-in-out;
    transition: stroke 0.2s ease-in-out;
}

.product-card .product-card__wrapper .slider-main-specifications .product-image-slider .vertical-slider-nav .slick-arrow:hover svg path {
    stroke: #ffbfbf;
}

.product-card .product-card__wrapper .slider-main-specifications .product-image-slider .vertical-slider-nav .slick-prev {
    top: -7px;
}

.product-card .product-card__wrapper .slider-main-specifications .product-image-slider .vertical-slider-nav .slick-prev svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.product-card .product-card__wrapper .slider-main-specifications .product-image-slider .vertical-slider-nav .slick-next {
    bottom: -4px;
    position: relative;
}

.product-card .product-card__wrapper .slider-main-specifications .product-image-slider .product-slider-main {
    position: relative;
    -ms-flex-preferred-size: 87%;
    flex-basis: 87%;
}

.product-card .product-card__wrapper .slider-main-specifications .product-image-slider .product-slider-main .img-list {
    width: 100%;
    height: 100%;
    max-width: 447px;
    border: 1px solid #e5e5e5;
}

.product-card .product-card__wrapper .slider-main-specifications .product-image-slider .product-slider-main .img-list .slick-active img {
    -o-object-fit: cover;
    object-fit: cover;
}

.product-card .product-card__wrapper .slider-main-specifications .product-image-slider .product-slider-main .img-list img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: cover;
    transform: scaleX(1.01);
}

.product-card .product-card__wrapper .slider-main-specifications .product-image-slider .product-slider-main .img-list .slick-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-card .product-card__wrapper .slider-main-specifications .product-image-slider .product-slider-main .img-list .slick-dots li~li {
    margin-left: 7px;
}

.product-card .product-card__wrapper .slider-main-specifications .product-image-slider .product-slider-main .img-list .slick-dots li {
    font-size: 0;
    width: 10px;
    height: 10px;
    background: #f2f2f2;
    border-radius: 50%;
}

.product-card .product-card__wrapper .slider-main-specifications .product-image-slider .product-slider-main .img-list .slick-dots .slick-active {
    background: #d5d5d5;
}

.product-card .product-card__wrapper .slider-main-specifications .product-image-slider .product-slider-main .super-product {
    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: 6px;
    width: 105px;
    height: 30px;
    background: #db00ff;
    border: 1px solid #db00ff;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 30;
}

.product-card .product-card__wrapper .slider-main-specifications .product-image-slider .product-slider-main .buttons-block {
    z-index: 30;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 16px;
    top: 13px;
}

.product-card .product-card__wrapper .slider-main-specifications .product-image-slider .product-slider-main .buttons-block .like {
    margin-left: 17px;
}

.product-card .product-card__wrapper .slider-main-specifications .product-image-slider .product-slider-main .buttons-block .add-to-list {
    margin-left: 17px;
}

.product-card .product-card__wrapper .slider-main-specifications .product-image-slider .product-slider-main .buttons-block .like,
.product-card .product-card__wrapper .slider-main-specifications .product-image-slider .product-slider-main .buttons-block .add-to-list,
.product-card .product-card__wrapper .slider-main-specifications .product-image-slider .product-slider-main .buttons-block .share {
    cursor: pointer;
}

.product-card .product-card__wrapper .slider-main-specifications .product-image-slider .product-slider-main .buttons-block .like svg path,
.product-card .product-card__wrapper .slider-main-specifications .product-image-slider .product-slider-main .buttons-block .like svg circle,
.product-card .product-card__wrapper .slider-main-specifications .product-image-slider .product-slider-main .buttons-block .add-to-list svg path,
.product-card .product-card__wrapper .slider-main-specifications .product-image-slider .product-slider-main .buttons-block .add-to-list svg circle,
.product-card .product-card__wrapper .slider-main-specifications .product-image-slider .product-slider-main .buttons-block .share svg path,
.product-card .product-card__wrapper .slider-main-specifications .product-image-slider .product-slider-main .buttons-block .share svg circle {
    -webkit-transition: stroke 0.2s ease-in-out;
    -o-transition: stroke 0.2s ease-in-out;
    transition: stroke 0.2s ease-in-out;
}

.product-card .product-card__wrapper .slider-main-specifications .product-image-slider .product-slider-main .buttons-block .like:hover svg path,
.product-card .product-card__wrapper .slider-main-specifications .product-image-slider .product-slider-main .buttons-block .like:hover svg circle,
.product-card .product-card__wrapper .slider-main-specifications .product-image-slider .product-slider-main .buttons-block .add-to-list:hover svg path,
.product-card .product-card__wrapper .slider-main-specifications .product-image-slider .product-slider-main .buttons-block .add-to-list:hover svg circle,
.product-card .product-card__wrapper .slider-main-specifications .product-image-slider .product-slider-main .buttons-block .share:hover svg path,
.product-card .product-card__wrapper .slider-main-specifications .product-image-slider .product-slider-main .buttons-block .share:hover svg circle {
    stroke: red;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications {
    padding-bottom: 14px;
    -ms-flex-preferred-size: 78%;
    flex-basis: 78%;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .breadcrumb a {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    position: relative;
    color: #8a8a8a;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .breadcrumb a:last-child {
    pointer-events: none;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .breadcrumb a:hover {
    color: #424242;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .breadcrumb a~a {
    padding-left: 11px;
    margin-left: 3px;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .breadcrumb a~a::before {
    content: '/';
    position: absolute;
    top: 0;
    left: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #e5e5e5;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .main-title {
    margin-top: 5px;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 140%;
    color: #000000;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: flex-start;
    margin-top: 7px;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .rate .icons:not(:first-child) {
    margin-left: 4px;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 33%;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .rate .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -3px;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .rate .icons .star-icon~.star-icon {
    margin-left: 5px;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .rate .icons .star-icon-active svg path {
    stroke: red;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .rate .title {
    margin-left: 11px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #ff0000;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .mobile-link-wrapper {
    display: none;
    background-color: #fff;
    padding: 16px 20px 16px;
    border-radius: 0px 0px 15px 15px;
    text-align: center;
}

.poduct-buttons .share {
    order: unset;
}

.poduct-buttons .like {
    order: unset;
}

.poduct-buttons .add-to-list {
    order: unset;
}

@media (max-width: 767px) {
    .poduct-buttons .share {
        order: 3;
        margin-left: 20px;
    }
    .poduct-buttons .like {
        order: 1;
    }
    .poduct-buttons .add-to-list {
        order: 2;
    }
    .productSlideImg:not(:first-child) {
        display: none;
    }
    .bullet {
        display: none;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content {
        margin-top: 0px;
    }
    .product-card .product-card__wrapper .slider-main-specifications .product-image-slider .product-slider-main .img-list .slick-active img {
        width: 100%;
        height: 100vw;
        -o-object-fit: contain;
        object-fit: cover;
    }
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .mobile-link-wrapper .mobile-link-look-all {
    display: inline-block;
    position: relative;
    max-width: calc(100vw - 40px);
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 130%;
    padding: 6px 9px;
    color: red;
    border: 1px solid #ff0000;
    border-radius: 6px;
    -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .mobile-link-wrapper .mobile-link-look-all:hover {
    color: #000 !important;
    background-color: none;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .poduct-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0;
    position: relative;
    width: 100%;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .poduct-buttons>p.desktop-only {
    -webkit-flex-basis: 50%;
    flex-shrink: 1;
    max-width: 275px;
    min-width: 275px;
    color: #a9a9a9;
    font-size: 14px;
    line-height: 16px;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .poduct-buttons>p.desktop-only span {
    color: #000;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .mobile-link-wrapper>p {
    margin: 10px !important;
    color: #a9a9a9;
    font-size: 14px;
    line-height: 16px;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .mobile-link-wrapper>p span {
    color: #000;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .poduct-buttons .share,
.product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .poduct-buttons .add-to-list,
.product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .poduct-buttons .like {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .poduct-buttons .share:hover .title,
.product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .poduct-buttons .add-to-list:hover .title,
.product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .poduct-buttons .like:hover .title {
    color: red;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .poduct-buttons .share .icon svg path,
.product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .poduct-buttons .share .icon svg circle,
.product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .poduct-buttons .add-to-list .icon svg path,
.product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .poduct-buttons .add-to-list .icon svg circle,
.product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .poduct-buttons .like .icon svg path,
.product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .poduct-buttons .like .icon svg circle {
    stroke: red;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .poduct-buttons .share .title,
.product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .poduct-buttons .add-to-list .title,
.product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .poduct-buttons .like .title {
    margin-left: 6px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #000000;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .poduct-buttons .share .icon {
    margin-top: -2px;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .poduct-buttons .add-to-list .icon {
    margin-top: -10px;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .poduct-buttons .like .icon {
    margin-top: -1px;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .poduct-buttons .like {
    margin-left: 25px;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .poduct-buttons .add-to-list {
    margin-left: 25px;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .poduct-buttons .add-to-list .icon {
    height: 10px;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .description {
    margin-top: 30px;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .description .descroption__row~.descroption__row {
    margin-top: 11px;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .description .descroption__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .description .descroption__row .left-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-preferred-size: 38%;
    flex-basis: 50%;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .description .descroption__row .left-content .title {
    margin-right: 2px;
    white-space: nowrap;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #8a8a8a;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .description .descroption__row .left-content .line {
    width: 100%;
    height: 1px;
    background: #f0f0f0;
    margin-right: 2px;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .description .descroption__row .right-content {
    -ms-flex-preferred-size: 63%;
    flex-basis: 63%;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .description .descroption__row .right-content .title {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #000000;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .availability-series {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: fit-content;
    position: relative;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .bonus-wrapper {
    width: fit-content;
    display: inline-flex;
}

.smart-bonus-block {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #003edf;
    padding: 5px 10px;
    background: #e8eeff;
    border-radius: 6px;
    width: fit-content;
    margin-left: 20px;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .availability-series .availability {
    position: relative;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #0d9e00;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .availability-series .availability.preorder {
    color: #ffa800;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .availability-series .availability.archive {
    color: #ff0000;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .availability-series .availability::before {
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 17px;
    height: 13px;
    background: url(../img/availabilityIcon.svg) no-repeat;
    margin-left: 0px;
    margin-top: 0px;
    background-size: contain;
    top: 8px;
    position: relative;
    display: inline-block;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .availability-series .availability.no-stock::before {
    background: url(../img/order.svg) no-repeat;
    height: 16px;
    width: 22px;
    margin-left: 0px;
    margin-top: 0px;
    background-size: contain;
    top: 12px;
    position: relative;
    display: inline-block;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .availability-series .availability.preorder::before {
    /* background: url(../img/preorder.svg) no-repeat; */
    background: url(../img/nostock.svg) no-repeat;
    height: 16px;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    background-size: contain;
    top: 12px;
    position: relative;
    display: inline-block;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .availability-series .availability.archive::before {
    /* background: url(../img/discontinued.svg) no-repeat; */
    background: url(../img/closed.svg) no-repeat;
    margin-left: 0px;
    margin-top: 0px;
    background-size: contain;
    top: 9px;
    position: relative;
    display: inline-block;
    width: 18px;
    height: 14px;
    margin-right: 5px;
}

.product-city-submenu {
    display: none;
    position: absolute;
    margin-top: 0px;
    left: 75%;
    background: #ffffff;
    -webkit-box-shadow: 4px 4px 25px rgb(0 0 0 / 15%);
    box-shadow: 4px 4px 25px rgb(0 0 0 / 15%);
    padding: 12px 25px 15px 25px;
    width: 125px;
    z-index: 50;
    transition: all 0.3s ease;
    -webkit-transform: translateY(-65px) translateX(30px);
    transform: none;
    top: 30px;
}

@media (max-width: 420px) {
    .product-city-submenu {
        left: 38%;
    }
    .product-city-submenu {
        display: none;
        position: absolute;
        top: 50px;
        margin-top: 0;
    }
}

@media (max-width: 400px) {
    .product-city-submenu {
        left: 42%;
    }
}

span.order-city {
    padding-bottom: 0px;
    border-bottom: 2px dashed #c4c4c4;
    cursor: pointer;
    -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.product-city-submenu.active {
    display: block;
}

.product-city-submenu:before {
    content: '';
    position: absolute;
    top: -8px;
    left: 8px;
    width: 16px;
    height: 16px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.product-city-submenu a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 200%;
    text-transform: capitalize;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #000000;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .buy-buttons-pic-color .buy-buttons .buy.preorder:hover {
    background: #e29501;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .buy-buttons-pic-color .buy-buttons .buy.preorder {
    background: #ffa800;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .availability-series .series {
    margin-left: 21px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    background: #cbd9ff;
    border-radius: 6px;
    padding: 4px 8px;
    color: #003edf;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .price-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .price-block .price {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    color: #000000;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .price-block .price span {
    font-size: 25px;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .price-block .old-price {
    margin-left: 21px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    position: relative;
    color: #000000;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .price-block .old-price span {
    font-size: 16px;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .price-block .old-price::before {
    content: '';
    position: absolute;
    top: 50%;
    /* -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); */
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #003edf;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .price-block .difference {
    margin-left: 21px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    background: #003edf;
    border-radius: 6px;
    color: #ffffff;
    line-height: 1;
    padding: 5px 8px;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .price-block .difference span {
    font-size: 12px;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .buy-buttons-pic-color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 7px;
    margin-left: 0;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .buy-buttons-pic-color .buy-buttons {
    margin-right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .buy-buttons-pic-color .buy-buttons .buy {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    background: red;
    border-radius: 6px;
    color: #ffffff;
    padding: 16px 21px;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .buy-buttons-pic-color .buy-buttons .buy:hover {
    background-color: #e50000;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .buy-buttons-pic-color .buy-buttons .on-basket {
    margin-left: 8px;
    margin-right: 8px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    padding: 15px 21px;
    border: 1px solid #ff0000;
    color: red;
    border-radius: 6px;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .buy-buttons-pic-color .buy-buttons .on-basket:hover {
    background-color: red;
    color: #fff;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .buy-buttons-pic-color .buy-buttons .buy-on-credit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 8px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: red;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .buy-buttons-pic-color .buy-buttons .buy-on-credit:hover {
    color: #ce2110;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .buy-buttons-pic-color .buy-buttons .buy-on-credit:hover img {
    -webkit-filter: grayscale(0.2);
    filter: grayscale(0.2);
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .buy-buttons-pic-color .buy-buttons .buy-on-credit img {
    width: 42px;
    height: 42px;
    -webkit-transition: -webkit-filter 0.2s ease-in-out;
    transition: -webkit-filter 0.2s ease-in-out;
    -o-transition: filter 0.2s ease-in-out;
    transition: filter 0.2s ease-in-out;
    transition: filter 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
    margin-right: 5px;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .buy-buttons-pic-color .buy-buttons .buy-on-credit .button-text {
    text-align: left;
    max-width: 150px;
    line-height: 130%;
    margin-left: 10px;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .buy-buttons-pic-color .buy-buttons .buy-on-credit .button-text span {
    font-size: 13px;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .buy-buttons-pic-color .color-pic {
    margin-top: -26px;
    margin-bottom: 20px;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .buy-buttons-pic-color .color-pic .title .related-option-name {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #8a8a8a;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .buy-buttons-pic-color .color-pic .title {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #000;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .buy-buttons-pic-color .color-pic .title span {
    color: #000000;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .buy-buttons-pic-color .color-pic .color-pic__wrapper {
    margin-top: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .buy-buttons-pic-color .color-pic .color-pic__wrapper .color-pic__item~.color-pic__item {
    margin-left: 3px;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .buy-buttons-pic-color .color-pic .color-pic__wrapper .color-pic__item {
    cursor: pointer;
    width: 47px;
    height: 50px;
    border: 1px solid #e5e5e5;
    -webkit-transition: border-color 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .buy-buttons-pic-color .color-pic .color-pic__wrapper .color-pic__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .buy-buttons-pic-color .color-pic .color-pic__wrapper .color-pic__item:hover {
    border-color: #ffbfbf;
}

.product-card .product-card__wrapper .slider-main-specifications .main-specifications .buy-buttons-pic-color .color-pic .color-pic__wrapper .color-pic__item-active {
    border-color: red;
}

.product-card .product-card__wrapper .product-card__wrapper-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 20px;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__center-content {
    position: relative;
    margin-right: 20px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__left-content {
    position: relative;
    margin-right: 52px;
    -ms-flex-preferred-size: 43.5%;
    flex-basis: 43.5%;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content {
    -ms-flex-preferred-size: 51.5%;
    flex-basis: 51.5%;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__center-content .product-card__tags {
    margin-top: 52px;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__center-content a.product-tag-pill {
    padding: 6px 8px;
    border-radius: 5px;
    background: #f0f0f0;
    font-size: 14px;
    color: #6b6b6b !important;
    margin-right: 8px;
}

.you-look h2.section-title {
    padding-left: 20px;
}

.you-look .you-look__wrapper {
    margin-top: 20px;
    padding: 0;
}

.header .header__wrapper .bottom-header .product-block a:not(span) {
    color: #222 !important;
    font-size: 14px !important;
}

.header .header__wrapper .bottom-header .product-block a span.product-model {
    color: #8a8a8a !important;
    font-size: 14px;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__center-content a.product-tag-pill:hover,
.product-card .product-card__wrapper .product-card__wrapper-content .product-card__center-content a.product-tag-pill:active,
.product-card .product-card__wrapper .product-card__wrapper-content .product-card__center-content a.product-tag-pill:focus {
    color: #3654a3 !important;
    background: #eaefff;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .description {
    position: relative;
    margin-top: 35px;
    display: none !important;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .description .description-title {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 12px;
    color: #000000;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .description .text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 175%;
    padding-left: 5px;
    color: #424242;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .description .text~.text {
    margin-top: 10px;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .description-abbreviated .text {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .description-abbreviated .text~.text {
    display: none;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .add-documentation {
    position: relative;
    margin-top: 44px;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .add-documentation .add-documentation-title {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    position: relative;
    display: inline-block;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .add-documentation .add-documentation-title span {
    position: absolute;
    top: -2px;
    right: -13px;
    font-weight: normal;
    font-size: 16px;
    color: #8a8a8a;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .add-documentation .add-documentation__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    margin-top: 20px;
    justify-content: start;
    gap: 30px 0;
}
@media (max-width: 560px){
    .product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .add-documentation .add-documentation__wrapper {
        gap: 0;
    }
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .add-documentation .add-documentation__wrapper .add-documentation__item {
    cursor: pointer;
    -ms-flex-preferred-size: calc(28.4% - 25px);
    flex-basis: calc(28.4% - 25px);
    margin-right: 25px;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .add-documentation .add-documentation__wrapper .add-documentation__item:hover img {
    border-color: #ffbfbf;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .add-documentation .add-documentation__wrapper .add-documentation__item img {
    border: 1px solid #e5e5e5;
    -webkit-transition: border-color 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
    margin-bottom: 0;
    cursor: default;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .add-documentation .add-documentation__wrapper .add-documentation__item .text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #424242;
    cursor: default;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .add-documentation .add-documentation__wrapper .add-documentation__item .download-document {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 160%;
    position: relative;
    color: red;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-color 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .add-documentation .add-documentation__wrapper .add-documentation__item .download-document:hover {
    border-color: red;
}


/* .product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .add-documentation-abbreviated .add-documentation__wrapper .add-documentation__item~.add-documentation__item {
    display: none
} */

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .review {
    position: relative;
    margin-top: 45px;
    margin-left: 4px;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .review .review-title {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    position: relative;
    display: inline-block;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .review .review-title span {
    position: absolute;
    top: -2px;
    right: -13px;
    font-weight: normal;
    font-size: 16px;
    color: #8a8a8a;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .review .review__wrapper .review__item~.review__item {
    margin-top: 44px;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .review .review__wrapper .review__item .review__item-wrapper {
    margin-top: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .review .review__wrapper .review__item .review__item-wrapper .rate .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .review .review__wrapper .review__item .review__item-wrapper .rate .icons .star-icon~.star-icon {
    margin-left: 4px;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .review .review__wrapper .review__item .review__item-wrapper .rate .icons .star-icon-active svg path {
    stroke: red;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .review .review__wrapper .review__item .review__item-wrapper .name {
    margin-left: 20px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #000000;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .review .review__wrapper .review__item .review__item-wrapper .date {
    margin-left: 18px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #8a8a8a;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .review .review__wrapper .review__item .text {
    margin-top: 11px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 170%;
    color: #424242;
    word-break: break-word;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .review .write-review {
    margin-top: 44px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    padding: 6px 12px;
    border: 1px solid #ff0000;
    border-radius: 4px;
    color: red;
    -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .review .write-review:hover {
    background-color: red;
    color: #fff;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .review form {
    display: none;
    margin-top: 44px;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .review form .form-header .title {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    color: #000000;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .review form .form-header .rate {
    margin-top: 15px;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .review form .form-header .rate .icons {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .review form .form-header .rate .icons input {
    display: none;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .review form .form-header .rate .icons:hover .star-icon svg path {
    stroke: red;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .review form .form-header .rate .icons .star-icon {
    cursor: pointer;
    padding-right: 5px;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .review form .form-header .rate .icons .star-icon svg {
    width: 28px;
    height: 29px;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .review form .form-header .rate .icons .star-icon svg path {
    stroke: #999999;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .review form .form-header .rate .icons .star-icon:not(:first-child) {
    padding-left: 5px;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .review form .form-header .rate .icons .star-icon:hover~.star-icon svg path {
    stroke: #999999;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .review form .form-body {
    margin-top: 25px;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .review form .form-body input[type='text'],
.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .review form .form-body textarea {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-filter: none;
    filter: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    display: block;
    padding: 12px 17px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    border: 1px solid #d3d3d3;
    border-radius: 6px;
    resize: none;
    color: #999999;
    height: 42px;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .review form .form-body input[type='text']::-webkit-input-placeholder,
.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .review form .form-body textarea::-webkit-input-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #999999;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .review form .form-body input[type='text']::-moz-placeholder,
.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .review form .form-body textarea::-moz-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #999999;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .review form .form-body input[type='text']:-ms-input-placeholder,
.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .review form .form-body textarea:-ms-input-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #999999;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .review form .form-body input[type='text']::-ms-input-placeholder,
.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .review form .form-body textarea::-ms-input-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #999999;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .review form .form-body input[type='text']::placeholder,
.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .review form .form-body textarea::placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #999999;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .review form .form-body textarea {
    margin-top: 25px;
    height: 140px;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .review form .form-body textarea:focus {
    outline: none;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .review form .form-body input[type='submit'] {
    margin-top: 25px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    padding: 6px 12px;
    border: 1px solid #ff0000;
    border-radius: 4px;
    color: red;
    background-color: transparent;
    -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .review form .form-body input[type='submit']:hover {
    background-color: red;
    color: #fff;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .review-abbreviated {
    padding-bottom: 20px;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .review-abbreviated .review__wrapper .review__item~.review__item {
    display: none;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__left-content-abbreviated .left-content-abbreviated-hide {
    display: none;
}

.buy-buttons-mobile {
    -webkit-box-shadow: 0px -6px 10px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px -6px 10px 0px rgba(0, 0, 0, 0.07);
    margin-bottom: -1px;
    background-color: #fff;
    padding: 11px 20px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 110;
    margin-right: 20px;
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
}

.buy-buttons-mobile .buy {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    background: red;
    border-radius: 6px;
    color: #ffffff;
    padding: 16px 10px;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.buy-buttons-mobile .buy:hover {
    background-color: #e50000;
}

.buy-buttons-mobile .on-basket {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    padding: 15px 10px;
    border: 1px solid #ff0000;
    color: red;
    border-radius: 6px;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.buy-buttons-mobile .on-basket:hover {
    background-color: red;
    color: #fff;
}

.buy-buttons-mobile .buy-on-credit {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: red;
}

.buy-buttons-mobile .buy-on-credit:hover {
    color: #ce2110;
}

.buy-buttons-mobile .buy-on-credit:hover img {
    -webkit-filter: grayscale(0.2);
    filter: grayscale(0.2);
}

.buy-buttons-mobile .buy-on-credit img {
    width: 52px;
    height: 52px;
    -webkit-transition: -webkit-filter 0.2s ease-in-out;
    transition: -webkit-filter 0.2s ease-in-out;
    -o-transition: filter 0.2s ease-in-out;
    transition: filter 0.2s ease-in-out;
    transition: filter 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
}

.buy-buttons-mobile .buy-on-credit .button-text {
    text-align: left;
    max-width: 140px;
    line-height: 150%;
}

.buy-buttons-mobile .buy-on-credit .button-text span {
    font-size: 13px;
}

.buy-with-this {
    margin-top: 82px;
}

.buy-with-this .buy-with-this__wrapper {
    margin-top: 20px;
}

.backet {
    margin-top: 36px;
}

.backet .backet__wrapper {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.backet .backet__wrapper .left-content {
    margin-top: 24px;
    margin-right: 20px;
    -ms-flex-preferred-size: 52%;
    flex-basis: 52%;
}

.backet .backet__wrapper .left-content .order-item {
    padding-right: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.backet .backet__wrapper .left-content .order-item .product {
    max-width: 258px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.backet .backet__wrapper .left-content .order-item .product .img-block {
    border: 1px solid #e5e5e5;
    width: 79px;
    min-width: 79px;
    height: 85px;
}

.backet .backet__wrapper .left-content .order-item .product .img-block img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.backet .backet__wrapper .left-content .order-item .product .name-product {
    margin-left: 29px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    color: #000000;
}

.backet .backet__wrapper .left-content .order-item .product .name-product a {
    color: #000000;
}

.backet .backet__wrapper .left-content .order-item .product .name-product .code {
    display: block;
    color: #8a8a8a;
}

.backet .backet__wrapper .left-content .order-item .count-block {
    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;
    margin-left: 60px;
    margin-right: 20px;
}

.backet .backet__wrapper .left-content .order-item .count-block .count {
    width: 73px;
    position: relative;
    padding: 0 18px;
}

.backet .backet__wrapper .left-content .order-item .count-block .count input::-webkit-outer-spin-button,
.backet .backet__wrapper .left-content .order-item .count-block .count input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.backet .backet__wrapper .left-content .order-item .count-block .count .count-input {
    background-color: transparent;
    text-align: center;
    width: 35px;
    border: none;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.backet .backet__wrapper .left-content .order-item .count-block .count .number-arrows button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 19px;
    height: 19px;
    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: 50%;
    background: #f9f9f9;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.backet .backet__wrapper .left-content .order-item .count-block .count .number-arrows button svg path {
    -webkit-transition: fill 0.2s ease-in-out;
    -o-transition: fill 0.2s ease-in-out;
    transition: fill 0.2s ease-in-out;
}

.backet .backet__wrapper .left-content .order-item .count-block .count .number-arrows button:hover {
    background: #ffe8e8;
}

.backet .backet__wrapper .left-content .order-item .count-block .count .number-arrows button:hover svg path {
    fill: red;
}

.backet .backet__wrapper .left-content .order-item .count-block .count .number-arrows .arrow-num {
    left: 0;
}

.backet .backet__wrapper .left-content .order-item .count-block .count .number-arrows .arrow-minus {
    right: 0;
}

.backet .backet__wrapper .left-content .order-item .count-block .remove-order {
    margin-top: 3px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    color: red;
    position: relative;
}

.backet .backet__wrapper .left-content .order-item .count-block .remove-order:hover::before {
    opacity: 1;
}

.backet .backet__wrapper .left-content .order-item .count-block .remove-order::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: red;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.backet .backet__wrapper .left-content .order-item .price-block {
    margin-left: auto;
}

.backet .backet__wrapper .left-content .order-item .price-block .top-price .current-price {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.backet .backet__wrapper .left-content .order-item .price-block .top-price .current-price span {
    font-size: 14px;
}

.backet .backet__wrapper .left-content .order-item .price-block .bottom-price {
    margin-top: 10px;
}

.backet .backet__wrapper .left-content .order-item .price-block .bottom-price .old-price {
    position: relative;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.backet .backet__wrapper .left-content .order-item .price-block .bottom-price .old-price span {
    font-size: 12px;
}

.backet .backet__wrapper .left-content .order-item .price-block .bottom-price .old-price::before {
    content: '';
    position: absolute;
    top: 50%;
    /* -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); */
    left: 0;
    width: 59px;
    height: 1px;
    background-color: #003edf;
}

.backet .backet__wrapper .left-content .order-item .price-block .bottom-price .difference {
    position: absolute;
    top: 49px;
    right: 0;
    margin-left: 16px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #003edf;
}

.backet .backet__wrapper .left-content .order-item .price-block .bottom-price .difference span {
    font-size: 12px;
}

.backet .backet__wrapper .left-content .order-item~.order-item {
    margin-top: 42px;
}

.backet .backet__wrapper .right-content {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
}

.backet .backet__wrapper .right-content .details-order {
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07);
    padding: 33px 45px 44px 45px;
}

.backet .backet__wrapper .right-content .details-order .promocode {
    display: none;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 140%;
    color: #000000;
}

.backet .backet__wrapper .right-content .details-order .radio-select {
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.backet .backet__wrapper .right-content .details-order .radio-select .label-container {
    display: block;
    position: relative;
    padding-left: 19px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.backet .backet__wrapper .right-content .details-order .radio-select .label-container~.label-container {
    margin-left: 36px;
}

.backet .backet__wrapper .right-content .details-order .radio-select .label-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.backet .backet__wrapper .right-content .details-order .radio-select .checkmark {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 14px;
    width: 14px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #999999;
    -webkit-transition: border-color 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
}

.backet .backet__wrapper .right-content .details-order .radio-select .text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #000;
}

.backet .backet__wrapper .right-content .details-order .radio-select .checkmark:after {
    content: '';
    position: absolute;
    display: none;
}

.backet .backet__wrapper .right-content .details-order .radio-select .label-container:hover .checkmark {
    border-color: red;
}

.backet .backet__wrapper .right-content .details-order .radio-select .label-container:hover .text {
    color: red;
}

.backet .backet__wrapper .right-content .details-order .radio-select .label-container input:checked~.checkmark {
    border-color: red;
}

.backet .backet__wrapper .right-content .details-order .radio-select .label-container input:checked~.text {
    color: red;
}

.backet .backet__wrapper .right-content .details-order .radio-select .label-container input:checked~.checkmark:after {
    display: block;
}

.backet .backet__wrapper .right-content .details-order .radio-select .label-container .checkmark:after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: white;
    background: red;
}

.backet .backet__wrapper .right-content .details-order .write-code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

.backet .backet__wrapper .right-content .details-order .write-code input::-webkit-outer-spin-button,
.backet .backet__wrapper .right-content .details-order .write-code input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.backet .backet__wrapper .right-content .details-order .write-code input {
    width: 238px;
    height: 43px;
    padding: 19px;
    border: 1px solid #999999;
    border-radius: 6px;
    background-color: transparent;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #000;
}

.backet .backet__wrapper .right-content .details-order .write-code input::-webkit-input-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #999999;
}

.backet .backet__wrapper .right-content .details-order .write-code input::-moz-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #999999;
}

.backet .backet__wrapper .right-content .details-order .write-code input:-ms-input-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #999999;
}

.backet .backet__wrapper .right-content .details-order .write-code input::-ms-input-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #999999;
}

.backet .backet__wrapper .right-content .details-order .write-code input::placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #999999;
}

.backet .backet__wrapper .right-content .details-order .write-code .apply {
    margin-left: auto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 220%;
    height: 43px;
    padding: 0 24px;
    color: red;
    border: 1px solid red;
    border-radius: 6px;
    -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.backet .backet__wrapper .right-content .details-order .write-code .apply:hover {
    color: #fff;
    background-color: red;
}

.backet .backet__wrapper .right-content .details-order .amount-information {
    margin-top: 64px;
}

.backet .backet__wrapper .right-content .details-order .amount-information .amount-information__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.backet .backet__wrapper .right-content .details-order .amount-information .amount-information__row .left-content {
    margin-right: 0;
    margin-top: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.backet .backet__wrapper .right-content .details-order .amount-information .amount-information__row .left-content .title {
    white-space: nowrap;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #797979;
}

.backet .backet__wrapper .right-content .details-order .amount-information .amount-information__row .left-content .line {
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 100%;
    height: 1px;
    background: #f4f4f4;
    margin: 0 3px;
}

.backet .backet__wrapper .right-content .details-order .amount-information .amount-information__row .right-content {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.backet .backet__wrapper .right-content .details-order .amount-information .amount-information__row .right-content .amount {
    white-space: nowrap;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    text-align: right;
    color: #003edf;
}

.backet .backet__wrapper .right-content .details-order .amount-information .amount-information__row .right-content .amount span {
    font-size: 15px;
}

.backet .backet__wrapper .right-content .details-order .amount-information .amount-information__row~.amount-information__row {
    margin-top: 0px;
}

.backet .backet__wrapper .right-content .details-order .amount-information .amount-information__row:first-child .left-content .title {
    font-weight: bold;
    color: #000;
}

.backet .backet__wrapper .right-content .details-order .amount-information .amount-information__row:first-child .right-content .amount {
    font-weight: bold;
    color: #000;
}

.backet .backet__wrapper .right-content .details-order .amount-information .total-amount {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.backet .backet__wrapper .right-content .details-order .amount-information .total-amount .title {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    color: #000000;
}

.backet .backet__wrapper .right-content .details-order .amount-information .total-amount .amount {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    color: #000000;
}

.backet .backet__wrapper .right-content .details-order .amount-information .total-amount .amount span {
    font-size: 24px;
    line-height: 28px;
}

.backet .backet__wrapper .right-content .details-order .buttons-block {
    margin-top: 20px;
}

.backet .backet__wrapper .right-content .details-order .order-registration {
    padding: 0 20px;
    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;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    height: 50px;
    text-align: center;
    color: #ffffff;
    background-color: red;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.backet .backet__wrapper .right-content .details-order .order-registration:hover {
    background-color: #e50000;
}

.backet .backet__wrapper .right-content .details-order .buy-on-credit {
    padding: 0 20px;
    margin-top: 19px;
    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;
    height: 51px;
    background-color: transparent;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    border: 1px solid red;
    border-radius: 6px;
    color: red;
}

.backet .backet__wrapper .right-content .details-order .buy-on-credit img {
    margin-right: 11px;
}

.checkout {
    margin-top: 36px;
}

.checkout .checkout__wrapper {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.checkout .checkout__wrapper .left-content {
    margin-top: 24px;
    margin-right: 20px;
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
}

.checkout .checkout__wrapper .left-content form .form-personal-data .form-personal-data__title {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 140%;
    color: #000000;
}

.checkout .checkout__wrapper .left-content form .form-personal-data .inputs-row {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.checkout .checkout__wrapper .left-content form .form-personal-data .inputs-row .input-wrapper {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    position: relative;
}

.checkout .checkout__wrapper .left-content form .form-personal-data .inputs-row .input-wrapper .custom-placeholder {
    left: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    -webkit-transition: font-size 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: font-size 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -o-transition: font-size 0.2s ease-in-out, transform 0.2s ease-in-out;
    transition: font-size 0.2s ease-in-out, transform 0.2s ease-in-out;
    transition: font-size 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    color: #a4a4a4;
}

.checkout .checkout__wrapper .left-content form .form-personal-data .inputs-row .input-wrapper .custom-placeholder-active {
    font-size: 12px;
    -webkit-transform: translateY(-21px);
    -ms-transform: translateY(-21px);
    transform: translateY(-21px);
}

.checkout .checkout__wrapper .left-content form .form-personal-data .inputs-row .input-wrapper input {
    padding: 17px 15px 0;
    width: 100%;
    height: 58px;
    background-color: transparent;
    border: 1px solid #999999;
    border-radius: 6px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 170%;
    color: #000000;
}

.checkout .checkout__wrapper .left-content form .form-personal-data .inputs-row .input-wrapper~.input-wrapper {
    margin-left: 27px;
}

.checkout .checkout__wrapper .left-content form .form-personal-data .inputs-row~.inputs-row {
    margin-top: 31px;
}

.checkout .checkout__wrapper .left-content form .radio-select {
    margin-top: 12px;
}

.checkout .checkout__wrapper .left-content form .radio-select .label-container {
    display: block;
    position: relative;
    padding-left: 19px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkout .checkout__wrapper .left-content form .radio-select .label-container~.label-container {
    margin-top: 14px;
}

.checkout .checkout__wrapper .left-content form .radio-select .label-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkout .checkout__wrapper .left-content form .radio-select .checkmark {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 14px;
    width: 14px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #999999;
    -webkit-transition: border-color 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
}

.checkout .checkout__wrapper .left-content form .radio-select .text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #000;
}

.checkout .checkout__wrapper .left-content form .radio-select .checkmark:after {
    content: '';
    position: absolute;
    display: none;
}

.checkout .checkout__wrapper .left-content form .radio-select .label-container:hover .checkmark {
    border-color: red;
}

.checkout .checkout__wrapper .left-content form .radio-select .label-container:hover .text {
    color: red;
}

.checkout .checkout__wrapper .left-content form .radio-select .label-container input:checked~.checkmark {
    border-color: red;
}

.checkout .checkout__wrapper .left-content form .radio-select .label-container input:checked~.text {
    color: red;
}

.checkout .checkout__wrapper .left-content form .radio-select .label-container input:checked~.checkmark:after {
    display: block;
}

.checkout .checkout__wrapper .left-content form .radio-select .label-container .checkmark:after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: white;
    background: red;
}

.checkout .checkout__wrapper .left-content form .required-error-massage {
    display: none;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    margin-left: 12px;
    color: red;
}

.checkout .checkout__wrapper .left-content form .title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkout .checkout__wrapper .left-content form .title-block .title {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
}

.checkout .checkout__wrapper .left-content form .delivery {
    margin-top: 49px;
}

.checkout .checkout__wrapper .left-content form .delivery .delivery-message {
    display: none;
    margin-top: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    padding: 13px 20px;
    background: #c0f4c6;
    -webkit-box-shadow: 4px 4px 17px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 17px rgba(0, 0, 0, 0.1);
    color: #000000;
}

.checkout .checkout__wrapper .left-content form .delivery .input-wrapper {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    position: relative;
    margin-top: 20px;
    display: none;
}

.checkout .checkout__wrapper .left-content form .delivery .input-wrapper .custom-placeholder {
    left: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    -webkit-transition: font-size 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: font-size 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -o-transition: font-size 0.2s ease-in-out, transform 0.2s ease-in-out;
    transition: font-size 0.2s ease-in-out, transform 0.2s ease-in-out;
    transition: font-size 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    color: #a4a4a4;
}

.checkout .checkout__wrapper .left-content form .delivery .input-wrapper .custom-placeholder-active {
    font-size: 12px;
    -webkit-transform: translateY(-21px);
    -ms-transform: translateY(-21px);
    transform: translateY(-21px);
}

.checkout .checkout__wrapper .left-content form .delivery .input-wrapper .delivery-address {
    padding: 17px 15px 0;
    width: 100%;
    height: 58px;
    background-color: transparent;
    border: 1px solid #999999;
    border-radius: 6px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 170%;
    color: #000000;
}

.checkout .checkout__wrapper .left-content form .payment {
    margin-top: 48px;
}

.checkout .checkout__wrapper .left-content form .payment .line {
    margin-top: 16px;
    background: #e5e5e5;
    width: 233px;
    height: 1px;
}

.checkout .checkout__wrapper .left-content form .payment .label-container-checkbox {
    margin-top: 15px;
    display: block;
    position: relative;
    padding-left: 19px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkout .checkout__wrapper .left-content form .payment .label-container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkout .checkout__wrapper .left-content form .payment .checkmark {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 14px;
    width: 14px;
    background-color: transparent;
    border: 1px solid #999999;
    -webkit-transition: border-color 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
}

.checkout .checkout__wrapper .left-content form .payment .text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #000;
}

.checkout .checkout__wrapper .left-content form .payment .text .color-text {
    color: #00bccc;
    font-weight: bold;
}

.checkout .checkout__wrapper .left-content form .payment .text .money-icon {
    font-size: 11px;
}

.checkout .checkout__wrapper .left-content form .payment .checkmark:after {
    content: '';
    position: absolute;
    display: none;
}

.checkout .checkout__wrapper .left-content form .payment .label-container-checkbox:hover .checkmark {
    border-color: #00bccc;
}

.checkout .checkout__wrapper .left-content form .payment .label-container-checkbox:hover .text {
    color: #00bccc;
}

.checkout .checkout__wrapper .left-content form .payment .label-container-checkbox input:checked~.checkmark {
    border-color: #00bccc;
}

.checkout .checkout__wrapper .left-content form .payment .label-container-checkbox input:checked~.text {
    color: #00bccc;
}

.checkout .checkout__wrapper .left-content form .payment .label-container-checkbox input:checked~.checkmark:after {
    display: block;
}

.checkout .checkout__wrapper .left-content .delivery {
    margin-top: 31px;
}

.checkout .checkout__wrapper .left-content form .payment .label-container-checkbox .checkmark:after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 10px;
    height: 8px;
    background: url('../img/checkboxIcon.svg') no-repeat center/contain;
    -webkit-filter: hue-rotate(-167deg);
    filter: hue-rotate(-167deg);
}

.checkout .checkout__wrapper .left-content .title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkout .checkout__wrapper .left-content .title-block .title {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
}

.checkout .checkout__wrapper .left-content .form-personal-data .form-personal-data__title {
    font-style: normal;
    font-weight: bold;
    font-size: 22px !important;
    line-height: 140%;
    color: #000000;
    margin-bottom: 20px !important;
}

.checkout .checkout__wrapper .left-content .form-personal-data .inputs-row {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.checkout .checkout__wrapper .left-content .title-block .title {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
}

.checkout .checkout__wrapper .left-content .required-error-massage {
    display: none;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    margin-left: 12px;
    color: red;
}

.checkout .checkout__wrapper .left-content form .payment .payment-massage {
    display: none;
    margin-top: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    padding: 13px 20px;
    background: #c0f4c6;
    -webkit-box-shadow: 4px 4px 17px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 17px rgba(0, 0, 0, 0.1);
    color: #000000;
}

.checkout .checkout__wrapper .left-content form textarea {
    resize: none;
    margin-top: 49px;
    width: 100%;
    height: 81px;
    background: #ffffff;
    border: 1px solid #999999;
    border-radius: 6px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 170%;
    padding: 7px 14px;
    color: #000000;
}

.checkout .checkout__wrapper .left-content form textarea::-webkit-input-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 170%;
    color: #999999;
}

.checkout .checkout__wrapper .left-content form textarea::-moz-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 170%;
    color: #999999;
}

.checkout .checkout__wrapper .left-content form textarea:-ms-input-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 170%;
    color: #999999;
}

.checkout .checkout__wrapper .left-content form textarea::-ms-input-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 170%;
    color: #999999;
}

.checkout .checkout__wrapper .left-content form textarea::placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 170%;
    color: #999999;
}

.checkout .checkout__wrapper .left-content form textarea:focus {
    outline: none;
}

.checkout .checkout__wrapper .left-content form .registration-me {
    margin-top: 16px;
}

.checkout .checkout__wrapper .left-content form .registration-me .label-container-checkbox {
    display: block;
    position: relative;
    padding-left: 19px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkout .checkout__wrapper .left-content form .registration-me .label-container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkout .checkout__wrapper .left-content form .registration-me .checkmark {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 14px;
    width: 14px;
    background-color: transparent;
    border: 1px solid #999999;
    -webkit-transition: border-color 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
    border-radius: 4px;
}

.checkout .checkout__wrapper .left-content form .registration-me .text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #000;
}

.checkout .checkout__wrapper .left-content form .registration-me .checkmark:after {
    content: '';
    position: absolute;
    display: none;
}

.checkout .checkout__wrapper .left-content form .registration-me .label-container-checkbox:hover .checkmark {
    border-color: red;
}

.checkout .checkout__wrapper .left-content form .registration-me .label-container-checkbox:hover .text {
    color: red;
}

.checkout .checkout__wrapper .left-content form .registration-me .label-container-checkbox input:checked~.checkmark {
    border-color: red;
}

.checkout .checkout__wrapper .left-content form .registration-me .label-container-checkbox input:checked~.text {
    color: red;
}

.checkout .checkout__wrapper .left-content form .registration-me .label-container-checkbox input:checked~.checkmark:after {
    display: block;
}

.checkout .checkout__wrapper .left-content form .registration-me .label-container-checkbox .checkmark:after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 10px;
    height: 8px;
    background: url('../img/checkboxIcon.svg') no-repeat center/contain;
}

.checkout .checkout__wrapper .left-content form .form-bottom {
    margin-top: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkout .checkout__wrapper .left-content form .form-bottom input {
    padding: 16px 26px;
    background-color: red;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    border-radius: 6px;
    border: none;
    text-align: center;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    color: #ffffff;
}

.checkout .checkout__wrapper .left-content form .form-bottom input:hover {
    background-color: #e50000;
}

.checkout .checkout__wrapper .left-content form .form-bottom input:disabled {
    background: #d7d7d7;
    pointer-events: none;
}

.checkout .checkout__wrapper .left-content form .form-bottom .contract-offer {
    max-width: 360px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    margin-left: 22px;
    color: #999999;
}

.checkout .checkout__wrapper .left-content form .form-bottom .contract-offer a {
    color: red;
}

.checkout .checkout__wrapper .left-content .form-checkout .form-personal-data .inputs-row .input-wrapper input:invalid:required {
    border-color: red;
    background: #fff0f0;
}

.checkout .checkout__wrapper .left-content .form-checkout .form-personal-data .inputs-row .input-wrapper input:invalid:required~.custom-placeholder {
    color: red;
}

.checkout .checkout__wrapper .left-content .form-personal-data .inputs-row {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: normal;
}

.checkout .checkout__wrapper .left-content .form-personal-data .inputs-row .input-wrapper {
    -ms-flex-preferred-size: 48%;
    flex-basis: 47.5%;
    position: relative;
}

.checkout .checkout__wrapper .left-content .form-personal-data .inputs-row .input-wrapper~.input-wrapper {
    margin-left: 30px;
}

.checkout .checkout__wrapper .left-content .form-personal-data .inputs-row~.inputs-row {
    margin-top: 10px;
}

.checkout .checkout__wrapper .left-content .form-personal-data .inputs-row .input-wrapper input {
    padding: 10px 15px;
    width: 100%;
    height: 58px;
    background-color: transparent;
    border: 1px solid #999999;
    border-radius: 6px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 170%;
    color: #000000;
}

.checkout .checkout__wrapper .left-content .form-personal-data .inputs-row .text-danger {
    margin-top: -15px;
    color: #f00;
    cursor: pointer;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}

.checkout .checkout__wrapper .left-content .radio-select .label-container~.label-container {
    margin-top: 11px;
}

.checkout .checkout__wrapper .left-content .radio-select .label-container {
    display: block;
    position: relative;
    padding-left: 19px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkout .checkout__wrapper .left-content .radio-select .label-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkout .checkout__wrapper .left-content .radio-select .label-container input:checked~.text {
    color: red;
}

.checkout .checkout__wrapper .left-content .radio-select .text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #000;
}

.checkout .checkout__wrapper .left-content .radio-select .label-container input:checked~.checkmark:after {
    display: block;
}

.checkout .checkout__wrapper .left-content .radio-select .label-container .checkmark:after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: white;
    background: red;
}

.checkout .checkout__wrapper .left-content .radio-select .checkmark:after {
    content: '';
    position: absolute;
    display: none;
}

.checkout .checkout__wrapper .left-content .payment {
    margin-top: 46px !important;
}

.checkout .checkout__wrapper .left-content .checkbox .label-container {
    display: block;
    position: relative;
    padding-left: 16px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto;
    font-size: 14px;
}

.checkout .checkout__wrapper .left-content .bonus .checkbox {
    padding-top: 12px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-top: 1px solid #e5e5e5;
}

.checkout .checkout__wrapper .left-content .checkbox .label-container span.bonus-highlight {
    font-weight: bold;
    color: #00bccc;
}

.checkout .checkout__wrapper .left-content .bonus .checkmark.bonus {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    height: 14px;
    width: 14px;
    background-color: transparent;
    border: 1px solid #999999;
    -webkit-transition: border-color 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
}

.checkout .checkout__wrapper .left-content .bonus .checkmark.bonus:after {
    content: '';
    position: absolute;
    display: none;
    width: 5px;
    height: 8px;
    border: 2px solid red;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg);
    top: 2px;
    left: 3px;
}

.checkout .checkout__wrapper .left-content .checkbox .label-container input:checked~.checkmark:after {
    display: block;
}

.checkout .checkout__wrapper .left-content .checkbox .label-container input:checked~.checkmark {
    border-color: red;
}

.checkout .checkout__wrapper .left-content .checkbox .label-container input:checked~.text {
    color: red;
}

.checkout .checkout__wrapper .left-content .radio-select {
    margin-top: 12px;
}

.checkout .checkout__wrapper .left-content textarea {
    resize: none;
    margin-top: 53px !important;
    width: 100%;
    height: 81px;
    background: #ffffff;
    border: 1px solid #999999;
    border-radius: 6px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 170%;
    padding: 7px 14px;
    color: #000000;
}

.checkout .checkout__wrapper .left-content #custom-control.buttons {
    margin-top: 17px;
}

.checkout .checkout__wrapper .right-content {
    margin-top: -54px;
    -ms-flex-preferred-size: 40%;
    flex-basis: auto !important;
    max-width: 40%;
}

.checkout .checkout__wrapper .right-content .details-order {
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07);
    padding: 32px 41px 44px 47px;
}

.checkout .checkout__wrapper .right-content .details-order .promocode {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 140%;
    color: #000000;
    margin-bottom: 20px;
}

.checkout .checkout__wrapper .right-content .details-order .radio-select {
    margin-top: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    display: none !important;
}

.checkout .checkout__wrapper .right-content .details-order .radio-select .label-container {
    display: block;
    position: relative;
    padding-left: 19px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkout .checkout__wrapper .right-content .details-order .radio-select .label-container~.label-container {
    margin-left: 36px;
}

.checkout .checkout__wrapper .right-content .details-order .radio-select .label-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkout .checkout__wrapper .right-content .details-order .radio-select .checkmark {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 14px;
    width: 14px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #999999;
    -webkit-transition: border-color 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
}

.checkout .checkout__wrapper .right-content .details-order .radio-select .text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #000;
}

.checkout .checkout__wrapper .right-content .details-order .radio-select .checkmark:after {
    content: '';
    position: absolute;
    display: none;
}

.checkout .checkout__wrapper .right-content .details-order .radio-select .label-container:hover .checkmark {
    border-color: red;
}

.checkout .checkout__wrapper .right-content .details-order .radio-select .label-container:hover .text {
    color: red;
}

.checkout .checkout__wrapper .right-content .details-order .radio-select .label-container input:checked~.checkmark {
    border-color: red;
}

.checkout .checkout__wrapper .right-content .details-order .radio-select .label-container input:checked~.text {
    color: red;
}

.checkout .checkout__wrapper .right-content .details-order .radio-select .label-container input:checked~.checkmark:after {
    display: block;
}

.checkout .checkout__wrapper .right-content .details-order .radio-select .label-container .checkmark:after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: white;
    background: red;
}

.checkout .checkout__wrapper .right-content .details-order .write-code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 8px;
}

.checkout .checkout__wrapper .right-content .details-order .write-code input::-webkit-outer-spin-button,
.checkout .checkout__wrapper .right-content .details-order .write-code input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.checkout .checkout__wrapper .right-content .details-order .write-code input {
    width: 238px;
    height: 43px;
    padding: 19px;
    border: 1px solid #999999;
    border-radius: 6px;
    background-color: transparent;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #000;
}

.checkout .checkout__wrapper .right-content .details-order .write-code input::-webkit-input-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #999999;
}

.checkout .checkout__wrapper .right-content .details-order .write-code input::-moz-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #999999;
}

.checkout .checkout__wrapper .right-content .details-order .write-code input:-ms-input-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #999999;
}

.checkout .checkout__wrapper .right-content .details-order .write-code input::-ms-input-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #999999;
}

.checkout .checkout__wrapper .right-content .details-order .write-code input::placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #999999;
}

.checkout .checkout__wrapper .right-content .details-order .write-code .apply {
    margin-left: auto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 220%;
    height: 43px;
    padding: 0 24px;
    color: red;
    border: 1px solid red;
    border-radius: 6px;
    -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.checkout .checkout__wrapper .right-content .details-order .write-code .apply:hover {
    color: #fff;
    background-color: red;
}

.checkout .checkout__wrapper .right-content .basket {
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    margin-top: 48px;
    padding: 5px 41px 43px 45px;
}

.checkout .checkout__wrapper .right-content .basket .order-item-wrapper {
    margin-top: 23px;
}

.checkout .checkout__wrapper .right-content .basket .order-item {
    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;
}

.checkout .checkout__wrapper .right-content .basket .order-item:first-child {
    margin-top: 23px;
}

.checkout .checkout__wrapper .right-content .basket .order-item .product {
    max-width: 222px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.checkout .checkout__wrapper .right-content .basket .order-item .product .img-block {
    border: 1px solid #e5e5e5;
    width: 79px;
    min-width: 79px;
    height: 85px;
}

.checkout .checkout__wrapper .right-content .basket .order-item .product .img-block img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.checkout .checkout__wrapper .right-content .basket .order-item .product .name-product {
    margin-left: 16px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    color: #000000;
    margin-top: -15px;
}

.checkout .checkout__wrapper .right-content .basket .order-item .product .name-product a {
    margin-left: 16px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    color: #000000;
}

.checkout .checkout__wrapper .right-content .basket .order-item .product .name-product .title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.checkout .checkout__wrapper .right-content .basket .order-item .product .name-product .code {
    display: block;
    color: #8a8a8a;
}

.checkout .checkout__wrapper .right-content .basket .order-item .count-block {
    margin-top: -26px;
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 95px;
    margin-right: 20px;
}

.checkout .checkout__wrapper .right-content .basket .order-item .count-block .count {
    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;
    height: 76px;
    position: absolute;
    top: 51%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 106px;
    padding: 18px 0;
}

.checkout .checkout__wrapper .right-content .basket .order-item .count-block .count input::-webkit-outer-spin-button,
.checkout .checkout__wrapper .right-content .basket .order-item .count-block .count input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.checkout .checkout__wrapper .right-content .basket .order-item .count-block .count .count-input {
    background-color: transparent;
    text-align: center;
    width: 35px;
    border: none;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.checkout .checkout__wrapper .right-content .basket .order-item .count-block .count .number-arrows button {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 19px;
    height: 19px;
    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: 50%;
    background: #f9f9f9;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.checkout .checkout__wrapper .right-content .basket .order-item .count-block .count .number-arrows button svg path {
    -webkit-transition: fill 0.2s ease-in-out;
    -o-transition: fill 0.2s ease-in-out;
    transition: fill 0.2s ease-in-out;
}

.checkout .checkout__wrapper .right-content .basket .order-item .count-block .count .number-arrows button:hover {
    background: #ffe8e8;
}

.checkout .checkout__wrapper .right-content .basket .order-item .count-block .count .number-arrows button:hover svg path {
    fill: red;
}

.checkout .checkout__wrapper .right-content .basket .order-item .count-block .count .number-arrows .arrow-num {
    top: 0;
}

.checkout .checkout__wrapper .right-content .basket .order-item .count-block .count .number-arrows .arrow-minus {
    bottom: 0;
}

.checkout .checkout__wrapper .right-content .basket .order-item .count-block .remove-order {
    margin-top: 3px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    color: red;
    position: relative;
}

.checkout .checkout__wrapper .right-content .basket .order-item .count-block .remove-order:hover::before {
    opacity: 1;
}

.checkout .checkout__wrapper .right-content .basket .order-item .count-block .remove-order::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: red;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.checkout .checkout__wrapper .right-content .basket .order-item .price-block {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: auto;
}

.checkout .checkout__wrapper .right-content .basket .order-item .price-block .top-price .current-price {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.checkout .checkout__wrapper .right-content .basket .order-item .price-block .top-price .current-price span {
    font-size: 14px;
}

.checkout .checkout__wrapper .right-content .basket .order-item .price-block .bottom-price {
    margin-top: 10px;
}

.checkout .checkout__wrapper .right-content .basket .order-item .price-block .bottom-price .old-price {
    position: relative;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    width: min-content;
    white-space: nowrap;
    float: right;
}

.checkout .checkout__wrapper .right-content .basket .order-item .price-block .bottom-price .old-price span {
    font-size: 12px;
}

.checkout .checkout__wrapper .right-content .basket .order-item .price-block .bottom-price .old-price::before {
    content: '';
    position: absolute;
    top: 50%;
    /* -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); */
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #003edf;
}

.checkout .checkout__wrapper .right-content .basket .order-item .price-block .bottom-price .difference {
    position: absolute;
    top: 49px;
    right: 0;
    margin-left: 16px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #003edf;
}

.checkout .checkout__wrapper .right-content .basket .order-item .price-block .bottom-price .difference span {
    font-size: 12px;
}

.checkout .checkout__wrapper .right-content .basket .order-item~.order-item {
    margin-top: 45px;
}

.checkout .checkout__wrapper .right-content .basket .amount-information {
    margin-top: 36px;
    padding-top: 27px;
    border-top: 1px solid #e5e5e5;
}

.checkout .checkout__wrapper .right-content .basket .amount-information .amount-information__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.checkout .checkout__wrapper .right-content .basket .amount-information .amount-information__row .left-content {
    margin-right: 0;
    margin-top: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.checkout .checkout__wrapper .right-content .basket .amount-information .amount-information__row .left-content .title {
    white-space: nowrap;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    /* color: #797979; */
}

.checkout .checkout__wrapper .right-content .basket .amount-information .amount-information__row .left-content .line {
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 100%;
    height: 1px;
    background: #f4f4f4;
    margin: 0 3px;
}

.checkout .checkout__wrapper .right-content .basket .amount-information .amount-information__row .right-content {
    margin-top: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.checkout .checkout__wrapper .right-content .basket .amount-information .amount-information__row .right-content .amount {
    white-space: nowrap;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    text-align: right;
    color: #003edf;
}

.checkout .checkout__wrapper .right-content .basket .amount-information .amount-information__row .right-content .amount span {
    font-size: 15px;
}

.checkout .checkout__wrapper .right-content .basket .amount-information .amount-information__row~.amount-information__row {
    margin-top: 0;
}

.checkout .checkout__wrapper .right-content .basket .amount-information .amount-information__row:first-child .left-content .title {
    font-weight: bold;
    color: #000;
}

.checkout .checkout__wrapper .right-content .basket .amount-information .amount-information__row:first-child .right-content .amount {
    font-weight: bold;
    color: #000;
}

.checkout .checkout__wrapper .right-content .basket .amount-information .total-amount {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.checkout .checkout__wrapper .right-content .basket .amount-information .total-amount .title {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    color: #000000;
}

.checkout .checkout__wrapper .right-content .basket .amount-information .total-amount .amount {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    color: #000000;
}

.checkout .checkout__wrapper .right-content .basket .amount-information .total-amount .amount span {
    font-size: 24px;
    line-height: 28px;
}

.personal-area-page {
    margin-top: 38px;
}

.personal-area-page .personal-area-page__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__nav-bar {
    margin-right: 20px;
    -ms-flex-preferred-size: 26%;
    flex-basis: 26%;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__nav-bar .nav-bar-mobile-menu-button {
    border: 1px solid red;
    border-radius: 6px;
    padding: 8px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: none;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__nav-bar .nav-bar-mobile-menu-button .nav-bar-burger span {
    display: block;
    width: 15px;
    height: 2px;
    background-color: #fff;
    margin-bottom: 2px;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__nav-bar .nav-bar-mobile-menu-button .nav-bar-burger span~span {
    width: 50%;
    float: right;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__nav-bar .nav-bar-mobile-menu-button .nav-bar-burger span~span~span {
    display: none;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__nav-bar .nav-bar-mobile-menu-button .nav-bar-title {
    margin-left: 10px;
    font-style: normal;
    font-size: 13px;
    line-height: 140%;
    color: #fff;
    font-weight: bold;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__nav-bar .title {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 140%;
    color: #000000;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__nav-bar .list {
    padding: 28px 34px 33px;
    margin-top: 56px;
    background: #ffffff;
    -webkit-box-shadow: 2px 4px 25px rgba(0, 0, 0, 0.07);
    box-shadow: 2px 4px 25px rgba(0, 0, 0, 0.07);
    z-index: 50;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__nav-bar .list li~li {
    margin-top: 18px;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__nav-bar .list li a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #000000;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__nav-bar .list li a:hover {
    color: red;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__nav-bar .list .list-active a {
    padding-bottom: 2px;
    color: red;
    border-bottom: 1px solid red;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper .bonus .description {
    padding-right: 20px;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__main {
    -ms-flex-preferred-size: 67%;
    flex-basis: 67%;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__main h2.title {
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 125%;
    color: #000000;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper {
    margin-top: 41px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper .bonus,
.personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper .discount {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper .bonus .img-block,
.personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper .discount .img-block {
    width: auto;
    height: auto;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper .bonus {
    display: flex;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper .bonus .text-block {
    width: auto;
    flex-basis: 30%;
    margin-left: 45px;
    align-self: center;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper .bonus .title,
.personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper .discount .title {
    margin-top: 14px;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    color: #000000;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper .bonus .sub-title,
.personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper .discount .sub-title {
    margin-top: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper .bonus .description,
.personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper .discount .description {
    margin-top: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #414141;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper .bonus .smart-bonus {
    margin-top: 15px;
    display: inline-block;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    padding: 6px 14px;
    background: #00bccc;
    border-radius: 6px;
    color: #fff;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper .bonus .smart-bonus span {
    font-weight: 300;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper .discount .discount-amount {
    margin-top: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper .discount .discount-amount .discount-amount__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 17px;
    border-radius: 6px;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper .discount .discount-amount .discount-amount__item .discount-amount__item__title {
    display: none;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    color: #ffffff;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper .discount .discount-amount .discount-amount__item .amount {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #ffffff;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper .discount .discount-amount .discount-amount__item~.discount-amount__item {
    margin-left: -2px;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper .discount .discount-amount .discount-amount__item-3 {
    background: #e5e5e5;
    z-index: 9;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper .discount .discount-amount .discount-amount__item-5 {
    background: #b0b0b0;
    z-index: 8;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper .discount .discount-amount .discount-amount__item-7 {
    background: #d3d3d3;
    z-index: 7;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper .discount .discount-amount .discount-amount__item-10 {
    background: #e3e3e3;
    z-index: 6;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper .discount .discount-amount .discount-amount__item-active {
    z-index: 10;
    background: #003edf;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper .discount .discount-amount .discount-amount__item-active .discount-amount__item__title {
    display: block;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper .discount .discount-amount .discount-amount__item-active .amount {
    margin-left: 10px;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__main .subscribe {
    margin-top: 54px;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__main .subscribe .label-container-checkbox {
    display: block;
    position: relative;
    padding-left: 19px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__main .subscribe .label-container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__main .subscribe .checkmark {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 14px;
    width: 14px;
    background-color: transparent;
    border: 1px solid #999999;
    -webkit-transition: border-color 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
    border-radius: 4px;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__main .subscribe .text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #000;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__main .subscribe .checkmark:after {
    content: '';
    position: absolute;
    display: none;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__main .subscribe .label-container-checkbox:hover .checkmark {
    border-color: red;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__main .subscribe .label-container-checkbox:hover .text {
    color: red;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__main .subscribe .label-container-checkbox input:checked~.checkmark {
    border-color: red;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__main .subscribe .label-container-checkbox input:checked~.text {
    color: red;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__main .subscribe .label-container-checkbox input:checked~.checkmark:after {
    display: block;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__main .subscribe .label-container-checkbox .checkmark:after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 10px;
    height: 8px;
    background: url('../img/checkboxIcon.svg') no-repeat center/contain;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__main .main-img {
    margin-top: 42px;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__main .main-img img {
    width: 100%;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__main h2.title-bottom {
    margin-top: 13px;
    text-align: center;
    max-width: none;
}

.personal-area-page .personal-area-page__wrapper .right-title {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 250%;
    color: #000000;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page_change-contact-info {
    -ms-flex-preferred-size: 67%;
    flex-basis: 67%;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page_change-contact-info form {
    margin-top: 30px;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page_change-contact-info form .inputs-row {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page_change-contact-info form .inputs-row .input-wrapper {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    position: relative;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page_change-contact-info form .inputs-row .input-wrapper .custom-placeholder {
    left: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    -webkit-transition: font-size 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: font-size 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -o-transition: font-size 0.2s ease-in-out, transform 0.2s ease-in-out;
    transition: font-size 0.2s ease-in-out, transform 0.2s ease-in-out;
    transition: font-size 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    color: #a4a4a4;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page_change-contact-info form .inputs-row .input-wrapper .custom-placeholder-active {
    font-size: 12px;
    -webkit-transform: translateY(-21px);
    -ms-transform: translateY(-21px);
    transform: translateY(-21px);
}

.personal-area-page .personal-area-page__wrapper .personal-area-page_change-contact-info form .inputs-row .input-wrapper input {
    padding: 17px 40px 0 15px;
    width: 100%;
    height: 58px;
    background-color: transparent;
    border: 1px solid #999999;
    border-radius: 6px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 170%;
    color: #000000;
}


/* .personal-area-page .personal-area-page__wrapper .personal-area-page_change-contact-info form .inputs-row .input-wrapper input:valid {
    background: url("../img/availabilityIcon.svg") no-repeat;
    background-position-y: 67%
}

.personal-area-page .personal-area-page__wrapper .personal-area-page_change-contact-info form .inputs-row .input-wrapper .input-invalid:invalid {
    border-color: red;
    background: #fff0f0
} */

.personal-area-page .personal-area-page__wrapper .personal-area-page_change-contact-info form .inputs-row .input-wrapper .input-invalid.invalid {
    border-color: red;
    background: #fff0f0;
}


/* .personal-area-page .personal-area-page__wrapper .personal-area-page_change-contact-info form .inputs-row .input-wrapper .input-invalid:invalid~.custom-placeholder {
    color: red
} */

.personal-area-page .personal-area-page__wrapper .personal-area-page_change-contact-info form .inputs-row .input-wrapper .input-invalid.invalid~.custom-placeholder {
    color: red;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page_change-contact-info form .inputs-row .input-wrapper~.input-wrapper {
    margin-left: 27px;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page_change-contact-info form .inputs-row~.inputs-row {
    margin-top: 31px;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page_change-contact-info form input[type='submit'] {
    margin-top: 31px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    border: none;
    background-color: red;
    text-align: center;
    padding: 12px 18px;
    border-radius: 6px;
    color: #ffffff;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page_change-contact-info form input[type='submit']:hover {
    background-color: #e50000;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page_change-contact-info form .text-width-span {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 170%;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page_change-contact-info .form-checkout .inputs-row .input-wrapper input:invalid:required {
    border-color: red;
    background: #fff0f0;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page_change-contact-info .form-checkout .inputs-row .input-wrapper input:invalid:required~.custom-placeholder {
    color: red;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page_change-contact-info .form-checkout .inputs-row .input-wrapper input:valid:required {
    background: url('../img/availabilityIcon.svg') no-repeat;
    background-position-y: 67%;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list {
    -ms-flex-preferred-size: 67%;
    flex-basis: 67%;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .address-list-empty {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 250%;
    color: #000000;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .address-list {
    margin-top: 26px;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .address-list .address-list__item .main-make-main {
    margin-top: 14px;
    margin-bottom: 5px;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .address-list .address-list__item .main-make-main .label-container-checkbox {
    display: block;
    position: relative;
    padding-left: 19px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .address-list .address-list__item .main-make-main .label-container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .address-list .address-list__item .main-make-main .checkmark {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 14px;
    width: 14px;
    background-color: transparent;
    border: 1px solid #999999;
    -webkit-transition: border-color 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
    border-radius: 50%;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .address-list .address-list__item .main-make-main .text {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #000;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .address-list .address-list__item .main-make-main .checkmark:after {
    content: '';
    position: absolute;
    display: none;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .address-list .address-list__item .main-make-main .label-container-checkbox:hover .checkmark {
    border-color: red;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .address-list .address-list__item .main-make-main .label-container-checkbox:hover .text {
    color: red;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .address-list .address-list__item .main-make-main .label-container-checkbox input:checked~.checkmark {
    border-color: red;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .address-list .address-list__item .main-make-main .label-container-checkbox input:checked~.text {
    color: red;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .address-list .address-list__item .main-make-main .label-container-checkbox input:checked~.checkmark:after {
    display: block;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .address-list .address-list__item .main-make-main .label-container-checkbox .checkmark:after {
    top: 20%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 8px;
    height: 8px;
    background-color: red;
    border-radius: 50%;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .address-list .address-list__item .key {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 180%;
    color: #6b6b6b;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .address-list .address-list__item .key .property {
    color: #000000;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .address-list .address-list__item .buttons-wrapper .change {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 180%;
    color: #003edf;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .address-list .address-list__item .buttons-wrapper .remove {
    margin-left: 8px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 180%;
    color: red;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .address-list .address-list__item~.address-list__item {
    margin-top: 40px;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .address-list .address-list__item:last-child {
    margin-bottom: 50px;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .add-address-field,
.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .change-address-field {
    display: none;
    margin-top: 50px;
    width: 50%;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .add-address-field .title,
.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .change-address-field .title {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 250%;
    color: #000000;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .add-address-field form,
.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .change-address-field form {
    margin-top: 10px;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .add-address-field form .inputs-row,
.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .change-address-field form .inputs-row {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .add-address-field form .inputs-row .input-wrapper,
.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .change-address-field form .inputs-row .input-wrapper {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    position: relative;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .add-address-field form .inputs-row .input-wrapper.half,
.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .change-address-field form .inputs-row .input-wrapper.half {
    flex-basis: 185px;
    -ms-flex-preferred-size: 185px;
}

.input-wrapper.half {
    float: left;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .add-address-field form .inputs-row:nth-child(3),
.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .change-address-field form .inputs-row:nth-child(3) {
    justify-content: start;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .add-address-field .inputs-row:nth-child(n+3) {
    width: 48%;
    float: left;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .add-address-field .inputs-row:nth-child(n+3) .input-wrapper {
    width: 100%;
    flex-basis: 100%;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .add-address-field .inputs-row:nth-child(3) {
    margin-right: 4%;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .add-address-field .inputs-row:last-child {
    width: auto;
    flex-basis: 100%;
    flex-direction: column;
    margin-top: 0 !important;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .add-address-field .inputs-row:nth-child(5) {
    width: 100%;
    margin-top: 0 !important;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .add-address-field form .inputs-row .input-wrapper .custom-placeholder,
.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .change-address-field form .inputs-row .input-wrapper .custom-placeholder {
    left: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    -webkit-transition: font-size 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: font-size 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -o-transition: font-size 0.2s ease-in-out, transform 0.2s ease-in-out;
    transition: font-size 0.2s ease-in-out, transform 0.2s ease-in-out;
    transition: font-size 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    color: #a4a4a4;
    pointer-events: none;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .add-address-field form .inputs-row .input-wrapper .custom-placeholder-active,
.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .change-address-field form .inputs-row .input-wrapper .custom-placeholder-active {
    font-size: 12px;
    -webkit-transform: translateY(-21px);
    -ms-transform: translateY(-21px);
    transform: translateY(-21px);
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .add-address-field form .inputs-row .input-wrapper input,
.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .change-address-field form .inputs-row .input-wrapper input {
    padding: 17px 40px 0 15px;
    width: 100%;
    height: 58px;
    background-color: transparent;
    border: 1px solid #999999;
    border-radius: 6px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 170%;
    color: #000000;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .add-address-field form .inputs-row .input-wrapper .half-input,
.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .change-address-field form .inputs-row .input-wrapper .half-input {
    max-width: 100%;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .add-address-field form .inputs-row .input-wrapper~.input-wrapper,
.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .change-address-field form .inputs-row .input-wrapper~.input-wrapper {
    margin-left: 27px;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .add-address-field form .inputs-row~.inputs-row,
.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .change-address-field form .inputs-row~.inputs-row {
    margin-top: 31px;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .add-address-field form .make-main,
.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .change-address-field form .make-main {
    margin-top: 14px;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .add-address-field form .make-main .label-container-checkbox,
.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .change-address-field form .make-main .label-container-checkbox {
    display: block;
    position: relative;
    padding-left: 19px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .add-address-field form .make-main .label-container-checkbox input,
.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .change-address-field form .make-main .label-container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .add-address-field form .make-main .checkmark,
.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .change-address-field form .make-main .checkmark {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 14px;
    width: 14px;
    background-color: transparent;
    border: 1px solid #999999;
    -webkit-transition: border-color 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
    border-radius: 4px;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .add-address-field form .make-main .text,
.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .change-address-field form .make-main .text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #000;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .add-address-field form .make-main .checkmark:after,
.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .change-address-field form .make-main .checkmark:after {
    content: '';
    position: absolute;
    display: none;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .add-address-field form .make-main .label-container-checkbox:hover .checkmark,
.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .change-address-field form .make-main .label-container-checkbox:hover .checkmark {
    border-color: red;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .add-address-field form .make-main .label-container-checkbox:hover .text,
.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .change-address-field form .make-main .label-container-checkbox:hover .text {
    color: red;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .add-address-field form .make-main .label-container-checkbox input:checked~.checkmark,
.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .change-address-field form .make-main .label-container-checkbox input:checked~.checkmark {
    border-color: red;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .add-address-field form .make-main .label-container-checkbox input:checked~.text,
.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .change-address-field form .make-main .label-container-checkbox input:checked~.text {
    color: red;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .add-address-field form .make-main .label-container-checkbox input:checked~.checkmark:after,
.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .change-address-field form .make-main .label-container-checkbox input:checked~.checkmark:after {
    display: block;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .add-address-field form .make-main .label-container-checkbox .checkmark:after,
.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .change-address-field form .make-main .label-container-checkbox .checkmark:after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 10px;
    height: 8px;
    background: url('../img/checkboxIcon.svg') no-repeat center/contain;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .add-address-field form input[type='submit'],
.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .change-address-field form input[type='submit'] {
    margin-top: 14px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    border: none;
    background-color: red;
    text-align: center;
    padding: 12px 18px;
    border-radius: 6px;
    color: #ffffff;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .add-address-field form input[type='submit']:hover,
.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .change-address-field form input[type='submit']:hover {
    background-color: #e50000;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .add-address-field form .cancel,
.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .change-address-field form .cancel {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 250%;
    color: red;
    margin-left: 36px;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .add-address-field form .text-width-span,
.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .change-address-field form .text-width-span {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 170%;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .add-address {
    margin-top: 15px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    border: none;
    background-color: red;
    text-align: center;
    padding: 12px 18px;
    border-radius: 6px;
    color: #ffffff;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .add-address:hover {
    background-color: #e50000;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__favorites {
    -ms-flex-preferred-size: 67%;
    flex-basis: 67%;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__favorites .favorites-empty {
    display: none;
    margin-top: 19px;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 250%;
    color: #000000;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__favorites .favorites-list {
    margin-top: -5px;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__favorites .favorites-list .favorites-list__item {
    max-width: 683px;
    padding: 33px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__favorites .favorites-list .favorites-list__item .favorites-list__item-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__favorites .favorites-list .favorites-list__item .favorites-list__item-left .img-product {
    width: 79px;
    height: 85px;
    border: 1px solid #e5e5e5;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__favorites .favorites-list .favorites-list__item .favorites-list__item-left .img-product img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__favorites .favorites-list .favorites-list__item .favorites-list__item-left .name-product {
    max-width: 154px;
    margin-left: 25px;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__favorites .favorites-list .favorites-list__item .favorites-list__item-left .name-product .title {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #000000;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__favorites .favorites-list .favorites-list__item .favorites-list__item-left .name-product .title a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #000000;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__favorites .favorites-list .favorites-list__item .favorites-list__item-left .name-product .code {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    color: #6b6b6b;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__favorites .favorites-list .favorites-list__item .favorites-list__item-middle .price {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__favorites .favorites-list .favorites-list__item .favorites-list__item-middle .price span {
    font-size: 14px;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__favorites .favorites-list .favorites-list__item .favorites-list__item-middle .bottom-price {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__favorites .favorites-list .favorites-list__item .favorites-list__item-middle .bottom-price .old-price {
    position: relative;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__favorites .favorites-list .favorites-list__item .favorites-list__item-middle .bottom-price .old-price span {
    font-size: 12px;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__favorites .favorites-list .favorites-list__item .favorites-list__item-middle .bottom-price .old-price::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    /* -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); */
    width: 100%;
    height: 1px;
    background-color: #003edf;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__favorites .favorites-list .favorites-list__item .favorites-list__item-middle .bottom-price .difference {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #003edf;
    margin-left: 13px;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__favorites .favorites-list .favorites-list__item .favorites-list__item-right {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__favorites .favorites-list .favorites-list__item .favorites-list__item-right .remove,
.personal-area-page .personal-area-page__wrapper .personal-area-page__favorites .favorites-list .favorites-list__item .favorites-list__item-right .compare {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    padding-left: 19px;
    position: relative;
    color: #000000;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__favorites .favorites-list .favorites-list__item .favorites-list__item-right .remove:hover,
.personal-area-page .personal-area-page__wrapper .personal-area-page__favorites .favorites-list .favorites-list__item .favorites-list__item-right .compare:hover {
    color: red;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__favorites .favorites-list .favorites-list__item .favorites-list__item-right .remove::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: url('../img/removeIcon.svg') no-repeat;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__favorites .favorites-list .favorites-list__item .favorites-list__item-right .compare {
    margin-top: 13px;
    display: none;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__favorites .favorites-list .favorites-list__item .favorites-list__item-right .compare::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px;
    height: 11px;
    background: url('../img/compareIcon.svg') no-repeat;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__favorites .favorites-list .favorites-list__item~.favorites-list__item {
    border-top: 1px solid #e5e5e5;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__history-view {
    -ms-flex-preferred-size: 67%;
    flex-basis: 67%;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__history-view .history-list {
    margin-top: 21px;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__history-view .history-list .history-list__item .date {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #003edf;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__history-view .history-list .history-list__item .product-item {
    cursor: pointer;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__history-view .history-list .history-list__item .product-item .time {
    font-style: normal;
    font-weight: 200;
    font-size: 18px;
    line-height: 150%;
    color: #003edf;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__history-view .history-list .history-list__item .product-item .product-img {
    margin-left: 12px;
    width: 41px;
    height: 45px;
    border: 1px solid #afafaf;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__history-view .history-list .history-list__item .product-item .product-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__history-view .history-list .history-list__item .product-item .product-name {
    margin-left: 15px;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__history-view .history-list .history-list__item .product-item .product-name .title {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    color: #000000;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__history-view .history-list .history-list__item .product-item .product-name .code {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #6b6b6b;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__history-view .history-list .history-list__item .product-item:hover .product-img img {
    opacity: 0.8;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__history-view .history-list .history-list__item .product-item:hover .product-name .code {
    color: #000000;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__history-view .history-list .history-list__item .product-item~.product-item {
    margin-top: 23px;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__history-view .history-list .history-list__item~.history-list__item {
    margin-top: 70px;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__purchase_history {
    -ms-flex-preferred-size: 67%;
    flex-basis: 67%;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__purchase_history .purchase-history-list {
    margin-top: 13px;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__purchase_history .purchase-history-list .purchase-history-list__item {
    max-width: 815px;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__purchase_history .purchase-history-list .purchase-history-list__item .date-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__purchase_history .purchase-history-list .purchase-history-list__item .date-time .date {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 250%;
    color: #003edf;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__purchase_history .purchase-history-list .purchase-history-list__item .date-time .time {
    margin-left: 6px;
    font-style: normal;
    font-weight: 200;
    font-size: 18px;
    line-height: 250%;
    color: #003edf;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__purchase_history .purchase-history-list .purchase-history-list__item .product-item {
    padding: 33px 0;
    max-width: 457px;
    margin-top: -22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__purchase_history .purchase-history-list .purchase-history-list__item .product-item .product-img {
    width: 79px;
    height: 85px;
    border: 1px solid #e5e5e5;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__purchase_history .purchase-history-list .purchase-history-list__item .product-item .product-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__purchase_history .purchase-history-list .purchase-history-list__item .product-item .name-product {
    max-width: 50%;
    margin-left: 25px;
    width: 50%;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__purchase_history .purchase-history-list .purchase-history-list__item .product-item .name-product .title,
.personal-area-page .personal-area-page__wrapper .personal-area-page__purchase_history .purchase-history-list .purchase-history-list__item .product-item .name-product .code {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #000000;
}

#account-order .product-item .name-product .title a {
    color: #000;
}

#account-order .product-item .name-product .code {
    float: left;
    width: min-content;
}

#account-order .product-item .status {
    margin-left: 15px;
    color: #21ce1c;
}

#account-order .personal-area-page .personal-area-page__wrapper .personal-area-page__purchase_history .purchase-history-list .purchase-history-list__item .product-item {
    padding: 33px 0;
    padding-right: 0;
    max-width: unset;
    margin-top: -17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 35%;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__purchase_history .purchase-history-list .purchase-history-list__item .product-item .name-product .code {
    font-weight: 300;
    color: #6b6b6b;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__purchase_history .purchase-history-list .purchase-history-list__item .product-item .price {
    margin-left: auto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__purchase_history .purchase-history-list .purchase-history-list__item .product-item .price span {
    font-size: 14px;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__purchase_history .purchase-history-list .purchase-history-list__item .product-item~.product-item {
    margin-top: 0 !important;
    border-top: 1px solid #e5e5e5;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__purchase_history .purchase-history-list .purchase-history-list__item~.purchase-history-list__item {
    margin-top: 67px;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page_give_feedback {
    -ms-flex-preferred-size: 67%;
    flex-basis: 67%;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page_give_feedback form {
    margin-top: 28px;
    max-width: 625px;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page_give_feedback form .type-review-select select,
.personal-area-page .personal-area-page__wrapper .personal-area-page_give_feedback form .your-purchase-select select {
    width: 100%;
    height: 43px;
    border-radius: 6px;
    border: 1px solid #b6b6b6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 18px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    background: url('../img/selectArrow.svg') no-repeat 97% 48%;
    color: #000000;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page_give_feedback form .your-purchase-select {
    margin-top: 22px;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page_give_feedback form .rate {
    margin-top: 20px;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page_give_feedback form .rate .icons {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page_give_feedback form .rate .icons:hover .star-icon svg path {
    stroke: red;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page_give_feedback form .rate .icons .star-icon {
    cursor: pointer;
    padding-right: 5px;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page_give_feedback form .rate .icons .star-icon svg {
    width: 28px;
    height: 29px;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page_give_feedback form .rate .icons .star-icon svg path {
    stroke: #999999;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page_give_feedback form .rate .icons .star-icon:not(:first-child) {
    padding-left: 5px;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page_give_feedback form .rate .icons .star-icon:hover~.star-icon svg path {
    stroke: #999999;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page_give_feedback form .form-body {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page_give_feedback form textarea {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-filter: none;
    filter: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    display: block;
    padding: 12px 17px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    border: 1px solid #b6b6b6;
    border-radius: 6px;
    resize: none;
    color: #999999;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page_give_feedback form textarea::-webkit-input-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #999999;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page_give_feedback form textarea::-moz-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #999999;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page_give_feedback form textarea:-ms-input-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #999999;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page_give_feedback form textarea::-ms-input-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #999999;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page_give_feedback form textarea::placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #999999;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page_give_feedback form textarea {
    margin-top: 25px;
    height: 140px;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page_give_feedback form textarea:focus {
    outline: none;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page_give_feedback form input[type='submit'] {
    margin-top: 25px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    padding: 12px 49px;
    border-radius: 6px;
    border: none;
    color: #fff;
    background-color: red;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page_give_feedback form input[type='submit']:hover {
    background-color: #e50000;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page_give_feedback .thanks-for-review {
    display: none;
    margin-top: 23px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #020202;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__smart-bonus {
    -ms-flex-preferred-size: 67%;
    flex-basis: 67%;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__smart-bonus .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 28px;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__smart-bonus .content-wrapper .img-block img {
    width: auto;
    height: 180px !important;
    background: #c4c4c4;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__smart-bonus .content-wrapper .text-block {
    margin-left: 35px;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__smart-bonus .content-wrapper .text-block .title {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 140%;
    color: #00bccc;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__smart-bonus .content-wrapper .text-block .amount {
    margin-top: 5px;
    display: inline-block;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #ffffff;
    padding: 6px 16px;
    background: #00bccc;
    border-radius: 6px;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__smart-bonus .content-wrapper .text-block .amount span {
    font-weight: 300;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__smart-bonus .content-wrapper .text-block .description {
    margin-top: 10px;
    max-width: 305px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #020202;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__smart-bonus .content-wrapper .text-block .date {
    margin-top: 10px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    color: #424242;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__smart-bonus table {
    margin-top: 48px;
    width: 100%;
    border-collapse: collapse;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__smart-bonus table td:not(:first-child) {
    height: 46px;
    border-left: 1px solid #e5e5e5;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__smart-bonus table td {
    padding: 0 5px;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__smart-bonus table td .bonus-slash-divider {
    color: #989898;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__smart-bonus table thead tr td {
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #000000;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__smart-bonus table tbody tr {
    border-top: 1px solid #e5e5e5;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__smart-bonus table tbody tr td {
    text-align: center;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    color: #000000;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__smart-bonus table tbody tr .color-green {
    color: #00a71b;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page__smart-bonus table tbody tr .color-red {
    color: red;
}

.click-nav-bar-menu .top-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 17px 20px;
    border-bottom: 1px solid #f3f3f3;
}

.click-nav-bar-menu .top-wrapper .title {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    color: #000000;
}

.click-nav-bar-menu .top-wrapper .close {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: red;
}

.click-nav-bar-menu .body-wrapper {
    padding: 0 17px;
}

.click-nav-bar-menu .mobile-menu-nav {
    margin-top: 19px;
}

button.dynamic-btn {
    padding: 11px 5px 11px 8px;
    transform: translateY(-19px);
    border-radius: 0 6px 6px 0;
    background-color: #ff0000;
    position: absolute;
    font-style: normal;
    text-align: center;
    font-weight: bold;
    line-height: 16px;
    font-size: 14px;
    display: none;
    right: -178px;
    width: 177px;
    color: #fff;
    z-index: 60;
    top: 100px;
}

button.dynamic-btn:not(.sticky) {
    left: unset !important;
}

.click-nav-bar-menu .mobile-menu-nav ul li~li {
    margin-top: 20px;
}

.click-nav-bar-menu .mobile-menu-nav ul li a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18, 2px;
    color: #000000;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.click-nav-bar-menu .mobile-menu-nav ul li a:hover {
    color: red;
}

.click-nav-bar-menu .mobile-menu-nav ul .list-active a {
    color: red;
}


/* .click-nav-bar-menu-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
} */


/*    Listing image slider    */

.category-slider-image {
    float: none;
}

.category-slider-image {
    display: inline-flex;
    flex-direction: row;
    overflow: hidden;
    flex-wrap: nowrap;
    width: 100%;
    height: 101.2%;
}

.category-slider-image {
    text-align: center;
}

.category-slider-image .productSlideImg a {
    display: block;
    width: 25%;
}

.category-slider-image .productSlideImg img {
    width: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    z-index: 1;
}

.category-slider-imag:hover .bullet {
    visibility: visible;
}

.productSlideImg {
    flex: 0 0 auto;
    width: 25%;
    height: 100%;
}

.category-slider-image .productSlideImg a {
    display: block;
    width: 25%;
    height: 100%;
}

.category-slider-image .productSlideImg a {
    display: block;
}

.productSlideImg.active a {
    z-index: 1;
    background-size: cover;
    box-sizing: border-box;
    width: 100% !important;
}

.productSlideImg.active .bullet {
    background: #ffd5d5 !important;
}

.bullet {
    position: relative;
    width: calc(100% - 5px) !important;
    display: block;
    height: 2px;
    background: #e5e5e5 !important;
    top: -14px;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 112;
    border: none;
    margin: 0 0 0 4px;
}

.productSlideImg:nth-last-child(1) .bullet {
    margin-right: 9px;
    width: calc(100% - 10px) !important;
}

.productSlideImg:first-child .bullet {
    margin-left: 9px;
    width: calc(100% - 10px) !important;
}

.block.block-view-3-col:hover .bullet,
.block.block-view-1-col:hover .bullet {
    opacity: 1 !important;
}

.productSlideImg.active img {
    z-index: 2;
    width: calc(100% - 30px);
}

.category-slider-image img {
    width: 0;
    padding: 15px;
    pointer-events: none;
    position: absolute;
    left: 15px;
    z-index: 1;
}

.category-slider-image img {
    margin-left: auto;
    margin-right: auto;
}

.block.block-view-3-col {
    width: 30%;
}

.search-result .block.block-view-3-col {
    width: 29.7%;
}


/*    Listing image slider end    */

@media (max-width: 1350px) {
    .product-cards-wrapper-template .slick-arrow {
        display: none;
    }
}

@media (max-width: 1280px) {
    .header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu {
        left: -580%;
    }
    .header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu::before {
        left: 76.3%;
    }
}

@media (max-width: 1220px) {
    .product-card .product-card__wrapper .slider-main-specifications {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .product-card .product-card__wrapper .slider-main-specifications .product-image-slider {
        margin-right: 20px;
    }
    .product-card .product-card__wrapper .slider-main-specifications .product-image-slider .vertical-slider-nav {
        display: none;
    }
    .product-card .product-card__wrapper .slider-main-specifications .product-image-slider .product-slider-main {
        max-width: 100vw;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications {
        -ms-flex-preferred-size: 52%;
        flex-basis: 52%;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .breadcrumb {
        display: none;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .main-title {
        font-size: 22px;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .poduct-buttons {
        margin-top: 20px;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .description {
        display: none;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .price-block {
        margin-top: 20px;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .price-block .price {
        font-size: 29px;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .price-block .price span {
        font-size: 23px;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .availability-series {
        margin-top: 40px;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .buy-buttons-pic-color {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .buy-buttons-pic-color .buy-buttons .buy {
        padding: 9px 21px;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .buy-buttons-pic-color .buy-buttons .on-basket {
        padding: 8px 21px;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .buy-buttons-pic-color .buy-buttons .buy-on-credit {
        font-size: 14px;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .buy-buttons-pic-color .buy-buttons .buy-on-credit img {
        width: 46px;
        height: auto;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .buy-buttons-pic-color .buy-buttons .buy-on-credit .button-text {
        line-height: normal;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .buy-buttons-pic-color .color-pic {
        margin-top: 21px;
        width: 100%;
    }
}

@media (max-width: 1600px) and (min-width: 980px) {
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: row;
        display: inline-flex;
        white-space: nowrap;
        margin-top: 10px;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .poduct-buttons {
        margin-top: 0;
    }
    button.dynamic-btn.sticky {
        position: fixed !important;
        left: 285px;
    }
}

@media (max-width: 1200px) {
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: row;
        display: inline-flex;
        white-space: nowrap;
        margin-top: 20px;
    }
    button.dynamic-btn.sticky {
        position: fixed !important;
        left: 285px;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .poduct-buttons {
        margin-top: 0;
    }
}

@media (max-width: 980px) {
    .click-mobile-menu-active {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .add-address-field,
    .personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .change-address-field {
        margin-top: 0px;
        width: 100%;
    }
    .personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .add-address-field .inputs-row:nth-child(n+3) {
        width: 100%;
    }
    .click-mobile-menu .mobile-city-language .mobile-city ul a.current-city {
        display: none !important;
    }
    .click-nav-bar-menu {
        display: none;
        position: fixed;
        width: 245px;
        min-height: 150vh;
        height: 150vh;
        top: 0;
        z-index: 100;
        background: #ffffff;
        -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
        -webkit-transition: -webkit-transform 0.4s ease-in-out;
        transition: -webkit-transform 0.4s ease-in-out;
        -o-transition: transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
        -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
        transform: translateX(-300px);
    }
    .click-nav-bar-menu-active {
        -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        transform: translateY(0) !important;
    }
    .loan {
        display: none;
    }
    .header {
        -webkit-box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.07);
        box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.07);
        width: 100%;
        z-index: 90;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #fff;
    }
    .header .header__wrapper .top-header,
    .header .header__wrapper .bottom-header {
        display: none;
    }
    .header .header__wrapper .mobile-menu {
        display: block;
    }
    .header-listing-page .header__wrapper .mobile-menu .mobile-menu__wrapper .view-mobile {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .header-listing-page .header__wrapper .mobile-menu .mobile-menu__wrapper .sort-mobile-button,
    .header-listing-page .header__wrapper .mobile-menu .mobile-menu__wrapper .filters-mobile-button {
        display: block !important;
    }
    .header-listing-page .header__wrapper .mobile-menu .mobile-menu__wrapper .sort-mobile-button {
        margin-left: 23px;
    }
    .fix-footer {
        display: block;
    }
    .listing-page .listing-page__wrapper .title-block .breadcrumbs {
        display: none;
    }
    .listing-page .listing-page__wrapper .title-block .view-block {
        display: none;
    }
    .listing-page .listing-page__wrapper .content-wrapper .left-content {
        display: none;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col {
        max-width: 31vw;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col .img-block .slick-slide {
        height: 280px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col .img-block .slick-slide div {
        height: 100%;
    }
    .listing-page .slick-initialized .slick-slide {
        margin: 1px;
    }
    .listing-page .slick-slide {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px;
        max-height: 272px;
    }
    .backet .backet__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .backet .backet__wrapper .left-content {
        margin-right: 0;
    }
    .backet .backet__wrapper .left-content .order-item {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .backet .backet__wrapper .left-content .order-item .count-block {
        margin: 0;
    }
    .backet .backet__wrapper .left-content .order-item .price-block {
        margin-left: 0;
    }
    .backet .backet__wrapper .right-content {
        margin-top: 50px;
    }
    .backet .backet__wrapper .right-content .details-order .write-code .apply {
        margin-left: 20px;
    }
    .backet .backet__wrapper .right-content .details-order .amount-information .amount-information__row .right-content {
        margin-top: 0;
    }
    .backet .backet__wrapper .right-content .details-order .order-registration,
    .backet .backet__wrapper .right-content .details-order .buy-on-credit {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .checkout .checkout__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .checkout .checkout__wrapper .left-content {
        margin-right: 0;
        background-color: #fff;
        padding: 31px 32px 31px 48px;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-left: 32px;
    }
    .checkout .checkout__wrapper .left-content .form-personal-data .form-personal-data__title {
        font-size: 22px;
    }
    .checkout .checkout__wrapper .left-content #custom-control .form-bottom {
        margin-top: -5px;
    }
    .checkout .checkout__wrapper .left-content #custom-customer,
    .checkout .checkout__wrapper .left-content #custom-shipping,
    .checkout .checkout__wrapper .left-content #custom-payment,
    .checkout .checkout__wrapper .left-content #custom-comment {
        order: 1;
    }
    .checkout .checkout__wrapper .left-content #custom-control {
        width: 100%;
        float: left;
        max-width: 100% !important;
        order: 2;
    }
    .checkout .checkout__wrapper .left-content #custom-continue,
    .checkout .checkout__wrapper .left-content #custom-confirm {
        order: 3;
    }
    .checkout .checkout__wrapper .right-content {
        margin-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .checkout .checkout__wrapper .right-content .details-order {
        margin-top: 24px;
        padding-right: 32px;
        padding-left: 32px;
    }
    .checkout .checkout__wrapper .right-content .details-order .write-code .apply {
        margin-left: 20px;
    }
    .checkout .checkout__wrapper .right-content .basket {
        margin-top: 20px;
        padding-left: 32px;
        box-shadow: none;
        -webkit-box-shadow: none;
    }
    .checkout .checkout__wrapper .right-content .basket .amount-information .amount-information__row .left-content {
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .personal-area-page {
        margin-top: 70px;
    }
    .personal-area-page .personal-area-page__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__nav-bar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 0;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__nav-bar .nav-bar-mobile-menu-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 20px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__nav-bar .nav-bar-mobile-menu-button {
        background: #f00 !important;
        color: #fff;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__nav-bar .title {
        margin-left: 20px;
        font-size: 24px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__nav-bar .list {
        display: none;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__nav-bar .list {
        padding: 28px 34px 33px;
        margin-top: 57px;
        background: #ffffff;
        -webkit-box-shadow: 2px 4px 25px rgba(0, 0, 0, 0.07);
        box-shadow: 2px 4px 25px rgba(0, 0, 0, 0.07);
        left: 0;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__main .main-img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__main h2.title {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        font-size: 40px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__main h2.title-bottom {
        display: none;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__main .subscribe {
        display: none;
    }
    .personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list h3.right-title {
        margin-top: 17px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__favorites h3.right-title {
        margin-top: 10px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__history-view h2.right-title {
        margin-top: 10px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__purchase_history h3.right-title {
        margin-top: 10px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page_give_feedback h3.right-title {
        margin-top: 10px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page_give_feedback form {
        margin-top: 15px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__smart-bonus h3.right-title {
        margin-top: 10px;
    }
}

@media (max-width: 960px) {
    body {
        background-color: #eeeeee;
    }
    .banner .container {
        max-width: none;
        padding: 0;
    }
    .banner .banner-slick {
        padding-bottom: 0;
    }
    .banner .banner-slick .slick-slide {
        margin: 0;
    }
    .banner .banner-slick .slick-dots {
        opacity: 0;
    }
    .bestsellers {
        margin-top: 0;
        padding: 22px 0 36px 0;
    }
    .bestsellers .container {
        padding: 0 0 0 18px;
    }
    .product-cards-wrapper-template .block {
        max-width: 234px;
        background-color: #fff;
        border-radius: 6px;
        padding-bottom: 14px;
    }
    .product-cards-wrapper-template .block .top-content {
        border: none;
        border-radius: 6px;
    }
    .product-cards-wrapper-template .block .top-content .img-block img {
        -o-object-fit: contain;
        object-fit: contain;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }
    .product-cards-wrapper-template .block .bottom-content {
        margin-top: 0;
        padding: 5px 17px 0 11px;
    }
    .product-cards-wrapper-template .block .bottom-content {
        min-height: 127px;
        max-height: 127px;
    }
    .product-cards-wrapper-template .block .bottom-content .price-difference .difference {
        display: none;
    }
    .banner-slider {
        margin-top: 0;
    }
    .banner-slider .container {
        padding: 0;
    }
    .banner-slider .banner-slider__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .banner-slider .banner-slider__wrapper .left-content {
        width: 100%;
    }
    .banner-slider .banner-slider__wrapper .left-content img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .banner-slider .banner-slider__wrapper .right-content {
        max-width: none;
        padding: 20px 0 20px 20px;
    }
    .shares {
        margin-top: 0;
        padding: 20px 0 30px 0;
    }
    .shares .container {
        padding: 0 0 0 20px;
    }
    .about-us .container {
        padding: 0;
    }
    .about-us .about-us__wrapper {
        margin-top: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .about-us .about-us__wrapper .left-content {
        margin-right: 0;
    }
    .about-us .about-us__wrapper .right-content {
        background-color: #fff;
        padding: 20px 20px 0 20px;
    }
    .about-us .about-us__wrapper .right-content .text {
        margin-top: 13px;
    }
    .about-us .about-us__wrapper .right-content .read-more {
        font-size: 13px;
        display: block;
        margin-top: 20px;
        padding: 10px 0;
        border-top: 1px solid #eeeeee;
        position: relative;
    }
    .about-us .about-us__wrapper .right-content .read-more::after {
        content: '';
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 10px;
        z-index: 10;
        height: 10px;
        background: url('../img/mobileGrayArrowRight.svg') no-repeat center/contain;
    }
    .about-us .about-us__wrapper .right-content .read-more::before {
        display: none;
    }
    .green-block {
        margin-top: 36px;
    }
    .green-block .container {
        padding: 0;
    }
    .blog {
        margin-top: 25px;
    }
    .blog .container {
        padding: 0;
    }
    .blog .section-title {
        padding-left: 20px;
    }
    .blog .title-block .watch-more {
        left: 20px;
        position: absolute;
        bottom: -45px;
        margin-left: 0;
        font-size: 13px;
    }
    .blog .blog__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .blog .blog__wrapper .block~.block {
        margin-top: 11px;
    }
    .blog .blog__wrapper .block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .blog .blog__wrapper .block .top-content {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    }
    .blog .blog__wrapper .block .top-content img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .blog .blog__wrapper .block .bottom-content {
        background-color: #fff;
        padding: 12px 19px;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        margin-top: 0;
    }
    .blog .blog__wrapper .block .bottom-content .read-more {
        display: none;
    }
    .banner-listing {
        display: none;
    }
    .listing-page .listing-page__wrapper .title-block .view-block {
        display: none;
    }
    .listing-page .listing-page__wrapper .title-block .title {
        font-style: normal;
        font-weight: bold;
        font-size: 28px;
        color: #000000;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col {
        max-width: 45vw;
        background: #ffffff;
        border-radius: 6px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col:hover {
        z-index: 50;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col:hover::before {
        opacity: 0;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col:hover .top-content .img-block .slick-dots {
        opacity: 0;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col:hover .bottom-content .buy-block {
        opacity: 0;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col .top-content {
        border: none;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col .bottom-content {
        padding: 10px 10px 20px 10px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col {
        overflow: hidden;
        padding: 10px;
        border-radius: 6px;
        background-color: #fff;
        margin-top: 0 !important;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .top-content {
        border: none;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .top-content .img-block {
        height: 200px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .top-content .img-block .slick-slide {
        height: 200px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .top-content .img-block .slick-slide div {
        height: 100%;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content {
        position: relative;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content::before {
        content: '';
        position: absolute;
        left: -35px;
        top: -10px;
        width: 1px;
        height: 150%;
        background: #f0f0f0;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .specification {
        display: none;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .price-block {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .title-wrapper {
        margin-top: 20px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .availability-series {
        margin-top: 6px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .buy-block {
        margin-top: 20px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .buy-block .button-on-credit {
        display: none;
    }
    .category-links {
        margin-top: 33px;
        position: relative;
        z-index: 39;
    }
    .category-links .category-links__wrapper .category-links-item-wrapper .category-links__item {
        background-color: #fbfbfb;
    }
    .subscribe-block-listing {
        margin-top: 33px;
    }
    .buy-buttons-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .product-card {
        padding-top: 0px;
    }
    .product-card .container {
        padding: 0;
    }
    .product-card .product-card__wrapper .slider-main-specifications {
        padding-top: 0px;
        background-color: #fff;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .product-card .product-card__wrapper .slider-main-specifications .product-image-slider {
        padding: 0 20px;
        margin-right: 0;
        margin-top: 0;
        -ms-flex-item-align: center;
        align-self: center;
    }
    .product-card .product-card__wrapper .slider-main-specifications .product-image-slider .product-slider-main .img-list {
        border: none;
    }
    .product-card .product-card__wrapper .slider-main-specifications .product-image-slider .product-slider-main .img-list .slick-dots {
        bottom: 0;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications {
        padding-bottom: 0;
        background-color: #eeeeee;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 20px;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .price-block {
        margin-top: -1px;
        background-color: #fff;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        order: 2;
        padding: 20px 20px 0;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .main-title {
        background-color: #fff;
        margin-top: 0;
        padding: 0 20px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 3;
        order: 3;
        font-style: normal;
        font-weight: 300;
        line-height: 140%;
        color: #000000;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .availability-series {
        margin-top: 0;
        background-color: #fff;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        order: 1;
        padding: 21px 19px 0;
        position: relative;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper {
        margin-top: 0;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        flex-direction: column;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .rate {
        margin-top: 0;
        padding: 14px 20px 0;
        background-color: #fff;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .mobile-link-wrapper {
        display: block;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .poduct-buttons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 15px;
        margin-top: 11px;
        background-color: #fff;
        padding: 17px 40px;
        justify-content: space-between !important;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .buy-buttons-pic-color {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
        margin-top: 0;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .buy-buttons-pic-color .buy-buttons {
        display: none;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .buy-buttons-pic-color .color-pic {
        border-radius: 15px;
        padding: 17px 20px 20px;
        background-color: #fff;
        margin-top: 11px;
        position: initial;
        margin: 11px 0 0;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .buy-buttons-pic-color .color-pic .color-pic__wrapper {
        margin-top: 11px;
    }
    .product-card .product-card__wrapper .product-card__wrapper-content {
        padding-top: 0 !important;
        margin-top: 0px !important;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .buy-buttons-pic-color .color-pic .color-pic__wrapper .color-pic__item~.color-pic__item {
        margin-left: 6px;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .buy-buttons-pic-color .color-pic .color-pic__wrapper .color-pic__item {
        width: 53px;
        height: 59px;
    }
    .product-card .product-card__wrapper .product-card__wrapper-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        align-items: center;
    }
    .product-card .product-card__wrapper .product-card__wrapper-content .product-card__left-content {
        border-radius: 15px;
        background-color: #fff;
        margin-top: 11px;
        padding: 0;
        margin-right: 0;
        height: 100%;
        width: 100%;
    }
    .product-card .product-card__wrapper .product-card__wrapper-content .product-card__left-content .specification {
        padding: 18px 20px 70px;
    }
    .product-card .product-card__wrapper .product-card__wrapper-content .product-card__left-content .specification .title-block .title {
        font-size: 22px;
    }
    .product-card .product-card__wrapper .product-card__wrapper-content .product-card__left-content .specification .template-specification-product-block:nth-child(n+2) .title-block .title {
        font-size: 18px;
    }
    .product-card .product-card__wrapper .product-card__wrapper-content .product-card__left-content .specification .template-specification-product-block:first-child {
        margin-top: 0;
    }
    .product-card .product-card__wrapper .product-card__wrapper-content .product-card__left-content .specification .template-specification-row .left-content {
        margin-right: 10px;
    }
    .product-card .product-card__wrapper .product-card__wrapper-content .product-card__left-content .specification .template-specification-row~.template-specification-row {
        margin-top: 17px;
    }
    .product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .description {
        margin-top: 11px;
        padding: 18px 20px 67px;
        background-color: #fff;
        border-radius: 15px;
    }
    .product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .description .description-title {
        font-size: 22px;
    }
    .product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .add-documentation {
        margin-top: 11px;
        padding: 18px 20px 69px;
        background-color: #fff;
        border-radius: 15px;
    }
    .product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .add-documentation .add-documentation-title {
        font-size: 22px;
    }
    .product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .add-documentation .add-documentation-title span {
        font-size: 13px;
    }
    .product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .add-documentation .add-documentation__wrapper {
        margin-top: 13px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 2px;
    }
    .product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .add-documentation .add-documentation__wrapper .add-documentation__item~.add-documentation__item {
        margin-top: 20px;
    }
    .product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .add-documentation .add-documentation__wrapper .add-documentation__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .add-documentation .add-documentation__wrapper .add-documentation__item .text-wrapper {
        margin-left: 17px;
    }
    .product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .add-documentation .add-documentation__wrapper .add-documentation__item .download-document {
        margin-top: 11px;
        display: block;
    }
    .product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .add-documentation .add-documentation__wrapper .add-documentation__item .download-document:hover {
        border-color: transparent;
    }
    .product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .add-documentation-abbreviated {
        padding-bottom: 69px;
    }
    .product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .review {
        margin-top: 11px;
        padding: 18px 20px 70px;
        background-color: #fff;
        border-radius: 15px;
    }
    .product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .review .review-title {
        font-size: 22px;
    }
    .product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .review .review-title span {
        font-size: 13px;
    }
    .product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .review .write-review {
        margin-top: 17px;
    }
    .product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .review form .form-header .title {
        font-size: 20px;
    }
    .product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .review-abbreviated {
        padding-bottom: 70px;
    }
    .mobile-look-all {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .buy-with-this-product-card,
    .you-look-product-card {
        margin-top: 27px;
    }
    .buy-with-this .container,
    .you-look .container {
        padding-right: 0;
    }
    .backet .backet__wrapper .left-content {
        background: #ffffff;
        padding: 27px 20px;
    }
    .backet .backet__wrapper .right-content {
        margin-top: 10px;
    }
    .backet .backet__wrapper .right-content .amount-information .amount-information__row .left-content {
        padding: 0;
    }
    .personal-area-page .container {
        padding: 0;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__nav-bar {
        padding: 0;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__main .main-img {
        margin-top: 20px;
        overflow: hidden;
        background: #ffffff;
        border-radius: 15px;
        padding: 20px 20px 150px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__main h2.title {
        padding: 0 20px;
        margin-top: -135px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper {
        margin-top: 34px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper .bonus,
    .personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper .discount {
        margin-top: 20px;
        padding: 19px 20px;
        background-color: #fff;
        border-radius: 15px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper .bonus .img-block,
    .personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper .discount .img-block {
        display: none;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper .bonus .title,
    .personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper .discount .title {
        margin-top: 0;
        font-size: 24px;
    }
    .personal-area-page .personal-area-page__wrapper .right-title {
        font-size: 22px;
        line-height: normal;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page_change-contact-info {
        margin-top: 14px;
        padding: 19px 20px 26px;
        background-color: #fff;
        border-radius: 15px;
    }
    .personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list {
        margin-top: 15px;
        border-radius: 15px;
        padding: 17px 20px 26px;
        background-color: #fff;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__favorites {
        margin-top: 13px;
        padding: 19px 20px 40px;
        background-color: #fff;
        border-radius: 15px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__history-view {
        margin-top: 14px;
        padding: 19px 20px 100px;
        background: #ffffff;
        border-radius: 15px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__history-view .history-list {
        margin-top: 10px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__history-view .history-list .history-list__item .date {
        font-weight: 500px;
        font-size: 16px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__history-view .history-list .history-list__item .product-item .time {
        font-weight: normal;
        font-size: 13px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__history-view .history-list .history-list__item .product-item .product-name .title,
    .personal-area-page .personal-area-page__wrapper .personal-area-page__history-view .history-list .history-list__item .product-item .product-name .code {
        font-size: 13px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__history-view .history-list .history-list__item~.history-list__item {
        margin-top: 26px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__purchase_history {
        padding: 19px 20px 50px;
        margin-top: 14px;
        background: #ffffff;
        border-radius: 15px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__purchase_history h3.right-title {
        margin-top: 0;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__purchase_history .purchase-history-list .purchase-history-list__item .product-item {
        margin-top: 15px;
        padding: 0;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__purchase_history .purchase-history-list .purchase-history-list__item .product-item~.product-item {
        border-top: none;
        margin-top: 25px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page_give_feedback {
        padding: 19px 20px 26px;
        margin-top: 14px;
        background: #ffffff;
        border-radius: 15px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page_give_feedback h3.right-title {
        margin-top: 0;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__smart-bonus {
        padding: 19px 20px 50px;
        margin-top: 14px;
        background: #ffffff;
        border-radius: 15px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__smart-bonus h3.right-title {
        margin-top: 0;
    }
    .subscribe-block-personal-area {
        margin-top: 44px;
    }
    .alert.alert-success.alert-dismissible {
        width: calc(100% - 10px);
        left: 0px;
        top: 0px;
        padding-right: 15% !important;
    }
}

@media (max-width: 780px) {
    .subscribe-block .subscribe-block__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .subscribe-block .subscribe-block__wrapper input[type='email'] {
        margin-top: 14px;
        width: 100%;
    }
    .subscribe-block .subscribe-block__wrapper input[type='submit'] {
        margin-top: 15px;
        font-size: 13px;
        padding: 8px 17px;
    }
    .footer .footer__wrapper .top-footer {
        display: none;
    }
    .footer .footer__wrapper .bottom-footer {
        display: none;
    }
    .footer .footer__wrapper .footer-mobile {
        display: block;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .top-content .img-block {
        height: 100%;
        width: calc(100% + 1px);
        min-width: 35vw;
        border: none;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .top-content .img-block .slick-slide {
        height: 100%;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content {
        margin-left: 0px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content::before {
        left: -25px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .title-wrapper {
        margin-top: 3px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .buy-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .buy-block .button-buy {
        width: 80%;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .buy-block .button-in-basket {
        margin-top: 10px;
        margin-left: 0;
        width: 80%;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col .top-content .category-slider-image .productSlideImg img {
        height: 186px !important;
    }
}

@media (max-width: 620px) {
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .buy-buttons-pic-color .buy-buttons {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        display: block;
        position: fixed;
        width: 100%;
        height: 58px;
        background: #fff;
        left: 0;
        right: 0;
        bottom: 54px !important;
        margin: 0;
        z-index: 90;
        padding-top: 8px;
        box-shadow: 0px -4px 22px rgb(0 0 0 / 7%);
        align-items: flex-start;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col {
        max-width: 45vw;
        background: #ffffff;
        border-radius: 6px;
        margin-bottom: 10px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col .top-content {
        border: none;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col .top-content {
        position: relative;
        width: 100%;
        top: -10px;
        height: auto;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col .top-content .category-slider-image {
        border: none;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col .top-content .img-block {
        height: 200px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col .top-content .img-block .slick-slide {
        height: 200px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col .bottom-content {
        margin-top: 0;
        padding: 0 10px 20px 10px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col .bottom-content .price-block {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        flex-direction: column;
        align-items: start;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col .bottom-content .price-block .difference {
        display: none;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col .bottom-content .availability-series .series {
        display: none;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col .bottom-content .rate {
        display: none;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .buttons-block {
        left: 152px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .top-content {
        max-width: 200px;
        overflow: hidden;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content::before {
        left: -16px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .buy-block {
        display: none;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .price-block {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .price-block .difference {
        display: none;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .title {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .code {
        margin-left: 0;
        display: block;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 2px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .rate {
        margin-top: auto;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .availability-series .series {
        margin-left: 0;
        position: absolute;
        bottom: 30px;
        left: 0;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col~.block-view-1-col {
        margin-top: 10px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .pagination-block {
        margin-top: 33px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .backet .container {
        padding: 0;
    }
    .backet .section-title {
        margin-left: 20px;
    }
    .backet .backet__wrapper .left-content {
        border-radius: 15px 15px 0 0;
    }
    .backet .backet__wrapper .left-content .order-item {
        padding-right: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .backet .backet__wrapper .left-content .order-item .product {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .backet .backet__wrapper .left-content .order-item .product .name-product {
        margin-top: 4px;
        margin-left: 14px;
        max-width: 130px;
    }
    .backet .backet__wrapper .left-content .order-item .product .name-product .title {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .backet .backet__wrapper .left-content .order-item .count-block {
        margin-left: auto;
        margin-top: -25px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: calc(100% - (79px + 15px));
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .backet .backet__wrapper .left-content .order-item .price-block {
        margin-top: 4px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .backet .backet__wrapper .left-content .order-item .price-block .bottom-price {
        margin-top: 5px;
        text-align: right;
    }
    .backet .backet__wrapper .left-content .order-item .price-block .bottom-price .old-price::before {
        left: unset;
        right: 0;
    }
    .backet .backet__wrapper .left-content .order-item .price-block .difference {
        display: none;
    }
    .backet .backet__wrapper .right-content {
        margin-top: 0;
    }
    .backet .backet__wrapper .right-content .details-order {
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: transparent;
    }
    .backet .backet__wrapper .right-content .details-order .amount-information {
        position: relative;
        margin-top: -1px;
        padding: 20px 20px 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        background-color: #fff;
    }
    .backet .backet__wrapper .right-content .details-order .amount-information::before {
        content: '';
        position: absolute;
        width: calc(100% - 40px);
        height: 1px;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background: #e5e5e5;
    }
    .backet .backet__wrapper .right-content .details-order .buttons-block {
        border-radius: 0 0 15px 15px;
        margin-top: 0;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        background-color: #fff;
        padding: 24px 20px 26px;
    }
    .backet .backet__wrapper .right-content .details-order .promocode {
        border-radius: 15px 15px 0 0;
        margin-top: 10px;
        display: block;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        padding: 17px 20px 0;
        background-color: #fff;
    }
    .backet .backet__wrapper .right-content .details-order .radio-select {
        margin-top: 0;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        background-color: #fff;
        padding: 10px 20px 0;
    }
    .backet .backet__wrapper .right-content .details-order .write-code {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0;
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
        padding: 17px 20px 26px;
        border-radius: 0 0 15px 15px;
        background-color: #fff;
    }
    .backet .backet__wrapper .right-content .details-order .write-code input {
        width: 100%;
    }
    .backet .backet__wrapper .right-content .details-order .write-code .apply {
        margin-top: 21px;
        margin-left: 0;
    }
    .checkout .container {
        padding: 0;
    }
    .checkout .section-title {
        margin-left: 20px;
    }
    .checkout .checkout__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .checkout .checkout__wrapper .left-content {
        margin-top: 10px;
        border-radius: 15px;
        padding: 17px 20px 27px;
        display: flex;
        flex-direction: column;
    }
    .checkout .checkout__wrapper .left-content form .form-personal-data .form-personal-data__title {
        font-size: 22px;
    }
    .checkout .checkout__wrapper .left-content form .form-personal-data .inputs-row {
        margin-top: 21px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .checkout .checkout__wrapper .left-content form .form-personal-data .inputs-row .input-wrapper~.input-wrapper {
        margin-left: 0;
        margin-top: 24px;
    }
    .checkout .checkout__wrapper .left-content form .form-personal-data .inputs-row~.inputs-row {
        margin-top: 24px;
    }
    .checkout .checkout__wrapper .left-content form .radio-select .label-container~.label-container {
        margin-top: 23px;
    }
    .checkout .checkout__wrapper .left-content form .delivery {
        margin-top: 36px;
    }
    .checkout .checkout__wrapper .left-content form .delivery .title {
        font-size: 22px;
    }
    .checkout .checkout__wrapper .left-content form .delivery .radio-select {
        margin-top: 21px;
    }
    .checkout .checkout__wrapper .left-content form .payment {
        margin-top: 36px;
    }
    .checkout .checkout__wrapper .left-content form .payment .title {
        font-size: 22px;
    }
    .checkout .checkout__wrapper .left-content form .payment .radio-select {
        margin-top: 21px;
    }
    .checkout .checkout__wrapper .left-content form .payment .line {
        width: 100%;
    }
    .checkout .checkout__wrapper .left-content form .registration-me {
        margin-top: 25px;
    }
    .checkout .checkout__wrapper .left-content form .form-bottom {
        margin-top: 21px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .checkout .checkout__wrapper .left-content form .form-bottom .contract-offer {
        margin-left: 0;
    }
    .checkout .checkout__wrapper .left-content form .form-bottom input {
        margin-top: 24px;
        width: 100%;
        padding: 16px 20px;
    }
    .checkout .checkout__wrapper .right-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-top: 0;
        max-width: 100%;
    }
    .checkout .checkout__wrapper .right-content .details-order {
        margin-top: 0;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: transparent;
    }
    .checkout .checkout__wrapper .right-content .details-order .promocode {
        border-radius: 15px 15px 0 0;
        margin-top: 10px;
        display: block;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        font-size: 22px;
        padding: 17px 20px 0;
        background-color: #fff;
        margin-bottom: 0px;
    }
    .checkout .checkout__wrapper .right-content .details-order .radio-select {
        margin-top: 0;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        background-color: #fff;
        padding: 18px 20px 0;
    }
    .checkout .checkout__wrapper .right-content .details-order .write-code {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0;
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
        padding: 17px 20px 26px;
        border-radius: 0 0 15px 15px;
        background-color: #fff;
    }
    .checkout .checkout__wrapper .right-content .details-order .write-code input {
        width: 100%;
    }
    .checkout .checkout__wrapper .left-content .form-bottom .contract-offer {
        order: 1;
    }
    .checkout .checkout__wrapper .left-content .form-bottom input {
        order: 2;
        width: 100%;
        margin-top: 20px;
    }
    .checkout .checkout__wrapper .left-content .form-bottom input#button-custom-order {
        margin-top: 0px;
    }
    .checkout .checkout__wrapper .left-content #custom-continue .buttons,
    #custom-confirm .buttons {
        flex-basis: 100%;
    }
    .checkout .checkout__wrapper .left-content .form-bottom {
        margin-top: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        flex-direction: column;
    }
    .checkout .checkout__wrapper .left-content .form-bottom .contract-offer {
        max-width: 360px;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 150%;
        margin-left: 0;
        color: #999999;
    }
    .checkout .checkout__wrapper .right-content .details-order .write-code .apply {
        margin-top: 21px;
        margin-left: 0;
        background: red;
        color: #fff;
    }
    .checkout .checkout__wrapper .left-content .form-personal-data .inputs-row {
        justify-content: center;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }
    .checkout .checkout__wrapper .left-content .form-personal-data .inputs-row .input-wrapper~.input-wrapper:nth-child(even) {
        margin: 5px 0 0;
    }
    .checkout .checkout__wrapper .right-content .basket {
        margin-top: 0;
        border-radius: 15px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .checkout .checkout__wrapper .right-content .basket .section-title {
        margin-left: 0;
    }
    .checkout .checkout__wrapper .right-content .basket .order-item {
        padding-right: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .checkout .checkout__wrapper .right-content .basket .order-item:first-child {
        margin-top: 20px;
    }
    .checkout .checkout__wrapper .right-content .basket .order-item .count-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-right: 0;
    }
    .checkout .checkout__wrapper .right-content .basket .order-item .count-block .count {
        position: relative;
        top: 0;
        right: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 73px;
        height: auto;
        padding: 0 18px;
    }
    .checkout .checkout__wrapper .right-content .basket .order-item .count-block .count .number-arrows .arrow-num {
        left: 0;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .checkout .checkout__wrapper .right-content .basket .order-item .count-block .count .number-arrows .arrow-minus {
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        right: 0;
        left: unset;
        bottom: unset;
    }
    .checkout .checkout__wrapper .right-content .basket .order-item .price-block {
        margin-top: 4px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .checkout .checkout__wrapper .right-content .basket .order-item .price-block .bottom-price {
        margin-top: 5px;
        text-align: right;
    }
    .checkout .checkout__wrapper .right-content .basket .order-item .price-block .bottom-price .old-price::before {
        left: unset;
        right: 0;
    }
    .checkout .checkout__wrapper .right-content .basket .order-item .price-block .difference {
        display: none;
    }
    .checkout div#custom-continue,
    div#custom-confirm {
        width: 100%;
    }
    .checkout .checkout__wrapper .left-content .form-bottom .contract-offer {
        max-width: unset !important;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 150%;
        color: #999999;
        margin-left: 0 !important;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page_change-contact-info form .inputs-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page_change-contact-info form .inputs-row .input-wrapper~.input-wrapper {
        margin-left: 0;
        margin-top: 24px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page_change-contact-info form .inputs-row~.inputs-row {
        margin-top: 24px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page_change-contact-info form input[type='submit'] {
        margin-top: 24px;
        font-size: 13px;
    }
    .personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .add-address-field .title,
    .personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .change-address-field .title {
        font-size: 22px;
    }
    .personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .add-address-field form .inputs-row,
    .personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .change-address-field form .inputs-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 24px;
    }
    .personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .add-address-field form .inputs-row .input-wrapper~.input-wrapper,
    .personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .change-address-field form .inputs-row .input-wrapper~.input-wrapper {
        margin-left: 0;
        margin-top: 24px;
    }
    .personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .add-address-field form .inputs-row .input-wrapper~.input-wrapper .home-number,
    .personal-area-page .personal-area-page__wrapper .personal_area-page__change-address-list .change-address-field form .inputs-row .input-wrapper~.input-wrapper .home-number {
        max-width: none;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__favorites .favorites-list .favorites-list__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__favorites .favorites-list .favorites-list__item .favorites-list__item-left .name-product {
        margin-bottom: 25px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__favorites .favorites-list .favorites-list__item .favorites-list__item-left .name-product .title {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__favorites .favorites-list .favorites-list__item .favorites-list__item-middle {
        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;
        margin-bottom: 24px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__favorites .favorites-list .favorites-list__item .favorites-list__item-middle .bottom-price {
        margin-top: 5px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__favorites .favorites-list .favorites-list__item .favorites-list__item-middle .bottom-price .difference {
        display: none;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__favorites .favorites-list .favorites-list__item .favorites-list__item-right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        margin-top: -30px;
        margin-left: 104px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__favorites .favorites-list .favorites-list__item .favorites-list__item-right .compare {
        margin-top: 0;
        margin-left: 20px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__smart-bonus .content-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__smart-bonus .content-wrapper .text-block {
        margin-left: 0;
        margin-top: 32px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__smart-bonus table td {
        padding: 0 10px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__smart-bonus table thead tr td {
        font-size: 13px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__smart-bonus table tbody tr td {
        font-size: 13px;
    }
    .product-cards-wrapper-template .block .top-content .img-block {
        height: 214px;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .buy-buttons-pic-color .buy-buttons {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        display: inline-flex;
        position: fixed;
        width: 100%;
        height: 58px;
        background: #fff;
        left: 0;
        right: 0;
        bottom: 59px;
        margin: 0;
        z-index: 112;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #f0f0f0;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .buy-buttons-pic-color .buy-buttons {
        display: flex;
        margin: 0;
    }
    @media (max-width: 560px) and (min-width: 361px) {
        .product-card .product-card__wrapper .slider-main-specifications .main-specifications .buy-buttons-pic-color .buy-buttons {
            bottom: 63px !important;
        }
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .buy-buttons-pic-color .buy-buttons .buy {
        padding: 12px 20px;
        margin-left: 21px;
        font-size: 12px;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .buy-buttons-pic-color .buy-buttons .on-basket {
        padding: 11px 17px;
        font-size: 12px;
        margin-left: 13px;
        white-space: nowrap;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .buy-buttons-pic-color .buy-buttons .buy-on-credit {
        font-size: 13px;
        margin-left: 7px;
        margin-right: 0;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .buy-buttons-pic-color .buy-buttons .buy-on-credit img {
        width: 40px;
        height: auto;
    }
}

@media (max-width: 590px) {
    .block.block-view-3-col:nth-child(3n+2) {
        margin: unset !important;
    }
    .block.block-view-3-col:nth-child(2n+2) {
        margin: 13px 0 0 4% !important;
    }
    .block.block-view-3-col:nth-child(even) {
        margin-left: 11px !important;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block.block-view-3-col:nth-child(2) {
        margin-top: 13px !important;
    }
    button.inactive-btn {
        font-size: 13px;
        width: 100%;
        margin: 10px 20px;
        padding: 11px;
    }
    .mobile-search-pop-up {
        top: 59px !important;
    }
    #product-product .alert.alert-success.alert-dismissible {
        position: fixed;
        top: 58px;
        z-index: 99;
        width: 100vw;
        left: 0;
        transition: all 0.3s ease;
    }
    .product-cards-wrapper-template .block .bottom-content {
        min-height: 95px;
        max-height: 95px;
    }
    .section-title {
        font-size: 22px;
    }
    .section-title span {
        font-size: 13px;
    }
    .bestsellers {
        margin-top: 0;
        padding: 22px 0 30px 0;
    }
    .bestsellers .section-title span {
        font-size: 13px;
    }
    .product-cards-wrapper-template .slick-slide {
        margin: 0 3px;
    }
    .product-cards-wrapper-template .block {
        max-width: 142px;
    }
    .product-cards-wrapper-template .block .buttons-block .like svg {
        width: 18px;
    }
    .product-cards-wrapper-template .block .super-product {
        display: none;
    }
    .product-cards-wrapper-template .block .buttons-block {
        right: 7px;
        top: 6px;
    }
    .product-cards-wrapper-template .block .buttons-block .add-to-list {
        display: none;
    }
    .product-cards-wrapper-template .block .top-content .img-block {
        height: 151px;
    }
    .product-cards-wrapper-template .block .bottom-content {
        padding: 4px 17px 0;
    }
    .product-cards-wrapper-template .block .bottom-content .price-difference .price {
        font-size: 15px;
        line-height: 18px;
    }
    .product-cards-wrapper-template .block .bottom-content .price-difference .price .currency-icon {
        font-size: 12px;
    }
    .product-cards-wrapper-template .block .bottom-content .old-price {
        line-height: 15px;
        margin-top: 0;
        font-size: 13px;
    }
    .product-cards-wrapper-template .block .bottom-content .old-price::before {
        width: 55px;
    }
    .product-cards-wrapper-template .block .bottom-content .old-price .currency-icon {
        font-size: 12px;
    }
    .product-cards-wrapper-template .block .bottom-content .title {
        margin-top: 5px;
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 1.1;
        overflow: hidden;
        color: #000000;
    }
    .shares {
        margin-top: 0;
        padding: 20px 0 35px 0;
    }
    .about-us .about-us__wrapper .left-content {
        margin-right: 0;
        height: 220px;
    }
    .footer-mobile .footer-mobile__wrapper .mobile-footer-title {
        font-style: normal;
        font-weight: 300;
        font-size: 13px;
        color: #c4c4c4;
        line-height: 1.5;
    }
    .footer-mobile .footer-mobile__wrapper .company-contacts .address::before {
        content: '';
        position: absolute;
        top: 1px;
        left: -28px;
        width: 47px;
        background-size: contain !important;
        height: 30px;
        background: url(../img/2gisIcon.png) no-repeat;
    }
    .footer-mobile .footer-mobile__wrapper .company-contacts .whats-app {
        margin-top: 16px;
        line-height: 18px;
        position: relative;
    }
    .footer-mobile .footer-mobile__wrapper .company-contacts .email {
        margin-top: 17px;
        position: relative;
    }
    .footer-mobile .footer-mobile__wrapper .company-contacts .email::before {
        content: '';
        position: absolute;
        top: 2px;
        left: -27px;
        width: 17px;
        height: 11px;
        background: url(../img/footerEmailIcon.svg) no-repeat;
    }
    .instagram-block img {
        height: 37px;
    }
    .footer-mobile .footer-mobile__wrapper .instagram-block {
        margin-top: 32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer-mobile .footer-mobile__wrapper .instagram-block .icon-block {
        padding: 7px;
        background: -webkit-gradient( linear, left top, right top, from(#4c3ec3), to(#7d2c96));
        background: -o-linear-gradient(left, #4c3ec3 0%, #7d2c96 100%);
        background: linear-gradient(90deg, #4c3ec3 0%, #7d2c96 100%);
        border-radius: 6px;
        margin-right: 10px;
    }
    .footer-mobile .footer-mobile__wrapper .instagram-block .account {
        padding: 5px 10px;
        background: -webkit-gradient( linear, left top, right top, from(#8b2789), to(#ed7b0d));
        background: -o-linear-gradient(left, #8b2789 0%, #ed7b0d 100%);
        background: linear-gradient(90deg, #8b2789 0%, #ed7b0d 100%);
        border-radius: 6px;
    }
    .footer-mobile .footer-mobile__wrapper .instagram-block .account .sub-title {
        font-style: normal;
        font-weight: 300;
        font-size: 13px;
        line-height: 130%;
        color: #ffffff;
    }
    .footer-mobile .footer-mobile__wrapper .instagram-block .account .title {
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 130%;
        color: #ffffff;
    }
    .list-item.mobile-footer-list ul {
        margin-top: -7px;
        margin-bottom: 18px;
    }
    .shares .shares__wrapper {
        margin-top: 15px;
    }
    .banner-slider .banner-slider__wrapper .right-content {
        max-width: none;
        padding: 19px 0 23px 20px;
    }
    .shares {
        margin-top: 0;
        padding: 20px 0 34px 0;
    }
    .about-us .about-us__wrapper .right-content .mobile-text {
        margin-top: 8px;
        display: block;
        max-height: 177px;
        overflow: hidden;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 1.7;
        color: #424242;
    }
    .footer-mobile .footer-mobile__wrapper .company-contacts .address {
        line-height: 20px;
        position: relative;
        padding-left: 27px;
    }
    .footer-mobile .footer-mobile__wrapper .company-contacts {
        margin-top: 22px;
        font-style: normal;
        font-weight: 300;
        font-size: 13px;
        padding-left: 0;
        color: #dddddd;
    }
    .subscribe-block .subscribe-block__wrapper input[type='email'] {
        margin-top: 13px;
        width: 100%;
        padding: 0px 20px;
    }
    .subscribe-block-listing {
        margin-top: 40px;
        padding: 23px 0 30px;
    }
    .about-us .about-us__wrapper .right-content .read-more {
        font-size: 13px;
        display: block;
        margin-top: 38px;
        padding: 14px 0;
        border-top: 1px solid #eeeeee;
        position: relative;
    }
    .product-cards-wrapper-template .block .bottom-content .code {
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        color: #919191;
        margin: 0;
    }
    .about-us .about-us__wrapper .right-content .title {
        font-size: 22px;
    }
    .about-us .about-us__wrapper .right-content .text {
        display: none;
    }
    .about-us .about-us__wrapper .right-content .mobile-text {
        margin-top: 10px;
        display: block;
        max-height: 177px;
        overflow: hidden;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 170%;
        color: #424242;
    }
    .blog .blog__wrapper .block .top-content {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    }
    .blog .blog__wrapper .block .bottom-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .blog .blog__wrapper .block .bottom-content .title {
        font-size: 14px;
        line-height: 140%;
        min-height: auto;
        color: #000000;
    }
    .blog .blog__wrapper .block .bottom-content .text {
        display: none;
    }
    .fix-footer .container {
        padding: 0;
    }
    .fix-footer .fix-footer__wrapper .block .title {
        margin-top: 3px;
        font-style: normal;
        font-weight: normal;
        font-size: 11px;
        color: #898989;
    }
    .mobile-menu div.container {
        padding: 0 15px;
    }
    div#common-home {
        padding: 56px 0 0;
    }
    .header .header__wrapper .mobile-menu .mobile-menu__wrapper .logo {
        margin-right: 0px;
        padding: 13px 18px 12px 0px;
    }
    .header .header__wrapper .mobile-menu .mobile-menu__wrapper .logo img {
        height: 25px;
    }
    .header .header__wrapper .mobile-menu .mobile-menu__wrapper .mobile-search input {
        line-height: 14px;
        padding: 5px 20px 0px 0;
        height: 27px;
        -webkit-appearance: none;
        background: transparent !important;
    }
    /* .header .header__wrapper .mobile-menu .mobile-menu__wrapper .mobile-search input {
        line-height: 14px;
        padding: 5px 20px 1px 0;
        height: 28px;
        margin-left: 4px;
    } */
    .header .header__wrapper .mobile-menu .mobile-menu__wrapper .mobile-search::before {
        right: 20px;
        width: 13px;
        height: 13px;
    }
    .bestsellers .bestsellers__wrapper {
        margin-top: 15px;
    }
    .header .header__wrapper .mobile-menu .mobile-menu__wrapper .basket-mobile {
        margin-left: 0;
        padding: 10px 2px 10px 10px;
    }
    .header .header__wrapper .mobile-menu .mobile-menu__wrapper .basket-desktop a {
        display: flex;
        flex-direction: row;
    }
    .header .header__wrapper .mobile-menu .mobile-menu__wrapper .basket-mobile {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    }
    .header .header__wrapper .mobile-menu .mobile-menu__wrapper .basket-mobile .icon img {
        width: 24px;
        height: 19px;
    }
    .header .header__wrapper .mobile-menu .mobile-menu__wrapper .basket-mobile .count {
        margin-left: 4px;
        font-size: 14px;
    }
    .header .header__wrapper .mobile-menu .mobile-menu__wrapper .mobile-search-active {
        height: 52.9px;
    }
    .header-listing-page .header__wrapper .mobile-menu .mobile-menu__wrapper {
        height: 52.9px;
    }
    .header-listing-page .header__wrapper .mobile-menu .mobile-menu__wrapper .mobile-search::before {
        right: 8px;
        top: 28px;
        width: 24px;
        height: 24px;
    }
    .product-card .product-card__wrapper .slider-main-specifications .product-image-slider .product-slider-main {
        max-width: 100vw;
    }
    .product-card .product-card__wrapper .slider-main-specifications .product-image-slider .product-slider-main .super-product {
        top: 0;
        left: 0;
    }
    .product-card .product-card__wrapper .slider-main-specifications .product-image-slider .product-slider-main .buttons-block {
        display: none;
    }
    .product-card .product-card__wrapper .slider-main-specifications .product-image-slider .product-slider-main .img-list .slick-dots li {
        width: 5px;
        height: 5px;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications {
        margin-top: 0;
        width: 100%;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .price-block {
        padding-top: 15px;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .price-block .old-price {
        font-size: 15px;
        margin-left: 16px;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .price-block .old-price span {
        font-size: 12px;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .price-block .difference {
        font-size: 13px;
        line-height: 15px;
        padding: 4px 8px;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .price-block .difference span {
        font-size: 10px;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .main-title {
        font-size: 16px;
        padding-top: 12spx;
        font-weight: normal;
    }
    /* .product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .poduct-buttons {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: 0;
    } */
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .poduct-buttons {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: flex-start;
        margin-left: 0;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .poduct-buttons .like {
        margin-left: 40px;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications div#product {
        display: none;
    }
    section .container .product-card__wrapper {
        padding: 0;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .poduct-buttons .share .title,
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .poduct-buttons .add-to-list .title,
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .poduct-buttons .like .title {
        font-size: 13px;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .poduct-buttons .add-to-list {
        margin-left: 22px !important;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .poduct-buttons .add-to-list .icon {
        position: relative;
        top: -2px;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .poduct-buttons .like {
        margin-left: 0;
    }
    .buy-buttons-mobile .buy {
        font-size: 13px;
        padding: 9px;
    }
    .buy-buttons-mobile .on-basket {
        margin-left: 8px;
        padding: 8px 7px;
        font-size: 13px;
    }
    .buy-buttons-mobile .buy-on-credit {
        margin-left: 8px;
        font-size: 13px;
    }
    .buy-buttons-mobile .buy-on-credit .button-text {
        max-width: 110px;
    }
    .buy-buttons-mobile .buy-on-credit .button-text span {
        font-size: 10px;
    }
    .buy-buttons-mobile .buy-on-credit img {
        width: 36px;
        height: 36px;
    }
    .backet {
        margin-top: 75px;
    }
    #checkout-cart .container {
        padding: 0 !important;
    }
    .backet .backet__wrapper {
        margin-top: 15px;
    }
    .backet .backet__wrapper .left-content {
        margin-top: 0;
    }
    .backet .backet__wrapper .left-content .order-item .product .name-product {
        font-size: 13px;
    }
    .backet .backet__wrapper .left-content .order-item .price-block .top-price .current-price {
        font-size: 14px;
    }
    .backet .backet__wrapper .left-content .order-item~.order-item {
        margin-top: 25px;
    }
    .backet .backet__wrapper .right-content .details-order .amount-information .amount-information__row .left-content .title {
        font-size: 13px;
    }
    .backet .backet__wrapper .right-content .details-order .amount-information .amount-information__row .right-content .amount {
        font-size: 13px;
    }
    .backet .backet__wrapper .right-content .details-order .amount-information .amount-information__row .right-content .amount span {
        font-size: 10px;
    }
    .backet .backet__wrapper .right-content .details-order .amount-information .amount-information__row~.amount-information__row {
        margin-top: 10px;
    }
    .backet .backet__wrapper .right-content .details-order .amount-information .total-amount .title {
        font-size: 22px;
    }
    .backet .backet__wrapper .right-content .details-order .amount-information .total-amount .amount {
        font-size: 22px;
    }
    .backet .backet__wrapper .right-content .details-order .amount-information .total-amount .amount span {
        font-size: 18px;
    }
    .checkout {
        margin-top: 75px;
        margin-left: -20px;
        margin-right: -20px;
    }
    .checkout .text-danger {
        margin-top: -10px;
    }
    .checkout .checkout__wrapper .right-content .basket {
        padding-top: 20px;
        padding-bottom: 18px;
    }
    .checkout .checkout__wrapper .right-content .basket .order-item-wrapper {
        margin-top: 0;
    }
    .checkout .checkout__wrapper .right-content .basket .order-item-wrapper .order-item~.order-item {
        margin-top: 25px;
    }
    .checkout .checkout__wrapper .right-content .basket .order-item-wrapper .order-item .product .name-product {
        margin-left: 14px;
        font-size: 13px;
        max-width: 130px;
    }
    .checkout .checkout__wrapper .right-content .basket .order-item-wrapper .order-item .price-block .top-price .current-price {
        font-size: 14px;
    }
    .checkout .checkout__wrapper .right-content .basket .order-item-wrapper .order-item .count-block {
        margin-left: 93px;
    }
    .checkout .checkout__wrapper .right-content .basket .amount-information {
        margin-top: 20px;
        padding-top: 20px;
    }
    .checkout .checkout__wrapper .right-content .basket .amount-information .amount-information__row .left-content .title {
        font-size: 13px;
        line-height: normal;
    }
    .checkout .checkout__wrapper .right-content .basket .amount-information .amount-information__row .right-content .amount {
        font-size: 13px;
    }
    .checkout .checkout__wrapper .right-content .basket .amount-information .amount-information__row .right-content .amount span {
        font-size: 11px;
    }
    .checkout .checkout__wrapper .right-content .basket .amount-information .amount-information__row~.amount-information__row {
        margin-top: 14px;
    }
    .checkout .checkout__wrapper .right-content .basket .amount-information .total-amount .title {
        font-size: 22px;
    }
    .checkout .checkout__wrapper .right-content .basket .amount-information .total-amount .amount {
        font-size: 22px;
    }
    .checkout .checkout__wrapper .right-content .basket .amount-information .total-amount .amount span {
        font-size: 18px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__nav-bar .title {
        font-size: 22px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__main .main-img {
        margin-top: 14px;
        padding-bottom: 110px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__main h2.title {
        margin-top: -97px;
        font-size: 30px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper {
        margin-top: 23px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper .bonus,
    .personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper .discount {
        margin-top: 10px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper .bonus .title,
    .personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper .discount .title {
        font-size: 22px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper .bonus .sub-title,
    .personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper .discount .sub-title {
        display: none;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper .bonus .description,
    .personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper .discount .description {
        font-size: 13px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper .bonus .text-block {
        width: 100%;
        flex-basis: 100%;
        margin: 0;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper .discount .discount-amount .discount-amount__item {
        padding: 6px 20px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper .discount .discount-amount .discount-amount__item .discount-amount__item__title {
        font-size: 16px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper .discount .discount-amount .discount-amount__item .amount {
        font-size: 16px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper .discount .discount-amount .discount-amount__item~.discount-amount__item {
        margin-left: -4px;
    }
}

#product-gallery-slider .swiper-slide {
    cursor: pointer;
    transition: all 0.3s ease;
}

#product-gallery-slider .swiper-slide:hover {
    border-color: #ffbfbf;
}

@media (max-width: 480px) {
    /*  Search header from main page */
    .header .header__wrapper .mobile-menu.mobile-search-active .mobile-menu__wrapper .mobile-search input {
        line-height: 14px;
        padding: 0px 20px 0px 0;
        height: 23px;
        margin-left: 4px;
    }
    /* Search header end*/
    .listing-page .listing-page__wrapper .title-block .title {
        font-size: 22px;
        padding-bottom: 0px;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .availability-series,
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .bonus-wrapper {
        width: 100%;
    }
    .listing-page .listing-page__wrapper .title-block .title span {
        display: inline-flex;
        position: relative;
        left: 5px;
        top: -10px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col {
        max-width: 43vw;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col .top-content {
        margin-top: 10px;
        border: none;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col .top-content .img-block {
        height: auto;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col .top-content .img-block .slick-slide {
        height: 164px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col .bottom-content {
        padding-left: 15px;
        padding-right: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col .bottom-content .title-wrapper {
        margin-top: 8px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-left: 0px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col .bottom-content .title {
        margin-top: 0;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col .bottom-content .title,
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col .bottom-content .code {
        font-size: 13px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col .bottom-content .price-block .price {
        font-size: 17px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col .bottom-content .price-block .price span {
        font-size: 12px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col .bottom-content .price-block .old-price {
        font-size: 12px;
        font-weight: 500;
        line-height: 14px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col .bottom-content .price-block .old-price span {
        font-size: 10px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col .bottom-content .price-block .old-price::before {
        width: 51px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col .bottom-content .availability-series {
        margin-top: 3px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col .bottom-content .availability-series .availability {
        font-size: 13px;
        margin-left: 0px;
    }
    .block-view-3-col .bottom-content .availability-series .availability.preorder {
        padding-left: 0;
        font-style: normal;
        font-weight: normal;
        line-height: 16px;
        color: #9e8d00;
        position: relative;
        background: #f90;
        width: 100%;
        position: absolute;
        left: 0px;
        top: -200px;
        padding: 6px 0 !important;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
        text-align: center;
        font-weight: 700;
    }
    .products-wrapper .availability-series .preorder::before {
        background: none;
        width: 0;
        height: 0;
        display: none;
    }
    .products-wrapper .availability-series .preorder .stockText {
        color: #fff !important;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .buttons-block {
        left: 85px;
        top: 17px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .buttons-block .add-to-list svg {
        width: 18px;
        height: 16px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .buttons-block .like {
        margin-left: 4px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .buttons-block .like svg {
        width: 20px;
        height: 16px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .super-product {
        top: 13px;
        width: 72px;
        height: 23px;
        font-size: 10px;
        padding-left: 4px;
        padding-right: 4px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .top-content {
        height: auto;
        width: 42vw;
        margin-right: -1px;
        overflow: hidden;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content {
        padding-right: 10px;
        width: calc(47vw - 10px);
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .title-wrapper .title {
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        color: #575757;
        line-height: 1.4;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block {
        margin-top: 10px;
        width: 48%;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .code {
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        color: #9a9a9a;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .price-block {
        margin-top: 10px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .price-block .price {
        font-size: 16px;
        display: inline-flex;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .price-block .price .difference {
        display: block;
        width: fit-content;
        padding: 2px 7px;
        line-height: 1.3;
        height: fit-content;
        margin-top: 2px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .price-block .price span {
        font-size: 12px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .price-block .old-price {
        font-size: 12px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .price-block .old-price::before {
        width: 51px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .price-block .old-price span {
        font-size: 10px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .title {
        font-size: 12px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .code {
        font-size: 13px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .availability-series {
        margin-top: 0px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .availability-series .availability {
        font-size: 13px;
        padding-left: 17px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .availability-series .series {
        font-size: 12px;
        padding: 3px 7px;
    }
    .pagination {
        margin-top: 50px !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: center;
    }
    .header-listing-page .view-mobile,
    .header-listing-page button.sort-mobile-button,
    .header-listing-page button.filters-mobile-button {
        display: block;
    }
    .category-links .category-links__wrapper .category-links-item-wrapper .category-links__item {
        font-size: 12px;
        padding: 5px 9px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__purchase_history .purchase-history-list .purchase-history-list__item .product-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__purchase_history .purchase-history-list .purchase-history-list__item .product-item .name-product {
        max-width: 185px;
        margin-left: 14px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__purchase_history .purchase-history-list .purchase-history-list__item .product-item .name-product .title,
    .personal-area-page .personal-area-page__wrapper .personal-area-page__purchase_history .purchase-history-list .purchase-history-list__item .product-item .name-product .code {
        font-size: 13px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__purchase_history .purchase-history-list .purchase-history-list__item .product-item .name-product .title {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__purchase_history .purchase-history-list .purchase-history-list__item .product-item .price {
        width: 100%;
        margin-top: -24px;
        font-size: 14px;
        margin-left: 94px;
    }
    .view-mobile,
    button.sort-mobile-button,
    button.filters-mobile-button,
    .basket-mobile .title-block {
        display: none !important;
    }
    .basket-mobile .title-block {
        display: block !important;
    }
    .basket-mobile .title-block .title {
        display: none;
    }
    .basket-mobile p.sub-title {
        display: block !important;
        line-height: 22px;
        font-size: 14px;
        margin-left: 3px;
        color: red;
    }
    .basket-mobile p.sub-title>* {
        display: none;
    }
    .backet .alert.alert-danger.alert-dismissible {
        margin-top: 80px;
    }
    .listing-page {
        margin-top: 20px;
    }
}

@media (max-width: 440px) {
    .banner {
        display: none;
    }
    .banner-mobile {
        display: block;
    }
    .header {
        /* padding-top: 6px; */
        padding-top: 0;
    }
    .header::before {
        height: 6px;
        width: 100%;
        background: url('../img/headerTopGradientMobile.jpg') no-repeat;
        background-size: 100% 6px;
    }
    .search-result.listing-page {
        margin-top: 75px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper {
        margin-top: 4px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block {
        margin-top: 13px;
        margin-bottom: 0px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col .super-product {
        width: 73px;
        height: 19px;
        font-size: 10px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col .buttons-block {
        top: 4px;
        right: 4px;
        position: absolute;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col .buttons-block .like svg {
        width: 18px;
        height: 19px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col .top-content {
        position: relative;
        width: 100%;
        top: -10px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block:not(:nth-child(1)):not(:nth-child(2)) {
        margin-top: 11px !important;
    }
    .block-view-1-col .top-content .img-block .productSlideImg.active img {
        height: 180px !important;
        width: 101% !important;
        object-fit: cover !important;
    }
    .productSlideImg.active img {
        height: 164px !important;
        width: unset;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col .bottom-content {
        padding-bottom: 13px;
        position: relative;
        top: 0px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col .bottom-content .availability-series {
        margin-top: 0;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col.block {
        margin: 11px 0 0 !important;
        border-radius: 8px;
        overflow: hidden;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col.block:not(:first-child) {
        margin: 11px 0 0 !important;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col {
        padding: 0;
        width: 100%;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .super-product {
        top: 5px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .top-content {
        top: 0px;
        margin-left: 0;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .buttons-block {
        top: 7px;
        left: 85px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content div {
        padding-left: 17px;
        margin-left: 0;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .bonus-wrapper {
        padding-left: 0px;
        margin-left: 0;
        width: auto;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content::before {
        left: 0px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .rate {
        padding-bottom: 13px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .rate .icons .star-icon svg {
        width: 12px;
        height: 12px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .rate .title {
        max-width: unset;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .availability-series .series {
        bottom: 38px;
        left: 9px;
    }
    .product-card {
        margin-top: 60px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__favorites .favorites-list .favorites-list__item .favorites-list__item-left .name-product {
        margin-left: 15px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__favorites .favorites-list .favorites-list__item .favorites-list__item-left .name-product .title {
        font-size: 13px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__favorites .favorites-list .favorites-list__item .favorites-list__item-left .name-product .code {
        font-size: 13px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__favorites .favorites-list .favorites-list__item .favorites-list__item-right {
        margin-left: 95px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__smart-bonus .content-wrapper .img-block {
        width: 100%;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__smart-bonus .content-wrapper .img-block img {
        width: 100%;
        height: auto !important;
    }
    .block.mobile-care .mobile-client-care {
        min-width: 80px;
    }
    .fix-footer__wrapper {
        padding: 0 4px;
    }
    .fix-footer .fix-footer__wrapper .block {
        padding: 10px 16px 18px;
    }
    .fix-footer .fix-footer__wrapper .block .mobile-client-care p.title {
        color: #f00 !important;
    }
    .autorized-block .user-info p br {
        display: none;
    }
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area>.name {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #000000;
}

.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area>span:not(.name),
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area>br {
    display: none;
}

@media (max-width: 414px) {
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .price-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (max-width: 360px) {
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .top-content {
        height: 173px;
        width: 42vw;
        margin-right: 0px;
    }
    .fix-footer .fix-footer__wrapper .block {
        padding: 10px 12px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .bonus-wrapper {
        width: auto;
        background: #fff;
        order: 3;
        padding: 10px 20px 10px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col .bottom-content {
        padding-left: 10px;
        padding-right: 10px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col .bottom-content .price-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col .bottom-content .price-block .old-price {
        margin-left: 5px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .price-block .old-price {
        margin-left: 0;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .rate {
        margin-top: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .rate .title {
        margin-left: 0;
        max-width: none;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .availability-series .series {
        display: none;
    }
    .block-view-1-col .bottom-content .availability-series .bonus-wrapper.one-col-only {
        display: none !important;
    }
    .header-listing-page .header__wrapper .mobile-menu .mobile-menu__wrapper .sort-mobile-button {
        margin-left: 10px;
    }
    .header-listing-page .header__wrapper .mobile-menu .mobile-menu__wrapper .filters-mobile-button {
        margin-left: 10px;
    }
    .buy-buttons-mobile .buy-on-credit img {
        display: none;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .price-block .difference {
        padding: 6px 13px;
        margin-left: 16px;
    }
    .product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .review .review__wrapper .review__item .review__item-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .review .review__wrapper .review__item .review__item-wrapper .date {
        margin-top: 10px;
        margin-left: 0;
        width: 100%;
    }
    .backet .backet__wrapper .left-content .order-item .product .name-product {
        max-width: 100px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__favorites .favorites-list .favorites-list__item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__favorites .favorites-list .favorites-list__item .favorites-list__item-left .name-product {
        max-width: 100px;
        margin-left: 15px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__favorites .favorites-list .favorites-list__item .favorites-list__item-right {
        margin-top: -22px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__smart-bonus table td {
        padding: 0 5px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__smart-bonus table thead tr td {
        font-size: 12px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__smart-bonus table tbody tr td {
        font-size: 12px;
    }
}

@media (max-width: 340px) {
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .poduct-buttons .share .icon,
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .poduct-buttons .add-to-list .icon,
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .poduct-buttons .like .icon {
        display: none;
    }
    .checkout .checkout__wrapper .right-content .basket .order-item-wrapper .order-item .product .name-product {
        max-width: 100px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__nav-bar .title {
        margin-left: 15px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper .discount .discount-amount .discount-amount__item {
        padding: 3px 16px;
    }
}

.products-wrapper .bottom-content .rate:hover .star-icon svg path {
    stroke: rgb(226, 226, 226) !important;
}

.block-view-1-col span.product-model {
    font-weight: normal;
    font-size: 18px;
    color: #222 !important;
}

.block-view-1-col .title span.product-model {
    font-weight: normal;
    font-size: 14px;
    color: #222 !important;
}

.block-view-1-col span.product-model br {
    display: none;
}

.product-cards-wrapper-template .block .title a span.product-model {
    color: #8a8a8a !important;
    font-size: 14px;
    line-height: 1.3;
}

span.product-model {
    color: #a9a9a9 !important;
    font-size: 14px;
    line-height: 1.3;
}

#product-product span.product-model {
    font-size: 29px;
    line-height: 1.3;
    font-weight: 500;
    color: #000 !important;
}

.collapseDisplay {
    display: block !important;
    transition: 0.3s all ease;
}

.footer-top-menu__item {
    overflow: hidden;
    min-width: 155px;
}

.block-view-1-col .bottom-content>.rate>p.title>a>.product-model,
.block-view-3-col .bottom-content>.rate>p.title>a>.product-model {
    display: inline-block;
    line-height: 0 !important;
}

#information-information .breadcrumb {
    margin: 5px 0;
}

.breadcrumb li {
    display: inline-block;
    position: relative;
    line-height: 14px;
    font-size: 12px;
}

.breadcrumb li~li {
    padding-left: 10px;
    margin-left: 5px;
}

.breadcrumb li~li::before {
    position: absolute;
    color: #d7d7d7;
    content: '/';
    left: 0;
    top: 0;
}

.breadcrumb li a {
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    font-weight: normal;
    font-style: normal;
    position: relative;
    line-height: 14px;
    font-size: 12px;
    color: #8a8a8a;
}

.breadcrumb li a:hover {
    color: #424242;
}

.product-card__center-content {
    margin-top: 52px;
}

.product-card__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-card__tags a.product-tag-pill {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    margin: 10px 10px 0 0;
    line-height: 16px;
    padding: 7px 11px;
    color: #6b6b6b;
    background: #f0f0f0;
    border-radius: 6px;
    -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.product-card__tags a.product-tag-pill:hover {
    background: #e8eeff;
    color: #2f51a7;
}

.color-pic__wrapper img:hover {
    cursor: pointer;
}

.optional-items img {
    height: 50px;
    border: 1px solid #e5e5e5;
    margin-right: 3px;
}

.optional-items a.selected img {
    border: 1px solid red;
}

.optional-items:not(.selected) {
    order: 2;
}

.optional-items.selected {
    order: 1;
}

.optional-items:not(.selected):hover img {
    border-color: #ffbfbf;
    transition: all 0.3s ease;
}

.optional-items a img {
    height: 50px;
    border: 1px solid #e5e5e5;
    margin-right: 3px;
}

button.dynamic-btn.sticky {
    position: fixed !important;
    left: 433px;
}

button.dynamic-btn.sticky.fixed {
    position: absolute !important;
    left: unset;
    bottom: -20px;
    top: unset !important;
    left: unset !important;
}

.basket-mobile p.sub-title {
    display: none;
}

.click-mobile-menu .list-item.mobile-menu-list ul {
    display: none;
}

.click-mobile-menu .list-item.mobile-menu-list+ul {
    margin-top: 10px;
}

.click-mobile-menu .list-item.mobile-menu-list {
    padding: 5px 17px;
    border: 1px solid #f3f3f3;
    border-left: 0px;
    border-right: 0;
    border-top: 0;
    width: calc(100% + 17px * 2);
    margin-left: -17px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 250%;
}

.click-mobile-menu .list-item.mobile-menu-list:before {
    content: '';
    position: absolute;
    right: 20px;
    width: 9px;
    margin: 16px 0;
    height: 9px;
    border: 2px solid #c7c7c7;
    border-top: 0;
    border-left: 0;
    transition: all 0.2s ease;
    font-size: 16px;
    line-height: 250%;
    transform: rotate(45deg);
}

.list-item.mobile-menu-list:first-child {
    border-top: 1px solid #f3f3f3;
}

.list-item.mobile-menu-list.active>.mobile-menu-list:before {
    content: '+';
    position: absolute;
    right: 20px;
}

.click-mobile-menu .list-item.mobile-menu-list.active:before {
    transition: all 0.2s ease;
    transform: rotate(225deg);
}

.footer-top-menu__item {
    overflow: hidden;
    min-width: 155px;
}

.footer-top-menu__item {
    overflow: hidden;
    min-width: 155px;
}

.swiper-container-horizontal .swiper-slide {
    margin: 0 5px !important;
}

#carousel-featured1 .swiper-slide {
    margin: 0 17px !important;
}

.swiper-pager {
    width: 100%;
    position: relative;
    top: -205px;
    line-height: unset;
    width: calc(100% + 110px);
    left: -55px;
}

.swiper-button-next:before {
    content: url("data:image/svg+xml, %3Csvg width='40' height='41' viewBox='0 0 40 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='1.46741' width='39' height='39' fill='white' stroke='%23E5E5E5' /%3E%3Cpath d='M15.3064 10.567L27.2004 21.4144L14.4004 31.367' stroke='%23898989' stroke-width='2' /%3E%3C/svg%3E") !important;
    border: none;
}

.swiper-button-prev::before {
    content: url("data:image/svg+xml,%3Csvg width='40' height='41' viewBox='0 0 40 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='39.5' y='40.4674' width='39' height='39' transform='rotate(-180 39.5 40.4674)' fill='white' stroke='%23E5E5E5'%3E%3C/rect%3E%3Cpath d='M24.6936 31.3678L12.7996 20.5205L25.5996 10.5678' stroke='%23898989' stroke-width='2'%3E%3C/path%3E%3C/svg%3E") !important;
    transform: none;
    border: none;
}

.swiper-button-next:hover::before {
    content: url("data:image/svg+xml,%3Csvg width='40' height='41' viewBox='0 0 40 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='39.5' y='40.4674' width='39' height='39' transform='rotate(-180 39.5 40.4674)' fill='white' stroke='%23E5E5E5'%3E%3C/rect%3E%3Cpath d='M24.6936 31.3678L12.7996 20.5205L25.5996 10.5678' stroke='%23FF8E9F' stroke-width='2'%3E%3C/path%3E%3C/svg%3E") !important;
    transform: none;
    border: none;
}

.swiper-button-next:hover::before {
    content: url("data:image/svg+xml, %3Csvg width='40' height='41' viewBox='0 0 40 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='1.46741' width='39' height='39' fill='white' stroke='%23E5E5E5' /%3E%3Cpath d='M15.3064 10.567L27.2004 21.4144L14.4004 31.367' stroke='%23FF8E9F' stroke-width='2' /%3E%3C/svg%3E") !important;
    transform: none;
    border: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 0;
    right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 0;
    left: auto;
}

.bestsellers .swiper-slide,
#carousel-featured .swiper-slide,
#carousel-featured2 .swiper-slide,
#carousel-special .swiper-slide {
    margin: 0 17px !important;
}

.bestsellers .swiper-wrapper {
    position: relative;
    left: -17px;
}

#carousel-featured .swiper-wrapper {
    position: relative;
    left: -17px;
}

#carousel-special .swiper-wrapper {
    position: relative;
    left: -17px;
}

.product-cards-wrapper-template .block a {
    color: #000;
}

.sub-menu-bottom-link-1 .swiper-slide {
    min-width: unset !important;
    max-width: unset !important;
    margin: 0 !important;
}

.swiper-slide.swiper-slide {
    min-width: 234px;
    max-width: 234px;
}

.swiper-slide {
    width: 234px;
    height: 100%;
    position: relative;
}

.swiper-button-next,
.swiper-button-prev {
    background-image: none;
}

.swiper-button-next::before,
.swiper-button-prev::before {
    transition: all 0.3s ease;
}

.swiper-button-next:hover::before,
.swiper-button-prev:hover::before {
    border-color: #ffd4d4;
    transition: all 0.3s ease;
}

@media (min-width: 1024px) {
    .desktop-only {
        display: block !important;
    }
}

@media (max-width: 1024px) {
    #carousel-product-mobile .swiper-slide {
        min-width: unset !important;
        max-width: unset !important;
        margin: 0 !important;
        width: 100%;
        max-height: 240px !important;
        width: 100%;
    }
    .swiper-slide.swiper-slide {
        min-width: 142px;
        width: auto;
        max-width: 100% !important;
    }
    .swiper-slide {
        margin: 0 5px !important;
    }
    .bestsellers .swiper-wrapper {
        position: relative;
        left: -5px;
    }
    #carousel-featured .swiper-wrapper {
        position: relative;
        left: -5px;
    }
    #carousel-special .swiper-wrapper {
        position: relative;
        left: -5px;
    }
}


/* .swiper-button-prev:before {
  content: '' !important;
  position: absolute;
  width: 40px !important;
  height: 40px !important;
  display: block;
  border: 2px solid #c9c9c9;
  border-right: 0;
  border-top: 0;
  transform: rotate(45deg);
  right: 0;
}
.swiper-button-next:before {
  content: '' !important;
  position: absolute;
  width: 40px !important;
  height: 40px !important;
  display: block;
  border: 2px solid #c9c9c9;
  border-right: 0;
  border-top: 0;
  transform: rotate(225deg);
} */

.shares {
    position: relative!important;
}

.shares .swiper-pager {
    width: 100% !important;
    position: absolute !important;
    top: 180px !important;
    line-height: unset !important;
    width: calc(100% + 50px) !important;
    left: -20px;
}

.swiper-pager {
    width: 100% !important;
    position: relative !important;
    top: -250px !important;
    line-height: unset !important;
    width: calc(100% + 40px) !important;
    left: -10px;
}

.banner-slider .product-cards-wrapper-template {
    position: relative;
}

.banner-slider:not(.featured) .swiper-pager {
    width: 100% !important;
    position: relative !important;
    top: -250px !important;
    line-height: unset !important;
    width: calc(100% + 42px) !important;
    left: -20px;
}

.loan {
    margin: 20px 0 10px;
}

.loan_text {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    color: #9a9a9a;
}

.loan_text span {
    font-weight: 500;
    padding: 3px 7px;
    border: 2px solid yellow;
    border-radius: 5px;
    margin: 0 5px;
}

.loan {
    margin: 20px 0 10px;
}

.loan_text {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    color: #9a9a9a;
}

.loan_text span {
    font-weight: 500;
    padding: 3px 7px;
    border: 2px solid #ffe5a0;
    border-radius: 5px;
    margin: 0 5px;
    color: #000;
}

.you-look .you-look__wrapper .swiper-slide.swiper-slide-active {
    margin-left: 21px !important;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: none !important;
}

#checkout-cart .container {
    padding: 0 20px;
}

.checkout .checkout__wrapper .left-content .form-personal-data .inputs-row .input-wrapper input:focus {
    padding: 15px 15px 0;
}

.checkout .checkout__wrapper .left-content .form-personal-data .inputs-row .input-wrapper input+label {
    font-size: 16px;
    line-height: 0;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    top: -38px;
    left: 16px;
    position: relative;
    height: 0;
    margin: 0;
    color: #a4a4a4;
    pointer-events: none;
}

.checkout .checkout__wrapper .left-content .form-personal-data .inputs-row .input-wrapper input:focus+label {
    opacity: 1;
    font-size: 12px;
    color: #a4a4a4;
    position: relative;
    top: -50px;
    left: 16px;
    line-height: 1.7;
    height: 0;
    margin: 0;
}

.checkout .checkout__wrapper .left-content .form-personal-data .inputs-row .input-wrapper input:focus::-webkit-input-placeholder {
    opacity: 0;
}


/* Firefox < 19 */

.checkout .checkout__wrapper .left-content .form-personal-data .inputs-row .input-wrapper input:focus:-moz-placeholder {
    opacity: 0;
}


/* Firefox > 19 */

.checkout .checkout__wrapper .left-content .form-personal-data .inputs-row .input-wrapper input:focus::-moz-placeholder {
    opacity: 0;
}


/* Internet Explorer 10 */

.checkout .checkout__wrapper .left-content .form-personal-data .inputs-row .input-wrapper input:focus:-ms-input-placeholder {
    opacity: 0;
}

.checkout .checkout__wrapper .left-content .radio-select .label-container~.label-container {
    margin-top: 11px;
}

#checkout-cart .container {
    padding: 0 20px;
}

span.noStock {
    float: left;
    margin-right: 5px;
}

.add-to-list.active p,
.like.active p {
    color: red !important;
}

#custom-customer input {
    border-color: #a4a4a4;
    background: rgb(255 255 255 / 0%);
}

#custom-customer input.valid+label:before {
    content: '';
    color: red;
    display: block;
    font-size: 35px;
    position: absolute;
    top: 15px;
    float: left;
    left: 85%;
    right: 0;
    width: 13px;
    height: 10px;
    background: url(/catalog/view/theme/boschcenter/img/availabilityIcon.svg) no-repeat;
    opacity: 1;
}

.checkout .checkout__wrapper .left-content .form-personal-data .inputs-row .input-wrapper input+label:before {
    opacity: 0;
}


/* #custom-customer input:invalid:placeholder-shown {
    background: #fff!important;
    border-color: #a4a4a4!important;
} */

#custom-customer input.invalid {
    background: rgba(255, 182, 182, 0.2);
    border-color: #faa;
}

#custom-customer input.invalid:focus {
    border-color: #a4a4a4;
    background: rgb(255 255 255 / 0%);
}

.checkout .checkout__wrapper .left-content .form-personal-data .inputs-row .input-wrapper input:not(:placeholder-shown)+label,
.checkout .checkout__wrapper .left-content .form-personal-data .inputs-row .input-wrapper input:focus+label {
    opacity: 1;
    font-size: 12px;
    color: #a4a4a4;
    position: relative;
    top: -50px;
    left: 16px;
    line-height: 1.7;
    width: 100%;
    height: 0;
    margin: 0;
}

.checkout .checkout__wrapper .left-content .form-personal-data .inputs-row .input-wrapper input:not(:placeholder-shown) {
    padding: 15px 15px 0 !important;
}

#common-success .total-check {
    max-width: 528px;
    margin: auto;
    background-color: #fff;
    box-shadow: 0px 2px 60px rgba(0, 0, 0, 0.07);
    z-index: 2;
    position: relative;
    filter: drop-shadow(0px 2px 60px rgba(0, 0, 0, 0.07));
    top: -87px;
    padding: 35px 35px 27px;
}

#common-success .order-item .product span.count-input {
    margin-top: 5px;
    text-align: left;
    width: 100%;
    float: left;
}

#common-success .order-item .product .count-input {
    color: #8a8a8a;
}

#common-success h4 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 120%;
    margin-bottom: 10px;
}

#common-success .total-check:before {
    content: '';
    position: absolute;
    left: 0px;
    top: -11px;
    z-index: 1;
    background: url('/catalog/view/theme/boschcenter/img/spikes-success.svg') repeat-x;
    width: 100%;
    min-height: 20px;
    filter: drop-shadow(0px 2px 60px rgba(0, 0, 0, 0.07));
}

#common-success .total-check:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -11px;
    z-index: 1;
    background: url('/catalog/view/theme/boschcenter/img/spikes-success.svg') repeat-x;
    width: 100%;
    min-height: 22px;
    filter: drop-shadow(0px 2px 60px rgba(0, 0, 0, 0.07));
}

#common-success .order-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 25px;
}

#common-success .order-item .product {
    display: flex;
    align-items: center;
    flex-basis: 80%;
    min-height: 62px;
}

#common-success .order-item .product img {
    min-height: 80px;
    width: 79px;
    border: 1px solid #e5e5e5;
}

div#common-success {
    padding-top: 35px;
}

#common-success .name-product span.title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    text-align: left;
}

#common-success h1 {
    margin-left: 0px;
    margin-bottom: 10px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 37px;
    line-height: 43px;
}

#common-success span {
    font-size: 32px;
    margin-left: 5px;
    color: #0400d5;
}

#common-success h1 span {
    margin-left: 5px;
    margin-right: 5px;
}

#common-success .order-item .product a,
#common-success .order-item .product p,
#common-success .order-item .product span {
    color: #000;
    font-size: 15px !important;
}

#common-success .order-item .product p {
    margin: 10px 0 0 15px;
}

#common-success .order-item .name-product {
    flex-basis: 100%;
}

#common-success span.count-input {
    font-size: 14px;
    margin-left: 7px;
}

#common-success .price-block {
    flex-basis: 20%;
    text-align: right;
    height: 100%;
    align-self: flex-start;
    margin-top: 15px;
}

#common-success .count-block {
    flex-basis: 9%;
}

#common-success p.current-price {
    font-size: 16px;
    font-weight: bold;
}

#common-success .current-price span.currency-icon {
    font-size: 14px;
    line-height: 16px;
    margin-left: 2px;
    color: #000;
}

#common-success h4.total-success {
    width: 100%;
    padding-right: 0;
    margin-top: 25px;
    padding-top: 18px;
    letter-spacing: -0.05em;
    border-top: 1px solid #e5e5e5;
    text-align: left;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
}

#common-success h4.total-success>span {
    float: right;
    color: #000;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-align: right;
}

#common-success * {
    font-family: roboto, open sans;
}

#common-success h4.total-success>span .currency-icon {
    font-size: 16px;
    margin: 2px;
    color: #000;
}

#common-success .list-two-colums {
    display: inline-flex;
    margin-bottom: 10px;
}

#common-success h4.text-success-bottom {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 120%;
    margin-bottom: 15px;
    margin-top: 45px;
}

#common-success h4.text-success-bottom+div.col-sm-12 {
    padding: 0;
}

#common-success h4.text-success-bottom+div.col-sm-12 p.address .open-time {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 210%;
    margin-left: 0;
    margin-top: 0px;
    color: #8a8a8a;
}

#common-success h4.text-success-bottom+div.col-sm-12 p.address {
    margin-bottom: 15px;
}

#common-success h4.text-success-bottom+div.col-sm-12 a {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    color: #000000;
}

#common-success h4.text-success-bottom+div.col-sm-12 .address a {
    color: #3677b4;
}

#common-success h4.text-success-bottom+div.col-sm-12 a.phone-whatsapp:after {
    content: url('/catalog/view/theme/boschcenter/img/whatsapp.svg');
    top: 2px;
    position: relative;
    left: 5px;
}

#common-success h4.text-success-bottom {
    color: #0400d5;
}

#common-success h4.text-success-bottom a {
    color: #000;
}

#common-success .list-unstyled.second {
    margin-left: 20px;
}

#common-success .text-success-bottom {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 40px;
}

#common-success ul:first-child li {
    margin: 5px 0 15px;
    color: #8a8a8a;
}

#common-success ul li {
    margin: 5px 0 15px;
}

.text-success-bottom:not(:first-child) a {
    color: #000 !important;
    letter-spacing: 0em;
}


/* .col-sm-6.success-content {
    flex-basis: 46%!important;
    min-width: unset;
} */

.col-sm-6.image-success-block.pull-right {
    text-align: center;
}


/* .image-success-block img {
    width: max-content;
    height: max-content;
    min-width: 34vw;
    min-height: 28vw;
    background-color: #e5e5e5;
} */

.text-success-bottom.first a {
    color: red;
}

.text-success-bottom:not(:first-child) a {
    color: #000 !important;
    letter-spacing: 0em;
}

#common-success h3.text-success-bottom {
    font-size: 30px;
    font-weight: bolder;
    margin-top: 39px;
    letter-spacing: 0em;
    word-spacing: 0em;
}

#common-success h3.thin {
    margin-top: 10px;
    font-weight: 100;
}

.checkout .checkout__wrapper .left-content .form-personal-data .inputs-row .input-wrapper input:focus+label {
    opacity: 1;
}

.checkout .checkout__wrapper .left-content .form-personal-data .inputs-row .input-wrapper input+label {
    opacity: 0;
}

.footer .footer__wrapper .top-footer .footer-top-menu .footer-top-menu__item .plus-category.active:before {
    content: '-';
    font-size: 15px;
    margin-right: 5px;
}

.footer .footer__wrapper .top-footer .footer-top-menu .footer-top-menu__item .plus-category:not(.active):before {
    opacity: 1;
    content: '+';
    margin-right: 5px;
}

.tab-item .alert.alert-success.alert-dismissible {
    display: block;
    position: relative;
    width: 100% !important;
    padding: 15px 35px 15px 15px;
}

#account-login .tab-item .alert.alert-success.alert-dismissible {
    margin-top: -10px;
    margin-bottom: 20px;
    margin-left: 0;
}

.tab-item .alert.alert-success.alert-dismissible center {
    text-align: left !important;
}

.image404 img.responsive.imgError {
    background-size: cover;
    width: 100%;
    max-width: 100%;
}

.text404 {
    padding: 0 0 0 71px;
}

p.errorLink {
    margin: 0;
}

.text404 p {
    margin: 5px 0 0;
}

#common-success .order-item .product span.code {
    color: #6b6b6b;
    font-weight: 100;
    float: left;
    text-align: left;
    width: 100%;
}

.errorLink a:hover {
    border-bottom: 1px solid red;
}

.errorLink a {
    color: red;
}

.personal-area-page .personal-area-page__wrapper .personal-area-page_change-contact-info form .inputs-row .input-wrapper input.invalid {
    background: #ffe6e6;
    border-color: #ff4040;
}


/* .personal-area-page .personal-area-page__wrapper .personal-area-page_change-contact-info form .inputs-row .input-wrapper input:invalid {
  background: #ffe6e6;
  border-color: #ff4040;
}
.personal-area-page .personal-area-page__wrapper .personal-area-page_change-contact-info form .inputs-row .input-wrapper input:invalid ~ .custom-placeholder {
  font-size: 14px;
  top: 50%;
}
.personal-area-page .personal-area-page__wrapper .personal-area-page_change-contact-info form .inputs-row .input-wrapper input:invalid:focus ~ .custom-placeholder {
  top: 30%;
  font-size: 12px;
  transform: translateY(-8px);
  transition: all .2s ease;
} 
.listing-page .listing-page__wrapper .title-block .breadcrumbs a {
    pointer-events: none;
}
.listing-page .listing-page__wrapper .title-block .breadcrumbs a:last-child {
    pointer-events: all!important;
}
.listing-page .listing-page__wrapper .title-block .breadcrumbs a:first-child {
    pointer-events: all!important;
}*/

.alert-success {
    padding: 0.75rem 1.25rem !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35 !important;
}

.loan_text span.currency-icon {
    border: none;
    padding: 0;
    margin: 0;
    font-size: 80%;
}

.col-sm-5.text404 h1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 130%;
}

@media (max-width: 480px) {
    #common-success ul:first-child li {
        margin: 5px 0 5px;
        color: #8a8a8a;
    }
    #common-success ul li {
        margin: 5px 0 5px;
    }
    div#information-information {
        padding: 0;
        padding-top: 60px;
    }
    .col-sm-5.text404 {
        padding: 0;
        margin: 0 auto;
        text-align: center;
    }
    #error-not-found {
        margin-top: 79px;
    }
    /* body{
        margin-top: 58px!important;
    } */
    #common-success #content {
        margin-top: 45px;
    }
    #common-success h1.mobile-only {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 120%;
        text-align: left;
        margin-bottom: 15px;
        display: none;
    }
    #common-success .image-success-block>img {
        margin-left: 0px;
        width: 100%;
    }
    #common-success .total-check span {
        color: #a8a8a8;
    }
    #common-success .col-sm-6.image-success-block.pull-right {
        margin: 5px 0px;
        padding: 15px 25px;
        background: #fff;
        border-radius: 20px;
    }
    #common-success .row {
        margin-right: -20px;
        margin-left: -20px;
    }
    .col-sm-6.image-success-block.pull-right img {
        margin-left: 6px;
    }
    #common-success .total-check {
        top: -55px;
        margin-bottom: -20px;
        padding: 20px 20px 5px 15px;
    }
    #common-success .total-check:after {
        background: url('/catalog/view/theme/boschcenter/img/mobile-spikes-success.svg') repeat-x;
        bottom: -15px;
    }
    #common-success .total-check:before {
        background: url('/catalog/view/theme/boschcenter/img/mobile-spikes-success.svg') repeat-x;
        top: -7px;
    }
    #common-success .order-item .product img {
        min-height: 60px;
        width: 69px;
    }
    #common-success .order-item .product {
        flex-basis: 80%;
        align-items: flex-start;
    }
    #common-success .order-item .product .img-block {
        align-self: flex-start;
    }
    #common-success .order-item .product p {
        margin: 6px 0 0 8px;
    }
    #common-success .order-item .product a,
    #common-success .order-item .product p,
    #common-success .order-item .product span {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 13px !important;
        line-height: 130%;
    }
    #common-success .price-block {
        margin-top: 5px;
        flex-basis: 30%;
        text-align: right;
    }
    #common-success p.current-price {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 16px;
    }
    #common-success .order-item {
        align-items: flex-start;
        margin-bottom: 20px;
    }
    #common-success h4.total-success {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 21px;
        text-align: left;
        padding-right: 0px;
    }
    #common-success h4.total-success>span {
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 21px;
        /* identical to box height */
        text-align: right;
    }
    #common-success .col-sm-6.success-content {
        margin: 10px 0px;
        padding: 15px 25px 20px;
        background: #fff;
        border-radius: 20px;
    }
    #common-success .col-sm-6.success-content h1 {
        padding: 0;
    }
    #common-success span {
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 26px;
    }
    #common-success .total-check+h1.mobile-only {
        padding: 0;
        display: flex;
        position: relative;
        left: 0;
        flex-direction: row;
        width: 100%;
    }
    #common-success .total-check+h1.mobile-only+p {
        padding: 0;
        text-align: left;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 140%;
        white-space: nowrap;
        margin-bottom: 10px;
    }
    #common-success .total-check+h1.mobile-only+p.text-success-bottom {
        margin: 0 0 5px;
    }
    #common-success li {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 210%;
        margin: 5px 0 5px;
    }
    #common-success h4.text-success-bottom {
        margin-top: 40px;
        font-size: 22px;
        line-height: 120%;
        margin-bottom: 12px;
    }
    #common-success h4.text-success-bottom+div.col-sm-12 p.address .open-time {
        line-height: 150%;
        margin: 10px 0;
    }
    #common-success h4.text-success-bottom+div.col-sm-12 a {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 150%;
    }
    #common-success h4.text-success-bottom+div.col-sm-12 p.address {
        margin-bottom: 9px;
    }
}

.information-header h1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 140%;
    color: #000000;
}

.information-header {
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    margin: 25px 0 23px;
}

.information-header ul.breadcrumb {
    margin-left: 45px !important;
    margin-bottom: 7px !important;
}

.information-header ul.breadcrumb li a:hover {
    color: #f00;
}

.sub-menu-middle .code {
    display: none !important;
}

#information-information .oferta h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 10px;
}

.oferta span.list-numbered {
    padding-left: 0;
    color: #f00;
    font-weight: 700;
    font-size: 16px;
}

#information-information .oferta p {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 24px;
    font-size: 14px;
}

#information-information h2.big-text {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 140%;
    color: #000000;
}

#information-information .col-sm-6.text-block {
    padding-left: 51px;
    padding-right: 46px;
}

#information-information p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
}

#information-information h4.about-us-header {
    font-style: normal;
    font-family: roboto;
    font-weight: bold;
    font-size: 20px;
    line-height: 140%;
    padding-left: 15px;
}

#information-information .text-block p {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 150%;
}

#information-information .delivery-card .text-block p {
    font-size: 18px;
    line-height: 150%;
}

#information-information h4.about-us-header:before {
    content: '';
    border-radius: 50%;
    height: 6px;
    width: 6px;
    display: block;
    position: absolute;
    background: #f00;
    left: 53px;
    margin-top: 10px;
}

#information-information h2.big-text+p {
    margin-bottom: 18px;
}

#information-contact .about-us_contact,
#information-information .about-us_contacts {
    margin-top: 35px;
}

#information-contact .address-card,
#information-information .address-card {
    /* background: #FFFFFF; */
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
    padding: 25px 32px;
}

#information-contact .about-us_contacts h2.big-text,
#information-information .about-us_contacts h2.big-text {
    margin-bottom: 20px;
}

#information-contact .about-us_contacts .col-sm-3,
#information-information .about-us_contacts .col-sm-3 {
    flex-basis: 320px !important;
    max-width: unset;
}

#information-contact .about-us_contacts .col-sm-3:not(:first-child),
#information-information .about-us_contacts .col-sm-3:not(:first-child) {
    padding-left: 0 !important;
}

#information-contact h4.address-header,
#information-information h4.address-header {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 10px;
}

#information-contact .address-card a,
#information-information .address-card a {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #3677b4;
}

#information-contact .address-card a.link-contact,
#information-information .address-card a.link-contact {
    line-height: 30px;
}

.address-card span.open-time {
    color: #868686 !important;
}

#information-contact .address-card a.phone-contacts,
#information-contact .address-card a.phone-whatsapp,
#information-information .address-card a.phone-contacts,
#information-information .address-card a.phone-whatsapp {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    /* or 21px */
    color: #000000;
}


/* #information-contact .address-card a.link-contact:after,
#information-information .address-card a.link-contact:after {
    content: url('/image/catalog/banner/2GIS.svg');
    top: 3px;
    position: relative;
    left: 5px;
} */

#information-contact .address-card a.phone-whatsapp:after,
#information-information .address-card a.phone-whatsapp:after {
    content: url('/catalog/view/theme/boschcenter/img/whatsapp.svg');
    position: relative;
    top: 2px;
    padding-left: 2px;
}

#information-contact .address-card p,
#information-information .address-card p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
}

#information-contact .about-us_contacts {
    margin-bottom: 50px;
}

img.about-us-image.desktop {
    display: block;
}

img.about-us-image.mobile {
    display: none;
}

.payment-info .row {
    margin: 0 0 20px 0;
}

.payment-info .row .col-sm-4 {
    display: flex;
    flex-direction: row;
    padding: 0;
}

.payment-info .row .col-sm-4 .col-sm-6,
.payment-info .row .col-sm-4 .col-sm-5 {
    padding: 0;
}

.payment-info .row .col-sm-4 .info-image-block .image-block {
    box-shadow: none;
}

.payment-info .row .col-sm-4 .info-text-block {
    flex-basis: 200px;
    margin-left: 24px;
    margin-top: 5px;
}

.payment-info .row .col-sm-4 .info-text-block .text-block h4 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 115%;
    margin-bottom: 5px;
}

.payment-info .row .col-sm-4 .info-text-block .text-block p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
}

.payment-info .row .col-sm-4:nth-child(2),
.payment-info .row .col-sm-4:nth-child(5) {
    padding-left: 35px;
}

.payment-info .row .col-sm-4:nth-child(3),
.payment-info .row .col-sm-4:nth-child(6) {
    padding-left: 35px;
}

.payment-info .info-text-footer {
    margin-top: 30px;
}

.payment-info .info-text-footer h2.big-heading {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 140%;
    margin-bottom: 10px;
}

.payment-info .info-text-footer p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
}

.payment-info .info-text-footer p a {
    color: red;
}

.payment-info .info-text-footer p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
}

.payment-info .info-link {
    color: red;
    cursor: pointer;
}

.payment-info .collapsed-text {
    margin: 20px 0 20px;
}

.payment-info .collapsed-text h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 10px;
}

.payment-info p {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 24px;
    font-size: 14px;
}

.payment-info .info-text-footer .collapsed-text p {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 24px;
    font-size: 14px;
    text-indent: 0px;
}

.payment-info .info-text-footer .collapsed-text li {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    font-size: 14px;
    padding-left: 20px;
}

.payment-info .info-text-footer .collapsed-text ol {
    margin-bottom: 25px;
}

.payment-info .info-text-footer .collapsed-text p span.list-numbered {
    padding-left: 0;
    color: #f00;
    font-weight: 700;
    font-size: 16px;
}

.hidden {
    display: none !important;
}

.collapsed-text li .list-numbered {
    padding-left: 0;
    color: #f00;
    font-weight: 700;
    font-size: 14px;
    margin-right: 5px;
}

#information-information .smart-bonus-page {
    padding: 90px 185px 0;
    /* background: url(http://dev.boschcenter.kz/image/catalog/banner/bonus-page/smart-bonus-bg.jpg); */
    overflow: visible;
    background-position: 103% 0%;
    background-repeat: no-repeat;
    padding-bottom: 300px;
}

#information-information .smart-bonus-page .col-sm-7 {
    padding-right: 18%;
    padding-left: 10px;
}

#information-information .smart-bonus-page .col-sm-7 h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 80px;
    line-height: 102%;
    padding-bottom: 25px;
}

#information-information .smart-bonus-page .col-sm-7 p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 150%;
    padding-bottom: 38px;
}

#information-information img.img-fluid.bonus-summary-img {
    margin-bottom: 72px;
}

#information-information a.smart-bonus-btn {
    border-radius: 8px;
    font-weight: bold;
    font-size: 25px;
    line-height: 102%;
    color: #fff;
    padding: 23px 39px;
    background: #00bccc;
}

#information-information .smart-bonus-page .col-sm-3 {
    padding-left: 11px;
}

#information-information.container-fluid {
    padding: 0;
}

#information-information .container.bonus-info {
    margin-top: 0px;
}

#information-information .container.bonus-info h2 {
    font-weight: bold;
    font-size: 55px;
    line-height: 102%;
    text-align: center;
    margin-bottom: 40px;
}

#information-information .container.bonus-info col-sm-4 {
    padding: 0 34px;
}

#information-information .container.bonus-info .col-sm-4 {
    padding: 0 25px 0 10px;
}

#information-information .container.bonus-info>.row .img-block-bonus {
    background: #fff;
    background-position: 50% 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 20px 0;
    box-shadow: 0px 5px 40px rgb(0 0 0 / 5%);
}

#information-information .container.bonus-info>.row .img-block-bonus img {
    background-position: 50% 70%;
    /* position: relative; */
    text-align: center;
}

#information-information .container.bonus-info>.row .col-sm-4:nth-child(2) .img-block-bonus {
    padding-bottom: 0px;
    padding-top: 10px;
}

#information-information .container.bonus-info>.row .col-sm-4:nth-child(3) .img-block-bonus {
    padding-bottom: 0px;
    padding-top: 18px;
}

#information-information .container.bonus-info h4 {
    font-weight: 500;
    font-size: 32px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 10px;
}

#information-information .container.bonus-info p {
    font-weight: normal;
    font-size: 22px;
    line-height: 140%;
    text-align: center;
}

#information-information .container.bonus-info .text-block-bonus {
    margin-top: 23px;
    margin-bottom: 90px;
    padding: 0 20px;
}

.container.bonus-info .collaborator-card h4 {
    margin-top: 33px;
    margin-bottom: 15px !important;
    padding: 0 30px;
    line-height: 115% !important;
}

.container.bonus-info .collaborator-card p {
    padding: 0 30px;
}

.collaborator-card.collab-img-1:after {
    content: url(/image/catalog/banner/bonus-page/bosch-logo.jpg);
    position: absolute;
    min-width: 100px;
    min-height: 50px;
    display: block;
    top: 228px;
    padding: 10px 20px 20px 10px;
    background: #fff;
    border-top-right-radius: 15px;
}

.collaborator-card.collab-img-2:after {
    content: url(/image/catalog/banner/bonus-page/sony-logo.jpg);
    position: absolute;
    min-width: 100px;
    min-height: 50px;
    display: block;
    top: 228px;
    padding: 24px 31px 20px 12px;
    background: #fff;
    border-top-right-radius: 15px;
}

.collaborator-card.collab-img-3:after {
    content: url(/image/catalog/banner/bonus-page/evrika-logo.jpg);
    position: absolute;
    min-width: 100px;
    min-height: 50px;
    display: block;
    top: 228px;
    padding: 11px 27px 20px 10px;
    background: #fff;
    border-top-right-radius: 15px;
}

.delivery-text h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 6px;
}

.text-block.delivery-text.text-center {
    margin-top: 26px;
    padding: 0 44px;
}

.delivery-text p {
    font-style: normal;
    font-weight: 300 !important;
    font-size: 14px;
    line-height: 150%;
    padding: 0 10px;
    margin-bottom: 5px !important;
}

.delivery-text p.green {
    color: #2cdb00;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
}

.delivery-text p.yellow {
    color: #ffbf43;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
}

.row.gnc {
    margin: 57px 0 -5px;
}

img.banner-info.mobile-only {
    width: 100%;
    margin-top: 58px;
}

.col-sm-6.image {
    padding: 0 0 0 8px;
}

.col-sm-6.text-block {
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#error-not-found #content .row .image404 {
    flex-basis: 52%;
    padding: 0;
}

#error-not-found #content .row {
    display: flex;
    flex-direction: row;
}

#error-not-found #content .row .text404 {
    flex-basis: 48%;
    align-self: center;
    margin-top: -15px;
}

.text404 p+p {
    margin-top: 20px;
    line-height: 1.5;
}

.col-sm-6.text-block h4 {
    font-weight: bold;
    font-size: 50px;
    line-height: 110%;
    margin-bottom: 26px;
}

.col-sm-6.text-block p {
    font-weight: normal;
    font-size: 24px !important;
    line-height: 150%;
}

.row.gnc:first-child .col-sm-6.text-block {
    margin-top: 78px;
}

.row.gnc:nth-child(2) .col-sm-6.text-block {
    margin-top: 30px;
}

.row.gnc:nth-child(3) .col-sm-6.text-block {
    margin-top: 51px;
    padding-right: 75px !important;
}

.row.gnc~.col-sm-8.col-sm-offset-2 {
    margin: 90px auto !important;
}

.row.gnc~.col-sm-8.col-sm-offset-2 h4.text-center {
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 102%;
    margin-bottom: 25px;
}

.row.gnc~.col-sm-8.col-sm-offset-2 ul.list-inline {
    display: flex;
    flex-direction: row;
    justify-content: start;
}

.row.gnc~.col-sm-8.col-sm-offset-2 ul.list-inline.mobile-only li:before {
    margin-top: 12px;
}

.row.gnc~.col-sm-8.col-sm-offset-2 ul.list-inline li {
    font-style: normal;
    font-weight: normal;
    font-size: 35px;
    line-height: 150%;
    margin-left: 29px;
}

.row.gnc~.col-sm-8.col-sm-offset-2 ul.list-inline li:before {
    content: '';
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    background: #ff0000;
    border-radius: 50%;
    margin-left: -19px;
    margin-top: 20px;
}

.row.gnc~.col-sm-8.col-sm-offset-2 ul.list-inline li:not(:first-child) {
    margin-left: 75px;
}

.row.gnc~.col-sm-8.col-sm-offset-2 ul.list-inline.mobile-only {
    display: none !important;
}

.row.gnc~.col-sm-8.col-sm-offset-2 ul.list-inline.desktop-only {
    display: flex !important;
    flex-direction: row;
    justify-content: start;
}

i.gnc-pdf-icon {
    content: url('http://dev.boschcenter.kz/image/catalog/banner/gnc/pdf.svg');
    background-repeat: no-repeat;
    width: 70px;
    padding-right: 25px;
    margin-top: 0px;
    margin-bottom: -15px;
    margin-left: 13px;
}

.link-gnc {
    margin: auto;
    margin-top: 86px;
    text-align: center;
}

.link-gnc a span {
    font-weight: normal;
    font-size: 35px;
    line-height: 150%;
    /* identical to box height, or 52px */
    color: #ff0000;
}

.payment-info .row .col-sm-4 .info-image-block .image-block img.desktop {
    max-width: 155px;
}

@media (max-width: 768px) {
    .abbr-hidden-btn {
        display: block;
    }
    .block-view-1-col .top-content .img-block img {
        width: 100%;
        height: auto;
        -webkit-transition: -webkit-filter 0.2s ease-in-out;
        transition: -webkit-filter 0.2s ease-in-out;
        -o-transition: filter 0.2s ease-in-out;
        transition: filter 0.2s ease-in-out;
        transition: filter 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
        -o-object-fit: cover;
        object-fit: cover;
        min-height: 173px;
    }
    .block-view-1-col #carousel-product-mobile .swiper-slide {
        min-width: unset !important;
        max-width: unset !important;
        margin: 0 !important;
        width: 100%;
        min-height: 173px !important;
    }
    .bestsellers .swiper-slide,
    #carousel-featured .swiper-slide,
    #carousel-special .swiper-slide {
        margin: 0 3.5px !important;
    }
    #information-information .breadcrumb {
        display: none;
    }
    .information-header h1 {
        color: #000000;
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 140%;
    }
    .information-header {
        margin: 16px 0 15px;
    }
    #information-information .col-sm-6.image-block {
        padding: 0;
    }
    #information-information .col-sm-6.image-block img.about-us-image {
        max-height: 100%;
        width: 100%;
        /* background-image: url(http://dev.boschcenter.kz/image/catalog/banner/about-us.jpg)!important; */
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }
    img.about-us-image.desktop {
        display: none;
    }
    img.about-us-image.mobile {
        display: block;
    }
    #information-information .col-sm-6.text-block h2.big-text {
        margin-bottom: 8px;
        line-height: 102%;
        font-size: 22px;
    }
    #information-information .col-sm-6.text-block {
        padding: 0 15px;
        margin-top: 20px;
    }
    #information-information .row.gnc .col-sm-6.text-block {
        padding: 0 !important;
    }
    #information-information h4.about-us-header {
        font-style: normal;
        font-weight: bold;
        font-size: 15px;
        line-height: 140%;
        padding: 0;
        margin-bottom: 2px;
    }
    #information-information h4.about-us-header:before {
        content: none;
    }
    #information-information h2.big-text {
        margin-bottom: 5px;
        line-height: 102%;
    }
    #information-information p {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 170%;
    }
    #information-information h2.big-text+p {
        margin-bottom: 24px;
    }
    #information-information .text-block p {
        margin-bottom: 24px;
    }
    #information-contact .about-us_contacts .col-sm-3,
    #information-information .about-us_contacts .col-sm-3 {
        flex-basis: 100% !important;
        margin-left: 0px;
        background: #ffffff;
        border-radius: 15px;
        margin-bottom: 11px;
        padding: 0 !important;
        border-radius: 15px;
    }
    #information-contact .about-us_contacts h2.big-text,
    #information-information .about-us_contacts h2.big-text {
        margin-bottom: 15px;
    }
    #information-contact .about-us_contact,
    #information-information .about-us_contacts {
        margin-top: 38px;
    }
    .about-us_contacts>.row {
        margin-right: 0px;
        margin-left: 0px;
    }
    div#information-contact .information-header {
        padding: 0 20px;
    }
    div#information-contact .information-header .breadcrumb {
        display: none !important;
    }
    div#information-contact {
        padding: 58px 0;
    }
    #common-success .col-sm-6.success-content p {
        font-size: 14px;
    }
    #common-success .col-sm-6.success-content p.address {
        font-size: 14px;
        line-height: 170%;
    }
    #information-contact .address-card,
    #information-information .address-card {
        box-shadow: 0px 4px 50px rgb(0 0 0 / 5%);
        padding: 17px 32px 20px;
        background: transparent;
    }
    #information-information .col-sm-6.text-block {
        padding: 0 20px;
        padding-top: 24px;
        padding-bottom: 9px;
        background: #fff;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        margin-top: 0;
    }
    .information-header~.row {
        margin-left: -20px;
        margin-right: -20px;
    }
    #information-information .oferta {
        background: #fff;
        padding: 25px 20px;
        margin-left: -20px;
        margin-right: -20px;
        border-radius: 15px;
    }
    .payment-info .row .col-sm-4 .info-image-block .image-block img.mobile {
        max-width: 115px;
        /* background-position: 50% 50%; */
    }
    #information-information .payment-info .row {
        margin: 15px -20px;
        background: #fff;
        border-radius: 15px;
        padding: 20px 20px;
        margin-bottom: 20px;
    }
    .payment-info .row .col-sm-4 .info-image-block .image-block {
        background-position: 50% 50%;
    }
    .payment-info .row .col-sm-4 {
        align-items: center;
        justify-items: center;
        margin-bottom: -1px;
    }
    .payment-info .row .col-sm-4.about-us-card-1 .info-image-block .image-block {
        margin-top: -3px;
    }
    .payment-info .row .col-sm-4.about-us-card-1 {
        order: 1;
    }
    .payment-info .row .col-sm-4.about-us-card-2 {
        order: 3;
    }
    .payment-info .row .col-sm-4.about-us-card-3 {
        order: 5;
    }
    .payment-info .row .col-sm-4.about-us-card-4 {
        order: 2;
    }
    .payment-info .row .col-sm-4.about-us-card-5 {
        order: 4;
    }
    .payment-info .row .col-sm-4.about-us-card-6 {
        order: 6;
    }
    .payment-info .row .col-sm-4 .info-text-block {
        flex-basis: unset;
        margin-left: 12px;
        margin-top: 10px;
    }
    .payment-info .row .col-sm-4 .info-text-block .text-block h4 {
        font-weight: bold;
        font-size: 15px;
        line-height: 120%;
        margin-bottom: 5px;
    }
    #information-information .text-block p {
        font-weight: normal;
        font-size: 14px;
        line-height: 140%;
    }
    .payment-info .row .col-sm-4.about-us-card-2 .info-image-block .image-block {
        margin-top: -10px;
    }
    .payment-info .row .col-sm-4.about-us-card-3 .info-image-block .image-block {
        margin-top: -13px;
    }
    .payment-info .row .col-sm-4.about-us-card-4 .info-image-block .image-block {
        margin-top: -7px;
        margin-left: -5px;
        margin-right: 5px;
    }
    .payment-info .row .col-sm-4.about-us-card-5 .info-image-block .image-block {
        margin-top: -7px;
    }
    .payment-info .row .col-sm-4.about-us-card-6 .info-image-block .image-block {
        margin-top: -15px;
    }
    .payment-info .row .col-sm-4.about-us-card-6 {
        margin-bottom: -14px;
    }
    .info-text-footer {
        margin: 0 -20px !important;
        padding: 27px 28px 0;
        background: #fff;
        border-radius: 15px;
    }
    .payment-info .info-text-footer h2.big-heading {
        font-weight: bold;
        font-size: 22px;
        line-height: 140%;
        margin-bottom: 3px;
    }
    .info-text-footer p {
        font-weight: normal;
        font-size: 14px;
        line-height: 70%;
    }
    .info-text-footer P {
        line-height: 150% !important;
    }
    a.info-link.collapse-open {
        display: none !important;
    }
    .payment-info .row .col-sm-4:nth-child(2) {
        padding-left: 0 !important;
    }
    .payment-info .row .col-sm-4:nth-child(3) {
        padding-left: 0 !important;
    }
    .payment-info .row .col-sm-4 .info-image-block .image-block {
        box-shadow: none !important;
    }
    a.info-link.collapse-open.mobile {
        display: block !important;
        font-weight: normal;
        font-size: 13px;
        line-height: 250%;
        /* identical to box height, or 32px */
        color: #ff0000;
        padding: 8px 0;
        border-top: 1px solid #eee;
    }
    a.info-link.collapse-open.mobile:after {
        content: '';
        width: 8px;
        height: 8px;
        display: block;
        position: absolute;
        left: 90%;
        margin-top: -2.5vh;
        border: 2px solid #c7c7c7;
        border-left: 0;
        border-top: 0;
        box-sizing: border-box;
        transform: rotate(45deg);
    }
    a.info-link.collapse-open.mobile.active:after {
        transform: rotate(-135deg);
    }
    .col-sm-4.delivery-card {
        padding: 0;
        border-radius: 15px;
        background: #fff;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .text-block.delivery-text.text-center {
        padding: 0 30px 20px;
    }
    .col-sm-4.delivery-card:first-child .text-block.delivery-text.text-center {
        margin-top: 3px;
    }
    .col-sm-4.delivery-card:first-child img.img-fluid.delivery-img {
        width: 92%;
        margin-top: -7px;
    }
    .delivery-text h4 {
        font-size: 22px;
    }
    .col-sm-4.delivery-card:nth-child(2) .text-block.delivery-text.text-center {
        margin-top: -7px;
    }
    .col-sm-4.delivery-card:nth-child(3) .text-block.delivery-text.text-center {
        margin-top: -15px;
        padding: 0 0 20px;
    }
    .col-sm-4.delivery-card:nth-child(3) .text-block.delivery-text.text-center p {
        padding: 0 40px;
    }
    .col-sm-4.delivery-card:nth-child(3) img.img-fluid.delivery-img {
        max-width: 95%;
        margin-left: 2%;
        margin-top: -2%;
    }
    h2.gnc-header.mobile-only {
        font-weight: bold;
        font-size: 45px;
        line-height: 102%;
        /* or 46px */
        text-align: center;
        padding: 42px 0px 42px;
        background: #fff;
        margin: 0px 0 -65px;
    }
    #information-information .header-banner-info~.container {
        padding: 0;
    }
    .row.gnc .col-sm-6.image {
        padding: 0;
    }
    .row.gnc .col-sm-6.text-block h4 {
        font-weight: bold;
        font-size: 29px;
        line-height: 125%;
        margin: 8px 0;
        padding: 20px 30px 7px;
    }
    .row.gnc .col-sm-6.text-block,
    .row.gnc:nth-child(2) .col-sm-6.text-block {
        padding: 0 !important;
        padding-right: 0 !important;
    }
    .row.gnc .col-sm-6.image .img-fluid.gnc-img {
        width: 100% !important;
    }
    .row.gnc .col-sm-6.text-block p {
        font-weight: normal !important;
        font-size: 20px !important;
        line-height: 140% !important;
        padding: 0 33px;
    }
    .row.gnc~.row.gnc .col-sm-6.text-block {
        order: 2;
    }
    .row.gnc {
        background: #fff;
        border-radius: 15px;
    }
    .row.gnc~.row.gnc {
        margin-top: 35px;
    }
    .row.gnc~.col-sm-8.col-sm-offset-2 {
        margin: 30px auto !important;
    }
    .row.gnc~.col-sm-8.col-sm-offset-2 h4.text-center {
        font-weight: bold;
        font-size: 40px;
        line-height: 102%;
        text-align: center;
        margin-bottom: 20px;
    }
    .row.gnc~.col-sm-8.col-sm-offset-2 ul.list-inline li {
        flex-basis: 50%;
        font-weight: normal;
        font-size: 24px;
        line-height: 125%;
    }
    .link-gnc a span {
        font-weight: normal;
        font-size: 21px;
        line-height: 120%;
        color: #ff0000;
        padding-right: 20px;
        text-align: left;
    }
    .link-gnc {
        margin: auto;
        margin-top: 61px;
        text-align: center;
        width: 65vw;
    }
    i.gnc-pdf-icon {
        width: 50px;
        padding-right: 5px;
        margin-top: 0px;
        margin-bottom: -33px;
    }
    img.visa-mastercard {
        max-width: 90vw;
    }
    #information-information.container>.row {
        padding: 0 20px !important;
    }
    .row.gnc~.col-sm-8.col-sm-offset-2 ul.list-inline.mobile-only {
        display: flex !important;
    }
    #error-not-found .row h1.mobile-only {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 110%;
        padding-left: 15px;
        margin-bottom: 15px;
    }
    #error-not-found #content .row .image404 {
        position: relative;
        flex-basis: 100%;
        padding: 0;
        width: 100%;
        margin-bottom: 20px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        overflow: hidden;
    }
    #error-not-found #content .row {
        flex-direction: column;
    }
    #error-not-found #content {
        padding: 0;
        background: #fff;
        margin: 0 -5px;
        width: calc(100% + 10px);
        padding-bottom: 40px;
        border-radius: 15px;
    }
    #error-not-found #content .row .text404 {
        flex-basis: 100%;
        text-align: left;
        padding: 0px 20px;
        margin-top: 0;
    }
    .col-sm-5.text404 h1 {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 110%;
        margin-bottom: 9px;
    }
    .text404 p {
        padding-right: 55px;
    }
}

@media (max-width: 421px) and (min-width: 375px) {
    .block-view-3-col .bottom-content .price-block .old-price {
        margin-left: 0px !important;
    }
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

@media (max-width: 768px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
}

i.gis-icon img {
    width: 50px;
    margin-left: 4px;
    max-height: 16px;
}

#modal-bonus-check .modal-dialog {
    max-width: 690px;
    top: 31%;
}

#modal-bonus-check .modal-body {
    border-radius: 0;
    padding: 44px 40px 50px 35px;
}

#modal-bonus-check .modal-content {
    border-radius: 0;
    border: 0;
}

#modal-bonus-check .close {
    position: relative;
    opacity: 1;
    transition: all 0.3s ease;
    width: 50px;
    height: 50px;
    left: 10px;
    top: -10px;
}

#modal-bonus-check .close span {
    display: none;
}

#modal-bonus-check .close span:after {
    /*! content: ''; */
    background: #b8b8b8;
    transform: rotate(90deg);
    width: 50px;
    height: 2px;
    display: block;
    position: relative;
    left: 0px;
    top: -25px;
    opacity: 1;
}

#modal-bonus-check .close:hover {
    opacity: 0.7;
}

#modal-bonus-check .close::before {
    content: '';
    width: 50px;
    height: 2px;
    display: block;
    background: #b8b8b8;
    transform: rotate(135deg);
    color: transparent;
    position: relative;
    opacity: 1 !important;
}

#modal-bonus-check .close::after {
    content: '';
    background: #b8b8b8;
    transform: rotate(45deg);
    width: 50px;
    height: 2px;
    display: block;
    position: relative;
    top: 0px;
    opacity: 1;
}

#modal-bonus-check h2 {
    font-weight: bold;
    font-size: 30px;
    line-height: 102%;
    margin-bottom: 20px;
}

#modal-bonus-check .radio-select input:checked~.checkmark {
    border-color: #00bccc;
}

#modal-bonus-check .radio-select .checkmark {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
    height: 14px;
    width: 14px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #999999;
    -webkit-transition: border-color 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
    top: unset;
    margin-top: 10px;
}

#modal-bonus-check .radio-select label.label-container {
    margin-bottom: 10px;
}

#modal-bonus-check .radio-select .checkmark::after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: white;
    background: #00bccc;
    content: '';
    position: relative;
}

#modal-bonus-check .radio-select .text {
    font-size: 14px;
}

#modal-bonus-check .radio-select input:checked~.checkmark::after {
    display: block;
}

#modal-bonus-check .radio-select {
    padding-left: 17px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

#modal-bonus-check .radio-select input:checked~span.text {
    color: #00bccc;
}

#modal-bonus-check .radio-select input:checked~span {
    transition: all 0.3s ease;
}

#modal-bonus-check .radio-select label.label-container {
    margin-bottom: 10px;
}

#modal-bonus-check .input-wrapper input {
    padding: 25px 15px 10px;
    width: 100%;
    height: 58px;
    background-color: transparent;
    border: 1px solid #999999;
    border-radius: 6px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 170%;
    color: #000000;
    margin-bottom: 10px;
}

#modal-bonus-check .input-wrapper input::placeholder {
    color: transparent;
}

#modal-bonus-check .input-wrapper input:focus+label {
    opacity: 1;
}

#modal-bonus-check .input-wrapper input+label {
    font-size: 16px;
    line-height: 0;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    top: -50px;
    left: 18px;
    position: relative;
    height: 0;
    margin: 0;
    color: #a4a4a4;
    pointer-events: none;
}

#modal-bonus-check .input-wrapper input:focus+label {
    opacity: 1;
    font-size: 13px;
    color: #a4a4a4;
    position: relative;
    top: -60px;
    left: 16px;
    line-height: 1.7;
    width: 100%;
    height: 0;
    margin: 0;
}

#modal-bonus-check input.btn.btn-primary {
    border-radius: 3px;
    font-weight: 400;
    font-size: 15px;
    line-height: 102%;
    color: #fff;
    padding: 13px 25px;
    background: #00bccc;
    border: 0;
    width: min-content;
    height: unset;
}

#modal-bonus-check .radio-select label.label-container input {
    display: none;
}

.listing-mobile-options .view-mobile,
.listing-mobile-options button.sort-mobile-button,
.listing-mobile-options button.filters-mobile-button {
    display: none !important;
}

@media (max-width: 620px) {
    .desktop-only {
        display: none !important;
    }
    .mobile-only {
        display: block;
    }
    .products-wrapper .availability-series .no-stock,
    .products-wrapper .availability-series .stock {
        display: none !important;
    }
    .listing-page .container {
        padding: 0 18px 0 22px !important;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col .top-content {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        overflow: hidden;
    }
    #account-login.container {
        margin-top: 81px;
        padding: 0;
    }
    #account-login .form-group {
        margin-bottom: 0 !important;
    }
    .header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .tab-wrapper {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
        font-family: roboto;
        min-width: 280px;
    }
    #account-login .tab-wrapper .tab-item {
        padding: 0;
    }
    #account-login.container label.tab-label.no-select {
        margin-bottom: 20px;
        text-align: left;
        flex-grow: unset;
    }
    #account-login.container .row .col-sm-12>.col-sm-6 {
        padding: 0;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col .bottom-content .price-block span.difference.mobile {
        display: block;
        font-weight: bold;
        font-size: 12px;
        line-height: 14px;
        padding: 3px 6px 2px;
        white-space: nowrap;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col .bottom-content .price-block .price {
        width: auto;
        display: inline-flex;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col .bottom-content .title {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 13px;
        line-height: 120%;
    }
    .header-listing-page .header__wrapper .mobile-menu .mobile-menu__wrapper .mobile-search input {
        display: block !important;
        width: 100%;
    }
    .header-listing-page .header__wrapper .mobile-menu .mobile-menu__wrapper .mobile-search {
        flex-basis: 100%;
    }
    .header .header__wrapper .mobile-menu .mobile-menu__wrapper .logo {
        display: block;
    }
    .header-listing-page~.listing-mobile-options .view-mobile {
        display: flex;
        flex-direction: row;
        padding: 9px 15px;
        background: #fff;
        border-radius: 6px;
    }
    .header-listing-page~.listing-mobile-options button.sort-mobile-button,
    .header-listing-page~.listing-mobile-options button.filters-mobile-button {
        padding: 11px 23px;
        margin-left: 10px;
        background: #fff;
        border-radius: 6px;
        font-weight: normal;
        font-size: 13px;
        line-height: 120%;
    }
    .header-listing-page~.listing-mobile-options .view-active svg rect,
    .header-listing-page~.listing-mobile-options .view-active svg path {
        stroke: #f00;
    }
    .header-listing-page~.listing-mobile-options {
        display: flex;
        flex-direction: row;
        flex-grow: 1;
        align-items: center;
        margin-top: 70px;
        padding: 0 20px;
    }
    .header-listing-page~.listing-mobile-options .view-active svg rect {
        stroke: #f00;
    }
    .header-listing-page~.listing-mobile-options .view-mobile>.view-mobile-2-col {
        padding-right: 10px;
    }
    .header-listing-page .header__wrapper .mobile-menu .mobile-menu__wrapper .mobile-search::before {
        right: 23px;
        top: 27px;
        width: 10px;
        height: 12px;
    }
    .header-listing-page .header__wrapper .mobile-menu .mobile-menu__wrapper .mobile-search {
        -ms-flex-preferred-size: 7%;
        border: 1px solid #f0f0f0 !important;
        border-bottom: 0 !important;
        border-top: 0 !important;
    }
    .header-listing-page~.listing-mobile-options .view-mobile,
    .header-listing-page~.listing-mobile-options button.sort-mobile-button,
    .header-listing-page~.listing-mobile-options button.filters-mobile-button {
        display: flex !important;
    }
    .header-listing-page~.listing-mobile-options button.sort-mobile-button,
    .header-listing-page~.listing-mobile-options button.filters-mobile-button {
        display: flex !important;
        width: 50%;
        justify-content: center;
        color: #212529 !important;
        -webkit-appearance: none;
    }
}

#account-login.container label.sign-in.tab-label.no-select {
    margin-left: 16px;
}

#account-login.container label.sign-in.tab-label.no-select::before {
    content: '/';
    position: absolute;
    left: unset;
    margin-left: -10px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: #dadada;
}

#account-login.container .tab-container {
    padding: 16px 20px 26px;
    background: #fff;
    border-radius: 15px;
}

#account-login.container input.form-control:focus,
#account-login.container input.form-control:not(:placeholder-shown) {
    padding: 24px 15px 8px;
}

#account-login.container input.form-control {
    margin-bottom: 25px;
}

#account-forgotten.container input.form-control {
    margin-bottom: 20px !important;
}

#account-login.container input.form-control {
    padding: 15px 15px 15px;
    height: 58px;
    font-size: 16px;
}

#account-login.container input.form-control~label,
#account-login.container input.form-control:placeholder-shown~label {
    font-size: 12px;
    position: absolute;
    margin-top: 0px;
    color: #a4a4a4;
    opacity: 0;
    margin-left: 16px;
    transition: all 0.3s ease;
    pointer-events: none;
    top: 0;
    height: 20px;
    line-height: 20px;
}

#account-login.container .tab-wrapper input:checked+label+.tab-item .form-group {
    position: relative;
}

#account-login.container input.form-control:focus~label,
#account-login.container input.form-control:not(:placeholder-shown)~label {
    font-size: 12px;
    position: absolute;
    margin-top: 0;
    color: #a4a4a4;
    margin-left: 16px;
    opacity: 1;
    top: 0;
    height: 20px;
    line-height: 20px;
}

#account-login.container input.form-control:focus::-webkit-input-placeholder {
    opacity: 0;
}

#account-login.container input.form-control::-webkit-input-placeholder {
    transition: all 0.3s ease;
}

#account-login.container .form-group:last-child {
    margin-bottom: 0;
}

#account-login.container button.btn.btn-danger.btn-custom {
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    color: #ffffff;
    padding: 14px 24px;
}

#account-login.container {
    margin-top: 81px;
    padding: 0;
}

#account-login.container .title {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    color: #000000;
    margin-bottom: 14px;
    margin-left: 20px;
}

#account-login.container .tab-wrapper input:checked+label {
    color: #ff0000;
    border-bottom: 1px solid #ff0000;
}

#account-login.container .tab-wrapper label {
    max-width: 125px;
    flex-basis: 50px;
}

#account-login.container .tab-wrapper input:checked+label+.tab-item {
    display: block;
    width: 100%;
}

#account-login.container .tab-wrapper input:checked+label+.tab-item .form-group {
    width: 100%;
    margin-bottom: 0;
}

.block-view-3-col a,
.block-view-1-col a {
    color: #575757 !important;
}

@media (max-width: 960px) {
    .listing-page .listing-page__wrapper .content-wrapper .left-content .filters {
        border: none !important;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .mobile-link-wrapper a {
        visibility: hidden;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .mobile-link-wrapper {
        display: block;
        padding: 5px;
        max-height: unset;
        text-align: left;
        padding-left: 10px;
    }
    .mobile-city-sub-menu p {
        font-weight: 300;
        font-size: 14px;
        line-height: 150%;
        /* margin: 0 10px 0 0; */
    }
    .mobile-city-sub-menu>ul {
        margin-left: 35%;
        /* NEW */
        margin-right: 0;
    }
    .mobile-city-sub-menu>a {
        font-weight: normal;
        font-size: 14px;
        line-height: 250%;
        color: #f00;
        pointer-events: none;
    }
    .mobile-city-sub-menu>ul li a {
        font-size: 14px;
        line-height: 250%;
        color: #f00;
        font-weight: 300;
    }
    .click-mobile-menu .mobile-city-language .mobile-city {
        display: flex;
        flex-direction: row;
        /* flex-basis: 60%; */
        flex-shrink: 1;
        width: 50%;
        white-space: nowrap;
    }
    .click-mobile-menu .mobile-city-language .mobile-city ul {
        display: none;
    }
    .mobile-city-sub-menu p,
    .mobile-city-sub-menu a,
    .mobile-city-sub-menu ul {
        flex-basis: 65%;
    }
    .click-mobile-menu .mobile-city-language {
        display: flex;
        padding: 12px 0;
    }
    .click-mobile-menu .mobile-city-language .mobile-city-sub-menu {
        display: flex;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        flex-direction: row;
        /* margin: 0; */
        /* padding: 0; */
        width: 100%;
    }
    .list-item.mobile-menu-list {
        padding-left: 55px !important;
        /* margin-left: 0; */
    }
    .list-item.mobile-menu-list:first-child p:before {
        content: url('/catalog/view/theme/boschcenter/img/blender.svg');
        position: absolute;
        left: 6px;
        width: 0;
        margin-top: 5px;
        padding-left: 15px;
    }
    .list-item.mobile-menu-list:nth-child(2) p:before {
        content: url(/catalog/view/theme/boschcenter/img/fridge.svg);
        position: absolute;
        left: 10px;
        width: 0;
        margin-top: 5px;
        padding-left: 10px;
    }
    .list-item.mobile-menu-list:nth-child(3) p:before {
        content: url(/catalog/view/theme/boschcenter/img/washing.svg);
        position: absolute;
        left: 0;
        width: 0;
        padding-left: 18px;
        margin-top: 5px;
    }
    .list-item.mobile-menu-list:nth-child(4) p:before {
        content: url(/catalog/view/theme/boschcenter/img/stove.svg);
        position: absolute;
        left: 0;
        width: 0;
        margin-top: 5px;
        padding-left: 14px;
    }
    .click-mobile-menu .mobile-city-language p {
        flex-basis: 35%;
    }
}


/*              TEMP OC-FILTER             */

.ocfilter .noUi-handle.noUi-handle-lower {
    left: -2px !important;
}

.ocfilter .noUi-handle {
    border: 1px solid #9f9f9f;
    background: #fff;
    cursor: default;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.ocfilter .noUi-horizontal .noUi-handle {
    width: 28px;
    height: 28px;
    left: -23px;
    top: -14px;
}

.ocfilter .noUi-handle::after,
.ocfilter .noUi-handle::before {
    content: none;
}

.ocfilter .noUi-handle:focus,
.noUi-handle:hover {
    border-color: #f00;
}

.ocfilter .noUi-base {
    background: #e5e5e5;
}

.ocfilter .noUi-pips-horizontal {
    padding: 15px 0;
    height: 45px;
    top: 100%;
    left: 0;
    width: 90%;
    left: 5%;
}

.ocfilter .noUi-value {
    margin-top: 10px;
}

.ocfilter .noUi-horizontal {
    height: 1px;
    background: #fafafa;
    border: none;
}

.ocfilter .list-group-item .ocf-option-name {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    padding: 0px 0 0px;
}

.ocfilter .scale {
    margin: 0;
    margin-bottom: 35px;
}

.ocfilter .noUi-connect {
    background: #9f9f9f;
}

.ocfilter-section {
    height: 100% !important;
}

.ocf-offcanvas .panel {
    height: 100% !important;
}

.ocfilter-option label {
    cursor: pointer;
    display: block;
    white-space: normal;
    padding: 0;
    width: 100%;
    position: relative;
    padding-left: 20px;
    text-indent: -5px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 220%;
    white-space: nowrap;
}

.ocfilter-option label.disabled * {
    color: #999999 !important;
}

.ocfilter .checkmark {
    position: absolute;
    top: 7px !important;
    left: 0px;
    height: 14px;
    width: 14px;
    border: 1px solid #969696;
    border-radius: 50%;
    -webkit-transition: border-color 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
    display: block;
}

.ocfilter label {
    margin-bottom: 0rem;
}

.ocfilter-option label {
    padding: 0px 0 !important;
}

.ocfilter .checkmark {
    border-radius: 4px;
}

.ocfilter .checkbox-text {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    color: #000000;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    line-height: 220%;
    margin-left: 10px;
}

.ocfilter input:checked~.checkmark:after {
    display: block;
}

.ocfilter input:checked~.checkmark {
    border-color: red;
}

.ocfilter input:checked~.checkbox-text {
    color: red;
}

.ocfilter .checkmark::after {
    content: '';
    position: absolute;
    display: none;
}

.ocfilter .checkmark::after {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: red;
}

.ocfilter .checkmark::after {
    width: 10px;
    height: 8.5px;
    border-radius: 0;
    background-color: unset;
    background: url('/catalog/view/theme/boschcenter/img/checkboxIcon.svg') no-repeat;
}

.ocfilter input:checked~.checkmark::after {
    display: block;
}

.ocfilter-option label small {
    background-color: #dbeaf9;
    color: #000;
    font-weight: 200;
    font-size: 10px;
    margin-left: 5px;
    text-align: center;
    padding: 3px 4px;
    text-indent: 0;
}

.ocfilter-option label {
    padding-left: 17px !important;
}

.ocfilter .list-group-item {
    position: relative;
    display: block;
    padding: 30px 30px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ocf-offcanvas {
    display: flex;
    position: initial;
    /*! width: auto; */
    /*! position: relative; */
}

.ocf-offcanvas .ocf-offcanvas-body {
    position: initial;
}

.ocf-offcanvas .ocf-offcanvas-body {
    width: 100%;
}

.ocfilter .list-group-item:first-child .ocf-option-name {
    margin-bottom: 10px;
}

.ocf-offcanvas .ocf-offcanvas-body {
    overflow-x: hidden;
    overflow-y: auto;
    position: initial !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.ocf-offcanvas {
    position: initial !important;
    bottom: 0;
    left: -250px;
    z-index: 1000;
    height: 100%;
    padding: 0;
    -webkit-transition: left 250ms ease;
    -moz-transition: left 250ms ease;
    -ms-transition: left 250ms ease;
    -o-transition: left 250ms ease;
    transition: left 250ms ease;
    background: none;
    overflow: hidden;
}

.ocfilter .list-group-item:last-child {
    border-bottom: 0;
}

.ocfilter .panel-heading {
    display: none;
}

.ocfilter-section #ocfilter-button .btn.btn-primary {
    padding: 18px 10px;
    background-color: red;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    border-radius: 6px;
    color: #ffffff;
    width: 100%;
    border: none !important;
}

.ocfilter-section #ocfilter-button {
    padding: 30px 35px 0px;
    border-top: 1px solid #e5e5e5;
}

.template-specification.p-35 {
    padding: 0px;
    border-top: 1px solid #e5e5e5;
}

.template-specification .show-all-products {
    display: none;
}

.swiper-pagination.swiper-pagination-bullets {
    display: none !important;
}

.swiper-pagination.carousel-looked.swiper-pagination-clickable.swiper-pagination-bullets {
    display: block !important;
}

@media (max-width: 680px) {
    .single-btn_abbreviated {
        display: none;
    }
    .single-Parent {
        padding-bottom: 20px !important;
    }
    .block-view-3-col .bottom-content .buy-block,
    .block-view-1-col .bottom-content .buy-block {
        display: none;
    }
    .swiper-pagination.swiper-pagination-bullets {
        display: block !important;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
        margin: 0 3.5px !important;
        background: #f2f2f2 !important;
        box-shadow: none !important;
        opacity: 1 !important;
    }
    .swiper-pagination-bullet-active {
        background: #d4d4d4 !important;
        opacity: 1;
    }
    .swiper-pagination-bullet {
        width: 5px !important;
        height: 5px !important;
    }
    #carousel-featured1.swiper-container {
        margin-left: 10px !important;
    }
    .listing-page .listing-page__wrapper .content-wrapper .left-content {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 90;
        margin: 0;
        /* box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1); */
    }
    .listing-page .listing-page__wrapper .content-wrapper .left-content #column-left {
        padding: 0;
    }
    .listing-page .listing-page__wrapper .content-wrapper .left-content #ocfilter.visible {
        margin-left: 0;
    }
    .listing-page .listing-page__wrapper .content-wrapper .left-content #ocfilter {
        width: 80vw;
        height: calc(100vh - 63px);
        overflow-y: scroll;
        background: #fff;
        margin-left: -80vw;
        transition: all 0.3s ease;
        overflow: auto;
        box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
    }
    .listing-page .listing-page__wrapper .content-wrapper .left-content .ocfilter .list-group-item {
        padding: 10px 25px 10px 20px;
    }
    .list-group-item.ocfilter-option:first-child {
        padding: 20px 25px !important;
    }
    #ocfilter-button {
        display: block;
        position: fixed;
        width: 80vw;
        z-index: 112;
        bottom: 54px;
        text-align: center;
        padding: 15px 0 15px;
        background: #fff;
        box-shadow: 0px -4px 25px rgba(0, 0, 0, 0.06);
    }
    #ocfilter-button button {
        padding: 12px 20px;
        background: #ff0000;
        border-radius: 6px;
        font-size: 13px;
        line-height: 15px;
        text-align: center;
        border-color: unset !important;
    }
    .listing-page .listing-page__wrapper .content-wrapper .left-content .ocfilter-section {
        display: none;
    }
    .template-specification {
        display: none;
    }
    aside .ocfilter {
        display: none;
    }
    .ocfilter .panel-heading {
        display: block;
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 120%;
        padding: 15px 20px;
        background: #fff;
    }
    .ocfilter .list-group-item {
        border: 0;
    }
    .ocfilter .list-group {
        border: 1px solid rgba(0, 0, 0, 0.125);
        border-left: 0;
        border-radius: 0;
        border-right: 0;
        border-bottom: 0;
        padding-bottom: 200px !important;
    }
    #ocfilter button.close {
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 21px;
        color: red;
        padding: 5px 0;
    }
    template-specification .title {
        font-family: roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 120%;
        padding: 15px 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    }
    .template-specification .radio-checkbox-wrapper {
        padding-left: 0px;
    }
    .mobile-sort .top-wrapper .close {
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 21px;
        color: red;
        margin-left: 25px;
        padding: 5px 0px 0;
    }
    .mobile-sort .body-wrapper .template-specification {
        padding: 0;
        display: block;
    }
    .ocfilter-option label input {
        display: none !important;
    }
    .clear-filters.mobile-only {
        border: 0;
        background-color: unset !important;
        padding: 10px 0 !important;
        width: 100%;
        color: #f00;
        font-size: 14px;
        margin-top: 5px;
    }
    #ocfilter-clear {
        display: block;
        position: fixed;
        width: 80vw;
        z-index: 112;
        bottom: 55px;
        text-align: center;
        padding: 15px 0 15px;
        background: #fff;
        box-shadow: 0px -4px 25px rgba(0, 0, 0, 0.06);
    }
}


/*                END TEMP OC-FILTER             */

.tab-wrapper .form-group {
    width: 100%;
}

#account-login.container input.form-control:focus::placeholder {
    opacity: 0;
}

.mobile-only.lang-reverse {
    padding-right: 8px;
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
}

.click-mobile-menu .mobile-city-language #form-language {
    display: inline-flex;
    align-items: baseline;
}

.col-sm-6.no-x-padding {
    margin-top: -20px !important;
    padding: 20px 30px !important;
    background: #fff;
    border-radius: 15px;
}

.product-card~.fix-footer {
    filter: none;
    z-index: 112;
    box-shadow: none;
    border-top: 1px solid #f0f0f0;
}

.ocf-offcanvas .ocfilter-mobile-handle {
    display: none;
}

#main-carousel-banner img {
    max-width: 100%;
}

#banner1 img {
    max-width: 360px;
    object-fit: contain;
    max-height: 100%;
}

html.inactive {
    overflow: hidden !important;
}

.bottom-content span.product-model br {
    display: none !important;
}

.bottom-content span.product-model {
    display: inline-block !important;
    width: fit-content;
    pointer-events: none !important;
}

@media (max-width: 768px) {
    .forgot.button-text {
        padding-left: 20px;
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 170%;
        color: #3677b4;
    }
    #account-order .personal-area-page .personal-area-page__wrapper .personal-area-page__purchase_history .purchase-history-list .purchase-history-list__item .product-item {
        max-width: unset;
        padding: 10px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    #account-order .personal-area-page .personal-area-page__wrapper .personal-area-page__purchase_history .purchase-history-list .purchase-history-list__item .product-item .name-product {
        max-width: unset;
        margin-left: 14px;
        width: 100%;
    }
    #account-order .personal-area-page .personal-area-page__wrapper .personal-area-page__purchase_history .purchase-history-list .purchase-history-list__item .product-item .product-img img {
        width: 76px;
        height: 83px;
        -o-object-fit: contain;
        object-fit: contain;
    }
    #account-order .product-item .name-product .code {
        width: 100%;
        margin-bottom: 5px;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__purchase_history .purchase-history-list .purchase-history-list__item .product-item .price {
        padding-top: 5px;
        font-size: 18px;
        margin-left: 0px;
        line-height: 1;
        margin: 0;
        float: left;
        width: 50%;
    }
    #account-order .product-item .status {
        margin-left: 0px;
        color: #21ce1c;
        font-weight: normal;
        text-align: right;
        float: right;
        width: 50%;
        padding-top: 5px;
        font-size: 18px;
        line-height: 1;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__purchase_history .purchase-history-list .purchase-history-list__item .date-time {
        margin-bottom: 20px;
    }
    .bonus-wrapper .smart-bonus-block {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        color: #003edf;
        padding: 5px 10px;
        background: #e8eeff;
        border-radius: 6px;
        width: fit-content;
        margin-left: 20px;
    }
    .bonus-wrapper {
        width: 100%;
        background: #fff;
        order: 3;
        padding: 8px 0 8px;
    }
    .bonus-wrapper .smart-bonus-block span.currency-icon {
        display: none !important;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .mobile-link-wrapper a.mobile-link-look-all {
        visibility: visible;
        border: none;
        color: #000;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .mobile-link-wrapper a.mobile-link-look-all span {
        color: #f00;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .main-title {
        padding: 10px 20px 0;
    }
    .bottom-content .code,
    .bottom-content .code {
        display: block;
    }
    .bottom-content span.product-model {
        display: none !important;
        width: 100%;
    }
    #banner1 img {
        max-width: 100vw;
        object-fit: cover;
    }
    #banner1 .swiper-pagination-mob.swiper-pagination-clickable.swiper-pagination-bullets span.swiper-pagination-bullet {
        height: 8px !important;
        width: 8px !important;
        border-radius: 50%;
        text-align: center;
        color: #ccc;
    }
    #banner1 .swiper-pagination-mob.swiper-pagination-clickable.swiper-pagination-bullets {
        text-align: center;
        line-height: 0;
        height: fit-content;
        margin-top: 10px;
    }
    #banner1 .swiper-pagination-mob.swiper-pagination-clickable.swiper-pagination-bullets span.swiper-pagination-bullet.swiper-pagination-bullet-active {
        color: #ffb3b3;
    }
    html.inactive .listing-mobile-options,
    html.inactive .listing-page,
    html.inactive #common-home,
    html.inactive #information-information,
    html.inactive #information-contact,
    html.inactive #product-product,
    html.inactive #error-not-found,
    html.inactive #account-login,
    html.inactive #account-account,
    html.inactive #checkout-cart,
    html.inactive .checkout {
        pointer-events: none;
    }
    .payment-info .row .col-sm-4:nth-child(2),
    .payment-info .row .col-sm-4:nth-child(5) {
        padding-left: 0;
    }
    .payment-info .row .col-sm-4:nth-child(3),
    .payment-info .row .col-sm-4:nth-child(6) {
        padding-left: 0;
    }
    .optional-items a img {
        height: 59px;
        border: 1px solid #e5e5e5;
        margin-right: 3px;
    }
    .listing-page__wrapper .block-view-3-col .bonus-wrapper {
        display: none !important;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .bonus-wrapper .smart-bonus-block {
        font-size: 12px;
        padding: 4px 7px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .bonus-wrapper {
        display: none;
    }
    .block-view-1-col .bottom-content .availability-series .bonus-wrapper.one-col-only {
        display: block !important;
    }
}


/* .block-view-3-col .bottom-content .buy-block {
    flex-wrap: wrap;
    bottom: -115px;
}
.block-view-3-col::before {
    height: 127%;
}
.listing-page .kaspi-ks-widget.ks-widget {
    margin-left: -7px;
    margin-top: 10px;
    transform: scale(0.94);
} */

.listing-page .block-view-1-col .kaspi-ks-widget.ks-widget {
    margin-left: 14px;
    margin-top: 2px;
    transform: scale(1.05);
}

.listing-page .block-view-3-col .kaspi-ks-widget.ks-widget {
    margin-left: 14px;
    margin-top: 10px;
    transform: none;
    width: 42px;
    overflow: hidden;
    border-radius: 6px;
    height: 42px;
    margin-top: 0;
}

.ocfilter-option label input {
    display: none !important;
}

.ocfilter-option label:hover span {
    color: #f00;
    border-color: #f00;
}

@media (max-width: 360px) {
    .block-view-1-col .bottom-content .availability-series {
        padding-left: 0 !important;
    }
}

.checkout .checkout__wrapper .left-content .form-personal-data .inputs-row .input-wrapper.has-error input {
    background: #fff !important;
    border-color: #999 !important;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .description {
    display: none !important;
}

.static {
    position: initial;
    touch-action: none;
    overflow: hidden !important;
}

.forgot.button-text {
    padding-left: 20px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 170%;
    color: #3677b4;
}

.about-us_contacts .form-group {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.share-submenu .share-social-icons {
    flex-direction: row;
    -webkit-flex-direction: row;
    display: -webkit-inline-box;
    display: -ms-flexbox;
    display: inline-flex;
    gap: 15px;
    padding: 14px 0 13px;
}

.share-submenu .share-social-icons .share-icon i {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
    transition: all 0.3s ease;
    padding: 12px;
}

.share-submenu .share-social-icons .share-icon .whatsapp-share {
    background: url(/catalog/view/theme/boschcenter/img/whatsapp.svg) no-repeat 55% 45%;
    background-color: #48c95f;
}

.share-submenu .share-social-icons .share-icon .telegram-share {
    background: url(/catalog/view/theme/boschcenter/img/telegram.svg) no-repeat 47% 53%;
    background-color: #2f89ce;
}

.share-submenu .share-social-icons .share-icon .twitter-share {
    background: url(/catalog/view/theme/boschcenter/img/twitter.svg) no-repeat 55% 51%;
    background-color: #55ace3;
}

.share-submenu .share-social-icons .share-icon .facebook-share {
    background: url(/catalog/view/theme/boschcenter/img/facebook.svg) no-repeat 53% 47%;
    background-color: #4e6297;
}

.share-submenu .share-social-icons .share-icon .vk-share {
    background: url(/catalog/view/theme/boschcenter/img/vk.svg) no-repeat 50%;
    background-color: #7294c7;
}

.share-submenu .share-social-icons .share-icon .ok-share {
    background: url(/catalog/view/theme/boschcenter/img/ok.svg) no-repeat 50%;
    background-color: #f79a38;
}

.share-submenu .share-social-icons .share-icon a:hover {
    filter: brightness(1.05);
}

.share-submenu .share-link.cstm-input {
    padding: 14px 21px;
    width: 100%;
    height: 100%;
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
    border-radius: 6px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.7;
    color: #000;
    margin: 13px 0;
}

.share-submenu {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 112;
    padding: 25px 33px 33px;
    filter: drop-shadow(0px 3px 40px rgba(0, 0, 0, 0.07));
    top: 30px;
}

.share-submenu::before {
    position: absolute;
    height: 16px;
    width: 16px;
    content: '';
    display: inherit;
    transform: rotate(45deg);
    top: -8px;
    background: #fff;
}

.share-submenu .share-copy.btn {
    padding: 14px 25px;
    border: 1px solid #ff0000;
    border-radius: 6px;
    color: red;
    -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    margin-top: 13px;
    width: min-content;
}

.share-submenu .share-copy.btn:hover {
    background: #ff0000;
    color: #fff;
}

.share-submenu .share__wrapper {
    display: flex;
    flex-direction: column;
}

.share-submenu .share__wrapper a.closing {
    content: '';
    position: absolute;
    right: 20px;
    top: 20px;
    border: 0;
    /* background: url(/catalog/view/theme/boschcenter/img/close.svg) no-repeat; */
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.buttons-block div {
    width: 31px;
    height: 31px;
    transition: all 0.3s ease;
    border-radius: 50%;
}

.buttons-block .add-to-list:hover {
    background: url('/catalog/view/theme/boschcenter/img/compare-h.svg') no-repeat;
    background-position: 50% 60%;
    background-color: #fff;
    background-size: 22px;
    width: 31px;
    height: 31px;
}

.buttons-block .like:hover {
    background: url('/catalog/view/theme/boschcenter/img/like-h.svg') no-repeat;
    background-position: 50% 60%;
    background-color: #fff;
    background-size: 19px;
}

.buttons-block .add-to-list.active-stroke {
    background: url('/catalog/view/theme/boschcenter/img/compare-active.svg') no-repeat;
    background-position: 50% 60%;
    background-color: #fff;
    background-size: 22px;
    width: 31px;
    height: 31px;
}

.buttons-block .like.active-stroke {
    background: url('/catalog/view/theme/boschcenter/img/like-active.svg') no-repeat;
    background-position: 50% 60%;
    background-color: #fff;
    background-size: 19px;
}

.share-title.title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 140%;
}

.alert.alert-success.alert-dismissible a {
    text-decoration: underline;
}

.kaspi-ks-widget.ks-widget {
    margin-left: 19px;
    margin-top: 3px;
    transform: scale(1.15);
}

.whatsapp-button .icon img {
    height: 25px;
    /* top: -2px;
    position: relative;
    left: 1px; */
    margin-right: 12px;
    filter: brightness(100);
}


/* .whatsapp-button {
    right: 125px!important;
    bottom: 50px!important;
} */

.rngst_phone_button {
    margin-bottom: 55px !important;
    margin-right: 25px;
}

@media (max-width: 680px) {
    .product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content {
        width: 100%;
    }
    .rngst_phone_button {
        margin-bottom: 70px !important;
        right: calc(90% - 62.5px) !important;
        width: 150px !important;
    }
    .whatsapp-btn {
        position: fixed;
        left: unset;
        right: 0px;
        bottom: 55px;
        top: unset;
        z-index: 112;
    }
    .whatsapp-button .icon img {
        height: 25px;
        top: -2px;
        position: relative;
        left: 1px;
        filter: brightness(100);
    }
    .kaspi-ks-widget.ks-widget {
        transform: scale(0.85);
        padding-top: 4px;
        margin-top: 0;
        margin-left: 0;
    }
    .share-submenu {
        position: fixed;
        width: 0;
        top: 57px;
        background: rgba(0, 0, 0, 0.35);
        height: 0;
        left: 0;
        padding: 0;
    }
    .share-submenu .share__wrapper a.closing {
        content: '';
        position: absolute;
        right: 20px;
        top: 20px;
        border: 0;
        /* background: url(/catalog/view/theme/boschcenter/img/close.svg) no-repeat; */
        width: 30px;
        height: 30px;
        cursor: pointer;
    }
    .mobile-only.share-bg {
        position: fixed;
        background: rgba(0, 0, 0, 0.35);
        width: 100vw;
        height: 100vh;
        top: 57px;
        left: 0;
        z-index: 111;
        display: none;
    }
    .share__wrapper {
        position: fixed;
        width: calc(100vw - 84px);
        top: 70px;
        background: 0;
        left: 42px;
        padding: 0;
        margin: auto;
        background: #fff;
        padding: 30px 40px 40px;
        border-radius: 15px;
    }
    .share-submenu:before {
        display: none;
    }
    .share-submenu .share-social-icons {
        flex-wrap: wrap;
        /* gap: 23px; */
        justify-content: space-between;
        padding: 26px 0 34px;
        /* -webkit-align-content: space-between; */
    }
    .share-copy.btn.Success-btn {
        width: 100% !important;
    }
    .share-submenu .share-social-icons .share-icon i {
        width: 50px;
        height: 50px;
        background-size: 50% !important;
    }
    .share-submenu .share-social-icons .share-icon .ok-share {
        background-size: 35% !important;
    }
    .share-submenu .share-copy.btn {
        width: 100%;
    }
    .share-title.title {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 140%;
    }
    #product-product .product-card__wrapper .slider-main-specifications .main-specifications .main-title span.product-model {
        color: #a9a9a9 !important;
        font-size: 16px;
        line-height: 1.3;
        font-family: roboto;
        font-weight: 300;
    }
    .you-look {
        margin-top: 27px;
    }
    body.mobile-fixed {
        position: fixed;
    }
}

#common-success .success-link {
    color: #3677b4;
}

@media (max-width: 414px) and (min-width: 380px) {
    li.share-icon {
        margin-right: 8vw;
        margin-bottom: 4vw;
    }
    li.share-icon:nth-child(3n+1) {
        margin-right: 0 !important;
    }
    li.share-icon:nth-child(5) {
        margin-bottom: 0;
    }
    li.share-icon:nth-child(6) {
        margin-bottom: 0;
    }
    li.share-icon:nth-child(7) {
        margin-bottom: 0;
    }
}

@media (max-width: 375px) and (min-width: 361px) {
    li.share-icon {
        margin-right: 4vw;
        margin-bottom: 3vw;
    }
    li.share-icon:nth-child(3n+1) {
        margin-right: 0 !important;
    }
    li.share-icon:nth-child(5) {
        margin-bottom: 0;
    }
    li.share-icon:nth-child(6) {
        margin-bottom: 0;
    }
    li.share-icon:nth-child(7) {
        margin-bottom: 0;
    }
}

@media (max-width: 360px) {
    li.share-icon {
        margin-right: 2vw;
        margin-bottom: 2vw;
    }
    li.share-icon:nth-child(3n+1) {
        margin-right: 0 !important;
    }
    li.share-icon:nth-child(5) {
        margin-bottom: 0;
    }
    li.share-icon:nth-child(6) {
        margin-bottom: 0;
    }
    li.share-icon:nth-child(7) {
        margin-bottom: 0;
    }
}

.share-copy.btn.Success-btn:hover {
    background: none;
    color: #0d9e00;
}

.share-copy.btn.Success-btn {
    background: transparent;
    border-color: #0d9e00;
    width: min-content;
    color: #0d9e00;
}

.section-title span.mobile-only {
    display: none !important;
}

.section-title span.desktop-only {
    display: inline !important;
}

@media (min-width: 768px) {
    .mobile-only {
        display: none !important;
    }
    .section-title span.mobile-only {
        display: inline !important;
    }
    .section-title span.desktop-only {
        display: none !important;
    }
}

#custom-continue,
#custom-confirm {
    display: flex;
    float: left;
    height: min-content;
}

#custom-control {
    display: flex;
    width: auto;
    max-width: 60%;
    float: left;
}

#custom-control .form-bottom {
    margin-top: 5px;
}

#custom-customer input[readonly] {
    background: #fff;
    color: #a6a6a6;
    pointer-events: none;
    cursor: default;
}

.checkout .checkout__wrapper .left-content .text-danger {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 100%;
    color: #ff0000;
    padding-top: 3px;
    padding-left: 15px;
}

.checkout .checkout__wrapper .left-content #custom-shipping .text-danger {
    padding-top: 3px !important;
    padding-left: 20px !important;
}

#common-success li span.currency-icon {
    display: none !important;
}

#input-shipping-custom-field2::placeholder {
    opacity: 0 !important;
}

#shipping-field-zone-id select:focus+.custom-placeholder {
    font-size: 12px;
    -webkit-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    transform: translateY(-16px);
}

#input-shipping-zone:valid+.custom-placeholder {
    font-size: 12px;
    -webkit-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    transform: translateY(-16px);
}


/* temporaly hidden */


/* .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .buttons-block .add-to-list, 
.product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .poduct-buttons .add-to-list {
    display: none;
} */


/* .header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-left, 
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-middle, 
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-right {
    flex-basis: 50% !important;
}
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu {
    width: auto!important;
    min-width: 700px!important;
    left: -300px!important;
    z-index: 150;
    min-height: 325px;
}
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-left .else-products{
    display: none;
}
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-right ul {
    margin-top: 23px;
    margin-bottom: 20px;
}
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-left .block {
    min-width: unset!important;
    max-width: unset!important;
}
.header .header__wrapper .top-header .personal-area-links .personal-area-links-top .personal-area .sub-menu .sub-menu-left .block .text-block .block-title{
    min-width: unset!important;
    max-width: unset!important;
} */


/* temporally hidden */

@media (max-width: 768px) {
    .rngst_phone_button {
        margin-bottom: 70px !important;
        right: calc(90% + 32.5px) !important;
        width: 60px !important;
    }
    .fixed-contacts-btn {
        display: none !important;
    }
    .mobile-look-all.mobile-look-all-review.single-btn_abbreviated.a-lot-btn_abbreviated {
        display: block !important;
    }
    .mobile-search-pop-up .block~.block:last-child {
        padding-bottom: 100px;
    }
    .mobile-search-pop-up {
        position: fixed;
        left: 0;
        width: 100%;
        min-height: 50%;
        background-color: #fff;
        z-index: 99;
        padding: 22px 20px;
        overflow: scroll !important;
        height: 86%;
    }
    .mobile-search-pop-up .difference {
        font-size: 14px;
        color: #fff;
        background: #003edf;
        padding: 3px 8px;
        border-radius: 5px;
        margin-top: 5px;
    }
    .mobile-search-pop-up .difference span {
        font-size: 80%;
    }
    .ocfilter .list-group {
        padding-bottom: 200px !important;
    }
    #account-login.container .tab-wrapper label {
        flex-basis: unset;
        max-width: unset;
        width: auto;
    }
    .click-mobile-menu .mobile-menu-nav .autorized-block .user-info p br {
        display: block !important;
    }
}


/* .block-view-3-col .bottom-content .availability-series .availability.discontinued .stockText,
.block-view-1-col .bottom-content .availability-series .availability.discontinued .stockText {
    display: none!important;
} */


/*                   landscape mode queries                        */

@media (max-width: 920px) and (orientation: landscape) {
    .header .header__wrapper .mobile-menu .mobile-menu__wrapper .logo img {
        max-height: 30px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .buy-block div,
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .buy-block button {
        width: 25% !important;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .buy-block .button-in-basket {
        margin-top: 0;
        margin-left: 10px;
    }
    .block-view-3-col .top-content .img-block.desktop-only {
        display: none !important;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col .top-content .img-block {
        height: 100% !important;
    }
    .block-view-3-col .bottom-content .price-block {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col,
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col {
        border-radius: 10px !important;
        overflow: hidden;
    }
    .block-view-3-col .bottom-content .price-block .difference {
        margin-left: 0 !important;
        margin-top: 5px;
    }
    .block-view-3-col .bottom-content .price-block .difference.mobile {
        display: none;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col {
        max-width: 33vw !important;
        background: #ffffff;
        border-radius: 6px;
        margin: 0 2% 20px 0 !important;
        width: 30vw !important;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col:nth-child(3n+3) {
        margin: 0 0 20px !important;
    }
    #content {
        padding-top: 50px;
    }
    .header-listing-page .header__wrapper .mobile-menu .mobile-menu__wrapper .logo {
        display: block;
        height: auto;
    }
    .header-listing-page .header__wrapper .mobile-menu .mobile-menu__wrapper .logo img {
        width: auto;
        height: 100%;
    }
    .mobile-menu__wrapper .block.mobile-menu.active-menu-mobile {
        padding: 20px 30px 20px 10px;
    }
    #common-success .address-card {
        padding-bottom: 40px;
    }
    .desktop-only {
        display: block !important;
    }
    .header .header__wrapper .mobile-menu .mobile-menu__wrapper .basket-mobile .title {
        display: none;
    }
    .header .header__wrapper .mobile-menu .mobile-menu__wrapper .basket-mobile {
        margin-right: 20px;
    }
    .block-view-1-col .top-content {
        margin: block;
        height: auto;
    }
    .block-view-1-col .top-content {
        max-width: unset;
        margin: 0;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .top-content .img-block.catalog-product.mobile-only {
        display: block !important;
        width: 170px !important;
        min-width: unset;
        height: auto;
    }
    .block-view-1-col .buttons-block {
        left: 30vw;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .price-block {
        order: 3;
        -webkit-box-ordinal-group: 3;
        margin: 20px;
        margin-left: 20px;
        text-align: right;
        width: 100%;
        margin-left: 0 !important;
    }
    .block-view-1-col .bottom-content .price-block .difference.mobile {
        display: none;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .buy-block div,
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .buy-block button {
        width: 25% !important;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .buy-block .button-in-basket {
        margin-top: 0;
        margin-left: 10px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .title-wrapper {
        order: 1;
        margin-top: 10px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 20px 0 20px 30px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content::before {
        left: 0;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .buy-block {
        margin-top: 10px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .availability-series {
        margin-top: 0px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .top-content .img-block.catalog-product.mobile-only {
        display: block !important;
        width: 260px !important;
        min-width: unset;
        height: auto;
    }
    .block-view-1-col #carousel-product-mobile .swiper-slide {
        min-width: unset !important;
        max-width: unset !important;
        margin: 0 !important;
        width: 100%;
        min-height: 173px !important;
        max-height: unset !important;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block {
        margin-bottom: 20px;
        padding: 0;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .top-content .img-block.desktop-only {
        display: none !important;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .availability-series {
        width: 100%;
    }
    .swiper-slide.swiper-slide {
        min-width: 142px;
        max-width: unset !important;
        width: 190px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .bonus-wrapper .smart-bonus-block {
        width: min-content;
        white-space: nowrap;
        margin-left: 0;
    }
}


/*                   landscape mode queries end                        */


/*                   tablet styles                          */

@media (min-width: 765px) and (max-width: 1239px) and (orientation: portrait) {
    #information-contact .about-us_contacts .col-sm-3,
    #information-information .about-us_contacts .col-sm-3 {
        flex-basis: 30%;
        max-width: 31%;
        margin-left: 3%;
    }
    #information-contact .about-us_contacts .col-sm-3:first-child,
    #information-information .about-us_contacts .col-sm-3:first-child {
        margin-left: 0;
    }
    #information-contact .address-card,
    #information-information .address-card {
        box-shadow: 0px 4px 50px rgb(0 0 0 / 5%);
        padding: 17px 20px 20px;
        background: transparent;
    }
    #information-contact .address-card a.link-contact,
    #information-information .address-card a.link-contact {
        line-height: 30px;
        white-space: nowrap;
    }
    #information-information .smart-bonus-page>.col-sm-7 {
        top: 200px !important;
    }
    #information-information .smart-bonus-page {
        background: #fff;
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
    #information-information .payment-info .row .col-sm-4 .info-text-block {
        padding-right: 20px;
    }
    #information-information .payment-info .col-sm-4 {
        max-width: 48% !important;
        flex-basis: 48% !important;
    }
    #information-information .smart-bonus-page .col-sm-5 h1 {
        width: 200%;
    }
    #information-information .col-sm-4.delivery-card:first-child .text-block.delivery-text.text-center {
        margin-top: 10px;
    }
    #information-information .col-sm-4.delivery-card:nth-child(3) .text-block.delivery-text.text-center {
        margin-top: 0;
        padding: 0 0 20px;
    }
    #information-information .col-sm-4.delivery-card:nth-child(2) .text-block.delivery-text.text-center {
        margin-top: -13px;
    }
    #information-information .col-sm-4.delivery-card:not(:first-child) {
        margin-left: 2%;
    }
    #information-information .col-sm-4.delivery-card {
        max-width: 31.7%;
    }
    #information-information .container.bonus-info .col-sm-4 {
        background: #fff;
        margin: 0 1% 0 10px;
        padding: 0;
        max-width: 31%;
        border-radius: 10px;
        overflow: hidden;
    }
    #information-information .header-banner-info .banner-info.desktop-only.img-fluid {
        display: block !important;
    }
    #information-information .row.gnc {
        background: #fff;
        border-radius: 15px;
        align-items: center;
    }
    #information-information .row.gnc~.row.gnc .col-sm-6.image {
        order: 2;
    }
    #information-information .row.gnc~.col-sm-8.col-sm-offset-2 ul.list-inline.mobile-only {
        display: none !important;
    }
    #information-information .row.gnc~.col-sm-8.col-sm-offset-2 {
        margin: 30px auto !important;
        max-width: 90%;
    }
    #information-information .row.gnc~.col-sm-8.col-sm-offset-2 ul.list-inline li::before {
        margin-top: 12px;
    }
    #information-information .container.bonus-info .text-block-bonus h4 {
        font-size: 25px;
    }
    #information-information .container.bonus-info .text-block-bonus p {
        font-size: 18px;
    }
    #information-information .container.bonus-info .text-block-bonus {
        margin-bottom: 40px;
    }
    #information-information .container.bonus-info h2~h2 {
        margin-top: 50px;
    }
    .collaborator-card:after {
        display: none !important;
    }
    #information-information .container.bonus-info h4 {
        font-size: 22px;
    }
    #information-contact #content {
        padding-top: 0;
    }
    #information-contact .col-sm-6.no-x-padding {
        max-width: 100%;
    }
    #information-contact .form-group {
        margin-bottom: 1rem;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    div#information-contact {
        padding: 70px 0;
    }
    .container.bonus-info .collaborator-card p {
        font-size: 18px !important;
    }
    .header .header__wrapper .mobile-menu .mobile-menu__wrapper .logo img {
        height: 40px;
    }
    #content {
        padding-top: 75px;
    }
    .swiper-slide.swiper-slide {
        min-width: 142px;
        max-width: unset !important;
        width: 220px;
    }
    .mobile-menu__wrapper .block.mobile-menu.active-menu-mobile {
        padding: 20px 5px 10px;
        padding-right: 18px;
        border-right: 1px solid #f0f0f0;
        margin-right: 18px;
    }
    .header .header__wrapper .mobile-menu .mobile-menu__wrapper .basket-mobile .title {
        display: none;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .top-content .img-block {
        display: block;
    }
    .block.block-view-3-col #carousel-product-mobile .swiper-slide {
        max-height: unset !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .buy-block {
        display: flex;
        flex-direction: row;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .buy-block .button-buy {
        margin-left: 0;
        width: 25%;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .buy-block .button-in-basket {
        margin-left: 10px;
        width: 25%;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content {
        padding: 0px 10px 0 20px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .availability-series {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content>.bonus-wrapper {
        display: block !important;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content>.bonus-wrapper .smart-bonus-block {
        margin-left: 0;
        width: min-content;
        white-space: nowrap;
        font-size: 14px;
    }
    #carousel-product-mobile .swiper-slide {
        max-height: unset !important;
        width: 100% !important;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .top-content .img-block.mobile-only {
        height: 100%;
        width: calc(100% + 1px);
        min-width: 35vw;
        border: none;
        display: block !important;
        max-height: unset !important;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content::before {
        left: 0;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .bonus-wrapper {
        display: none !important;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .buy-block .button-in-basket {
        margin-top: 0 !important;
    }
    .block-view-1-col .bottom-content .price-block .difference.mobile {
        display: none !important;
    }
    .block-view-1-col .bottom-content .price-block .difference.mobile {
        display: none !important;
    }
    .header.header-listing-page~.listing-mobile-options {
        margin-top: 100px;
        display: flex;
        flex-direction: row;
        width: 50%;
    }
    .listing-mobile-options .view-mobile .view-mobile-2-col,
    .listing-mobile-options .view-mobile .view-mobile-1-col {
        padding: 10px !important;
        background: #fff;
        border-radius: 5px;
    }
    .listing-mobile-options .view-mobile {
        padding: 0 !important;
        background: transparent;
    }
    .listing-mobile-options .view-mobile .view-mobile-1-col {
        margin-left: 10px;
    }
    .listing-page #content {
        padding: 0 0px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block {
        margin-bottom: 15px;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col .top-content .mobile-only {
        display: block !important;
    }
    .view-active svg path,
    .view-active svg rect {
        stroke: red !important;
    }
    .block-view-3-col .top-content {
        position: relative;
        height: 245px;
        width: 220px;
        z-index: 35;
        border: 1px solid #e5e5e5;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col:nth-child(3n) {
        margin-right: 0 !important;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col:nth-child(3n+4),
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col:first-child {
        margin-left: 0 !important;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col {
        max-width: 30vw;
        background: #ffffff;
        border-radius: 6px;
        margin: 0 15px 30px !important;
    }
    .listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-3-col .bottom-content {
        padding: 10px 15px 20px 15px;
        margin-top: 0px;
    }
    .block-view-3-col .bottom-content .price-block {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .block-view-3-col .bottom-content .price-block .difference.mobile {
        display: none;
    }
    .block-view-3-col .bottom-content .price-block .difference {
        margin-left: 0;
    }
    .pagination {
        margin-top: 30px !important;
    }
    .you-look {
        margin-top: 30px;
    }
    .mobile-menu__wrapper .block.mobile-menu.active-menu-mobile {
        padding: 22px 20px 15px 0px !important;
        margin: 0 !important;
    }
    .header-listing-page .header__wrapper .mobile-menu .mobile-menu__wrapper .logo {
        display: block;
        padding: 15px 20px 5px;
        border-right: 1px solid #eee;
    }
    #common-home {
        padding: 0;
    }
    .header .header__wrapper .mobile-menu .mobile-menu__wrapper .basket-mobile .slesh,
    .header .header__wrapper .mobile-menu .mobile-menu__wrapper .basket-mobile .summ {
        display: none;
    }
    .header .header__wrapper .mobile-menu .mobile-menu__wrapper .basket-mobile #cart {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        color: red;
    }
    .header .header__wrapper .mobile-menu .mobile-menu__wrapper .basket-mobile p.sub-title {
        padding-left: 10px;
    }
    .subscribe-block .subscribe-block__wrapper form {
        display: flex;
    }
    .subscribe-block__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: row !important;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end !important;
        justify-content: space-evenly !important;
    }
    .subscribe-block .subscribe-block__wrapper .title {
        margin-right: 0px;
    }
    .footer-mobile .footer-mobile__wrapper .company-contacts {
        width: 50%;
    }
    .footer-mobile .footer-mobile__wrapper .instagram-block {
        width: 50%;
    }
    .footer-mobile__wrapper {
        display: flex;
        flex-wrap: wrap;
    }
    .footer-mobile-menu {
        flex-basis: 100%;
    }
    .footer-mobile .footer-mobile__wrapper .payments-icon {
        margin-top: 38px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 30px auto auto;
        flex-basis: 70%;
    }
    .footer-mobile .footer-mobile__wrapper .mobile-footer-title {
        font-weight: 500;
        font-size: 20px;
    }
    .footer-mobile .footer-mobile__wrapper .instagram-block {
        margin-top: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-items: unset;
        justify-content: center;
    }
    .product-card .product-card__wrapper .slider-main-specifications {
        padding: 0;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications {
        padding-bottom: 0;
        background-color: #eeeeee;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 20px;
        width: 100%;
        background: #fff;
    }
    #product-slider #product-page-slider {
        width: 100%;
        max-width: 100vw !important;
        max-height: unset;
    }
    div#product-slider {
        max-height: unset;
        margin-left: 0px;
        height: 100%;
    }
    .product-image-slider {
        height: 100%;
        max-height: unset !important;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .rate-shares-wrapper .mobile-link-wrapper .mobile-link-look-all {
        font-size: 16px;
    }
    .product-card {
        padding-top: 40px;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .buy-buttons-pic-color .buy-buttons {
        display: block;
        margin: 10px 20px;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .buy-buttons-pic-color {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 0;
    }
    .checkout .checkout__wrapper .right-content {
        flex-basis: 100% !important;
        width: 100%;
        max-width: unset;
    }
    #common-success #content {
        padding: 30px 30px 40px;
    }
    #downloadPDF.desktop-only {
        display: block !important;
        padding-bottom: 0;
    }
    #common-success h4.text-success-bottom {
        margin-top: 25px;
    }
    #common-success h1.desktop-only {
        display: block !important;
        font-size: 27px;
    }
    #account-account #content,
    #account-password #content,
    #account-edit #content,
    #account-address #content,
    #account-wishlist #content,
    #account-order #content,
    #account-reward #content {
        padding: 0 !important;
    }
    .personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper .bonus .title,
    .personal-area-page .personal-area-page__wrapper .personal-area-page__main .bonus-discount-wrapper .bonus .sub-title {
        width: 100% !important;
    }
    #error-not-found #content .row {
        flex-direction: row;
    }
    div#error-not-found {
        padding-top: 30px;
    }
    #common-home #content {
        padding-top: 72px;
    }
    .header.header-listing-page~.listing-mobile-options .view-mobile,
    .header.header-listing-page~.listing-mobile-options button.sort-mobile-button,
    .header.header-listing-page~.listing-mobile-options button.filters-mobile-button {
        display: flex;
        margin-top: 0;
        background: #fff;
        width: min-content;
        padding: 10px 25px;
        border-radius: 5px;
        margin-left: 10px;
        display: flex !important;
    }
    .block-view-3-col .top-content .img-block {
        height: auto;
    }
}


/*      modal styles       */

@media (min-width: 768px) {
    #modal-city-check .modal-dialog {
        top: 20%;
        width: 30%;
    }
    #modal-city-check .modal-dialog .modal-content {
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }
    #modal-city-check .modal-content .modal-body {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 36px 47px 33px;
        justify-content: space-between;
    }
    #modal-city-check .modal-content .modal-body h2 {
        font-weight: bold;
        font-size: 26px;
        line-height: 140%;
    }
    #modal-city-check .close span {
        display: none;
    }
    #modal-city-check .close::before {
        content: '';
        width: 50px;
        height: 2px;
        display: block;
        background: #b8b8b8;
        transform: rotate(135deg);
        color: transparent;
        position: relative;
        opacity: 1 !important;
    }
    #modal-city-check .close::after {
        content: '';
        background: #b8b8b8;
        transform: rotate(45deg);
        width: 50px;
        height: 2px;
        display: block;
        position: relative;
        top: 0px;
        opacity: 1;
    }
    #modal-city-check button.close {
        margin-right: -8px;
    }
    #modal-city-check .modal-content .modal-body .col-sm-12 {
        padding: 0;
    }
    #modal-city-check .modal-content .modal-body .col-sm-12 ul {
        margin-top: 13px;
    }
    #modal-city-check .modal-content .modal-body .col-sm-12 ul li {
        font-weight: normal;
        font-size: 18px;
        line-height: 150%;
        color: #000000;
        transition: ease all 0.2s;
        cursor: pointer;
        margin: 15px 0;
    }
    #modal-city-check .modal-content .modal-body .col-sm-12 ul li:hover {
        color: #f00;
        transition: ease all 0.2s;
    }
}

@media (max-width: 1320px) {
    #modal-city-check .modal-dialog {
        top: 20%;
        width: 38%;
    }
}

.fixed-contacts-btn {
    right: 0;
    bottom: 12%;
    z-index: 99999;
    position: fixed;
}

.whatsapp-button {
    border-radius: 8px 0px 0px 8px;
    width: auto;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    padding: 12px 15px;
    background: #00de16;
    color: #fff;
    text-align: center;
    z-index: 9999;
}

.rngst_phone_button,
.rngst_phone_button * {
    visibility: hidden !important;
}

#callback {
    border-radius: 8px 0px 0px 8px;
    width: auto;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    padding: 12px 15px;
    background: #00b7f1;
    color: #fff;
    text-align: center;
    margin: 15px 0;
    cursor: pointer;
}

.whatsapp-button .icon {
    display: flex;
    -webkit-flex-flow: row nowrap;
    text-align: left;
    align-items: center;
}

#callback img {
    margin-right: 10px;
}

#callback:hover {
    filter: brightness(0.9);
    transition: all 0.3s ease;
}

.whatsapp-button:hover {
    filter: brightness(0.9);
    transition: all 0.3s ease;
}

.whatsapp-button a {
    color: #fff;
}


/* .whatsapp-button:before,
.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25D366; 
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: whatsapp-pulse 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
} */

.whatsapp-button:after {
    animation-delay: 0.5s;
}

@keyframes whatsapp-pulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

@media (max-width: 768px) {
    .banner-slider .banner-slider__wrapper .right-content {
        width: 100% !important;
        max-width: 100% !important;
        padding: 20px 0 20px 10px;
    }
    .bestsellers .swiper-slide,
    #carousel-featured .swiper-slide,
    #carousel-featured2 .swiper-slide,
    #carousel-special .swiper-slide {
        margin: 0 4px !important;
    }
    #product_docs.add-documentation-abbreviated .add-documentation__item:nth-of-type(n+3) {
        display: none !important;
    }
    #product_docs:not(.add-documentation-abbreviated) .add-documentation__item:nth-of-type(n+3) {
        display: flex !important;
    }
    .mobile-look-all * {
        text-align: left;
        font-style: normal !important;
        font-weight: normal !important;
        font-size: 13px !important;
        line-height: 250% !important;
        color: red;
        margin: 0;
    }
    .product-card .product-card__wrapper .product-card__wrapper-content .product-card__left-content-abbreviated .left-content-abbreviated-hide:nth-child(2) {
        display: block !important;
        margin-top: 5px;
    }
    .product-card__left-content:not(.product-card__left-content-abbreviated) .template-specification-product-block:nth-child(2) {
        margin-top: 5px !important;
    }
    .template-specification-product-block.left-content-abbreviated-hide:nth-child(2) .title-block .title {
        font-size: 22px !important;
    }
    .whatsapp-btn {
        display: none !important;
    }
    #modal-city-check .modal-dialog {
        top: 10%;
        width: auto;
        margin: 0 10%;
    }
    #modal-city-check .modal-dialog .modal-content {
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }
    #modal-city-check .modal-content .modal-body {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 27px 25px 23px 35px;
        justify-content: space-between;
    }
    #modal-city-check .modal-content .modal-body h2 {
        font-weight: bold;
        font-size: 22px;
        line-height: 140%;
    }
    #modal-city-check .close span {
        display: none;
    }
    #modal-city-check .close::before {
        content: '';
        width: 30px;
        height: 2px;
        display: block;
        background: #b8b8b8;
        transform: rotate(135deg);
        color: transparent;
        position: relative;
        opacity: 1 !important;
    }
    #modal-city-check .close::after {
        content: '';
        background: #b8b8b8;
        transform: rotate(45deg);
        width: 30px;
        height: 2px;
        display: block;
        position: relative;
        top: -1px;
        opacity: 1;
    }
    #modal-city-check button.close {
        margin-top: -10px;
        margin-right: -8px;
    }
    #modal-city-check .modal-content .modal-body .col-sm-12 {
        padding: 0;
    }
    #modal-city-check .modal-content .modal-body .col-sm-12 ul {
        margin-top: 8px;
    }
    #modal-city-check .modal-content .modal-body .col-sm-12 ul li {
        font-weight: normal;
        font-size: 14px;
        line-height: 150%;
        color: #000000;
        transition: ease all 0.2s;
        margin: 20px 0;
    }
    .kaspi-canvas .kaspi-ks-widget.ks-widget {
        margin-right: 20px;
        margin-left: -9px !important;
        margin-top: 39px !important;
        pointer-events: all !important;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .buy-buttons-pic-color .buy-buttons .kaspi-canvas {
        height: 38px;
    }
    .kaspi-canvas {
        height: 38px;
    }
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .buy-buttons-pic-color .buy-buttons .kaspi-canvas .kaspi-ks-widget.ks-widget {
        margin-top: 0 !important;
    }
}

.template-specification-product-block:not(.left-content-abbreviated-hide) {
    display: none;
}

.ocf-offcanvas .panel {
    height: 100% !important;
}


/* #custom-payment .radio-select:nth-child(3) {
  display: none !important;
} */

.kaspi-canvas {
    pointer-events: all;
    opacity: 1;
    overflow: visible !important;
    z-index: 100;
    /* height: 0!important; */
}

.block-view-1-col .kaspi-canvas {
    height: 100%;
}

.block-view-3-col .bottom-content .price-block {
    white-space: nowrap;
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap;
}

.block-view-1-col .kaspi-canvas .kaspi-ks-widget.ks-widget {
    margin-bottom: -6px !important;
    margin-top: 0 !important;
}

.listing-page .block-view-3-col .kaspi-canvas .kaspi-ks-widget.ks-widget {
    margin-top: 0 !important;
    margin-bottom: 1px;
}

.kaspi-canvas .ks-widget.desktop-only {
    pointer-events: all !important;
    margin-top: -20px !important;
}

.kaspi-ks-widget.ks-widget {
    pointer-events: all !important;
}


/* .checkout .checkout__wrapper .left-content .radio-select:nth-child(3) {
    display: none !important;
} */

#product-product .product-card__wrapper .product-card__wrapper-content .product-card__right-content .description.show {
    display: block !important;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content .description.show .description.dynamic {
    display: block !important;
}

.fa.fa-check-circle {
    display: none !important;
}


/* .product-card .product-card__wrapper .slider-main-specifications .main-specifications .bonus-wrapper, 
.block-view-3-col .bottom-content .bonus-wrapper, 
.block-view-1-col .bottom-content .availability-series .bonus-wrapper.one-col-only{
    display:none!important;
} */

.checkout .checkout__wrapper .right-content .basket .amount-information .amount-information__row~.amount-information__row {
    /* display: none; */
    margin-top: 20px;
}


/* .checkout .checkout__wrapper .right-content .basket .amount-information .amount-information__row {
    display: none;
} */

#account-address .add-address-field #input-city {
    padding: 17px 40px 0 10px;
    width: 100%;
    height: 58px;
    background-color: transparent;
    border: 1px solid #999999;
    border-radius: 6px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 170%;
    color: #000000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#account-address .add-address-field .form-horizontal .inputs-row:nth-child(1) .input-wrapper:after {
    content: '>';
    position: absolute;
    right: 20px;
    height: 40px;
    width: 20px;
    pointer-events: none;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 25%;
    font-size: 14px;
}

@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio:0) {
    #account-address .add-address-field #input-city {
        padding: 17px 40px 0 15px;
        background: transparent !important;
        -webkit-appearance: none;
    }
}

.sub-menu-right ul li a span {
    display: none;
}

#custom-shipping-address select.form-control {
    padding: 20px 12px 0 !important;
}

.form-group.required.col-sm-12.flex-row>x div {
    display: flex;
    flex-flow: row nowrap;
}

.plural {
    padding: 0 4px;
}

.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content #product_desk.showing,
.product-card .product-card__wrapper .product-card__wrapper-content .product-card__right-content #product_desk .showing {
    display: block !important;
}


/* 
  .radio-checkbox-wrapper.radio-wrapper label:last-child {
  display: none;
} */

.listing-page .listing-page__wrapper .content-wrapper .right-content .products-wrapper .block-view-1-col .bottom-content .bonus-wrapper.one-col-only.hidden {
    display: none !important;
}

.checkout .checkout__wrapper .left-content .payment .radio-select:nth-child(3) {
    /* display: none!Important; */
}

.header .header__wrapper .bottom-header .menu ul li .sub-menu-bottom-link-1 .product-block .block .bottom-content .old-price {
    text-decoration: line-through;
}

.list-group-item.selected-options {
    display: none;
}

#callback img {
    margin-right: 10px;
    -webkit-animation: ring 40s ease infinite;
    animation: ring 40s ease infinite;
    animation-delay: 5s;
    transform-origin-x: 50%;
    transform-origin-y: 0px;
    transform-origin-z: initial;
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }
    0.25% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg);
    }
    0.5% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    0.75% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    1% {
        -webkit-transform: rotate(-13deg);
        transform: rotate(-13deg);
    }
    1.25% {
        -webkit-transform: rotate(13deg);
        transform: rotate(13deg);
    }
    1.5% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    1.75% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    2% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }
    2.25% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg);
    }
    2.5% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes ring {
    0% {
        -webkit-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }
    0.25% {
        -webkit-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
        transform: rotate(8deg);
    }
    0.5% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    0.75% {
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    1% {
        -webkit-transform: rotate(-13deg);
        -ms-transform: rotate(-13deg);
        transform: rotate(-13deg);
    }
    1.25% {
        -webkit-transform: rotate(13deg);
        -ms-transform: rotate(13deg);
        transform: rotate(13deg);
    }
    1.5% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    1.75% {
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    2% {
        -webkit-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }
    2.25% {
        -webkit-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
        transform: rotate(8deg);
    }
    2.5% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

#careBtn-Desktop {
    border-radius: 8px 0px 0px 8px;
    width: auto;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    padding: 0;
    background: #ff8e9f;
    color: #fff;
    text-align: center;
    z-index: 9999;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    max-width: 146px;
    transition: ease all 0.3s;
}

#careBtn-Desktop img {
    position: absolute;
    left: 15px;
    top: 20px;
}

#careBtn-Desktop .icon p {
    padding: 12px 15px 12px 51px;
    color: #fff;
    text-align: left;
}

#careBtn-Desktop:hover {
    filter: brightness(1.1);
}

.filter-selected-text.cancel-all {
    -webkit-appearance: none !important;
}

@media (max-width: 560px) {
    #ocfilter-clear.hidden-md {
        display: none !important;
    }
}


/* .bonus-wrapper {
        display: none !important;
    } */

#common-home .banner .swiper-pager {
    top: 180px !important;
}

button.btn-default.outline {
    margin-left: auto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 220%;
    height: 43px;
    padding: 0 24px;
    color: red;
    border: 1px solid red;
    border-radius: 6px;
    -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

button.btn-default.outline:hover,
button.btn-default.outline:focus {
    color: #fff;
    background-color: red;
}

button.btn-default.red {
    padding: 16px 26px;
    background-color: red;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    border-radius: 6px;
    border: none;
    text-align: center;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    color: #ffffff;
}

button.btn-default.red:hover,
button.btn-default.red:focus {
    background-color: #e50000;
}

button.btn-default:disabled {
    color: #fff;
    background-color: #999;
    border: none;
    cursor: not-allowed;
    pointer-events: none;
}

.modal-title {
    order: 1;
}

#modal-agree .modal-dialog .modal-content .modal-header .close {
    right: 30px;
    top: 30px;
    color: transparent;
    user-select: none;
    position: absolute;
    height: 0;
    font-size: 0;
}

#modal-agree {
    overflow: hidden;
}

#modal-agree .modal-dialog {
    max-height: 56vh;
    margin: 23vh auto;
    width: 960px;
    max-width: unset;
    overflow: clip;
}

#modal-agree .modal-dialog .modal-content {
    width: 100%;
    height: 56vh;
    position: initial;
    overflow-x: hidden;
}

#modal-agree .modal-dialog .modal-body {
    overflow-y: scroll;
    max-height: 100%;
    margin: 0;
    padding: 0 50px 50px;
}

body.modal-open {
    overflow: clip !important;
    height: 100vh;
}

#modal-agree .modal-dialog .modal-body h4 {
    margin-bottom: 20px;
    margin-top: 40px;
}

#modal-agree .modal-dialog .modal-body h4:first-of-type {
    margin-top: 0;
}

#modal-agree .modal-dialog .modal-body p {
    margin-bottom: 10px;
    line-height: 1.2;
    margin: 0 20px 10px 50px;
}

#modal-agree .modal-dialog .modal-body .list-numbered {
    position: absolute;
    margin-left: -50px;
    text-align: right;
    width: 40px;
}

#modal-agree .modal-dialog .modal-body h4:last-of-type+p {
    line-height: 1.4;
    margin-left: 20px;
}

#modal-agree .modal-dialog .modal-body h4:last-of-type+p~p {
    margin: 0 20px;
}

#modal-agree .modal-dialog .modal-content .modal-header .modal-title {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
}

#modal-agree .modal-dialog .modal-content .modal-header {
    padding: 50px 50px 30px;
    border: none;
}

#modal-agree .modal-dialog .modal-content .modal-header .close::after {
    content: url(/catalog/view/theme/boschcenter/img/closegray.svg);
    display: block;
    width: 40px;
    height: 40px;
    opacity: 1;
}


/*              Gifts area                  */

.listing-page .gifts {
    z-index: 36;
    position: absolute;
    max-width: 84px;
    border-radius: 6px 0 6px 0;
    box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.listing-page .gifts .gift-name,
.gifts .gift-price {
    display: none;
}

.listing-page .gifts .gift-title {
    background: #ee3939;
    color: white;
    text-align: center;
    padding: 4px 15px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
}

.listing-page .gifts .gift-img img {
    max-width: 100%;
    min-height: unset;
}

.product-card .gifts .gift-wrapper {
    display: flex;
    -webkit-flex-flow: row nowrap;
    -webkit-align-items: center;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 6px;
}

.product-card .gifts .gift-img img {
    border-radius: 15px 0px 0px 15px;
    max-width: 100%;
    width: 100%;
}

.product-card .gifts .gift-wrapper .gift-img {
    min-width: 110px;
}

.product-card .gifts .gift-desc {
    padding: 20px 20px 20px 15px;
    width: 100%;
    display: flex;
    -webkit-flex-flow: column;
}

.product-card .gifts .gift-title {
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    color: #ffffff;
    padding: 3px 9px;
    background: #ee3939;
    border-radius: 6px;
    position: relative;
    float: left;
    align-self: start;
}

.product-card .gifts .gift-name {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    margin: 10px 0;
}

.product-card .gifts .gift-link a {
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #ff0000;
}

.product-card .gifts {
    margin: 36px 0;
}

.basket .gifts.product a {
    display: flex;
    -webkit-flex-flow: row nowrap;
    -webkit-align-items: center;
    justify-content: stretch;
}

.basket .gifts.product .img-block {
    border: 1px solid #e5e5e5;
    width: 79px;
    min-width: 79px;
    height: 85px;
}

.basket .gifts.product {
    margin-top: 45px;
}

.basket .gifts.product img {
    width: calc(100% - 2px);
}

.basket .gift-desc {
    margin-left: 16px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    color: #000000;
    max-width: 150px;
}

.basket .gifts.product .title {
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    color: #ffffff;
    padding: 3px 9px;
    background: #ee3939;
    border-radius: 6px;
    -webkit-align-self: start;
    margin-bottom: 5px;
}

.basket .gifts.product .name-product {
    display: flex;
    -webkit-flex-flow: column;
    max-width: 230px;
}

.basket .gifts.product .name {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #424242;
}

.basket .gifts.product .code {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #8a8a8a;
}

.basket .gifts.product .price-block {
    display: flex;
    width: 100%;
    justify-content: end;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #003edf;
}

.swiper-wrapper .gifts {
    z-index: 36;
    position: absolute;
    max-width: 84px;
    border-radius: 6px 0 6px 0;
    box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.swiper-wrapper .gifts .gift-name,
.gifts .gift-price {
    display: none;
}

.swiper-wrapper .gifts .gift-title {
    background: #ee3939;
    color: white;
    text-align: center;
    padding: 4px 15px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
}

.swiper-wrapper .gifts .gift-img img {
    max-width: 100%;
}

#search .text-gift {
    float: left;
    color: white;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    padding: 4px 8px;
    background: #ee3939;
    border-radius: 6px;
    margin-left: 10px;
    margin-top: 2px;
}

#search .code {
    float: left;
    margin-top: 5px;
}

@media (max-width: 560px) {
    #carousel-featured1 .swiper-slide {
        margin: 0 4px !important;
    }
    .swiper-wrapper .gifts {
        max-width: 61px;
        pointer-events: none;
    }
    .swiper-wrapper .gifts .gift-title {
        font-weight: 700;
        font-size: 10px;
        line-height: 12px;
        padding: 3px 10px;
    }
    .listing-page .gifts {
        max-width: 61px;
        pointer-events: none;
    }
    .listing-page .gifts .gift-title {
        font-weight: 700;
        font-size: 10px;
        line-height: 12px;
        padding: 3px 10px;
    }
    .product-card .gifts {
        margin: 10px 0;
    }
    .product-card .gifts .gift-wrapper {
        border-radius: 15px;
    }
    .product-card .gifts .gift-title {
        font-weight: 700;
        font-size: 13px;
        line-height: 15px;
    }
    .product-card .gifts .gift-name {
        margin: 7px 0;
    }
    .product-card .gifts .gift-desc {
        padding: 15px 20px 15px 15px;
    }
    .basket .gifts.product a {
        -webkit-align-items: start;
    }
    #mobile-search .text-gift {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: 10px;
        line-height: 12px;
        color: #ffffff;
        padding: 4px 8px;
        background: #ee3939;
        border-radius: 6px;
        margin-top: 7px;
    }
}


/*              END Gifts area                  */

@media (max-width: 560px) {
    .list-item.mobile-menu-list.promo:before {
        content: none;
    }
    .list-item.mobile-menu-list.promo a {
        color: #000;
        width: 100%;
        height: 100%;
        display: block;
    }
    .list-item.mobile-menu-list.promo a:before {
        content: url("data:image/svg+xml,%3Csvg width='28' height='44' viewBox='0 0 28 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' transform='translate(2 20)' fill='white'/%3E%3Cpath d='M22.9004 5.1001L4.90039 23.1001' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='7.5' cy='7.5' r='3.6' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='20.5' cy='20.5' r='3.6' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        position: absolute;
        left: 14px;
        top: 12px;
    }
    .list-item.mobile-menu-list.promo {
        position: relative;
    }
    #modal-agree .modal-dialog {
        width: 90vw;
        height: 90vh;
        margin: 5vh auto;
        max-height: unset;
    }
    #modal-agree {
        width: 100%;
        padding: 0 !important;
    }
    #modal-agree .modal-dialog .modal-content {
        height: 100%;
    }
    #modal-agree .modal-dialog .modal-content .modal-header {
        padding: 30px 30px 20px;
    }
    #modal-agree .modal-dialog .modal-content .modal-header .close::after {
        height: 25px;
        width: 25px;
        background-size: cover;
        object-fit: cover;
        display: flex;
    }
    #modal-agree .modal-dialog .modal-body {
        padding: 0 20px 40px;
    }
    #modal-agree .modal-dialog .modal-body h4 {
        font-size: 22px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    #modal-agree .modal-dialog .modal-body p {
        font-size: 15px;
        margin: 0 20px 10px 40px;
    }
    #modal-agree .modal-dialog .modal-body .list-numbered {
        margin-left: -45px;
        width: 40px;
        font-size: 15px;
    }
    #modal-agree .modal-dialog .modal-body ul {
        margin-left: 50px;
    }
}

.pagination {
    z-index: 110;
    position: relative;
}

.kaspi-ks-widget.ks-widget {
    margin-left: 13px!Important;
    transform: scale(1.15);
    width: 162px;
    overflow: hidden;
}

.listing-page .block-view-3-col .kaspi-canvas .kaspi-ks-widget.ks-widget iframe {
    min-width: 180px;
}

@media (max-width:560px) {
    .product-card .product-card__wrapper .slider-main-specifications .main-specifications .buy-buttons-pic-color .buy-buttons .kaspi-canvas .kaspi-ks-widget.ks-widget {
        transform: scale(0.83);
    }
}