@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

html {
    scrollbar-gutter: stable;
    margin: 0 !important;
}

body {
    font-family: "Open Sans", sans-serif;
    background-color: #F9F9F9;
    color: #151515;
    height: 100%;
    line-height: 1.6;
    position: relative;
    font-size: 16px !important;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0px !important;
    margin: 0px !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%
}

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

header,
main,
footer,
.help-popup,
.ts-mw-button,
#bingc-phone-button.bingc-show {
    zoom: 0.9;
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

p {
    font-size: 16px;
    color: #303030;
}

table {
    border-collapse: collapse;
    border-width: 0px;
    padding: 0px;
    margin: 0px
}

html {
    height: 100%;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none
}

input,
textarea {
    color: #333;
    font-family: "Montserrat", sans-serif;
    outline: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none
}

input[type="button"],
input[type="submit"],
button {
    cursor: pointer
}

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

.h2,
h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.h3,
h3 {
    font-size: 1rem;
    margin-bottom: 10px;
}

p,
ul {
    margin-bottom: 10px;
}

ul p {
    margin-bottom: 0;
}

ol {
    padding-left: 18px;
}

td {
    margin: 0px;
    padding: 0px
}

form {
    padding: 0px;
    margin: 0px
}

a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: transparent
}

a,
span,
div,
button {
    outline: none !important
}

input[type=submit],
input[type=button],
button {
    -webkit-appearance: none;
    outline: none
}

.card {
    border-radius: 10px !important;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

::-webkit-scrollbar {
    width: 5px !important;
    height: 5px !important;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #009CDA;
    border-radius: 5px;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

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

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

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

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

.slick-track:after {
    clear: both
}

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

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

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

.slick-slide img {
    display: block
}

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

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

.slick-initialized .slick-slide {
    display: block
}

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

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

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

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 30px;
    width: 30px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    outline: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: 7;
    text-align: center;
    opacity: 1;
    border: none;
    background: none;
    border-radius: 50%;
    color: #909090;
    line-height: 30px;
    text-align: center
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none
}

.slick-prev svg,
.slick-next svg {
    display: inline-block;
    vertical-align: middle;
    fill: currentColor;
    width: 24px;
    height: 24px
}

.slick-prev:hover,
.slick-next:hover {
    color: #f33125
}

.slick-prev {
    left: 0
}

.slick-prev:before {
    background-position: -162px 0
}

.slick-prev:after {
    background-position: -162px -21px
}

.slick-next {
    right: 0
}

.slick-next:before {
    background-position: -175px 0
}

.slick-next:after {
    background-position: -175px -21px
}

.slick-dots {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    line-height: 1
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    cursor: pointer
}

.slick-dots li button {
    display: block;
    height: 10px;
    width: 10px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 0px;
    cursor: pointer;
    transition: all 0.2s linear;
    border: none;
    background: #909090;
    position: relative;
    border-radius: 50%
}

.slick-dots li button:hover {
    background: #0070a7
}

.slick-dots li.slick-active button {
    background: #0070a7
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99993
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #151515;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .6;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1)
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image::before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable='true'] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #c4c4c4;
    cursor: pointer;
    opacity: 1;
    padding: 5px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.fancybox-close-small:hover {
    color: #000;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: #f33125;
    padding: 0px;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px
}

.fancybox-slide--html .fancybox-close-small:hover {
    color: #151515
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1)
}

@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1
}

@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.selectric-wrapper {
    position: relative;
    cursor: pointer
}

.selectric-responsive {
    width: 100%
}

.selectric {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: none;
    background: #ffffff;
    border-radius: 15px;
    transition: all 0.2s linear
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 40px 0 20px;
    font-size: 13px;
    line-height: 60px;
    color: #555;
    height: 60px;
    user-select: none;
    text-align: left
}

.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px !important;
    height: 60px;
    background-color: transparent;
    text-align: center;
    border: none;
    font-size: 0;
    margin: 0 !important;
    padding: 0;
    line-height: 60px;
    color: #151515
}

.selectric .button svg {
    display: inline-block;
    vertical-align: middle;
    fill: currentColor;
    transition: all 0.2s linear
}

.selectric .button:hover {
    background: transparent !important
}

.selectric-open {
    z-index: 8
}

.selectric-open .selectric-items {
    display: block
}

.selectric-open .button svg {
    transform: rotate(-180deg)
}

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    user-select: none
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0
}

.selectric-hide-select select {
    position: absolute;
    left: -100%
}

.selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10
}

.selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    z-index: 1;
    box-sizing: border-box;
    opacity: 0
}

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    /* font: 0/0 a !important; */
    background: none !important
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important
}

.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    z-index: -1;
    padding: 10px 20px;
    border-radius: 15px;
    margin-top: 5px;
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%
}

.selectric-items ul,
.selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: 30px;
    min-height: 30px
}

.selectric-items li {
    font-size: 13px;
    line-height: 20px;
    display: block;
    padding: 0;
    color: #151515;
    cursor: pointer
}

.selectric-items li:last-child {
    border: none
}

.selectric-items li.selected {
    color: #0070a7
}

.selectric-items li.highlighted {
    color: #0070a7
}

.selectric-items li:hover {
    color: #0070a7
}

.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    user-select: none;
    border-color: rgba(229, 229, 229, 0.5) !important;
    display: none
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    user-select: none;
    background: none;
    color: #444
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1
}

.selectric-items .selectric-group li {
    padding-left: 25px
}

.selectric-form-select-grey .selectric {
    background: #ffffff
}

/*! nouislider - 10.0.0 - 2017-05-28 14:52:48 */
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr;
    padding: 0 5px
}

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

.noUi-connect {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0
}

.noUi-origin {
    position: absolute;
    height: 0;
    width: 0
}

.noUi-handle {
    position: relative;
    z-index: 1
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s
}

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

.noUi-base,
.noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.noUi-horizontal {
    height: 5px
}

.noUi-horizontal .noUi-handle {
    left: -5px;
    top: -5px
}

.noUi-vertical {
    width: 18px
}

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

.noUi-target {
    background-color: #d5d5d5;
    border-radius: 5px
}

.noUi-connect {
    background-color: #ff8f00;
    -webkit-transition: background 450ms;
    transition: background 450ms
}

.noUi-draggable {
    cursor: ew-resize
}

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

.noUi-handle {
    width: 10px;
    height: 15px;
    background-color: #0070a7;
    border-radius: 3px;
    cursor: pointer
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.noUi-tooltip {
    display: block;
    position: absolute;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    color: #353535;
    letter-spacing: 0.5px
}

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

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

.tooltipster-base {
    display: flex;
    pointer-events: none;
    position: absolute
}

.tooltipster-box {
    flex: 1 1 auto
}

.tooltipster-content {
    box-sizing: border-box;
    max-height: 100%;
    max-width: 100%;
    overflow: auto
}

.tooltipster-ruler {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden
}

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity
}

.tooltipster-fade.tooltipster-show {
    opacity: 1
}

.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden
}

.tooltipster-grow.tooltipster-show {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15)
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform
}

.tooltipster-swing.tooltipster-show {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
    -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4)
}

.tooltipster-fall {
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15)
}

.tooltipster-fall.tooltipster-initial {
    top: 0 !important
}

.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0 !important;
    opacity: 0
}

.tooltipster-slide {
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15)
}

.tooltipster-slide.tooltipster-initial {
    left: -40px !important
}

.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0 !important;
    opacity: 0
}

@keyframes tooltipster-fading {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.tooltipster-update-fade {
    animation: tooltipster-fading 400ms
}

@keyframes tooltipster-rotating {
    25% {
        transform: rotate(-2deg)
    }

    75% {
        transform: rotate(2deg)
    }

    100% {
        transform: rotate(0)
    }
}

.tooltipster-update-rotate {
    animation: tooltipster-rotating 600ms
}

@keyframes tooltipster-scaling {
    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

.tooltipster-update-scale {
    animation: tooltipster-scaling 600ms
}

.tooltipster-sidetip .tooltipster-box {
    background: #fff;
    border: 2px solid #ff8f00;
    border-radius: 15px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07)
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top: 12px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
    margin-right: 12px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
    margin-left: 12px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom: 12px
}

.tooltipster-sidetip .tooltipster-content {
    line-height: 18px;
    padding: 3px 3px 3px 18px;
    font-size: 15px
}

.tooltipster-sidetip .tooltipster-arrow {
    overflow: hidden;
    position: absolute
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    height: 10px;
    margin-left: -10px;
    top: 0;
    width: 20px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    right: 0;
    top: 0;
    width: 10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 0;
    width: 12px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: 0;
    height: 10px;
    margin-left: -10px;
    width: 20px
}

.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
    height: 0;
    position: absolute;
    width: 0
}

.tooltipster-sidetip .tooltipster-arrow-background {
    border: 10px solid transparent
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #ff8f00;
    left: 0;
    top: 3px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #ff8f00;
    left: -3px;
    top: 0
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #ff8f00;
    left: 3px;
    top: 0
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #ff8f00;
    left: 0;
    top: -3px
}

.tooltipster-sidetip .tooltipster-arrow-border {
    border: 10px solid transparent;
    left: 0;
    top: 0;
    display: none
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: black
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: black
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: black
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: black
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
    position: relative
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
    left: -10px
}

.tooltipster-fade.tooltipster-show {
    padding-left: 30px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    left: 30px
}

.swiper-button-next,
.swiper-button-prev {
    z-index: 8 !important;
}

/*!
 * OverlayScrollbars
 * https://github.com/KingSora/OverlayScrollbars
 *
 * Version: 1.13.0
 *
 * Copyright KingSora | Rene Haas.
 * https://github.com/KingSora
 *
 * Released under the MIT license.
 * Date: 02.08.2020
 */
html.os-html,
html.os-html>.os-host {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    height: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    margin: 0 !important;
    position: absolute !important
}

html.os-html>.os-host>.os-padding {
    position: absolute
}

body.os-dragging,
body.os-dragging * {
    cursor: default
}

.os-host,
.os-host-textarea {
    position: relative;
    overflow: visible !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start
}

.os-host-flexbox {
    overflow: hidden !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.os-host-flexbox>.os-size-auto-observer {
    height: inherit !important
}

.os-host-flexbox>.os-content-glue {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.os-host-flexbox>.os-size-auto-observer,
.os-host-flexbox>.os-content-glue {
    min-height: 0;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

#os-dummy-scrollbar-size {
    position: fixed;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    visibility: hidden;
    overflow: scroll;
    height: 500px;
    width: 500px
}

#os-dummy-scrollbar-size>div {
    width: 200%;
    height: 200%;
    margin: 10px 0
}

#os-dummy-scrollbar-size:before,
#os-dummy-scrollbar-size:after,
.os-content:before,
.os-content:after {
    content: '';
    display: table;
    width: .01px;
    height: .01px;
    line-height: 0;
    font-size: 0;
    flex-grow: 0;
    flex-shrink: 0;
    visibility: hidden
}

#os-dummy-scrollbar-size,
.os-viewport {
    -ms-overflow-style: scrollbar !important
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size,
.os-viewport-native-scrollbars-invisible.os-viewport {
    scrollbar-width: none !important
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    visibility: hidden !important;
    background: 0 0 !important
}

.os-content-glue {
    box-sizing: inherit;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.os-padding {
    box-sizing: inherit;
    direction: inherit;
    position: absolute;
    overflow: visible;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0
}

.os-host-overflow>.os-padding {
    overflow: hidden
}

.os-viewport {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    outline: 0 !important;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

.os-content-arrange {
    position: absolute;
    z-index: -1;
    min-height: 1px;
    min-width: 1px;
    pointer-events: none
}

.os-content {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    height: 100%;
    width: 100%;
    visibility: visible
}

.os-content>.os-textarea {
    box-sizing: border-box !important;
    direction: inherit !important;
    background: 0 0 !important;
    outline: 0 transparent !important;
    overflow: hidden !important;
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    float: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    border: 0 !important;
    resize: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    max-width: none !important;
    max-height: none !important;
    box-shadow: none !important;
    -webkit-perspective: none !important;
    perspective: none !important;
    opacity: 1 !important;
    z-index: 1 !important;
    clip: auto !important;
    vertical-align: baseline !important;
    padding: 0
}

.os-host-rtl>.os-padding>.os-viewport>.os-content>.os-textarea {
    right: 0 !important
}

.os-content>.os-textarea-cover {
    z-index: -1;
    pointer-events: none
}

.os-content>.os-textarea[wrap=off] {
    white-space: pre !important;
    margin: 0 !important
}

.os-text-inherit {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    text-indent: inherit;
    text-align: inherit;
    text-shadow: inherit;
    text-overflow: inherit;
    letter-spacing: inherit;
    word-spacing: inherit;
    line-height: inherit;
    unicode-bidi: inherit;
    direction: inherit;
    color: inherit;
    cursor: text
}

.os-resize-observer,
.os-resize-observer-host {
    box-sizing: inherit;
    display: block;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.os-resize-observer-host {
    padding: inherit;
    border: inherit;
    border-color: transparent;
    border-style: solid;
    box-sizing: border-box
}

.os-resize-observer-host.observed {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

.os-resize-observer-host>.os-resize-observer,
.os-resize-observer-host.observed>.os-resize-observer {
    height: 200%;
    width: 200%;
    padding: inherit;
    border: inherit;
    margin: 0;
    display: block;
    box-sizing: content-box
}

.os-resize-observer-host.observed>.os-resize-observer,
.os-resize-observer-host.observed>.os-resize-observer:before {
    display: flex;
    position: relative;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    box-sizing: border-box
}

.os-resize-observer-host.observed>.os-resize-observer:before {
    content: '';
    box-sizing: content-box;
    padding: inherit;
    border: inherit;
    margin: 0
}

.os-size-auto-observer {
    box-sizing: inherit !important;
    height: 100%;
    width: inherit;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.os-size-auto-observer>.os-resize-observer {
    width: 1000%;
    height: 1000%;
    min-height: 1px;
    min-width: 1px
}

.os-resize-observer-item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    opacity: 0;
    direction: ltr !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important
}

.os-resize-observer-item-final {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important
}

.os-resize-observer {
    -webkit-animation-duration: .001s;
    animation-duration: .001s;
    -webkit-animation-name: os-resize-observer-dummy-animation;
    animation-name: os-resize-observer-dummy-animation
}

object.os-resize-observer {
    box-sizing: border-box !important
}

@-webkit-keyframes os-resize-observer-dummy-animation {
    0% {
        z-index: 0
    }

    to {
        z-index: -1
    }
}

@keyframes os-resize-observer-dummy-animation {
    0% {
        z-index: 0
    }

    to {
        z-index: -1
    }
}

.os-host-transition>.os-scrollbar,
.os-host-transition>.os-scrollbar-corner {
    -webkit-transition: opacity .3s, visibility .3s, top .3s, right .3s, bottom .3s, left .3s;
    transition: opacity .3s, visibility .3s, top .3s, right .3s, bottom .3s, left .3s
}

html.os-html>.os-host>.os-scrollbar {
    position: absolute;
    z-index: 999999
}

.os-scrollbar,
.os-scrollbar-corner {
    position: absolute;
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    z-index: 1
}

.os-scrollbar-corner {
    bottom: 0;
    right: 0
}

.os-scrollbar {
    pointer-events: none
}

.os-scrollbar-track {
    pointer-events: auto;
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0 !important;
    border: 0 !important
}

.os-scrollbar-handle {
    pointer-events: auto;
    position: absolute;
    width: 100%;
    height: 100%
}

.os-scrollbar-handle-off,
.os-scrollbar-track-off {
    pointer-events: none
}

.os-scrollbar.os-scrollbar-unusable,
.os-scrollbar.os-scrollbar-unusable * {
    pointer-events: none !important
}

.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
    opacity: 0 !important
}

.os-scrollbar-horizontal {
    bottom: 0;
    left: 0
}

.os-scrollbar-vertical {
    top: 0;
    right: 0
}

.os-host-rtl>.os-scrollbar-horizontal {
    right: 0
}

.os-host-rtl>.os-scrollbar-vertical {
    right: auto;
    left: 0
}

.os-host-rtl>.os-scrollbar-corner {
    right: auto;
    left: 0
}

.os-scrollbar-auto-hidden,
.os-padding+.os-scrollbar-corner,
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-corner,
.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal,
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-corner,
.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical+.os-scrollbar-corner,
.os-scrollbar-horizontal+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.os-scrollbar-corner-resize-both {
    cursor: nwse-resize
}

.os-host-rtl>.os-scrollbar-corner-resize-both {
    cursor: nesw-resize
}

.os-scrollbar-corner-resize-horizontal {
    cursor: ew-resize
}

.os-scrollbar-corner-resize-vertical {
    cursor: ns-resize
}

.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
    cursor: default
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-vertical {
    top: 0;
    bottom: 0
}

.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal,
.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal {
    right: 0;
    left: 0
}

.os-scrollbar:hover,
.os-scrollbar-corner.os-scrollbar-corner-resize {
    opacity: 1 !important;
    visibility: visible !important
}

.os-scrollbar-corner.os-scrollbar-corner-resize {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    pointer-events: auto !important
}

.os-host-rtl>.os-scrollbar-corner.os-scrollbar-corner-resize {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.os-host-overflow {
    overflow: hidden !important
}

.os-theme-none>.os-scrollbar-horizontal,
.os-theme-none>.os-scrollbar-vertical,
.os-theme-none>.os-scrollbar-corner {
    display: none !important
}

.os-theme-none>.os-scrollbar-corner-resize {
    display: block !important;
    min-width: 10px;
    min-height: 10px
}

.os-theme-dark>.os-scrollbar-horizontal,
.os-theme-light>.os-scrollbar-horizontal {
    right: 10px;
    height: 10px
}

.os-theme-dark>.os-scrollbar-vertical,
.os-theme-light>.os-scrollbar-vertical {
    bottom: 10px;
    width: 10px
}

.os-theme-dark.os-host-rtl>.os-scrollbar-horizontal,
.os-theme-light.os-host-rtl>.os-scrollbar-horizontal {
    left: 10px;
    right: 0
}

.os-theme-dark>.os-scrollbar-corner,
.os-theme-light>.os-scrollbar-corner {
    height: 10px;
    width: 5px
}

.os-theme-dark>.os-scrollbar-corner,
.os-theme-light>.os-scrollbar-corner {
    background-color: transparent
}

.os-theme-dark>.os-scrollbar,
.os-theme-light>.os-scrollbar {
    padding: 0px;
    box-sizing: border-box;
    background: 0 0
}

.os-theme-dark>.os-scrollbar.os-scrollbar-unusable,
.os-theme-light>.os-scrollbar.os-scrollbar-unusable {
    background: rgba(213, 213, 213, 0.5)
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track,
.os-theme-light>.os-scrollbar>.os-scrollbar-track {
    background: 0 0
}

.os-theme-dark>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle {
    min-width: 30px
}

.os-theme-dark>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle {
    min-height: 30px
}

.os-theme-dark.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-dark>.os-scrollbar>.os-scrollbar-track,
.os-theme-light>.os-scrollbar>.os-scrollbar-track {
    border-radius: 10px
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    background: #ff8f00
}

.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    background: #ff8f00
}

.os-theme-dark>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle {
    background: #ff8f00
}

.os-theme-light>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle {
    background: #ff8f00
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active {
    background: #ff8f00
}

.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active {
    background: #ff8f00
}

.os-theme-dark>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block
}

.os-theme-dark.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical .os-scrollbar-handle:before {
    display: none
}

.os-theme-dark>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-horizontal .os-scrollbar-handle:before {
    top: -6px;
    bottom: -2px
}

.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before {
    left: -6px;
    right: -2px
}

.os-host-rtl.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-host-rtl.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before {
    right: -6px;
    left: -2px
}

html.os-html,
html.os-html>.os-host {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    height: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    margin: 0 !important;
    position: absolute !important
}

html.os-html>.os-host>.os-padding {
    position: absolute
}

body.os-dragging,
body.os-dragging * {
    cursor: default
}

.os-host,
.os-host-textarea {
    position: relative;
    overflow: visible !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start
}

.os-host-flexbox {
    overflow: hidden !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.os-host-flexbox>.os-size-auto-observer {
    height: inherit !important
}

.os-host-flexbox>.os-content-glue {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.os-host-flexbox>.os-size-auto-observer,
.os-host-flexbox>.os-content-glue {
    min-height: 0;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

#os-dummy-scrollbar-size {
    position: fixed;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    visibility: hidden;
    overflow: scroll;
    height: 500px;
    width: 500px
}

#os-dummy-scrollbar-size>div {
    width: 200%;
    height: 200%;
    margin: 10px 0
}

#os-dummy-scrollbar-size:before,
#os-dummy-scrollbar-size:after,
.os-content:before,
.os-content:after {
    content: '';
    display: table;
    width: .01px;
    height: .01px;
    line-height: 0;
    font-size: 0;
    flex-grow: 0;
    flex-shrink: 0;
    visibility: hidden
}

#os-dummy-scrollbar-size,
.os-viewport {
    -ms-overflow-style: scrollbar !important
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size,
.os-viewport-native-scrollbars-invisible.os-viewport {
    scrollbar-width: none !important
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    visibility: hidden !important;
    background: 0 0 !important
}

.os-content-glue {
    box-sizing: inherit;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.os-padding {
    box-sizing: inherit;
    direction: inherit;
    position: absolute;
    overflow: visible;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0
}

.os-host-overflow>.os-padding {
    overflow: hidden
}

.os-viewport {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    outline: 0 !important;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

.os-content-arrange {
    position: absolute;
    z-index: -1;
    min-height: 1px;
    min-width: 1px;
    pointer-events: none
}

.os-content {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    height: 100%;
    width: 100%;
    visibility: visible
}

.os-content>.os-textarea {
    box-sizing: border-box !important;
    direction: inherit !important;
    background: 0 0 !important;
    outline: 0 transparent !important;
    overflow: hidden !important;
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    float: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    border: 0 !important;
    resize: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    max-width: none !important;
    max-height: none !important;
    box-shadow: none !important;
    -webkit-perspective: none !important;
    perspective: none !important;
    opacity: 1 !important;
    z-index: 1 !important;
    clip: auto !important;
    vertical-align: baseline !important;
    padding: 0
}

.os-host-rtl>.os-padding>.os-viewport>.os-content>.os-textarea {
    right: 0 !important
}

.os-content>.os-textarea-cover {
    z-index: -1;
    pointer-events: none
}

.os-content>.os-textarea[wrap=off] {
    white-space: pre !important;
    margin: 0 !important
}

.os-text-inherit {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    text-indent: inherit;
    text-align: inherit;
    text-shadow: inherit;
    text-overflow: inherit;
    letter-spacing: inherit;
    word-spacing: inherit;
    line-height: inherit;
    unicode-bidi: inherit;
    direction: inherit;
    color: inherit;
    cursor: text
}

.os-resize-observer,
.os-resize-observer-host {
    box-sizing: inherit;
    display: block;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.os-resize-observer-host {
    padding: inherit;
    border: inherit;
    border-color: transparent;
    border-style: solid;
    box-sizing: border-box
}

.os-resize-observer-host.observed {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

.os-resize-observer-host>.os-resize-observer,
.os-resize-observer-host.observed>.os-resize-observer {
    height: 200%;
    width: 200%;
    padding: inherit;
    border: inherit;
    margin: 0;
    display: block;
    box-sizing: content-box
}

.os-resize-observer-host.observed>.os-resize-observer,
.os-resize-observer-host.observed>.os-resize-observer:before {
    display: flex;
    position: relative;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    box-sizing: border-box
}

.os-resize-observer-host.observed>.os-resize-observer:before {
    content: '';
    box-sizing: content-box;
    padding: inherit;
    border: inherit;
    margin: 0
}

.os-size-auto-observer {
    box-sizing: inherit !important;
    height: 100%;
    width: inherit;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.os-size-auto-observer>.os-resize-observer {
    width: 1000%;
    height: 1000%;
    min-height: 1px;
    min-width: 1px
}

.os-resize-observer-item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    opacity: 0;
    direction: ltr !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important
}

.os-resize-observer-item-final {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important
}

.os-resize-observer {
    -webkit-animation-duration: .001s;
    animation-duration: .001s;
    -webkit-animation-name: os-resize-observer-dummy-animation;
    animation-name: os-resize-observer-dummy-animation
}

object.os-resize-observer {
    box-sizing: border-box !important
}

@-webkit-keyframes os-resize-observer-dummy-animation {
    0% {
        z-index: 0
    }

    to {
        z-index: -1
    }
}

@keyframes os-resize-observer-dummy-animation {
    0% {
        z-index: 0
    }

    to {
        z-index: -1
    }
}

.os-host-transition>.os-scrollbar,
.os-host-transition>.os-scrollbar-corner {
    -webkit-transition: opacity .3s, visibility .3s, top .3s, right .3s, bottom .3s, left .3s;
    transition: opacity .3s, visibility .3s, top .3s, right .3s, bottom .3s, left .3s
}

html.os-html>.os-host>.os-scrollbar {
    position: absolute;
    z-index: 999999
}

.os-scrollbar,
.os-scrollbar-corner {
    position: absolute;
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    z-index: 1
}

.os-scrollbar-corner {
    bottom: 0;
    right: 0
}

.os-scrollbar {
    pointer-events: none
}

.os-scrollbar-track {
    pointer-events: auto;
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0 !important;
    border: 0 !important
}

.os-scrollbar-handle {
    pointer-events: auto;
    position: absolute;
    width: 100%;
    height: 100%
}

.os-scrollbar-handle-off,
.os-scrollbar-track-off {
    pointer-events: none
}

.os-scrollbar.os-scrollbar-unusable,
.os-scrollbar.os-scrollbar-unusable * {
    pointer-events: none !important
}

.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
    opacity: 0 !important
}

.os-scrollbar-horizontal {
    bottom: 0;
    left: 0
}

.os-scrollbar-vertical {
    top: 0;
    right: 0
}

.os-host-rtl>.os-scrollbar-horizontal {
    right: 0
}

.os-host-rtl>.os-scrollbar-vertical {
    right: auto;
    left: 0
}

.os-host-rtl>.os-scrollbar-corner {
    right: auto;
    left: 0
}

.os-scrollbar-auto-hidden,
.os-padding+.os-scrollbar-corner,
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-corner,
.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal,
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-corner,
.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical+.os-scrollbar-corner,
.os-scrollbar-horizontal+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.os-scrollbar-corner-resize-both {
    cursor: nwse-resize
}

.os-host-rtl>.os-scrollbar-corner-resize-both {
    cursor: nesw-resize
}

.os-scrollbar-corner-resize-horizontal {
    cursor: ew-resize
}

.os-scrollbar-corner-resize-vertical {
    cursor: ns-resize
}

.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
    cursor: default
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-vertical {
    top: 0;
    bottom: 0
}

.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal,
.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal {
    right: 0;
    left: 0
}

.os-scrollbar:hover,
.os-scrollbar-corner.os-scrollbar-corner-resize {
    opacity: 1 !important;
    visibility: visible !important
}

.os-scrollbar-corner.os-scrollbar-corner-resize {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    pointer-events: auto !important
}

.os-host-rtl>.os-scrollbar-corner.os-scrollbar-corner-resize {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.os-host-overflow {
    overflow: hidden !important
}

.os-theme-none>.os-scrollbar-horizontal,
.os-theme-none>.os-scrollbar-vertical,
.os-theme-none>.os-scrollbar-corner {
    display: none !important
}

.os-theme-none>.os-scrollbar-corner-resize {
    display: block !important;
    min-width: 10px;
    min-height: 10px
}

.os-theme-dark>.os-scrollbar-horizontal,
.os-theme-light>.os-scrollbar-horizontal {
    right: 10px;
    height: 10px
}

.os-theme-dark>.os-scrollbar-vertical,
.os-theme-light>.os-scrollbar-vertical {
    bottom: 10px;
    width: 10px
}

.os-theme-dark.os-host-rtl>.os-scrollbar-horizontal,
.os-theme-light.os-host-rtl>.os-scrollbar-horizontal {
    left: 10px;
    right: 0
}

.os-theme-dark>.os-scrollbar-corner,
.os-theme-light>.os-scrollbar-corner {
    height: 10px;
    width: 10px
}

.os-theme-dark>.os-scrollbar-corner,
.os-theme-light>.os-scrollbar-corner {
    background-color: transparent
}

.os-theme-dark>.os-scrollbar,
.os-theme-light>.os-scrollbar {
    padding: 2.5px;
    box-sizing: border-box;
    background: 0 0
}

.os-theme-dark>.os-scrollbar.os-scrollbar-unusable,
.os-theme-light>.os-scrollbar.os-scrollbar-unusable {
    background: rgba(213, 213, 213, 0.5)
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track,
.os-theme-light>.os-scrollbar>.os-scrollbar-track {
    background: 0 0
}

.os-theme-dark>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle {
    min-width: 30px
}

.os-theme-dark>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle {
    min-height: 30px
}

.os-theme-dark.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-dark>.os-scrollbar>.os-scrollbar-track,
.os-theme-light>.os-scrollbar>.os-scrollbar-track {
    border-radius: 10px
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    background: #ff8f00
}

.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    background: #ff8f00
}

.os-theme-dark>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle {
    background: #ff8f00
}

.os-theme-light>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle {
    background: #ff8f00
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active {
    background: #ff8f00
}

.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active {
    background: #ff8f00
}

.os-theme-dark>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block
}

.os-theme-dark.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical .os-scrollbar-handle:before {
    display: none
}

.os-theme-dark>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-horizontal .os-scrollbar-handle:before {
    top: -6px;
    bottom: -2px
}

.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before {
    left: -6px;
    right: -2px
}

.os-host-rtl.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-host-rtl.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before {
    right: -6px;
    left: -2px
}

html.os-html,
html.os-html>.os-host {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    height: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    margin: 0 !important;
    position: absolute !important
}

html.os-html>.os-host>.os-padding {
    position: absolute
}

body.os-dragging,
body.os-dragging * {
    cursor: default
}

.os-host,
.os-host-textarea {
    position: relative;
    overflow: visible !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start
}

.os-host-flexbox {
    overflow: hidden !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.os-host-flexbox>.os-size-auto-observer {
    height: inherit !important
}

.os-host-flexbox>.os-content-glue {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.os-host-flexbox>.os-size-auto-observer,
.os-host-flexbox>.os-content-glue {
    min-height: 0;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

#os-dummy-scrollbar-size {
    position: fixed;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    visibility: hidden;
    overflow: scroll;
    height: 500px;
    width: 500px
}

#os-dummy-scrollbar-size>div {
    width: 200%;
    height: 200%;
    margin: 10px 0
}

#os-dummy-scrollbar-size:before,
#os-dummy-scrollbar-size:after,
.os-content:before,
.os-content:after {
    content: '';
    display: table;
    width: .01px;
    height: .01px;
    line-height: 0;
    font-size: 0;
    flex-grow: 0;
    flex-shrink: 0;
    visibility: hidden
}

#os-dummy-scrollbar-size,
.os-viewport {
    -ms-overflow-style: scrollbar !important
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size,
.os-viewport-native-scrollbars-invisible.os-viewport {
    scrollbar-width: none !important
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    visibility: hidden !important;
    background: 0 0 !important
}

.os-content-glue {
    box-sizing: inherit;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.os-padding {
    box-sizing: inherit;
    direction: inherit;
    position: absolute;
    overflow: visible;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0
}

.os-host-overflow>.os-padding {
    overflow: hidden
}

.os-viewport {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    outline: 0 !important;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

.os-content-arrange {
    position: absolute;
    z-index: -1;
    min-height: 1px;
    min-width: 1px;
    pointer-events: none
}

.os-content {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    height: 100%;
    width: 100%;
    visibility: visible
}

.os-content>.os-textarea {
    box-sizing: border-box !important;
    direction: inherit !important;
    background: 0 0 !important;
    outline: 0 transparent !important;
    overflow: hidden !important;
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    float: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    border: 0 !important;
    resize: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    max-width: none !important;
    max-height: none !important;
    box-shadow: none !important;
    -webkit-perspective: none !important;
    perspective: none !important;
    opacity: 1 !important;
    z-index: 1 !important;
    clip: auto !important;
    vertical-align: baseline !important;
    padding: 0
}

.os-host-rtl>.os-padding>.os-viewport>.os-content>.os-textarea {
    right: 0 !important
}

.os-content>.os-textarea-cover {
    z-index: -1;
    pointer-events: none
}

.os-content>.os-textarea[wrap=off] {
    white-space: pre !important;
    margin: 0 !important
}

.os-text-inherit {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    text-indent: inherit;
    text-align: inherit;
    text-shadow: inherit;
    text-overflow: inherit;
    letter-spacing: inherit;
    word-spacing: inherit;
    line-height: inherit;
    unicode-bidi: inherit;
    direction: inherit;
    color: inherit;
    cursor: text
}

.os-resize-observer,
.os-resize-observer-host {
    box-sizing: inherit;
    display: block;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.os-resize-observer-host {
    padding: inherit;
    border: inherit;
    border-color: transparent;
    border-style: solid;
    box-sizing: border-box
}

.os-resize-observer-host.observed {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

.os-resize-observer-host>.os-resize-observer,
.os-resize-observer-host.observed>.os-resize-observer {
    height: 200%;
    width: 200%;
    padding: inherit;
    border: inherit;
    margin: 0;
    display: block;
    box-sizing: content-box
}

.os-resize-observer-host.observed>.os-resize-observer,
.os-resize-observer-host.observed>.os-resize-observer:before {
    display: flex;
    position: relative;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    box-sizing: border-box
}

.os-resize-observer-host.observed>.os-resize-observer:before {
    content: '';
    box-sizing: content-box;
    padding: inherit;
    border: inherit;
    margin: 0
}

.os-size-auto-observer {
    box-sizing: inherit !important;
    height: 100%;
    width: inherit;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.os-size-auto-observer>.os-resize-observer {
    width: 1000%;
    height: 1000%;
    min-height: 1px;
    min-width: 1px
}

.os-resize-observer-item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    opacity: 0;
    direction: ltr !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important
}

.os-resize-observer-item-final {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important
}

.os-resize-observer {
    -webkit-animation-duration: .001s;
    animation-duration: .001s;
    -webkit-animation-name: os-resize-observer-dummy-animation;
    animation-name: os-resize-observer-dummy-animation
}

object.os-resize-observer {
    box-sizing: border-box !important
}

@-webkit-keyframes os-resize-observer-dummy-animation {
    0% {
        z-index: 0
    }

    to {
        z-index: -1
    }
}

@keyframes os-resize-observer-dummy-animation {
    0% {
        z-index: 0
    }

    to {
        z-index: -1
    }
}

.os-host-transition>.os-scrollbar,
.os-host-transition>.os-scrollbar-corner {
    -webkit-transition: opacity .3s, visibility .3s, top .3s, right .3s, bottom .3s, left .3s;
    transition: opacity .3s, visibility .3s, top .3s, right .3s, bottom .3s, left .3s
}

html.os-html>.os-host>.os-scrollbar {
    position: absolute;
    z-index: 999999
}

.os-scrollbar,
.os-scrollbar-corner {
    position: absolute;
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    z-index: 1
}

.os-scrollbar-corner {
    bottom: 0;
    right: 0
}

.os-scrollbar {
    pointer-events: none
}

.os-scrollbar-track {
    pointer-events: auto;
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0 !important;
    border: 0 !important
}

.os-scrollbar-handle {
    pointer-events: auto;
    position: absolute;
    width: 100%;
    height: 100%
}

.os-scrollbar-handle-off,
.os-scrollbar-track-off {
    pointer-events: none
}

.os-scrollbar.os-scrollbar-unusable,
.os-scrollbar.os-scrollbar-unusable * {
    pointer-events: none !important
}

.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
    opacity: 0 !important
}

.os-scrollbar-horizontal {
    bottom: 0;
    left: 0
}

.os-scrollbar-vertical {
    top: 0;
    right: 0
}

.os-host-rtl>.os-scrollbar-horizontal {
    right: 0
}

.os-host-rtl>.os-scrollbar-vertical {
    right: auto;
    left: 0
}

.os-host-rtl>.os-scrollbar-corner {
    right: auto;
    left: 0
}

.os-scrollbar-auto-hidden,
.os-padding+.os-scrollbar-corner,
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-corner,
.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal,
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-corner,
.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical+.os-scrollbar-corner,
.os-scrollbar-horizontal+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.os-scrollbar-corner-resize-both {
    cursor: nwse-resize
}

.os-host-rtl>.os-scrollbar-corner-resize-both {
    cursor: nesw-resize
}

.os-scrollbar-corner-resize-horizontal {
    cursor: ew-resize
}

.os-scrollbar-corner-resize-vertical {
    cursor: ns-resize
}

.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
    cursor: default
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-vertical {
    top: 0;
    bottom: 0
}

.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal,
.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal {
    right: 0;
    left: 0
}

.os-scrollbar:hover,
.os-scrollbar-corner.os-scrollbar-corner-resize {
    opacity: 1 !important;
    visibility: visible !important
}

.os-scrollbar-corner.os-scrollbar-corner-resize {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    pointer-events: auto !important
}

.os-host-rtl>.os-scrollbar-corner.os-scrollbar-corner-resize {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.os-host-overflow {
    overflow: hidden !important
}

.os-theme-none>.os-scrollbar-horizontal,
.os-theme-none>.os-scrollbar-vertical,
.os-theme-none>.os-scrollbar-corner {
    display: none !important
}

.os-theme-none>.os-scrollbar-corner-resize {
    display: block !important;
    min-width: 10px;
    min-height: 10px
}

.os-theme-dark>.os-scrollbar-horizontal,
.os-theme-light>.os-scrollbar-horizontal {
    right: 10px;
    height: 10px
}

.os-theme-dark>.os-scrollbar-vertical,
.os-theme-light>.os-scrollbar-vertical {
    bottom: 10px;
    width: 10px
}

.os-theme-dark.os-host-rtl>.os-scrollbar-horizontal,
.os-theme-light.os-host-rtl>.os-scrollbar-horizontal {
    left: 10px;
    right: 0
}

.os-theme-dark>.os-scrollbar-corner,
.os-theme-light>.os-scrollbar-corner {
    height: 10px;
    width: 10px
}

.os-theme-dark>.os-scrollbar-corner,
.os-theme-light>.os-scrollbar-corner {
    background-color: transparent
}

.os-theme-dark>.os-scrollbar,
.os-theme-light>.os-scrollbar {
    padding: 2px;
    box-sizing: border-box;
    background: 0 0
}

.os-theme-dark>.os-scrollbar.os-scrollbar-unusable,
.os-theme-light>.os-scrollbar.os-scrollbar-unusable {
    background: rgba(213, 213, 213, 0.5)
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track,
.os-theme-light>.os-scrollbar>.os-scrollbar-track {
    background: rgba(213, 213, 213, 0.5)
}

.os-theme-dark>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle {
    min-width: 30px
}

.os-theme-dark>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle {
    min-height: 30px
}

.os-theme-dark.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-dark>.os-scrollbar>.os-scrollbar-track,
.os-theme-light>.os-scrollbar>.os-scrollbar-track {
    border-radius: 10px
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    background: #ff8f00
}

.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    background: #ff8f00
}

.os-theme-dark>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle {
    background: #ff8f00
}

.os-theme-light>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle {
    background: #ff8f00
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active {
    background: #ff8f00
}

.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active {
    background: #ff8f00
}

.os-theme-dark>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block
}

.os-theme-dark.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical .os-scrollbar-handle:before {
    display: none
}

.os-theme-dark>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-horizontal .os-scrollbar-handle:before {
    top: -6px;
    bottom: -2px
}

.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before {
    left: -6px;
    right: -2px
}

.os-host-rtl.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-host-rtl.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before {
    right: -6px;
    left: -2px
}

.os-scrollbar {
    cursor: pointer
}

.header {
    position: sticky;
    top: -146px;
    /* position: relative; */
    background: #F9F9F9;
    z-index: 10;
}

.header__top {
    position: relative;
    padding-top: 16px;
    padding-bottom: 16px;

}

.header__top::before {
    content: '';
    position: absolute;
    left: -100%;
    bottom: 0;
    width: 250vw;
    height: 1px;
    background: #eee;
    /* border-bottom: 1px solid #eee; */
}

.header__top .header-social {
    margin-right: 25px;
}

.header-lang {
    text-transform: uppercase;
    color: #555;
    font-size: 13px;
    font-weight: 500
}

.header-lang-item {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle
}

.header-lang-item:last-child {
    margin-right: 0
}

.header-lang-item__link {
    color: #555
}

.header-lang-item__link:hover {
    color: #0070a7
}

.header-lang-item__link.active,
.header-lang-item__link.active:hover {
    color: #0070a7
}

.header__bottom {
    gap: 15px;
    padding: 15px 0
}

.header-search {
    position: relative;
    height: 60px;
    width: 480px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px
}

@media (max-width: 991px) {
    .header-search {
        display: none !important;
        opacity: 0;
        z-index: -1;
        pointer-events: none;
        transition: opacity 0.2s ease;
    }
}

.header-search.open {
    display: flex !important;
    position: absolute;
    opacity: 1;
    pointer-events: auto;
    z-index: 9;
    top: calc(100% + 10px);
    width: calc(100% + 10px);
    left: -5px;
    right: 0;
    border-radius: 0;
}

.js-trigger-search.open {
    position: relative;
}

.js-trigger-search svg {
    transition: opacity 0.3s;
}

.js-trigger-search.open svg {
    opacity: 0;
}

.js-trigger-search.open::before,
.js-trigger-search.open::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    background-color: #FBFBFE;
    transition: transform 0.3s;
}

.js-trigger-search.open::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.js-trigger-search.open::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.header-search__input {
    width: calc(100% - 55px);
    height: 60px;
    padding: 0 20px;
    background: none;
    border-radius: 10px;
    border: none;
    font-size: 14px;
    color: #364a63;
    font-weight: 500
}

.header-search__input:-moz-placeholder,
.header-search__input::-moz-placeholder {
    color: #364a63;
    opacity: 1
}

.header-search__input::-webkit-input-placeholder {
    color: #364a63;
}

.header-search__btn {
    height: 60px;
    width: 55px;
    text-align: center;
    border-radius: 10px;
    line-height: 60px;
    color: #364a63;
    text-align: center;
    background: none;
    border: none;
    transition: all 0.2s linear
}

.header-search__btn svg {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    fill: currentColor;
    margin-top: -3px
}

.header-search__btn:hover {
    color: #0070a7
}

.header-contact__main {
    margin-right: 40px;
    text-align: right
}

.header-contact__phone {
    font-size: 18px;
    font-weight: 600;
    color: #364a63;
    white-space: nowrap
}

.header-contact__phone:hover {
    color: #0070a7
}

.header-contact__link {
    color: #0070a7;
    text-decoration: underline;
    font-weight: 600;
    white-space: nowrap
}

.header-contact__link:hover {
    color: #151515;
    text-decoration: underline
}

.header-contact__link svg {
    fill: currentColor;
    width: 13px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 10px 0 0
}

.header-contact__list {
    font-size: 13px;
    color: #555;
    font-weight: 500;
    line-height: 1.6;
    white-space: nowrap
}

.header-contact__list a {
    color: inherit
}

.header-contact__list a:hover {
    color: #0070a7
}

.header-btn {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #0070a7;
    color: #fff;
    margin-right: 10px;
    text-align: center;
    line-height: 60px
}

.header-btn svg {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    fill: currentColor;
    width: 26px;
    height: 26px
}

.header-btn:hover {
    background: #151515;
    color: #fff
}

.header-cart {
    display: block;
    position: relative;
    width: 170px;
    height: 60px;
    background: #008436;
    color: #fff;
    font-size: 13px;
    padding: 11px 10px 0 70px;
    border-radius: 10px;
    font-weight: 500;
    margin-left: 10px
}

.header-cart b {
    display: block;
    font-weight: 600
}

.header-cart svg {
    position: absolute;
    width: 26px;
    height: 26px;
    fill: currentColor;
    top: calc(50% - 13px);
    left: 22px
}

.header-cart:hover {
    background: #151515;
    color: #fff
}

.header-nav {
    background: #008436;
}

.header-catalog {
    display: block;
    position: relative;
    height: 50px;
    background: #008436;
    color: #fff;
    font-size: 13px;
    line-height: 50px;
    border-radius: 10px;
    font-weight: 500;
    margin-left: 10px;
    padding-left: 50px;
    padding-right: 20px
}

.header-catalog svg {
    position: absolute;
    width: 18px;
    height: 18px;
    fill: currentColor;
    top: calc(50% - 9px);
    left: 20px
}

.header-catalog:hover {
    background: #151515;
    color: #fff
}

.header-catalog.is-active {
    background: #151515
}

.logo {
    max-width: 250px;
    display: block
}

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

.top-nav {
    font-size: 14px;
    font-weight: 500;
    color: #364a63;
    margin-bottom: 0;
}

.top-nav-item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 25px
}

.top-nav-item__link {
    color: inherit
}

.top-nav-item__link:hover {
    color: #0070a7
}

.social {
    white-space: nowrap
}

.social-item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px
}

.social-item:last-child {
    margin-right: 0
}

.social-item__link {
    display: block;
    width: 16px;
    height: 16px;
    position: relative
}

.social-item__link.whatsapp {
    color: #00b033
}

.social-item__link.viber {
    color: #a721b0
}

.social-item__link.telegram {
    color: #00b8ef
}

.social-item__link.skype {
    color: #00b2f3
}

.social-item__link:hover {
    color: #0070a7
}

.social-item__link svg {
    display: block;
    fill: currentColor;
    width: 100%;
    height: 100%
}


.header .nav-item {
    position: relative;
    height: 55px;
}

@media screen and (max-width: 1199.98px) {
    .header .nav-item {
        position: relative;
        height: auto;
    }
}

.nav-item:after {
    /* content: ""; */
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.1)
}

.nav-item:last-child:after {
    display: none
}

.nav-item_parent:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #fff transparent;
    left: calc(50% - 6px);
    opacity: 0
}

.nav-item_parent:hover:before {
    opacity: 1
}

.nav-item_parent:hover .subnav-wrapper {
    display: block
}

/*.nav-item:nth-last-child(1) .subnav-wrapper, .nav-item:nth-last-child(2) .subnav-wrapper, .nav-item:nth-last-child(3) .subnav-wrapper, .nav-item:nth-last-child(4) .subnav-wrapper, .nav-item:nth-last-child(5) .subnav-wrapper {
    left: auto;
    right: -40px
}

.nav-item:nth-last-child(1) .subnav-item__link, .nav-item:nth-last-child(2) .subnav-item__link, .nav-item:nth-last-child(3) .subnav-item__link, .nav-item:nth-last-child(4) .subnav-item__link, .nav-item:nth-last-child(5) .subnav-item__link {
    padding: 5px 70px 5px 50px
}

.nav-item:nth-last-child(1) .subnav-item__link-image, .nav-item:nth-last-child(2) .subnav-item__link-image, .nav-item:nth-last-child(3) .subnav-item__link-image, .nav-item:nth-last-child(4) .subnav-item__link-image, .nav-item:nth-last-child(5) .subnav-item__link-image {
    left: auto;
    right: 30px
}

.nav-item:nth-last-child(1) .subnav-item__link svg, .nav-item:nth-last-child(2) .subnav-item__link svg, .nav-item:nth-last-child(3) .subnav-item__link svg, .nav-item:nth-last-child(4) .subnav-item__link svg, .nav-item:nth-last-child(5) .subnav-item__link svg {
    right: auto;
    left: 30px;
    transform: rotate(180deg)
}

.nav-item:nth-last-child(1) .subnav2, .nav-item:nth-last-child(2) .subnav2, .nav-item:nth-last-child(3) .subnav2, .nav-item:nth-last-child(4) .subnav2, .nav-item:nth-last-child(5) .subnav2 {
    left: auto;
    right: 100%
}*/

.nav-link {
    padding: 15px 15px 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 15px;
    line-height: 1.3;
    color: #fff;
    font-weight: 600;
    position: relative;
    height: 100%
}

.nav-link svg,
.nav-link img {
    display: block;
    margin: 0 auto 4px;
    width: 30px;
    height: 30px;
    fill: currentColor
}

.nav-link:hover {
    color: #fff
}

#bingc-phone-button {
    bottom: 20px !important;
    left: 20px !important;
}

.subnav-wrapper {
    position: absolute;
    top: 100%;
    left: -40px;
    width: 460px;
    z-index: 9;
    display: none
}

.subnav {
    direction: rtl;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
    padding: 10px 0;
    overflow: auto;
    /* height: 300px; */
    height: calc(100dvh - 325px);
    max-height: 350px;
    z-index: 9
}


.subnav-item {
    direction: ltr;
}

body:has(.sticky-h) .subnav {
    height: calc(100dvh - 215px);
    max-height: 350px;
}

body:has(.sticky.sticky-h) .subnav {
    height: calc(100dvh - 140px);
    max-height: 265px;
}

.mini-product-block .subnav-item {
    direction: ltr;
}

.subnav-item__link {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    /* padding: 5px 50px 5px 70px; */
    padding: 5px 50px 5px 20px;
    color: #151515;
    font-size: 15px;
    font-weight: 500;
    min-height: 48px;
    position: relative
}

.subnav-item__link:hover {
    color: #151515;
    background: #ffffff;
}

.subnav-item__link-image {
    width: 35px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    position: absolute;
    left: 20px;
    top: calc(50% - 21px)
}

.subnav-item__link:has(.subnav-item__link-image:has(img)) {
    padding: 5px 50px 5px 70px;
}

.subnav-item__link-image img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    width: 30px;
    height: 30px;
    max-width: 100%;
    max-height: 100%
}

.subnav-item__link svg {
    position: absolute;
    width: 10px;
    height: 10px;
    fill: #0070a7;
    right: 30px;
    top: calc(50% - 5px)
}

.subnav-item:hover .subnav-item__link {
    color: #151515;
    background: #ffffff
}

.subnav-item:hover .subnav2 {
    display: block
}

.subnav2 {
    background: #ffffff;
    box-shadow: inset 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
    padding: 25px 30px;
    position: absolute;
    left: 100%;
    /* bottom: 0; */
    top: 0;
    /* margin-top: -54px; */
    height: calc(100dvh - 325px);
    max-height: 265px;
    display: none;
    width: 420px;
    line-height: 1.3;
    overflow: auto;
    z-index: 8;
}

@media screen and (max-width: 1200px) {

    .subnav,
    .subnav2 {
        height: auto !important;
        max-height: initial !important;
    }
}

body:has(.sticky) .subnav2 {
    height: calc(100dvh - 140px);
    max-height: 265px;
}

.subnav2-item {
    margin-bottom: 22px
}

.subnav2-item:last-child {
    margin-bottom: 0
}

.subnav2-item__link {
    color: #151515;
    font-size: 14px
}

.subnav2-item__link:hover {
    color: #0070a7
}

.hamburger {
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    border: 0;
    margin: 0;
    overflow: visible;
    width: 50px;
    height: 50px;
    padding: 16px 12px;
    background: #0070a7;
    border-radius: 10px;
    transition: all 0.2s linear
}

.hamburger-box {
    width: 26px;
    height: 18px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 26px;
    height: 1px;
    background-color: #fff;
    border-radius: 2px;
    position: absolute;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.hamburger-inner::after,
.hamburger-inner::before {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -8px
}

.hamburger-inner::after {
    top: -16px
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0
}

.is-active .hamburger--collapse .hamburger-inner {
    transform: rotate(45deg);
    bottom: 8px;
    right: -1px
}

.is-active .hamburger--collapse .hamburger-inner::after {
    opacity: 0
}

.is-active .hamburger--collapse .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg)
}

.hamburger:hover {
    background: #151515
}

.hamburger:hover .hamburger-inner,
.hamburger:hover .hamburger-inner::after,
.hamburger:hover .hamburger-inner::before {
    background: #fff
}

body.overflow {
    overflow: hidden !important;
    position: fixed
}

body.menu-open {
    overflow: hidden;
    height: 100vh
}

body.menu-open .main-wrapper:before {
    content: "";
    position: absolute;
    z-index: 8;
    background: #000;
    opacity: 0.2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

body.catalog-open {
    overflow: hidden;
    height: 100vh
}

body.catalog-open .main-wrapper:before {
    content: "";
    position: absolute;
    z-index: 8;
    background: #000;
    opacity: 0.2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media screen and (max-width: 1699px) {
    .subnav-wrapper {
        left: 0
    }

    .nav-item:nth-last-child(1) .subnav-wrapper,
    .nav-item:nth-last-child(2) .subnav-wrapper,
    .nav-item:nth-last-child(3) .subnav-wrapper,
    .nav-item:nth-last-child(4) .subnav-wrapper,
    .nav-item:nth-last-child(5) .subnav-wrapper {
        left: auto;
        right: 0px
    }
}

@media screen and (max-width: 1599px) {
    .nav-link {
        padding: 15px 10px 10px;
        font-size: 14px
    }

    .subnav2 {
        width: 320px
    }

    .header-search {
        width: auto;
        flex: 1 1 auto;
    }

    .header-contact__main {
        margin-right: 30px
    }
}

@media screen and (max-width: 1439px) {
    .top-nav-item {
        margin: 0 15px
    }

    .header-contact__phone {
        font-size: 16px
    }

    .header-contact__link {
        font-size: 13px
    }

    .header-contact__main {
        margin-right: 20px
    }

    .header-search {
        width: 260px
    }

    .nav-link {
        font-size: 13px
    }

    .subnav-item__link {
        font-size: 13px
    }

    .subnav-wrapper {
        width: 350px
    }
}

.nav-item-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 1.2;
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .header {
        padding: 10px 0;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 12;
        box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07)
    }

    .header-btn {
        width: 50px;
        height: 50px;
        line-height: 50px
    }

    .header-cart {
        height: 50px;
        padding-top: 8px;
        line-height: 1.4;
        margin-right: 10px;
        margin-left: 0;
        width: 50px;
        padding: 0
    }

    .header-cart svg {
        left: calc(50% - 13px)
    }

    .logo {
        max-width: 200px;
        width: auto
    }

    .header-contact__main {
        display: none;
        position: absolute;
        top: -8px;
        right: 5px
    }

    .header-contact__main br {
        display: none
    }

    .header-contact__phone {
        margin-right: 15px
    }

    .header__bottom {
        padding: 0
    }

    .header__bottom .header-btns {}

    .header__mobile-btns {
        padding: 20px 0 0
    }

    .header-nav {
        position: fixed;
        top: 82px;
        right: -410px;
        width: 410px;
        transition: all 0.2s linear;
        bottom: 0;
        z-index: -1;
        overflow: auto;
        background: #fff;
        padding-bottom: 30px
    }

    .header-nav.active {
        overflow-y: auto;
        z-index: 12;
        right: 0
    }

    .header-nav .nav {
        background: #0070a7;
        margin: 0 -15px 30px
    }

    .header-nav .top-nav {
        margin-bottom: 30px
    }

    .header-nav .top-nav-item {
        display: block;
        margin: 0 0 15px 0
    }

    .header-nav .header-search {
        width: 100%;
        margin-bottom: 30px
    }

    .header-nav .header-contact__main {
        position: relative;
        top: auto;
        right: auto;
        margin-bottom: 15px;
        text-align: left
    }

    .header-nav .header-contact__phone {
        display: inline-block
    }

    .header-nav .header-contact {
        margin-bottom: 20px
    }

    .header-nav .header-contact br {
        display: block
    }

    .header-nav .header-social {
        margin-bottom: 20px
    }

    .header-nav .top-nav {
        font-size: 14px
    }

    .header-nav .header-contact__link,
    .header-nav .header-contact__list {
        font-size: 14px
    }

    .header-nav .header-contact__phone {
        font-size: 16px
    }

    .nav-item {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1)
    }

    .nav-item:before {
        display: none
    }

    .nav-item:after {
        display: none
    }

    .nav-item_parent .nav-link {
        position: relative
    }

    /*.nav-item_parent .nav-link:after {
        display: block;
        content: "";
        position: absolute;
        right: 30px;
        top: calc(50% - 5px);
        width: 10px;
        height: 10px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 492.004 492.004' xml:space='preserve' fill='%23fff'%3E%3Cpath d='M382.678 226.804 163.73 7.86C158.666 2.792 151.906 0 144.698 0s-13.968 2.792-19.032 7.86l-16.124 16.12c-10.492 10.504-10.492 27.576 0 38.064L293.398 245.9l-184.06 184.06c-5.064 5.068-7.86 11.824-7.86 19.028 0 7.212 2.796 13.968 7.86 19.04l16.124 16.116c5.068 5.068 11.824 7.86 19.032 7.86s13.968-2.792 19.032-7.86L382.678 265c5.076-5.084 7.864-11.872 7.848-19.088.016-7.244-2.772-14.028-7.848-19.108z'%3E%3C/path%3E%3C/svg%3E");
        background-size: 10px 10px
    }*/

    .nav-link {
        position: relative;
        text-align: left;
        height: 50px;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding: 0 0 0 70px;
        margin-right: 50px;
        font-size: 14px
    }

    .nav-link svg,
    .nav-link img {
        position: absolute;
        left: 15px;
        top: calc(50% - 15px)
    }

    .nav-item:nth-last-child(1) .subnav-item__link,
    .nav-item:nth-last-child(2) .subnav-item__link,
    .nav-item:nth-last-child(3) .subnav-item__link,
    .nav-item:nth-last-child(4) .subnav-item__link,
    .nav-item:nth-last-child(5) .subnav-item__link {
        padding: 5px 50px 5px 70px
    }

    .nav-item:nth-last-child(1) .subnav-item__link-image,
    .nav-item:nth-last-child(2) .subnav-item__link-image,
    .nav-item:nth-last-child(3) .subnav-item__link-image,
    .nav-item:nth-last-child(4) .subnav-item__link-image,
    .nav-item:nth-last-child(5) .subnav-item__link-image {
        left: 20px;
        right: auto
    }

    .nav-item:nth-last-child(1) .subnav-item__link svg,
    .nav-item:nth-last-child(2) .subnav-item__link svg,
    .nav-item:nth-last-child(3) .subnav-item__link svg,
    .nav-item:nth-last-child(4) .subnav-item__link svg,
    .nav-item:nth-last-child(5) .subnav-item__link svg {
        left: auto;
        right: 30px;
        transform: none
    }

    .subnav-wrapper {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        width: 100%
    }

    .nav-item_parent:hover .subnav-wrapper {
        display: none
    }

    .subnav-item:hover .subnav2 {
        display: none
    }

    .subnav2 {
        position: relative;
        left: auto;
        right: auto !important;
        width: 100%;
        top: auto
    }

    .subnav {
        padding: 0
    }

    .subnav2 {
        padding: 25px 15px 25px 70px
    }

    .nav-item_parent .nav-link:after {
        right: 15px
    }

    .subnav-item__link svg {
        right: 15px
    }

    .subnav-item__link-image {
        left: 12px !important
    }

    .subnav-item__link {
        padding-right: 40px
    }
}

@media screen and (max-width: 991px) {
    .header-search {
        height: 50px
    }

    .header-search__input {
        height: 50px
    }

    .header-search__btn {
        height: 50px;
        line-height: 50px
    }

    .header-search {
        border-radius: 10px
    }

    .header-search__input {
        border-radius: 0px
    }

    .header-search__btn {
        border-radius: 10px
    }


    .btn-show-stock-detail {
        font-size: 12px;
    }

    #button-cart+.boc_order_btn {
        margin-top: 0px;
        margin-bottom: auto;
    }
}

@media screen and (max-width: 767px) {
    .header-btn {
        width: 40px;
        height: 40px;
        line-height: 40px
    }

    .header-btn svg {
        width: 20px;
        height: 20px
    }

    .header-cart {
        width: 40px;
        height: 40px;
        line-height: 40px
    }

    .header-cart svg {
        width: 20px;
        height: 20px;
        top: calc(50% - 10px);
        left: calc(50% - 10px)
    }

    .hamburger {
        width: 40px;
        height: 40px;
        padding: 11px 10px
    }

    .hamburger-box {
        width: 20px
    }

    .hamburger-inner,
    .hamburger-inner::after,
    .hamburger-inner::before {
        width: 20px
    }

    .header-contact__main {
        margin-right: 10px
    }

    /* 
    .header-nav {
        top: 60px
    } */
}

@media screen and (max-width: 575px) {
    .header-contact__phone {
        display: none
    }

    .header-nav {
        top: 60px;
        width: 100%;
        right: -100%
    }

    .header-btn {
        width: 30px;
        height: 30px;
        line-height: 30px
    }

    .header-btn svg {
        width: 15px;
        height: 15px
    }

    .header-cart {
        width: 30px;
        height: 30px;
        line-height: 30px
    }

    .header-cart svg {
        width: 15px;
        height: 15px;
        top: calc(50% - 8px);
        left: calc(50% - 8px)
    }

    .hamburger {
        width: 30px;
        height: 30px;
        padding: 11px 10px
    }

    .hamburger-box {
        width: 20px
    }

    .hamburger-inner,
    .hamburger-inner::after,
    .hamburger-inner::before {
        width: 16px;
    }

    .hamburger-box {
        height: 14px;
    }

    .hamburger-inner {
        top: 11px !important;
        left: -3px;
    }

    .is-active .hamburger-inner {
        top: 4px !important;
    }

    .header__bottom {
        gap: 5px;
    }

    .header-cart,
    .header-btn {
        margin-right: 5px;
    }

    .logo {
        max-width: 130px;
        width: auto;
    }

}

.footer {
    position: relative;
    z-index: 2;
    background: #f9f9f9;
    padding: 65px 0 0
}

.footer__title {
    color: #151515;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px
}

.footer-nav {
    line-height: 1.6
}

.footer-nav-item {
    margin-bottom: 6px;
    position: relative;
    break-inside: avoid-column
}

.footer-nav-item:last-child {
    margin-bottom: 0
}

.footer-nav-item__link {
    color: #151515
}

.footer-nav-item__link:hover {
    color: #0070a7
}

.footer-nav-item__icon {
    position: absolute;
    left: -22px;
    top: 6px;
    fill: #008436;
    width: 13px;
    height: 13px
}

.footer .social-2 {
    margin-top: 28px
}

.footer__bottom {
    font-size: 13px;
    color: #555;
    border-top: 1px solid #eee;
    padding: 15px 0
}

.footer__bottom a {
    color: inherit
}

.footer__bottom a:hove {
    color: #0070a7
}

.footer__col {
    padding-bottom: 20px
}

.footer-nav_2 {
    padding-left: 22px
}

.footer-nav_3 {
    column-count: 2
}

@media screen and (max-width: 1199px) {
    .footer-nav_3 {
        column-count: 3
    }
}

@media screen and (max-width: 767px) {
    .footer-nav_3 {
        column-count: 2
    }

    .footer__title {
        margin-bottom: 10px
    }

    .footer__col {
        padding-bottom: 30px
    }

    .footer {
        font-size: 13px;
        padding-top: 40px
    }
}

@media screen and (max-width: 575px) {
    .footer__bottom {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .develop {
        width: 100%;
        padding-top: 10px
    }

    .footer__copy {
        width: 100%
    }
}

.body-overflow {
    overflow: hidden
}

.main-wrapper {
    padding: 0;
    min-width: 320px;
    width: 100%;
    position: relative;
    overflow-x: clip;
    min-height: 100%
}

.wrapper {
    width: 100%;
    max-width: 1590px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative
}

input::-ms-clear {
    display: none
}

a {
    color: #151515
}

a:hover {
    text-decoration: none
}

ul {
    list-style: none
}

.content {
    position: relative
}

.container {
    max-width: 1590px
}

@media (min-width: 1440px) {
    .col-x2l {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-x2l-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-x2l-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-x2l-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-x2l-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-x2l-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-x2l-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-x2l-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-x2l-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-x2l-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-x2l-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-x2l-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-x2l-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-x2l-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-x2l-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-x2l-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-x2l-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

    .d-x2l-block {
        display: block !important
    }

    .justify-content-x2l-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

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

.btn {
    font-size: 13px;
    font-weight: 600;
    font-family: inherit;
    padding: 0 20px;
    color: #fff;
    display: inline-block;
    transition: all 0.2s linear;
    text-align: center;
    white-space: nowrap;
    border-radius: 10px;
    background: #008436;
    border: 1px solid #008436;
    position: relative;
    z-index: 2;
    overflow: hidden;
    line-height: 48px;
    height: 50px;
    box-shadow: none !important;
    text-transform: uppercase
}

@media screen and (max-width: 1599px) {
    .btn {
        font-size: 12px;
    }
}

.btn:hover {
    background: #ff8f00;
    /*background: #53b500;*/
    color: #fff;
    text-decoration: none;
    border-color: #ff8f00
}

.btn_border {
    background: #fff;
    color: #0070a7
}

.btn_border:hover {
    background: #0070a7;
    color: #fff;
    border-color: #0070a7
}

.btn_border-white {
    background: transparent;
    color: #fff;
    border-color: #fff
}

.btn_border-white:hover {
    background: #fff;
    color: #0070a7;
    border-color: #fff
}

.btn_lg {
    height: 60px;
    line-height: 54px;
    padding: 0 35px;
    border-width: 2px;
    font-size: 15px;
    border-radius: 15px
}

.btn_xl {
    height: 70px;
    line-height: 68px;
    font-size: 15px;
    border-radius: 15px;
    padding: 0 40px
}

.btn__icon {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 10px 0 0;
    fill: currentColor;
    stroke: currentColor
}

.btn-link {
    font-size: 15px;
    font-weight: 700;
    color: #0070a7;
    text-decoration: underline
}

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

.btn-link svg {
    fill: currentColor;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
    width: 12px;
    height: 12px
}

.form div.error {
    color: #f33125;
    display: none;
    font-size: 11px;
    width: 100%;
    white-space: nowrap;
    text-align: left
}

.form-control {
    background: #ffffff;
    display: block;
    width: 100%;
    height: 60px;
    padding: 0 20px;
    border-radius: 15px;
    border: 1px solid #F9F9F9 !important;
    box-shadow: none !important;
    font-size: 15px;
    color: #151515
}

.form-control:-moz-placeholder,
.form-control::-moz-placeholder {
    color: #151515;
    opacity: 1
}

.form-control::-webkit-input-placeholder {
    color: #151515
}

.form-control.error {
    border-color: #f33125
}

.form-control.error:focus {
    border-color: #f33125
}

.form-control:focus {
    color: #151515;
    background-color: #ffffff;
    border-color: #ffffff
}

.form .row {
    margin: 0 -10px -10px
}

.form .col-12 {
    padding: 0 10px 10px;
    position: relative
}

.form .btn {
    margin-top: 20px;
    width: 100%;
    padding: 0 10px
}

.form-col {
    position: relative
}

.form-checkbox {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0
}

.form-checkbox+label {
    padding-left: 35px;
    line-height: 20px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    position: relative
}

.form-checkbox+label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 7px;
    background: #fff;
    border: 1px solid #fff;
    transition: all 0.2s linear
}

.form-checkbox+label:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    background: #0070a7;
    border-radius: 3px;
    opacity: 0;
    transition: all 0.2s linear
}

.form-checkbox:checked+label:after {
    opacity: 1
}

.form-checkbox.error+label:before {
    border-color: #f33125
}

.form-checkbox_white+label:before {
    background: #fff;
    border-color: #fff
}

.form-checkbox_white:checked+label:before {
    border-color: #151515
}

.form-checkbox_white.error+label:before {
    border-color: #f33125
}

.form-checkbox_black+label:before {
    background: #fff;
    border-color: #000
}

.form-checkbox_black:checked+label:before {
    border-color: #151515
}

.form-checkbox_black.error+label:before {
    border-color: #f33125
}

.form-checkbox_black+label {
    color: #000;
}

.form-checkbox:disabled+label {
    opacity: .3;
}

.form-text {
    font-size: 18px;
    margin: 0 0 5px
}

.radio label {
    color: #fff;
    position: relative;
    cursor: pointer;
    padding-left: 25px;
}

.radio label::before {
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
}

.radio input[type="radio"]:checked~label::before {
    border-radius: 50%;
    border: 1px solid #ffca00;
}

.radio input[type="radio"]:checked~label::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 3px;
    width: 10px;
    height: 10px;
    background-color: #ffca00;
    border-radius: 50%;
}

.radio input[type="radio"]:checked~label {
    color: #ffca00;
}

textarea.form-control {
    height: 150px;
    padding-top: 15px;
    padding-bottom: 15px;
    resize: none
}

.section {
    padding-bottom: 30px;
    padding-top: 30px;
    position: relative
}

.section.section-nopadding {
    padding: 0
}

.section.section-notop {
    padding-top: 0
}

.section.section-nobottom {
    padding-bottom: 0
}

.section-lg {
    padding-top: 45px;
    padding-bottom: 45px
}

.section-grey {
    background: #f9f9f9
}

.section.section-inside {
    padding-top: 25px
}

.title {
    color: #151515;
    font-size: 27px;
    margin-bottom: 35px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.6
}

.title-listing {
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    color: #303030;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
    margin-bottom: 15px;
}

.section-catalog__content .title {
    text-align: left;
}

.title-noupp {
    text-transform: none
}

.title-left {
    text-align: left
}

.section-main {
    background: url("../images/bg-section-main.jpg") no-repeat center;
    background-size: cover;
    height: 520px;
    color: #fff
}

.section-main__title {
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 25px;
    line-height: 1.2
}

.section-main__subtitle {
    font-weight: 700
}

.advantages {
    margin: 50px 0
}

.advantages:last-child {
    margin-bottom: 0
}

.advantages-item {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 20px 20px 20px 160px;
    background: #ffffff;
    border-radius: 20px;
    position: relative;
    min-height: 140px;
    font-weight: 500
}

.advantages-item__img {
    position: absolute;
    left: 20px;
    top: calc(50% - 50px);
    width: 100px;
    height: 100px;
    background: #008436;
    color: #fff;
    border-radius: 20px;
    line-height: 100px;
    text-align: center
}

.advantages-item__img img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    width: auto;
    height: auto;
    max-height: 60px;
    max-width: 60px
}

.advantages-3 .advantages-item {
    background: none;
    padding: 0px 0px 0px 120px;
    background: none;
    min-height: 90px;
    max-width: 450px
}

.advantages-3 .advantages-item__img {
    left: 0;
    width: 90px;
    height: 90px;
    top: calc(50% - 45px);
    line-height: 90px
}

.advantages-3 .advantages-item b {
    display: inline-block;
    margin-bottom: 5px
}

.advantages-3 .col-12 {
    padding-bottom: 20px
}

.advantages-3 .row {
    margin-bottom: -20px
}

.categories-listing-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
    .categories-listing-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .categories-listing-grid {
        grid-template-columns: repeat(3, 1fr);
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 574px) {
    .categories-listing-grid {
        grid-template-columns: repeat(2, 1fr);
    }
} 

.categories-list {
    margin-bottom: 50px
}

.categories-list:last-child {
    margin-bottom: 0
}

.categories-list .col-12 {
    padding-bottom: 30px
}

.categories-list .row {
    margin-bottom: -30px
}

.category {
    height: 100%;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 10px
}

.category-title {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100px;
    background: #0070a7;
    color: #fff;
    border-radius: 17px 17px 0 0;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 30px
}

.category-title>a {
    color: #fff;
}

.category-title svg {
    width: 40px;
    height: 40px;
    fill: currentColor;
    flex: none;
    margin-right: 20px
}

.category-title img {
    margin-right: 8px
}

.category-list {
    padding: 23px 30px 12px
}

.category-list-item {
    margin-bottom: 6px;
    position: relative;
    padding-left: 15px
}

.category-list-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #0070a7
}

.category-list-item:last-child {
    margin-bottom: 0
}

.category-list-item__link {
    color: #151515
}

.category-list-item__link:hover {
    color: #0070a7
}

.advantages-2 .col-12 {
    padding-bottom: 30px
}

.advantages-2 .row {
    margin-bottom: -30px
}

.advantages-2-item {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    min-height: 200px;
    padding: 20px 110px 20px 60px;
    font-size: 24px;
    line-height: 1.3;
    color: #fff;
    font-weight: bold;
    background: #008436;
    background-size: cover;
    border-radius: 20px;
    height: 100%
}

.advantages-2-item:hover {
    color: #fff;
    opacity: 0.9;
}

.advantages-2-item__title {
    max-width: 400px
}

.advantages-2-item__title span {
    color: #0070a7
}

.advantages-2-item__title a {
    font-size: 15px;
    font-weight: 600;
    color: #0070a7;
    text-decoration: underline;
    display: inline-block;
    margin-top: 15px
}

.advantages-2-item__title a:hover {
    color: #fff;
    text-decoration: underline
}

.advantages-2-item__title .social-2 {
    margin-top: 10px
}

.advantages-2-item__title .social-2-item {
    margin-right: 6px
}

.advantages-2-item__title .social-2-item:last-child {
    margin-right: 0
}

.advantages-2-item__img {
    width: 120px;
    height: 120px
}

.category-tabs-nav {
    border-bottom: 1px solid #eee;
    margin-bottom: 30px
}

.category-tabs-nav__item {
    padding: 30px 40px;
    cursor: pointer;
    color: #555;
    font-size: 21px;
    font-weight: 600;
    text-align: center;
    transition: all 0.2s linear;
    border-radius: 20px 20px 0 0
}

.category-tabs-nav__item:hover {
    color: #151515
}

.category-tabs-nav__item.active {
    color: #151515;
    background: #ffffff
}

.category-tabs-content {
    display: none
}

.category-tabs-content.active {
    display: block
}

.products {
    padding: 15px;
    margin-bottom: 50px
}

.row-search {
    padding: 0 15px;
    margin-bottom: 10px;
}

.row-search .text-center {
    text-align: left !important;
    margin: 15px 0 !important;
}

.row-search .text-center .form-col {
    margin-bottom: 10px !important;
}

.ocf-value-input::before {
    border: 1px solid #c8c8c8;
    background-color: #F9F9F9 !important;
}


.ocf-value-input {
    width: 28px !important;
    height: 28px !important;
    flex: 0 0 28px !important;
}

.ocf-selected .ocf-value-input-checkbox::after {
    width: 11px !important;
    height: 11px !important;
    top: 6px !important;
    left: 7px !important;
    background: #045ad0;
}

.ocf-value-input.ocf-value-input-radio::before {
    background-color: #0070a7 !important;
}

.ocf-filter,
#ocf-filter-3-0-1 {
    padding-bottom: 15px;
}

.products:last-child {
    margin-bottom: 0
}

/* .products .row {
    margin: 0 -10px -20px
}

.products .col-12 {
    max-width: 100%;
    padding: 0 10px 20px
} */

.products-item {
    display: grid;
    background-color: #fff;
    height: 100%;
    position: relative;
    padding: 15px;
    /* padding: 20px 10px 110px; */
    transition: all 0.2s linear;
    border-radius: 10px;
}

.availability-status {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .availability-status {
        font-size: 10px;
    }

    .availability-status svg {
        width: 8px;
    }
}

.product-status {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #000000;
}

.product-status::before {
    content: '';
    width: 10px;
    height: 10px;
    display: flex;
    border-radius: 50%;
    background-color: #ff8f00;
}

.instock::before {
    background-color: #28a745;
}

.stock-status-5::before {
    background-color: #dc3545;
}

.section-catalog>.row {
    display: grid;
    grid-template-columns: 100%;
    gap: 15px;
    padding: 0px;
    margin: 0;
}

.section-catalog:has(.section-catalog__aside)>.row {
    grid-template-columns: 25% 75%;
    width: calc(100% - 15px);
}

@media screen and (max-width: 991px) {
    .section-catalog>.row {
        gap: 10px;
    }

    .section-catalog:has(.section-catalog__aside)>.row {
        grid-template-columns: 100%;
        width: 100%;
    }
}

.section-catalog .row [class*="col"] {
    width: 100%;
    padding: 0;
    margin: 0;
}

.section-catalog {
    max-width: 100% !important;
}

.section-catalog__aside {
    max-width: 390px;
}

.row-search-box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 10px;
    width: 100%;
}

.row-search-box [class*="col"] {
    max-width: 100%;
}

.row-search-box input {
    margin: 0 !important;
}

.section-catalog__content {
    max-width: initial !important;
    flex: initial !important;
}

.section-catalog__content .title {
    display: none;
}

.section-catalog .products .row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
}

.section-catalog:has(.aside) .products .row {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.text-off {
    display: none;
}

.products .slick-track div[class*="col"] {
    padding-left: 5px;
    padding-right: 5px;
}

.products .slick-dots {
    margin-top: 30px;
}

@media screen and (max-width: 1199px) {

    .section-catalog:has(.aside) .products .row {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 991px) {
    .section-catalog .products .row {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .section-catalog:has(.aside) .products .row {
        grid-template-columns: 1fr 1fr 1fr;
    }

}

@media screen and (max-width: 767px) {
    .section-catalog .products .row {
        grid-template-columns: 1fr 1fr;
    }

    .section-catalog:has(.aside) .products .row {
        grid-template-columns: 1fr 1fr;
    }
}

/*@media screen and (max-width: 575px) {
    .products.js-slider-products .row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
}*/


.section-catalog .products .row [class*="col"] {
    max-width: initial !important;
    flex: initial !important;
}

.ocf-dropdown .ocf-filter-body>.ocf-value-list {
    position: static !important;
}

.ocf-theme-light .ocf-dropdown .ocf-filter-body>.ocf-value-list {
    box-shadow: none !important;
}

.ocf-btn {
    font-weight: 500 !important;
}

.ocf-scroll-y {
    background: none !important;
}

/* .ocf-open .ocf-dropdown .ocf-filter-body>.ocf-value-list {
    display: block !important;
    padding: 25px 0px 0px !important;
} */

.ocf-checkbox {
    display: block;
    padding: 5px !important;
    margin-bottom: 5px !important;
}

.ocf-open .ocf-value-list {
    display: block;
}

.ocf-open .ocf-filter-header-append {
    rotate: 180deg;
}

.ocf-noUi-handle {
    right: -5px;
    top: 2px;
}

.products-item:hover {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07)
}

.products-item__top {
    position: relative;
    margin: 0 0px 15px
}

.products-item__image {
    position: relative;
    padding-bottom: 115%;
    display: block;
    z-index: 1
}

.products-item__image:hover {
    opacity: 0.8
}

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

.products-item__labels {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.products-item__label {
    display: block;
    min-width: 60px;
    line-height: 32px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    background: #00d889;
    color: #fff;
    z-index: 2;
    border-radius: 7px;
    margin-bottom: 10px;
    padding: 0 5px;
}

.products-item__label_red {
    background: #f33125
}

.products-item__label_yellow {
    background: #ffbf14
}

.products-item__label_violet {
    background: #00d889
}

.row .products-item__title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 62px;
    margin-bottom: 5px;
    color: #151515;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .products-item__title {
        font-size: 12px;
        height: 68px;
        -webkit-line-clamp: 4;
    }
}

.products-item__title a {
    font-size: 15px;
    color: #364a63;
    font-weight: 600;
}

.products-item__title a:hover {
    color: #0070a7
}

.products-item__rating {
    margin-bottom: 15px
}

.products-item__rating .stars {
    margin-right: 15px
}

.products-item__rating-title {
    display: inline-block;
    font-size: 13px;
    color: #555
}

/* .products-item__bottom {
    position: absolute;
    bottom: 20px;
    left: 10px;
    right: 10px
} */

.products-item__btns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
    width: 100%;
    margin-bottom: 10px;
}

@media (max-width: 575px) {
    .products-item__btns {
        grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    }
}

.products-item__btns .btn {
    width: 100%;
    margin-bottom: 0;
    padding: 0 5px
}

.products-item__btns .btn.btn-block {
    width: 100%;
}

.products-item__price {
    color: #151515;
    font-weight: 700;
    font-size: 20px
}

.products-item__price-new {
    color: #f33125
}

.products-item__price-old {
    font-size: 15px;
    font-weight: 500;
    text-decoration: line-through;
    margin-right: 16px
}

.products-item__price-info {
    color: #555;
    font-size: 13px;
    font-weight: normal;
    display: inline-block
}

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

.products-item__links-col {
    width: calc(50% - 0px)
}

.products-item__link {
    color: #555;
    text-wrap: nowrap;
    font-size: 14px;
    font-weight: 500;
}

.products-item__link svg {
    fill: currentColor;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 5px 0 0;
    width: 20px;
    height: 20px
}

.products-item__link:hover,
.products-item__link.active {
    color: #0070a7
}

.stars {
    display: inline-block;
    vertical-align: middle;
    width: 90px;
    height: 14px;
    background: url("../images/stars.png") no-repeat center left
}

.stars span {
    display: block;
    height: 100%;
    width: 0;
    background: url("../images/stars-yellow.png") no-repeat center left
}

.blog {
    margin-bottom: 40px
}

.blog:last-child {
    margin-bottom: 0
}

/*.blog .row {
    margin: 0 -10px -20px
}

.blog .col-12 {
    padding: 0 10px 20px;
    -ms-flex: 0 0 27.25%;
    flex: 0 0 27.25%;
    max-width: 27.25%
}

.blog .col-12:nth-child(6n+1), .blog .col-12:nth-child(6n+6) {
    -ms-flex: 0 0 45.5%;
    flex: 0 0 45.5%;
    max-width: 45.5%
}*/

.blog-item {
    height: 450px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    display: block
}

.blog-item:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -moz-linear-gradient(90deg, #000 0%, transparent 100%);
    background-image: -webkit-linear-gradient(90deg, #000 0%, transparent 100%);
    background-image: -ms-linear-gradient(90deg, #000 0%, transparent 100%);
    opacity: 0.702
}

.blog-item__img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: no-repeat center center;
    background-size: cover;
    transition: all 0.2s linear
}

.blog-item__inner {
    position: absolute;
    z-index: 3;
    left: 40px;
    right: 40px;
    bottom: 25px
}

.blog-item__title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    max-width: 500px;
    margin-bottom: 10px
}

.blog-item__info {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    color: #fff;
    font-size: 13px
}

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

.blog-item__info svg {
    fill: currentColor;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 10px 0 0;
    width: 14px;
    height: 14px
}

.blog-item:hover .blog-item__img {
    transform: scale(1.1)
}

.reviews {
    margin-bottom: 40px
}

.reviews:last-child {
    margin-bottom: 0
}

.reviews-item {
    padding: 33px 40px;
    height: 100%;
    background: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-radius: 20px
}

.reviews-item__text {
    margin-bottom: 15px
}

.reviews-item__name,
.reviews-item__date {
    color: #555;
    font-size: 13px
}

.reviews-item__name svg,
.reviews-item__date svg {
    fill: currentColor;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 10px 0 0;
    width: 14px;
    height: 14px
}

.reviews-item .stars {
    margin: 0px 0 5px 0
}

.reviews-item__images {
    margin-bottom: 15px
}

.reviews-item__images img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    max-width: 70px;
    max-height: 70px
}

.reviews .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.reviews .slick-track:before,
.reviews .slick-track:after {
    display: none
}

.reviews .slick-track .slick-slide {
    float: none;
    height: auto
}

.block-seo__img {
    max-width: 100%;
    height: auto
}

.block-seo__text {
    padding-left: 100px
}

.text {
    font-size: 15px;
    line-height: 1.6;
    color: #151515;
    margin-bottom: 40px
}

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

.text p {
    padding-bottom: 10px
}

.text p:last-child {
    padding-bottom: 0
}

.text p+ul {
    margin-top: 2px
}

.text b {
    font-weight: 600
}

.text img {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px
}

.text ol {
    padding-bottom: 20px;
    padding-left: 14px;
    list-style-position: inside
}

.text ol:last-child {
    padding-bottom: 0
}

.text ul {
    padding-bottom: 20px;
    list-style: disc;
    padding-left: 14px;
    list-style-position: inside
}

.text ol {
    counter-reset: my-counter-ol;
    padding-bottom: 20px;
    padding-left: 14px;
    list-style-position: inside
}

.text ol li {
    counter-increment: my-counter-ol;
}

.text ol li::before {
    content: counter(my-counter-ol) ". ";
    display: flex;
    position: relative;
    top: -2px;
}

.text ul:last-child,
.text ol:last-child {
    padding-bottom: 0
}

.text ul li,
.text ol li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 5px
}

.article {
    margin-bottom: 25px;
}

.text ul p,
.text ol p {
    margin: 0 !important;
}

.text ul li:last-child,
.text ol li:last-child {
    margin-bottom: 0
}

/* .text ul li::marker {
    color: #0070a7
} */

.text ul li::before {
    content: '';
    display: flex;
    margin-top: 8px;
    min-width: 5px;
    width: 5px;
    height: 5px;
    background-color: #0070a7;
    border-radius: 50%;
}

.text li {
    display: flex;
}

.text-title,
.text h2,
.text h3 {
    margin-bottom: 25px !important;
    font-size: 27px;
    font-weight: 700;
    color: #151515
}

.text-center {
    text-align: center
}

.text-simple h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px
}

.text-simple h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px
}

.text-simple h3 span {
    font-weight: 400;
    font-size: 15px
}

.text-simple p+ul {
    margin-top: 0
}

.text_300 {
    font-weight: 300
}

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

.text a {
    color: #0070a7;
    text-decoration: underline;
}

.text a:hover {
    text-decoration: none;
}

.section-subscribe {
    padding: 30px 0;
    margin-top: 30px;
    background: #008436;
    color: #fff
}

.section-subscribe__text {
    padding: 0 90px 0 90px;
    font-size: 21px;
    font-weight: 700;
    position: relative
}

.section-subscribe__text svg {
    fill: currentColor;
    position: absolute;
    left: 0;
    width: 60px;
    height: 60px;
    top: calc(50% - 30px)
}

.section-subscribe__btn {
    flex: none
}

.social-2 {
    white-space: nowrap
}

.social-2-item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px
}

.social-2-item:last-child {
    margin-right: 0
}

.social-2-item__link {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    color: #0070a7
}

.social-2-item__link:hover {
    color: #151515
}

.social-2-item__link svg {
    fill: currentColor;
    display: block;
    width: 100%;
    height: 100%
}

.youtube {
    color: #fe0000
}

.instagram {
    color: #c7309b
}

.social-2_white .social-2-item__link {
    color: #fff
}

.social-2_white .social-2-item__link:hover {
    color: #0070a7
}

.popup {
    background: #fff;
    width: 90%;
    max-width: 490px;
    padding: 50px;
    border-radius: 20px
}

.popup__icon {
    text-align: center;
    margin-bottom: 10px
}

.popup__icon svg {
    width: 80px;
    height: 80px;
    fill: #18b45e
}

.popup__title {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 40px
}

.popup__product {
    max-width: 395px;
    margin: 0 auto 40px
}

.popup__product .products-item {
    padding: 0;
    box-shadow: none
}

.popup__product .products-item__top {
    border: 1px solid #eaeaea;
    margin-left: 0;
    margin-right: 0
}

.breadcrumb {
    background: none;
    font-size: 14px;
    color: #555;
    padding: 0;
    margin: 0 0 25px 0;
    border-radius: 0;
    gap: 15px;
}

.breadcrumb:last-child {
    margin-bottom: 0
}

.breadcrumb a {
    color: inherit;
    color: #0070a7
}

.breadcrumb a:hover {
    color: #151515;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #555
}

.breadcrumb-item {
    padding-right: 25px;
    position: relative
}

.breadcrumb-item+.breadcrumb-item::before {
    float: none;
    display: block;
    content: "";
    position: absolute;
    left: -18px;
    top: calc(50% - 4px);
    width: 8px;
    height: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 492.004 492.004' xml:space='preserve' fill='%23ffac48'%3E%3Cpath d='M382.678 226.804 163.73 7.86C158.666 2.792 151.906 0 144.698 0s-13.968 2.792-19.032 7.86l-16.124 16.12c-10.492 10.504-10.492 27.576 0 38.064L293.398 245.9l-184.06 184.06c-5.064 5.068-7.86 11.824-7.86 19.028 0 7.212 2.796 13.968 7.86 19.04l16.124 16.116c5.068 5.068 11.824 7.86 19.032 7.86s13.968-2.792 19.032-7.86L382.678 265c5.076-5.084 7.864-11.872 7.848-19.088.016-7.244-2.772-14.028-7.848-19.108z'%3E%3C/path%3E%3C/svg%3E");
    background-size: 8px 8px
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0px
}

.aside {
    padding: 25px 30px;
    background: #ffffff;
    border-radius: 15px
}

.aside-item {
    margin-bottom: 22px;
    border-bottom: 1px solid #dddddd;
    position: relative
}

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

.aside-item__title {
    font-size: 16px;
    font-weight: 600;
    /* text-transform: uppercase; */
    /* line-height: 1.5; */
    color: #303030;
    line-height: 1.1;
}

.ocf-dropdown .aside-item__title {
    margin-bottom: 0;
}

.ocf-theme-light .ocf-dropdown .ocf-filter-header {
    padding: 10px 12px !important;
}

.ocf-value-name {
    font-size: 14px !important;
    line-height: 1.1;
    margin-top: 5px;
}

.ocf-value-count {
    font-size: 10px;
    line-height: 1.1;
}

.aside-item__tooltip {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 310px
}

.aside-item__tooltip .btn {
    text-transform: none;
    font-size: 15px
}

.price-range-values {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 12px
}

.price-range-values__input {
    width: 100px;
    height: 40px;
    text-align: center;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #fff;
    font-size: 15px;
    color: #151515;
    padding: 0 5px
}

.price-range-values__input[type="number"]::-webkit-outer-spin-button,
.price-range-values__input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.price-range-values__input[type="number"] {
    -moz-appearance: textfield;
}

.price-range-values span {
    line-height: 40px;
    color: #555
}

/*.filter-aside-list {
    max-height: 295px;
    overflow: hidden
}*/

.filter-aside-list li {
    margin-bottom: 6px
}

.filter-aside-list li:last-child {
    margin-bottom: 0
}

.filter-checkbox {
    position: relative;
    display: inline-block;
    line-height: 20px;
    width: 100%
}

.filter-checkbox input {
    position: absolute;
    opacity: 0
}

.filter-checkbox input+span {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
    transition: all 0.2s linear;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #151515
}

.filter-checkbox input+span:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 6px;
    transition: all 0.2s linear;
    background: #fff
}

.filter-checkbox input+span:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 3px;
    transition: all 0.2s linear;
    background: #0070a7;
    opacity: 0
}

.filter-checkbox input:checked+span:after {
    opacity: 1
}

.filter-sort {
    position: sticky;
    top: 100px;
    display: flex !important;
    justify-content: flex-start !important;
    gap: 15px;
    background-color: #F9F9F9;
    padding: 15px 5px;
    /* margin-bottom: 20px; */
    z-index: 7;
}

@media (max-width: 1199.98px) {
    .filter-sort {
        top: 80px !important;
    }
}

.filter-sort>.filter-sort-item {
    /*flex: 1;*/
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}


.filter-sort-item__title {
    font-size: 13px;
    font-weight: 600;
    color: #555;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle
}

.filter-sort-item__select {
    width: 250px;
    display: inline-block;
    vertical-align: middle
}

.filter-sort-item__select_sm {
    width: 90px
}

.filter-sort-item .selectric {
    height: 50px;
    border-radius: 10px
}

.filter-sort-item .selectric .label {
    height: 50px;
    line-height: 50px;
    font-size: 13px
}

.filter-sort-item .selectric .button {
    line-height: 50px
}

.filter-sort-item .selectric-items {
    border-radius: 10px
}

.filter-sort-item .selectric-items li {
    font-size: 13px;
    line-height: 1.5
}

.filter-sort-item__view {
    display: block;
    vertical-align: middle
}

.filter-sort-item__view-link {
    background: #ffffff;
    display: block;
    vertical-align: middle;
    margin-right: 6px;
    height: 50px;
    border-radius: 10px;
    padding: 0 15px;
    line-height: 50px;
    text-align: center;
    color: #555
}

.filter-sort-item__view-link svg path {
    fill: #0070a7;
}

.filter-sort-item__view-link:last-child {
    margin-right: 0
}

.filter-sort-item__view-link:hover {
    color: #ffffff;
    background: #151515 !important;
}

.filter-sort-item__view-link.active {
    color: #ffffff;
    background: #151515 !important;
}

.filter-sort-item__view-link svg {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    fill: currentColor;
    width: 20px;
    height: 20px
}

.category-item {
    text-align: center;
    border-radius: 20px;
    justify-content: center;
}

.category-item .cat-name {
    font-weight: 500;
    padding: 1rem;
    line-height: 1.3;
}

.pagination-block {
    margin-bottom: 2rem;
    text-align: center
}

.pagination {
    border: none;
    border-radius: 0;
    width: 100%;
    position: relative;
    padding: 0px 0px;
    margin-top: 40px
}

.pagination:first-child {
    margin-top: 0
}

.page-item {
    margin: 0 5px
}

.page-link {
    width: 50px;
    height: 50px;
    padding: 0 2px;
    text-align: center;
    line-height: 50px;
    color: #555;
    margin: 0;
    background: #ffffff;
    font-size: 15px;
    border-radius: 10px !important;
    font-weight: 500;
    border: none !important
}

.page-link:hover {
    background: #ff8f00;
    color: #fff
}

.page-link:focus {
    box-shadow: none
}

.page-link svg {
    fill: currentColor;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px
}

.page-item.active .page-link {
    background: #ff8f00;
    color: #fff;
    font-weight: 600;
    cursor: default
}

.page-item.active .page-link:hover {
    background: #ff8f00;
    color: #fff
}

.faq-item {
    margin-bottom: 10px;
    border-radius: 20px;
    background: #ffffff
}

.faq-item:last-child {
    margin-bottom: 0
}

.faq-item__title {
    font-weight: 600;
    padding: 35px 60px 35px 40px;
    cursor: pointer;
    transition: all 0.2s linear;
    position: relative
}

.faq-item__title svg {
    position: absolute;
    top: calc(50% - 6px);
    right: 30px;
    fill: #0070a7;
    transition: all 0.2s linear;
    width: 12px;
    height: 12px
}

.faq-item__title:hover {
    color: #0070a7
}

.faq-item__title.active svg {
    transform: rotate(-180deg)
}

.faq-item__content {
    display: none;
    padding: 0 60px 35px 40px;
    color: #555
}

.faq-block-form {
    border-radius: 20px;
    background-color: #008436;
    padding: 32px 50px 45px
}

.faq-block-form__title {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    text-align: center
}

.popup-added {
    max-width: 650px
}

.popup-added__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.popup-added__left {
    width: 40%;
    text-align: center
}

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

.popup-added__right {
    width: 60%;
    padding-left: 30px
}

.popup-added .products-item__title,
#boc_order .products-item__title,
#cashback_order .products-item__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px
}

.popup-added .products-item__text {
    margin-bottom: 10px
}

.popup-added .fancybox-close-small {
    display: none
}

.popup-added .calc {
    margin-top: 30px;
    margin-bottom: 30px
}

.popup-added .products-item__btns {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.popup-added .products-item__btns .btn {
    width: 100%;
    max-width: 260px;
    margin-bottom: 10px
}

.popup-added .products-item__btns .btn:last-child {
    margin-bottom: 0
}

.nowrap {
    white-space: nowrap
}

.calc {
    width: 120px;
    height: 50px;
    border-radius: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #ffffff
}

.calc__btn {
    width: 40px;
    height: 50px;
    position: relative
}

.calc__input {
    width: calc(100% - 80px);
    text-align: center;
    height: 50px;
    background: none;
    border: none;
    color: #151515;
    font-size: 13px;
    font-weight: 600
}

.calc__minus:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 2px;
    background: #0070a7;
    transition: all 0.2s linear
}

.calc__minus:hover:before {
    background: #151515
}

.calc__plus:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 2px;
    background: #0070a7;
    transition: all 0.2s linear
}

.calc__plus:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 10px;
    background: #0070a7;
    transition: all 0.2s linear
}

.calc__plus:hover:before,
.calc__plus:hover:after {
    background: #151515
}

.product-single {
    margin-bottom: 50px
}

.product-single__row {
    margin-bottom: -50px
}

.product-single__col {
    padding-bottom: 50px
}

.product-single__right {
    padding-left: 35px;
    padding-top: 10px
}

.product-single__top {
    margin-top: -25px;
    margin-bottom: 40px;
    color: #555
}

.product-single__top-item a {
    color: #0070a7;
    text-decoration: underline
}

.product-single__top-item a:hover {
    color: #151515
}

.product-single__top .products-item__rating {
    margin-bottom: 0
}

.product-single__top .products-item__rating-title {
    font-size: 15px;
    cursor: pointer
}

.product-single-cart {
    background: #ffffff;
    padding: 30px 15px;
    margin-bottom: 35px
}

.product-single-cart__price {
    padding: 0 15px;
    white-space: nowrap
}

.product-single-cart__values {
    padding: 0 15px;
    margin: 0 -5px
}

.product-single-cart__btn {
    padding: 0 15px
}

.product-single-cart__btn .btn {
    padding: 0 30px
}

.product-single-cart__select {
    padding: 0 5px;
    width: 110px
}

.product-single__description-title {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px
}

.product-single__description-text {
    font-size: 14px;
    color: #555;
    line-height: 1.35;
    height: 170px;
    overflow-y: scroll;
}

.product-single__description-text ul {
    list-style: disc;
    padding-left: 20px;
}
.product-single__description-text ul li {
    font-size: 14px;
    color: #555;
    line-height: 1.35;
}

.product-single__description-text::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #eeeeee;
}

.product-single__description-text::-webkit-scrollbar-thumb {
    background-color: #0070a747;
    border-radius: 9em;
}


.product-single__description-text p {
    font-size: 14px;
    color: #555;
    line-height: 1.35;
    padding-right: 10px;
    padding-bottom: 10px;
    margin: 0 !important;
}

.product-single__description-text p:last-child {
    padding-bottom: 0
}

.product-single__description-text a {
    color: #0070a7;
    text-decoration: underline
}

.product-single__description-text a:hover {
    color: #151515;
    text-decoration: underline
}

.product-single__delivery img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 35px;
    margin-top: 5px
}

.product-single__delivery img:last-child {
    margin-right: 0
}

.product-single-info {
    background: #ffffff
}

.product-single-info__col {
    padding: 35px 50px;
    font-size: 18px;
    color: #555
}

.product-single-info__col span {
    display: block;
    color: #151515;
    font-weight: 500;
    font-size: 24px;
    margin-top: 5px
}

.product-single-images {
    position: relative
}

.product-single-images .products-item__labels {
    left: 20px;
    top: 20px
}

.product-single-images__main {
    background-color: #ffffff;
    position: relative;
    width: 100% !important;
    padding-bottom: 104%;
    margin-bottom: 20px;
    display: block;
    margin: 0 auto;
}

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

.product-single-images__main:hover {
    border-color: #0070a7
}

.product-single-images-nav .col-3 {
    padding: 0 10px 20px
}

.product-single-images-nav .row {
    margin: 0 -10px -20px
}

.product-single-images-nav__item {
    background-color: #ffffff;
    position: relative;
    padding-bottom: 117%;
    display: block
}

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

.product-single-images-nav__item:hover {
    border-color: #0070a7
}

.product-single-images-nav__item.video:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 40px;
    height: 40px;
    background: #0070a7;
    border-radius: 50%;
    top: calc(50% - 20px);
    left: calc(50% - 20px)
}

.product-single-images-nav__item.video:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #fff;
    top: calc(50% - 6px);
    left: calc(50% - 4px);
    z-index: 2
}

.product-single__advantages .advantages-item {
    min-height: 100px;
    padding: 20px 20px 20px 100px;
    border-radius: 10px;
    font-weight: 600
}

.product-single__advantages .advantages-item__img {
    width: 60px;
    height: 60px;
    line-height: 60px;
    top: calc(50% - 30px);
    border-radius: 10px
}

.product-single__advantages .advantages-item__img img {
    max-width: 40px;
    max-height: 40px
}

.product-single__advantages .advantages-item a {
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    color: #0070a7;
    text-decoration: underline
}

.product-single__advantages .advantages-item a:hover {
    color: #151515;
    text-decoration: underline
}

.product-single__advantages-2 .advantages-item {
    font-weight: 600;
    padding-left: 80px;
    min-height: 60px
}

.product-single__advantages-2 .advantages-item__img {
    width: 60px;
    height: 60px;
    line-height: 60px;
    top: calc(50% - 30px);
    border-radius: 10px
}

.product-single__advantages-2 .advantages-item__img img {
    max-width: 40px;
    max-height: 40px
}

.product-single__advantages-2 .advantages-item a {
    color: #151515;
    text-decoration: underline
}

.product-single__advantages-2 .advantages-item a:hover {
    color: #0070a7;
    text-decoration: underline
}

.product-single__price-block {
    margin-bottom: 25px
}

.product-single__price-block-link {
    color: #151515;
    text-decoration: underline;
    display: inline-block;
    margin-right: 46px;
    font-weight: 500
}

.product-single__price-block-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 10px;
}

.product-single__price-block-link:last-child {
    margin-right: 0
}

.product-single__price-block-link:hover {
    color: #0070a7;
    text-decoration: underline
}

.product-single .products-item__price {
    font-size: 24px;
    line-height: 24px
}

.product-single .products-item__price-new {
    margin-right: 20px
}

.product-single__btns .btn {
    margin-right: 20px
}

.product-single__btns .products-item__link {
    margin-right: 20px;
    margin-left: 10px
}

.product-single__btns .products-item__link:last-child {
    margin-right: 0
}

.product-single__hr {
    height: 1px;
    background: #eee;
    margin: 40px 0
}

.tabs-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px
}

.tabs-nav__item {
    padding: 30px 40px;
    cursor: pointer;
    color: #555;
    font-size: 21px;
    font-weight: 600;
    transition: all 0.2s linear;
    border-radius: 20px 20px 0 0
}

.tabs-nav__item:hover {
    color: #151515
}

.tabs-nav__item.active {
    color: #151515;
    background: #ffffff;
}

.tabs-content {
    display: none;
    padding: 0 20px
}

.tabs-content.active {
    display: block
}

.tabs-content__title {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin-top: -1px;
    position: relative;
    padding: 15px 15px;
    cursor: pointer
}

.tabs-content__title svg {
    position: absolute;
    top: calc(50% - 6px);
    right: 15px;
    width: 12px;
    height: 12px;
    fill: #0070a7;
    transition: all 0.2s linear
}

.tabs-content__title.active svg {
    transform: rotate(-180deg)
}

.product-characteristics {
    padding: 10px 20px;
    background: #ffffff
}

.product-characteristics__item {
    padding: 13px 10px 13px 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px solid #eee
}

.product-characteristics__item:last-child {
    border-bottom: none
}

.product-characteristics__item span:nth-child(2) {
    width: 270px;
    padding-left: 15px;
    flex: none
}

.product-characteristics__item span:nth-child(1) {
    font-weight: 500;
    text-shadow: 0 0
}

.rating {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px
}

.rating>input {
    display: none
}

.rating>label {
    background: no-repeat center center;
    background-image: url("data:image/svg+xml,%3Csvg height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m23.363 8.584-7.378-1.127L12.678.413c-.247-.526-1.11-.526-1.357 0L8.015 7.457.637 8.584a.75.75 0 0 0-.423 1.265l5.36 5.494-1.267 7.767a.75.75 0 0 0 1.103.777L12 20.245l6.59 3.643a.75.75 0 0 0 1.103-.777l-1.267-7.767 5.36-5.494a.75.75 0 0 0-.423-1.266z' fill='%23e3e3e3'/%3E%3C/svg%3E");
    width: 22px;
    height: 22px;
    float: right;
    cursor: pointer
}

.rating>input:checked~label,
.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
    background-image: url("data:image/svg+xml,%3Csvg height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m23.363 8.584-7.378-1.127L12.678.413c-.247-.526-1.11-.526-1.357 0L8.015 7.457.637 8.584a.75.75 0 0 0-.423 1.265l5.36 5.494-1.267 7.767a.75.75 0 0 0 1.103.777L12 20.245l6.59 3.643a.75.75 0 0 0 1.103-.777l-1.267-7.767 5.36-5.494a.75.75 0 0 0-.423-1.266z' fill='%23045ad0'/%3E%3C/svg%3E")
}

.rating>input:checked+label:hover,
.rating>input:checked~label:hover,
.rating>label:hover~input:checked~label,
.rating>input:checked~label:hover~label {
    background-image: url("data:image/svg+xml,%3Csvg height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m23.363 8.584-7.378-1.127L12.678.413c-.247-.526-1.11-.526-1.357 0L8.015 7.457.637 8.584a.75.75 0 0 0-.423 1.265l5.36 5.494-1.267 7.767a.75.75 0 0 0 1.103.777L12 20.245l6.59 3.643a.75.75 0 0 0 1.103-.777l-1.267-7.767 5.36-5.494a.75.75 0 0 0-.423-1.266z' fill='%23045ad0'/%3E%3C/svg%3E");
    opacity: 0.5
}

.reviews-list .col-12 {
    padding-bottom: 30px
}

.reviews-list .row {
    margin-bottom: -30px
}

.block-info .col-12 {
    padding-bottom: 30px
}

.block-info .row {
    margin-bottom: -30px
}

.block-info-item {
    height: 100%;
    border: 1px solid #eee;
    border-radius: 20px
}

.block-info-item__title {
    background: #008436;
    border-radius: 20px 20px 0 0;
    height: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    color: #fff;
    line-height: 1.3
}

.block-info-item__content {
    padding: 20px 40px
}

.block-info .text ul {
    list-style-position: inside;
    margin-left: 0
}

.advantages-about .col-12 {
    padding: 0 10px 20px;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.advantages-about .row {
    margin: 0 -10px -20px
}

.advantages-about-item {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px 20px;
    height: 100%
}

.advantages-about-item__img {
    height: 60px;
    text-align: center;
    margin-bottom: 15px
}

.advantages-about-item__img img {
    max-width: 100%;
    max-height: 100%
}

.advantages-about-item__title {
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px
}

.article-bottom {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #eee
}

.article-watch svg {
    fill: #ff8f00;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 16px 0 0;
    width: 18px;
    height: 18px
}

.share__title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 26px;
    font-weight: 600
}

.share .social-2 {
    display: inline-block;
    vertical-align: middle
}

.section-contacts {
    position: relative;
    padding: 70px 0
}

.section-contacts__map {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: -200px;
    bottom: 0;
    display: none
}

.section-contacts__map.active {
    display: block
}

.contacts {
    margin-left: calc(50vw - 780px);
    background: #fff;
    background-size: cover;
    border-radius: 20px;
    z-index: 2;
    position: relative;
    max-width: 500px;
    padding: 50px 80px 50px 75px;
    color: #111e2e;
}

.contacts .title {
    color: #111e2d;
}

.contacts .footer-nav {
    margin-left: -22px;
    margin-bottom: 30px;
    font-weight: 500
}

.contacts .footer-nav:last-child {
    margin-bottom: 0
}

.contacts .footer-nav-item__icon {
    fill: #0f1b2a;
}

.contacts .footer-nav-item__link {
    color: #008436;
}

.contacts .footer-nav-item__link:hover {
    color: #0070a7
}

.contacts .footer-nav-item__info {
    font-size: 13px
}

.contacts .social {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0 16px
}

.contacts .social-item {
    margin-right: 6px
}

.contacts .social-item__link {
    color: #fff
}

.contacts .social-item__link:hover {
    color: #0070a7
}

.contacts-item {
    position: relative;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 20px;
    padding-left: 24px;
    font-size: 17px
}

.contacts-item:last-child {
    margin-bottom: 0
}

.contacts-item__icon {
    position: absolute;
    left: 0px;
    top: 7px;
    fill: #fff;
    width: 14px;
    height: 14px
}

.contacts-item__link {
    color: inherit
}

.contacts-item__link:hover {
    color: #0070a7
}

.contacts-item__title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 42px;
    margin-bottom: 16px
}

.contacts .social-2 {
    margin-top: 5px
}

.contacts-tabs-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -70px;
    width: 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 140px
}

.contacts-tabs-nav__item {
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #0070a7;
    cursor: pointer;
    transition: all 0.2s linear;
    width: 100%
}

.contacts-tabs-nav__item:last-child {
    margin-bottom: 0
}

.contacts-tabs-nav__item:hover,
.contacts-tabs-nav__item.active {
    color: #fff;
    background: #008436;
}

.contacts-tabs-content {
    display: none
}

.contacts-tabs-content.active {
    display: block
}

.section-delivery .col-12 {
    padding-bottom: 30px
}

.section-delivery .row {
    margin-bottom: -30px
}

.section-delivery-block {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px 30px;
    height: 100%
}

.section-delivery-block__title {
    padding-bottom: 25px;
    border-bottom: 1px solid #dedede;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px
}

.section-delivery-block__title img {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 16px 0 0;
    max-width: 40px;
    max-height: 40px
}

.section-delivery-block__content {
    padding: 0 10px
}

.section-delivery-block__images img {
    margin: 10px 40px 0 0
}

.section-delivery-block__images img:last-child {
    margin-right: 0
}

.table-cart {
    width: 100%
}

.table-cart-wrapper {
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 20px;
    margin-bottom: 45px
}

.table-cart-wrapper:last-child {
    margin-bottom: 0
}

.table-cart th {
    padding: 28px 15px;
    text-align: center;
    color: #555;
    background: #ffffff;
    font-weight: 600;
    text-align: center
}

.table-cart th:nth-child(1) {
    padding-left: 30px
}

.table-cart th:last-child {
    padding-right: 30px
}

.table-cart th.text-left {
    text-align: left
}

.table-cart td {
    border-bottom: 1px solid #eee;
    vertical-align: middle;
    padding: 20px 15px;
    text-align: center
}

.table-cart td:nth-child(1) {
    padding-left: 30px
}

.table-cart td:last-child {
    padding-right: 30px
}

.table-cart td a {
    color: inherit
}

.table-cart td a:hover {
    color: #0070a7
}

.table-cart td.text-left {
    text-align: left
}

.table-cart td b {
    font-weight: 600
}

.table-cart tr:last-child td {
    border: none
}

.table-cart__photo {
    width: 90px;
    height: 120px;
    position: relative;
    display: block;
    text-align: center
}

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

.table-cart__remove {
    color: #f33125 !important;
    width: 40px;
    height: 30px;
    display: inline-block;
    border: 0px;
    background: transparent;
    outline: 0px;
}

.table-cart__remove svg {
    width: 100%;
    height: 100%;
    fill: currentColor
}

.table-cart__remove:hover {
    color: #151515 !important
}

.table-cart .calc {
    margin: 0 auto;
    height: 60px;
    border-radius: 15px
}

.table-cart .calc__btn {
    height: 60px
}

.table-cart .calc__input {
    height: 60px;
    font-size: 15px
}

.table-cart td.table-cart__total {
    font-size: 22px;
    font-weight: 700;
    padding-top: 25px;
    min-width: 164px;
    padding-bottom: 25px
}

.section-checkout>.row {
    margin-bottom: -40px
}

.section-checkout>.row>.col-12 {
    padding-bottom: 40px
}

.section-checkout-delivery__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    color:#fff;
}

.section-checkout-delivery p {
    margin-bottom: 20px
}

.section-checkout-delivery .selectric-wrapper {
    max-width: 400px
}

.search-document {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #ffffff;
    border-radius: 10px
}

.search-document__input {
    border-radius: 10px;
    width: 100%;
    font-size: 13px
}

.search-document__btn {
    flex: none;
    border-radius: 10px
}

.documents {
    margin-bottom: 40px
}

.documents:last-child {
    margin-bottom: 0
}

.documents .col-12 {
    padding-bottom: 45px
}

.documents .row {
    margin-bottom: -45px
}

.documents-item {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #0070a7
}

.documents-item__img {
    border-radius: 10px;
    background-color: #ffffff;
    padding-bottom: 136%;
    margin-bottom: 15px;
    position: relative
}

.documents-item__img img {
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    right: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    object-fit: cover
}

.documents-item__text {
    padding: 0 10px
}

.documents-item:hover {
    color: #151515
}

.block-document-search h3 {
    margin-bottom: 20px
}

.block-document-search .col-12 {
    padding-bottom: 30px
}

.block-document-search .row {
    margin-bottom: -30px
}

.service-single__images {
    margin-bottom: 40px
}

.service-single__images:last-child {
    margin-bottom: 0
}

.service-single__images .col-12 {
    padding-bottom: 30px
}

.service-single__images .row {
    margin-bottom: -30px
}

.service-single__images img {
    width: 100%;
    height: auto
}

.service-single-info .col-12 {
    padding-bottom: 30px
}

.service-single-info .row {
    margin-bottom: -30px
}

.service-single-info .advantages-item {
    max-width: 100%
}

.service-single-info .advantages-item .btn {
    padding: 0 25px;
    margin-left: auto;
    font-size: 13px
}

.service-single-rows {
    margin-bottom: -50px
}

.service-single-rows .row:nth-child(2n+1) {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-box-direction: reverse;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.service-single-rows .row:nth-child(2n+1) .text {
    padding-left: 45px;
    padding-right: 0
}

.service-single-rows .row:nth-child(2n+1) img {
    margin-left: 0
}

.service-single-rows .col-12 {
    padding-bottom: 50px
}

.service-single-rows .text {
    padding-right: 45px
}

.service-single-rows img {
    width: calc(100% + 15px);
    margin-left: -15px
}

.examples {
    margin-bottom: 50px
}

.examples .row {
    margin: 0 -10px
}

.examples .col-12 {
    padding: 0 10px
}

.examples-item {
    display: block;
    position: relative;
    padding-bottom: 125%
}

.examples-item img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.examples-item:hover {
    opacity: 0.7
}

.block-phone {
    padding: 35px 50px;
    border-radius: 20px;
    background: #ffffff
}

.block-phone .col-12 {
    padding-bottom: 30px
}

.block-phone .row {
    margin-bottom: -30px
}

.block-phone__text {
    font-size: 20px
}

.block-phone__text b {
    font-weight: 600
}

.block-phone-item__img {
    width: 90px;
    height: 90px;
    background: #0070a7;
    line-height: 90px;
    text-align: center;
    margin-right: 25px;
    flex: none;
    border-radius: 20px
}

.block-phone-item__img img {
    max-width: 50px;
    max-height: 50px;
    margin-top: -2 p
}

.block-phone-item__img_sm {
    width: 70px;
    height: 70px;
    line-height: 70px
}

.block-phone-item__img_sm img {
    max-width: 40px;
    max-height: 40px
}

.block-phone-item__text {
    font-size: 18px;
    line-height: 1.3
}

.block-phone-item__text a {
    font-weight: 600;
    color: #151515;
    font-size: 20px;
    margin-right: 15px
}

.block-phone-item__text a:hover {
    color: #0070a7
}

.examples .slick-dots {
    margin-top: 10px
}

.service-list .row {
    margin: 0 -10px -20px
}

.service-list .col-12 {
    padding: 0 10px 20px
}

.service-list-item {
    height: 100%;
    border-radius: 20px;
    border: 1px solid #eee
}

/*.service-list-item__img {
    display: block;
    padding-bottom: 76%;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    position: relative
}

.service-list-item__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover
}*/

.service-list-item__img {
    display: block;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    position: relative
}

.service-list-item__img img {
    width: 100%;
}

.service-list-item__img:hover {
    opacity: 0.8
}

.service-list-item__content {
    padding: 25px 30px 30px 30px
}

.service-list-item__title {
    width: 100%;
    min-height: 45px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 15px
}

.service-list-item__title a {
    color: #151515
}

.service-list-item__title a:hover {
    color: #0070a7
}

.service-list-item__price {
    font-weight: 700;
    font-size: 20px
}

.service-list-item .btn {
    padding: 0 30px
}

.column-4 {
    column-count: 4
}

.nav-item_parent .toggler {
    position: absolute;
    display: none;
}

@media screen and (max-width: 1599px) {
    .contacts {
        margin-left: 15px;
        max-width: 460px;
        padding: 50px 80px 50px 55px
    }

    .section-main__title {
        font-size: 44px
    }

    .block-seo__text {
        padding-left: 0
    }

    .section-subscribe__text {
        padding-right: 30px
    }

    .category-list {
        padding-left: 20px;
        padding-right: 20px
    }

    .blog-item__inner {
        left: 30px;
        right: 30px
    }

    .reviews-item {
        padding: 30px
    }

    .faq-item__title {
        padding: 30px 60px 30px 30px
    }

    .faq-item__content {
        padding: 0px 60px 30px 30px
    }

    .faq-block-form {
        padding: 30px
    }

    .block-info-item__content {
        padding: 20px 30px
    }

    .section-delivery-block__images img {
        margin-right: 20px
    }

    .section-delivery-block__content {
        padding: 0
    }

    .advantages-2-item {
        padding: 20px 60px
    }

    .service-single-info .advantages-item .btn {
        padding: 0 10px
    }

    .block-phone {
        padding: 30px
    }
}

@media screen and (max-width: 1439px) {
    .section-main__title {
        font-size: 40px
    }

    .section-main {
        background-position: 30% center
    }

    .advantages-2-item {
        padding: 20px 30px;
        font-size: 20px
    }

    .advantages-2-item__title {
        padding-right: 15px
    }

    .filter-sort-item__title {
        display: block;
        padding-bottom: 5px
    }

    .filter-sort-item__select_sm {
        width: 250px
    }

    .js-slider-products {
        padding-bottom: 20px
    }

    @media screen and (max-width: 575px) {
        .js-slider-products .row>div:nth-child(n+7) {
            display: none;
        }
    }

    .product-single__price-block-right {
        text-align: right
    }

    .product-single__price-block-link {
        margin-right: 0;
        margin-left: 26px
    }

    .product-single__btns .btn {
        padding: 0 20px
    }

    .product-single__right {
        padding-left: 15px
    }

    .block-info-item__title {
        font-size: 16px
    }

    .advantages-about .col-12 {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%
    }

    .section-delivery-block__images img {
        margin-right: 20px;
        max-height: 40px;
        transform: scale(0.85);
        margin-left: -15px
    }

    .table-cart td,
    .table-cart th {
        padding-left: 10px;
        padding-right: 10px
    }

    .table-cart td:first-child,
    .table-cart th:first-child {
        padding-left: 20px
    }

    .table-cart td:last-child,
    .table-cart th:last-child {
        padding-right: 20px
    }

    .table-cart__photo {
        width: 70px;
        height: 90px
    }

    .table-cart td.table-cart__total {
        font-size: 22px
    }

    .documents-item__text {
        padding: 0
    }

    .service-single-info .advantages-item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .service-single-info .advantages-item p {
        width: 100%
    }

    .service-single-info .advantages-item .btn {
        margin-top: 10px;
        height: 50px;
        line-height: 46px;
        padding: 0 20px;
        margin-left: 0
    }

    .service-single-rows .row:nth-child(2n+1) .text {
        padding-left: 15px
    }

    .service-single-rows .text {
        padding-right: 15px
    }

    .block-phone__text {
        font-size: 18px
    }

    .block-phone-item__text {
        font-size: 16px
    }

    .block-phone-item__text a {
        font-size: 18px
    }
}

@media screen and (max-width: 1199px) {

    .nav-item_parent .toggler {
        position: absolute;
        display: flex;
        z-index: 1;
        top: 13px;
        right: 9px;
        padding: 5px 10px;
    }

    .nav-item_parent .toggler svg {
        width: 13px;
    }

    .content {
        padding-top: 83px
    }

    .section-main__title {
        font-size: 36px
    }

    .section-main {
        height: 420px
    }

    .advantages-item__img {
        top: calc(50% - 45px);
        width: 90px;
        height: 90px;
        line-height: 90px;
        left: 15px
    }

    .advantages-item {
        padding: 15px 15px 15px 120px;
        min-height: 120px;
        height: 100%
    }

    .advantages-2-item {
        font-size: 18px
    }

    .title,
    .text-title,
    .text h2,
    .text h3 {
        font-size: 24px
    }

    .category-tabs-nav__item {
        font-size: 18px;
        padding: 30px
    }

    .tabs-nav__item {
        font-size: 16px;
        padding: 20px
    }

    .blog .col-12:nth-child(n) {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .reviews .row {
        margin-bottom: -20px
    }

    .reviews .slick-slide {
        flex: none;
        padding-bottom: 20px
    }

    .section-subscribe__text {
        font-size: 18px
    }

    .blog-item__title {
        font-size: 18px
    }

    /* .products-item__link {
        font-size: 12px
    } */

    .products-item {
        padding-left: 15px;
        padding-right: 15px
    }

    .products-item__bottom {
        left: 15px;
        right: 15px
    }

    .price-range-values__input {
        width: 80px
    }

    .faq-block-form__title {
        font-size: 18px
    }

    .product-single-images__main {
        padding-bottom: 500px
    }

    .product-single-images-nav__item {
        padding-bottom: 170px
    }

    .product-single__col {
        padding-bottom: 40px;
        padding-top: 0
    }

    .product-single__row {
        margin-bottom: -40px
    }

    .tabs-content {
        padding: 0
    }

    .text-simple h3 {
        font-size: 18px
    }

    .text-simple h2 {
        font-size: 24px
    }

    .section-contacts__map {
        right: -400px
    }

    .section-delivery-block__title {
        text-align: left
    }

    .table-cart td.table-cart__total {
        font-size: 22px
    }

    .table-cart-wrapper {
        margin-bottom: 40px
    }

    .block-phone__text br {
        display: none
    }

    .service-list-item__content {
        padding: 20px
    }

    .service-list-item .btn {
        padding: 0 20px
    }

    .service-list-item__price {
        font-size: 18px
    }

    .service-list-item__title {
        font-size: 16px;
        line-height: 1.3
    }

    .product-single-images {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-box-direction: normal;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .product-single-images-nav {
        width: 200px
    }

    .product-single-images-nav .col-12 {
        padding-bottom: 10px
    }

    .product-single-images-nav .row {
        margin-bottom: -10px
    }

    .product-single-images__main {
        padding-bottom: 0;
        width: calc(100% - 210px);
        margin-right: 10px;
        height: 500px;
        margin-bottom: 0
    }

    .product-single-images-nav__item {
        padding-bottom: 115px
    }

    .product-characteristics {
        padding: 10px
    }

    .tabs-content .col-12 {
        padding-bottom: 20px
    }

    .tabs-content .row {
        margin-bottom: -20px
    }

    .product-single__advantages .col-12 {
        padding-bottom: 10px
    }

    .product-single__advantages .row {
        margin-bottom: -10px
    }

    .product-single__advantages .advantages-item {
        min-height: 80px;
        padding: 10px 20px 10px 100px;
        border-radius: 10px;
        font-weight: 600
    }

    .product-single__hr {
        margin: 30px 0
    }

    .product-single__right {
        padding-bottom: 0 !important
    }

    .product-single__row {
        margin-bottom: 0 !important
    }

    .product-single {
        margin-bottom: 0
    }
}

@media screen and (max-width: 991px) {
    body {
        font-size: 14px !important
    }

    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .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-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .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-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .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-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .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-auto {
        padding-left: 10px;
        padding-right: 10px
    }

    .row {
        margin-left: -10px;
        margin-right: -10px
    }

    .text p {
        padding-bottom: 20px
    }

    .text {
        font-size: 14px
    }

    .section {
        padding: 50px 0
    }

    .section-main {
        padding: 60px 0;
        height: auto;
        background-position: 17% center
    }

    .section-main__title {
        font-size: 32px
    }

    .advantages .col-12 {
        padding-bottom: 20px
    }

    .advantages .row {
        margin-bottom: -20px
    }

    .advantages-item {
        min-height: 90px;
        padding: 90px 15px 15px 15px;
        text-align: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }

    .advantages-item__img {
        top: 15px;
        left: calc(50% - 30px);
        width: 60px;
        height: 60px;
        line-height: 60px;
        border-radius: 10px
    }

    .advantages-item__img img {
        max-width: 40px;
        max-height: 40px
    }

    .advantages-3 .advantages-item {
        padding: 75px 0 0 0;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start
    }

    .advantages-3 .advantages-item__img {
        top: 0px;
        left: calc(50% - 30px);
        width: 60px;
        height: 60px;
        line-height: 60px;
        border-radius: 10px
    }

    .advantages-3 .advantages-item__img img {
        max-width: 40px;
        max-height: 40px
    }

    .category-title {
        font-size: 15px;
        padding: 15px 20px;
        height: 80px
    }

    .categories-list .col-12 {
        padding-bottom: 20px
    }

    .categories-list .row {
        margin-bottom: -20px
    }

    .category-list-item:before {
        top: 9px
    }

    .advantages-2-item__img {
        width: 80px;
        height: 80px
    }

    .advantages-2-item {
        font-size: 16px;
        padding: 20px;
        min-height: 160px
    }

    .advantages-2-item__title {
        padding-right: 15px
    }

    .advantages-2-item__title a {
        font-size: 13px
    }

    .title,
    .text-title,
    .text h2,
    .text h3,
    .popup__title {
        font-size: 22px
    }

    .category-tabs-nav__item {
        font-size: 16px;
        padding: 20px 30px
    }

    .tabs-nav__item {
        font-size: 16px;
        padding: 20px 30px
    }

    .products.js-slider-products {
        margin-bottom: 20px
    }

    @media (max-width: 575px) {
        .products.js-slider-products {
            padding: 0;
        }

        .products.js-slider-products .row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 10px;
            margin: 0;
        }

        .products.js-slider-products .row [class*="col"] {
            padding: 0;
            margin: 0;
        }
    }


    .title {
        margin-bottom: 25px
    }

    .blog-item {
        height: 400px
    }

    .blog-item__inner {
        left: 20px;
        right: 20px
    }

    .blog-item__title {
        font-size: 16px
    }

    .reviews-item {
        padding: 20px
    }

    .block-seo>.row {
        margin-bottom: -30px
    }

    .block-seo>.row>.col-12 {
        padding-bottom: 30px
    }

    .section-subscribe__text {
        font-size: 16px;
        padding: 0 20px 0 80px
    }

    .products-item__price {
        font-size: 18px
    }

    .products-item__price-old {
        font-size: 14px
    }

    .form-control {
        font-size: 14px;
        height: 50px;
        border-radius: 10px
    }

    .btn_lg {
        height: 50px;
        line-height: 46px;
        border-radius: 10px;
        font-size: 13px
    }

    .advantages-item,
    .category,
    .advantages-2-item,
    .reviews-item {
        border-radius: 10px
    }

    .category-title {
        border-radius: 7px 7px 0 0
    }

    .category-tabs-nav__item {
        border-radius: 10px 10px 0 0
    }

    .tabs-nav__item {
        border-radius: 10px 10px 0 0
    }

    .aside {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 0;
        z-index: 999999;
        overflow: auto;
        width: 100%;
        transform: translateX(-100%);
        transition: all 0.2s linear;
        padding: 80px 15px 20px
    }

    .aside.active {
        transform: none
    }

    .aside-title {
        position: fixed;
        background: #0070a7;
        color: #fff;
        height: 60px;
        line-height: 60px;
        padding: 0 15px;
        z-index: 25;
        top: 0;
        left: 0;
        right: 0;
        font-size: 16px;
        font-weight: bold
    }

    .aside-close {
        width: 20px;
        height: 20px;
        position: absolute;
        right: 15px;
        top: calc(50% - 10px);
        color: #fff
    }

    .aside-close svg {
        fill: #fff;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto
    }

    .price-range-values__input {
        width: calc(50% - 70px)
    }

    .aside-item__title {
        font-size: 16px
    }

    .filter-checkbox {
        width: auto
    }

    .filter-aside-list {
        max-height: inherit
    }

    .filter-aside-list li {
        margin-bottom: 10px
    }

    body.filter-open {
        overflow: hidden;
        height: 100vh
    }

    .faq-item__title {
        padding: 20px 40px 20px 20px
    }

    .faq-item__title svg {
        right: 20px
    }

    .faq-item__content {
        padding: 0px 40px 20px 20px
    }

    .faq-block-form {
        margin-top: 30px;
        padding: 30px 20px;
        border-radius: 10px
    }

    .faq-item {
        border-radius: 10px
    }

    .price-range-values__input {
        font-size: 14px
    }

    .product-single__top .products-item__rating-title {
        font-size: 14px
    }

    .product-single__top {
        margin-bottom: 20px
    }

    .product-single__top {
        margin-top: -15px
    }

    .product-single__advantages .advantages-item {
        padding: 90px 15px 15px 15px
    }

    .product-single__advantages .advantages-item__img {
        top: 15px
    }

    .product-single__hr {
        margin: 30px 0
    }

    .product-single__description .col-12 {
        padding-bottom: 20px
    }

    .product-single__description .row {
        margin-bottom: -20px
    }

    .tabs-content__content>.row {
        margin-bottom: -30px
    }

    .tabs-content__content>.row>.col-12 {
        padding-bottom: 30px
    }

    .tabs-content__content .faq-block-form {
        margin-top: 0px
    }

    .product-characteristics {
        padding: 0
    }

    .btn_xl {
        height: 50px;
        line-height: 48px;
        font-size: 12px;
        border-radius: 10px
    }

    .product-single .products-item__price {
        font-size: 20px
    }

    .product-single-images .products-item__labels {
        left: 10px;
        top: 10px
    }

    .text p+ul {
        margin-top: -15px
    }

    .block-info-item__content {
        padding: 15px 20px
    }

    .advantages-about .col-12 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .block-info .col-12 {
        padding-bottom: 20px
    }

    .block-info .row {
        margin-bottom: -20px
    }

    .block-info-item__title {
        border-radius: 10px 10px 0 0
    }

    .block-info-item {
        border-radius: 10px
    }

    .advantages-about-item {
        border-radius: 10px
    }

    .text img {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .text-simple h2 {
        font-size: 22px;
        margin-bottom: 20px
    }

    .text-simple h3 {
        font-size: 17px;
        margin-bottom: 20px
    }

    .article-bottom {
        margin-top: 30px;
        padding-top: 30px
    }

    .text {
        margin-bottom: 30px
    }

    .reviews-list .col-12 {
        padding-bottom: 20px
    }

    .reviews-list .row {
        margin-bottom: -20px
    }

    .section-contacts {
        padding: 0 0 400px 0 !important
    }

    .contacts {
        margin-left: 15px;
        max-width: 400px;
        padding: 30px 160px 30px 40px;
        margin: 0;
        border-radius: 0;
        max-width: 100%;
        background: #ff8f00
    }

    .section-contacts__map {
        right: 0;
        top: auto;
        height: 400px
    }

    .contacts-tabs-nav {
        right: 15px
    }

    .contacts .footer-nav {
        margin-bottom: 20px
    }

    .section-delivery-block {
        padding: 20px
    }

    .section-delivery-block__title {
        text-align: left;
        font-size: 16px;
        padding-bottom: 15px;
        margin-bottom: 20px
    }

    .section-delivery-block__images {
        white-space: nowrap
    }

    .section-delivery-block__images img {
        margin-top: 0;
        margin-bottom: 0
    }

    .section-delivery-block__images img:last-child {
        margin-top: 0;
        margin-bottom: 0
    }

    .table-cart td.table-cart__total {
        font-size: 20px
    }

    .table-cart .calc {
        margin: 0 auto;
        height: 50px;
        border-radius: 10px
    }

    .table-cart .calc__btn {
        height: 50px
    }

    .table-cart .calc__input {
        height: 50px;
        font-size: 14px
    }

    .selectric {
        border-radius: 10px
    }

    .selectric .button {
        height: 50px;
        line-height: 50px;
        width: 30px !important
    }

    .selectric .label {
        margin: 0 30px 0 15px;
        line-height: 50px;
        height: 50px
    }

    .section-checkout-delivery__title {
        font-size: 17px
    }

    .table-cart-wrapper {
        border-radius: 10px;
        margin-bottom: 30px
    }

    .table-cart td,
    .table-cart th {
        padding: 20px 10px
    }

    .block-document-search .col-12 {
        padding-bottom: 20px
    }

    .block-document-search .row {
        margin-bottom: -20px
    }

    .documents-item__text {
        padding: 0
    }

    .documents .col-12 {
        padding-bottom: 30px
    }

    .documents .row {
        margin-bottom: -30px
    }

    .service-single__images .col-12 {
        padding-bottom: 20px
    }

    .service-single__images .row {
        margin-bottom: -20px
    }

    .service-single__images {
        margin-bottom: 30px
    }

    .text-simple h3 span {
        font-size: 14px
    }

    .section-checkout .faq-block-form {
        margin-top: 0
    }

    .section-checkout>.row>.col-12 {
        padding-bottom: 30px
    }

    .section-checkout>.row {
        margin-bottom: -30px
    }

    .products {
        margin-bottom: 30px
    }

    .blog {
        margin-bottom: 30px
    }

    .reviews {
        margin-bottom: 30px
    }

    .pagination {
        flex-wrap: wrap;
        row-gap: 10px;
        margin-top: 30px
    }

    .pagination:first-child {
        margin-top: -10px
    }

    .pagination-block {
        padding-top: 1px
    }

    .section-checkout-delivery p {
        margin-bottom: 15px
    }

    .service-single-rows .row:nth-child(n) .text {
        padding: 0 !important
    }

    .service-single-rows .col-12 {
        padding-bottom: 30px
    }

    .service-single-rows {
        margin-bottom: -30px
    }

    .service-single-rows img {
        width: 100%;
        margin: 0 auto !important
    }

    .block-phone {
        padding: 20px;
        border-radius: 10px
    }

    .block-phone__text {
        font-size: 16px
    }

    .block-phone-item__text {
        font-size: 14px;
        line-height: 1.4
    }

    .block-phone-item__text a {
        font-size: 16px;
        margin-right: 10px
    }

    .block-phone-item__img {
        width: 60px;
        height: 60px;
        line-height: 60px;
        border-radius: 10px;
        margin-right: 15px
    }

    .block-phone-item__img img {
        max-width: 40px;
        max-height: 40px
    }

    .column-4 {
        column-count: 3
    }

    .block-phone .col-12 {
        padding-bottom: 20px
    }

    .block-phone .row {
        margin-bottom: -20px
    }

    .service-list-item {
        border-radius: 10px
    }

    .service-list-item__img {
        border-radius: 10px;
    }

    .products-item__image {
        padding-bottom: 300px
    }

    .tabs-nav__item {
        border-radius: 10px;
        font-size: 14px;
        padding: 15px 10px;
        width: 25%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center
    }
}

@media screen and (max-width: 767px) {
    .content {
        padding-top: 61px
    }

    .section-main__title {
        font-size: 24px;
        max-width: 400px
    }

    .advantages-2 .col-12 {
        padding-bottom: 20px
    }

    .advantages-2 .row {
        margin-bottom: -20px
    }

    .category-tabs-nav__item {
        font-size: 14px;
        padding: 15px 15px
    }

    .products-item__btns .btn {
        font-size: 11px
    }

    .products-item__links-col {
        width: 50%
    }

    /* .products-item__link {
        font-size: 12px
    } */

    /* .products-item__link svg {
        width: 14px;
        height: 14px
    } */

    .products-item {
        padding-left: 10px;
        padding-right: 10px
    }

    .products-item__bottom {
        left: 10px;
        right: 10px
    }

    .advantages-item {
        padding: 15px 15px 15px 90px;
        text-align: left;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }

    .advantages-item__img {
        top: calc(50% - 30px);
        left: 15px
    }

    .advantages-3 .advantages-item__img {
        top: calc(50% - 30px);
        left: 0px
    }

    .advantages-3 .advantages-item {
        padding: 0 0 0 75px;
        min-height: 60px;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center
    }

    .section-subscribe__text {
        padding: 60px 0 20px;
        text-align: center
    }

    .section-subscribe__text svg {
        top: 0;
        left: calc(50% - 30px)
    }

    .section {
        padding: 40px 0
    }

    .advantages,
    .categories-list {
        margin-bottom: 40px
    }

    .advantages-2-item {
        font-size: 15px;
        padding: 20px 15px
    }

    .title,
    .text-title,
    .text h2,
    .text h3,
    .popup__title {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 20px
    }

    .blog-item {
        height: 350px
    }

    .popup {
        padding: 30px 20px;
        border-radius: 10px
    }

    .fancybox-slide--html .fancybox-close-small {
        right: 10px;
        top: 10px
    }

    .popup__icon svg {
        width: 40px;
        height: 40px
    }

    .form img {
        max-width: 100%
    }

    .popup__title {
        margin-bottom: 25px
    }

    .form .btn {
        margin-top: 10px
    }

    .filter-sort {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -5px;
        margin-right: -5px
    }

    .filter-sort-item__view-link {
        display: flex;
        align-items: center;
        gap: 5px;
        width: auto !important;
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
    }

    .filter-sort-item__view-link svg {
        width: 16px;
        height: 16px
    }

    .filter-sort-item .selectric {
        height: 40px
    }

    .filter-sort-item .selectric .label {
        height: 40px;
        line-height: 40px
    }

    .filter-sort-item .selectric .button {
        line-height: 40px;
        height: 40px
    }

    .filter-sort-item__title {
        font-size: 11px
    }

    .filter-sort-item__select {
        width: 100%
    }

    .filter-sort {
        margin: 0;
        gap: 0;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: none;
        flex-wrap: nowrap
    }

    .filter-sort-item {
        width: 100%;
        padding: 0 5px;
        padding-bottom: 0
    }

    /* .filter-sort-item_sort {
        width: 100% - 150px
    }

    .filter-sort-item_filter+.filter-sort-item_sort {
        width: calc(100% - 150px)
    } */

    .filter-sort-item_count {
        display: none
    }

    .filter-sort-item_filter,
    .filter-sort>.filter-sort-item {
        flex: none;
        width: auto
    }

    .filter-sort-item.filter-sort-item_sort {
        flex: 1;
    }

    .filter-sort-item_filter .filter-sort-item__title {
        display: none
    }

    .filter-sort-item_view {
        flex: none;
        width: auto
    }

    .filter-sort-item_view .filter-sort-item__title {
        display: none
    }

    .filter-sort-item__title {
        margin-right: 0;
        display: none
    }

    .page-link {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }

    .pagination {
        margin-top: 20px
    }

    .products {
        margin-bottom: 30px
    }

    .faq-item__title {
        padding: 15px 30px 15px 15px
    }

    .faq-block-form {
        padding: 20px 15px
    }

    .faq-item__content {
        padding: 0 15px 20px 15px
    }

    .breadcrumb {
        white-space: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
        margin: 0 -15px 20px;
        padding: 0 15px 10px
    }

    .breadcrumb-item {
        flex: none
    }

    .tooltipster-sidetip .tooltipster-content {
        font-size: 13px;
        padding: 5px 10px
    }

    .aside-item__tooltip .btn {
        font-size: 14px;
        height: auto;
        line-height: normal;
        padding: 0;
        color: #0070a7;
        background: none;
        border: none;
        text-decoration: underline
    }

    .aside-item__tooltip {
        width: auto;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .tooltipster-fade.tooltipster-show {
        padding-left: 0
    }

    .tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
        left: 0
    }

    .tooltipster-sidetip .tooltipster-box {
        border-radius: 10px
    }

    .aside-item__tooltip-text {
        padding-right: 10px
    }

    .tooltipster-sidetip .tooltipster-arrow-background {
        border: 6px solid transparent
    }

    .tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
        height: 12px;
        margin-top: -6px;
        left: 0;
        top: 0;
        width: 12px
    }

    .tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
        left: -3px
    }

    /* .filter-sort {
        padding-bottom: 0
    } */

    .blog-item__inner {
        left: 15px;
        right: 15 p;
        bottom: 20px
    }

    .popup-added .products-item__title,
    #boc_order .products-item__title {
        font-size: 16px
    }

    .popup-added__right {
        padding-left: 20px
    }

    .popup-added .calc {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .product-single__top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 5px
    }

    .product-single__top-item {
        width: 50%;
        padding-bottom: 10px
    }

    .product-single-images__main {
        width: calc(100% - 90px);
        height: 300px
    }

    .product-single-images-nav__item {
        padding-bottom: 117%
    }

    .product-single-images-nav .col-3 {
        padding: 0 5px 10px
    }

    .product-single-images-nav .row {
        margin: 0 -5px -10px
    }

    .product-single__col {
        padding-bottom: 30px
    }

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

    .product-single__advantages .advantages-item {
        padding: 15px 15px 15px 90px;
        min-height: 90px
    }

    .product-single__btns .btn {
        padding: 0 10px;
        width: calc(50% - 5px);
        margin: 0 10px 10px 0
    }

    .product-single__btns .btn:nth-child(2) {
        margin-right: 0
    }

    .product-single__btns {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .product-single__btns .products-item__link {
        margin-left: 0
    }

    .block-info-item__title {
        font-size: 16px;
        height: auto;
        padding: 15px 15px 13px
    }

    .block-info-item__content {
        padding: 15px
    }

    .advantages-about-item {
        padding: 20px 15px
    }

    .advantages-about .col-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .text-simple h2 {
        font-size: 18px
    }

    .text-simple h3 {
        font-size: 16px
    }

    .contacts-tabs-nav {
        width: 100px
    }

    .contacts-tabs-nav__item {
        font-size: 13px;
        height: 40px;
        line-height: 40px;
        margin-bottom: 10px
    }

    .section-delivery-block {
        padding: 20px 15px
    }

    .section-delivery-block__title img {
        margin-right: 6px
    }

    .section-delivery-block__images img:nth-child(n) {
        transform: scale(0.7);
        margin-right: 0;
        margin-left: -12px
    }

    .selectric .label {
        margin: 0 30px 0 15px
    }

    .selectric .button {
        width: 30px !important
    }

    .table-cart {
        display: block
    }

    .table-cart thead {
        display: none
    }

    .table-cart td:before {
        content: attr(data-title);
        top: 0;
        left: 0;
        bottom: 0;
        width: 115px;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding-left: 10px;
        position: absolute;
        font-size: 12px;
        border-right: 1px solid #eee
    }

    .table-cart tbody {
        display: block
    }

    .table-cart tr {
        display: block;
        position: relative;
        border-top: 1px solid #eaeaea
    }

    .table-cart tr:first-child {
        border-top: none
    }

    .table-cart td {
        display: block;
        text-align: left;
        position: relative;
        width: 100%
    }

    .table-cart td:nth-child(n) {
        padding: 10px 10px 10px 125px
    }

    .table-cart td:last-child {
        position: absolute;
        bottom: 10px;
        padding: 0;
        right: 10px;
        left: auto;
        width: auto
    }

    .table-cart td:last-child:before {
        display: none
    }

    .table-cart .calc {
        margin: 0
    }

    .table-cart .table-cart__tr-total td {
        display: none
    }

    .table-cart .table-cart__tr-total td.table-cart__total {
        display: block
    }

    .table-cart td.table-cart__total {
        text-align: center
    }

    .section-checkout-delivery .col-12 {
        padding-bottom: 20px
    }

    .section-checkout-delivery .row {
        margin-bottom: -20px
    }

    .section-checkout-delivery__title {
        font-size: 16px
    }

    .table-cart-wrapper {
        margin-bottom: 30px
    }

    .section-checkout-delivery .selectric-wrapper {
        max-width: 100%
    }

    .table-cart td.table-cart__total {
        font-size: 18px
    }

    .documents-item__img {
        margin-bottom: 10px
    }

    .service-single-info .col-12 {
        padding-bottom: 30px
    }

    .service-single-info .row {
        margin-bottom: -30px
    }

    .service-single-info .advantages-item p {
        width: auto;
        margin-right: 20px
    }

    .service-single-info .advantages-item .btn {
        margin-top: 0
    }

    .block-phone {
        padding: 20px 15px
    }

    .block-phone__text {
        font-size: 15px
    }

    .block-phone-item__text a {
        font-size: 15px
    }

    .service-list-item__content {
        padding: 20px 15px
    }

    .service-list-item__price {
        font-size: 16px
    }

    .service-list-item__title {
        font-size: 15px;
        line-height: 1.3
    }

    .column-4 {
        column-count: 2
    }

    .products-item__image {
        padding-bottom: 180px
    }

    .product-single-images-nav {
        width: 80px
    }

    .product-single-images-nav__item {
        padding-bottom: 65px
    }

    .product-single-images-nav__item.video:before {
        transform: scale(0.8)
    }

    .tabs-nav__item {
        border: 1px solid #eee;
        border-radius: 10px;
        margin: 0 5px 10px;
        width: calc(50% - 10px);
        padding: 12px 10px;
        line-height: 1.3
    }

    .tabs-nav__item.active {
        background: #eee
    }

    .product-single__advantages .col-12 {
        padding-bottom: 10px
    }

    .product-single__advantages .row {
        margin-bottom: -10px
    }

    .tabs-nav {
        border: none;
        margin-left: -5px;
        margin-right: -5px;
        margin-bottom: 10px
    }
}

@media screen and (max-width: 575px) {

    .filter-sort {
        top: 58px !important;
    }

    .section-main__title {
        font-size: 20px;
        max-width: 220px
    }

    .section-main {
        background-position: 35% center
    }

    .advantages-2-item__img {
        width: 60px;
        height: 60px
    }

    .category-tabs-nav {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .category-tabs-nav__item {
        width: 50%;
        padding: 10px;
        text-align: center;
        border-radius: 10px;
        margin-bottom: 5px
    }

    .products-item__image {
        padding-bottom: 140px
    }

    .faq-block-form__title {
        font-size: 16px
    }

    .blog .col-12:nth-child(n) {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .search-document {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        background: none
    }

    .search-document__input {
        margin-bottom: 10px
    }

    .search-document__btn {
        width: 100%
    }

    .documents .col-12 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .service-list-item__title {
        min-height: 0
    }

    .service-list-item__price {
        font-size: 18px
    }

    .service-list-item__title {
        font-size: 16px
    }

    .products-list .col-12 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 100%;
        padding: 0;
    }

    .products-list .products-item__image {
        padding-bottom: 100%
    }

    /*.products-list .products-item__title {
        font-size: 13px;
        height: 58px;
    }*/

    .products-list .products-item__rating {
        display: none
    }

    .products-list .products-item__btns .btn {
        width: 100%;
        padding: 0 5px;
        font-size: 8px;
        height: 36px;
        line-height: 34px;
        border-radius: 10px;
    }

    .products-list .products-item__btns .btn:last-child {
        margin-bottom: 0
    }

    .products-list .products-item__price {
        font-size: 16px
    }

    .products-list .products-item__price-old {
        font-size: 13px
    }

    .products-list .products-item__link {
        font-size: 10px
    }

    /* .products-list .products-item__bottom {
        bottom: 10px
    } */

    .products-item__label {
        font-size: 8px;
        height: 25px;
        line-height: 25px;
        margin-bottom: 5px
    }
}

@media screen and (max-width: 479px) {
    .popup-added__inner {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .popup-added__left {
        width: 100%
    }

    .popup-added__left img {
        width: auto;
        max-height: 240px
    }

    .popup-added__right {
        width: 100%;
        padding: 30px 0 0 0
    }

    .popup-added .products-item__btns .btn {
        max-width: 100%
    }

    .product-single__top-item {
        width: 100%;
        margin-right: 0;
        padding-bottom: 5px
    }

    .product-single__price-block-left {
        width: 100%;
        padding-bottom: 10px
    }

    .product-single__price-block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .product-single__price-block-right {
        text-align: left;
        width: 100%
    }

    .product-single__price-block-link {
        display: inline-block;
        margin-left: 0;
        margin-right: 16px
    }

    .product-characteristics__item span:nth-child(2) {
        width: 50%
    }

    .article-bottom {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-direction: reverse;
        -webkit-box-orient: vertical;
        -moz-box-direction: reverse;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-top: 20px
    }

    .article-bottom .share {
        width: 100%;
        white-space: nowrap;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }

    .article-watch {
        width: 100%;
        margin-bottom: 10px;
        text-align: right
    }

    .contacts {
        padding-right: 15px;
        padding-left: 15px
    }

    .contacts-tabs-nav {
        top: auto;
        bottom: auto;
        flex-direction: row;
        left: 0;
        right: 0;
        width: auto;
        padding: 0 10px;
        position: relative;
        margin: 0 -15px 20px
    }

    .contacts-tabs-nav__item {
        font-size: 12px;
        height: 40px;
        line-height: 40px;
        margin-bottom: 10px;
        width: auto;
        padding: 0 5px;
        margin: 0 5px;
        width: 20%
    }

    .contacts .footer-nav {
        margin-left: 0
    }

    .service-single-info .advantages-item p {
        width: 100%;
        margin-right: 0
    }

    .service-single-info .advantages-item .btn {
        margin-top: 10px
    }

    .block-phone-item__text a {
        margin-right: 10px;
        margin-top: 5px;
        display: block
    }

    .block-phone-item__text a:first-child {
        margin-top: 0
    }

    .products-list .products-item__link {
        font-size: 0
    }

    .products-list .products-item__link svg {
        width: 16px;
        height: 16px;
        margin: 0
    }

    .products-list .products-item__links {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }

    .products-list .products-item__links-col {
        width: auto;
        padding: 0 10px
    }

    .tabs-nav__item {
        padding: 7px
    }
}

@media screen and (max-width: 424px) {
    .contacts-tabs-nav {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 15px
    }

    .contacts-tabs-nav__item {
        width: calc(33.33% - 10px);
        margin-bottom: 5px
    }

    .contacts-tabs-nav__item:last-child {
        margin-bottom: 5px
    }

    .column-4 {
        column-count: 1
    }

    .products-list .products-item__price-old {
        font-size: 13px;
        margin-right: 6px;
        display: block;
        line-height: 1
    }
}

@media screen and (max-width: 374px) {
    .page-item {
        margin: 0 2px
    }

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

    .category-item .cat-name {
        font-size: 0.8rem;
        line-height: 1.3;
    }
}


.swal2-container {
    z-index: 100000 !important;
}

.btn-rev-upload,
.btn-rev-remove {
    margin-top: 0px;
    width: 50px !important;
}

.popup__promocode {
    text-align: center;
    background: #ff8f00;
    border-radius: 10px;
    padding: 1rem;
    font-weight: 600;
}

.btn-swal-confirm {
    background-color: #0070a7 !important;
}

#boc_form .input-group-text {
    background-color: #0070a7;
}

#boc_form .input-group-text i {
    color: #fff;
}

#boc_form .has-error input {
    border-color: red;
}


.form-product-review .rating span {
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.form-product-review .rating i {
    cursor: pointer;
}

.form-product-review .rating .fa-stack {
    font-size: 16px !important;
}

.form-product-review .rating .fa-star-o {
    color: #999;
    font-size: 30px !important;
}

.form-product-review .rating .fa-star {
    color: #FFF;
    font-size: 22px !important;
}

.form-product-review .rating .fa-star+.fa-star-o {
    color: #0070a7;
}

.aside-item__tooltip-text {
    white-space: nowrap;
    padding-right: 10px;
}


/* autocomplete simple np */
#shipping_address_city+.dropdown-menu {
    width: 100%;
    background: #ffffff;
    padding: 10px 20px;
    border-radius: 15px;
    max-height: 320px;
    overflow-y: scroll;
}

#shipping_address_city+.dropdown-menu li a {
    font-size: 13px;
    line-height: 20px;
    min-height: 30px;
    display: block;
    padding: 0;
    color: #151515;
    cursor: pointer;
}

#shipping_address_city+.dropdown-menu li a:hover {
    color: #0070a7
}

/* !autocomplete simple np */


/* select2 adapt for selectric! */

.select2-container {
    position: relative;
    cursor: pointer
}

.select2-container .selection {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: none;
    background: #ffffff;
    border-radius: 15px;
    transition: all 0.2s linear
}

.select2-container .selection .select2-selection__rendered {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 40px 0 20px;
    font-size: 13px;
    line-height: 60px;
    color: #555;
    height: 60px;
    user-select: none;
    text-align: left
}

.select2-container .select2-selection__arrow {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px !important;
    height: 60px;
    background-color: transparent;
    text-align: center;
    border: none;
    font-size: 0;
    margin: 0 !important;
    padding: 0;
    line-height: 60px;
    color: #151515
}


.select2-container--default .select2-selection--single .select2-selection__arrow b {
    height: 100% !important;
    width: 100% !important;
    position: unset !important;
    background-image: url(../images/select2-arrow-bg.svg);
    background-repeat: no-repeat;
    display: block;
    background-position: center;

    border: none !important;
    margin: 0px !important;
    transition: all 0.2s linear;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(180deg);
}

.select2-selection__rendered {
    line-height: 60px !important;
    margin-left: 10px !important;
}

.select2-container .select2-selection--single {
    border-radius: 15px !important;
    border: 1px solid #ffffff !important;
    height: 60px !important;
}

.select2-selection__arrow {
    height: 60px !important;
}

/* !select2 adapt for selectric! */

#form-testimonial input[name="product"]+.dropdown-menu {
    width: calc(100% - 20px);
    border-radius: 15px;
    padding: 0 20px;
    border: 1px solid #ffffff !important;
}

#form-testimonial input[name="product"]+.dropdown-menu li {
    padding: 0px 0px 5px 0px;
}

.header-social-for-mobile {
    margin-right: 0px;
    margin-bottom: 6px;
    margin-left: auto;
}

.btn-show-stock-detail {
    color: #0070a7;
    text-decoration: underline;
}

.cursor-pointer {
    cursor: pointer;
}

.cashback-question {
    color: #0070a7;
}

.cashback-question:hover {
    color: #000;
}

.products-item.product-outstock {
    filter: grayscale(100%);
}

.products-item.product-outstock .products-item__bottom {
    pointer-events: none;
}

.show-more-box {
    text-align: center;
}

.categories-listing {
    margin-left: -5px;
    margin-right: -5px;
    /* margin-bottom: 30px; */
}

.slider-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}

.categories-listing .slick-track {
    margin: 0;
    margin-bottom: 20px;
}

.slick-dotss {
    width: fit-content;
}

.categories-listing .slick-dots:first-child {
    width: fit-content;
    margin: 0 auto;
}

.categories-listing {
    position: relative;
}

.slider-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    gap: 15px;
}

.slick-prev-custom,
.slick-next-custom {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 1;
}

.slick-dots-custom {
    text-align: center;
    margin-bottom: 8px;
}

.slider-nav .slick-prev:hover,
.slider-nav .slick-next:hover {
    background: #0a7eb8;
}

.slider-nav .slick-prev::before,
.slider-nav .slick-next::before {
    font-size: 20px;
    color: #333;
}

.slick-dots-custom .slick-dots {
    position: static;
    display: inline-flex;
    /* gap: 8px; */
    margin: 0;
    padding: 0;
}

.slick-dots-custom .slick-dots li button:before {
    font-size: 10px;
    color: #ccc;
}

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

.slider-nav .slick-prev,
.slider-nav .slick-next {
    position: static !important;
    width: 40px;
    height: 40px;
    background: #0070a7;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    border: none;
    transform: none;
    transition: background 0.3s;
}

.slider-nav .slick-prev::before,
.slider-nav .slick-next::before {
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    border: solid #333;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(185deg) brightness(107%) contrast(102%);
    border-width: 0 3px 3px 0;
    transform: translate(50%, 0%) rotate(135deg);
}

/* .slider-nav .slick-next,
.slider-nav .slick-prev {
    opacity: 0;
}

.slider-nav:hover .slick-next,
.slider-nav:hover .slick-prev {
    opacity: 1;
} */

.slider-nav .slick-prev::before {
    margin-left: 10px;
}

.slider-nav .slick-next::before {
    transform: translate(50%, 0%) rotate(-45deg);
    margin-left: 5px;
}

.slider-nav .slick-prev.slick-disabled,
.slider-nav .slick-next.slick-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* .categories-listing .slick-dots {
    display: none !important;
} */

.categories-list__item {
    padding: 0 5px;
}

.category-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.service-list-item__img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media screen and (min-width: 990.98px) {
    /* .main-wrapper:has(.aside.js-filter) {
        overflow: initial;
    } */

    .section-catalog__aside {
        position: sticky;
        top: 20px;
        /* min-width: 300px; */
    }

    .aside.js-filter {
        position: sticky;
        top: 120px;
        height: calc(100vh - 350px);
        overflow-y: auto;
        scrollbar-width: none;
    }

    body:has(.sticky-h) .aside.js-filter {
        height: calc(100vh - 235px);
    }

    body:has(.sticky) .aside.js-filter {
        height: calc(100vh - 50px);
    }

}

/* @media screen and (max-width: 1599.98px) {
    .aside.js-filter {
        top: 115px;
        height: calc(100vh - 140px);
    }
} */

@media screen and (max-width: 1532.98px) {
    /* .aside.js-filter {
        top: 140px;
        height: calc(100vh - 155px);
        padding: 20px 15px;
    } */

    .ocf-footer .ocf-btn {
        font-size: 12px;
        padding: 5px !important;
    }

}

@media screen and (max-width: 1199.98px) {
    .aside.js-filter {
        top: 100px;
        height: calc(100vh - 115px);
    }
}

@media screen and (max-width: 990.98px) {
    .aside.js-filter {
        top: 0;
        height: 112dvh;
    }
}

@media screen and (max-width: 574.98px) {

    .categories-listing .slick-prev,
    .categories-listing .slick-next {
        display: none !important;
    }

    /* .categories-listing .slick-dots {
        display: block !important;
    } */


}

@media (min-width: 2px) {
    .ocf-footer {
        bottom: -25px !important;
        padding: 10px 10px 20px 10px !important;
    }
}

.ocf-popover {
    display: none !important;
}

.filter-sort-item__view-link,
.ocf-between .ocf-search-btn-static {
    background: #0070a7 !important;
    color: #ffffff;
    opacity: 1 !important;
}

.ocf-between .ocf-search-btn-static {
    padding: 10px 5px !important;
}

.filter-sort-item__view-link svg path {
    fill: #ffffff;
}

/* btn top */
.btn-top {
    position: fixed;
    right: 18px;
    bottom: 95px;
    width: 48px;
    height: 48px;
    background-color: rgba(44, 49, 54, 0.7);
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 10;
}

.btn-top svg:first-child {
    position: relative;
    z-index: 2;
}

.scroll-progress {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-90deg);
    pointer-events: none;
    z-index: 1;
}

.progress-circle {
    stroke-dasharray: 126;
    stroke-dashoffset: 126;
    transition: stroke-dashoffset 0.2s linear;
}

.help-popup,
#bingc-phone-button.bingc-show {
    z-index: 10 !important;
}

.ts-mw-button {
    bottom: 35px !important;
}

body.mini-card-show #bingc-phone-button.bingc-show {
    bottom: 105px !important;
}

body.mini-card-show .ts-mw-button {
    bottom: 125px !important;
}

body.mini-card-show .help-popup,
body.mini-card-show .btn-top {
    bottom: 185px !important;
}

body.mini-card-show footer {
    padding-bottom: 100px;
}

@media screen and (max-width: 400px) {
    body.mini-card-show #bingc-phone-button.bingc-show {
        left: 5px !important;
        bottom: 165px !important;
    }

    body.mini-card-show .ts-mw-button {
        bottom: 185px !important;
    }

    body.mini-card-show .help-popup {
        bottom: 180px !important;
    }

    body.mini-card-show .btn-top {
        bottom: 235px !important;
    }

    body.mini-card-show .btn-top {
        bottom: 95px;
    }

    body.mini-card-show footer {
        padding-bottom: 150px;
    }
}

.js-slider-products div[class*="col"] {
    max-width: 100%;
    margin: 10px 0 10px 0;
}

.model-content {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    transition: 0.1s ease all;
    cursor: pointer;
}

.model-content span {
    transition: 0.1s ease all;
}

.model-content.active span {
    transform: scale(1.05);
    transition: 0.1s ease all;
}

.product-single__top-item.product-single__code {
    display: flex;
    gap: 5px;
}

.social-share {
    display: flex;
    /* align-items: center; */
    gap: 5px;
    color: #717171;
    font-size: 14px;
    background: transparent;
    outline: none;
    border: none;
    padding: 0;
}

.social-share:hover {
    opacity: 0.8;
}

.ocf-theme-light .ocf-value-count {
    background: transparent !important;
    font-size: 13px;
}


.soc {display:flex;gap:10px;margin-right: 10px;align-items: center;}
.tg {background:url(../images/social.svg);width: 25px;height: 25px;display: table!important;background-size: inherit;background-position: -164px;background-repeat: no-repeat;}
.whatsapp {background:url(../images/social.svg);width: 26px;height: 25px;display: table !important;background-size: inherit;background-position: -188px;background-repeat: no-repeat;}
.viber {background:url(../images/social.svg);width: 26px;height: 25px;display: table !important;background-size: inherit;background-position: -213px;background-repeat: no-repeat;}


.star-fix {display:none;}


 .ratingblock1 {
    right: 20px;
    top: 0;
    text-align: right;
    position: absolute;
}.rtngblock .rtng_val {
    font-size: 26px;
    margin-right: 7px;
    color: #f99b00;
    font-weight: 600;
    display: inline-block;
}.none {
    display: none;
}.rtngblock .star_rate_big {
    margin-top: 4px;
}
span.star_rate_big {
    display: block;
    height: 30px;
    width: 150px;
    background: url(/img/stars-big.png) 0 -30px repeat-x;
    float: right;
}span.star_rate_big span {
    display: block;
    height: 30px;
    width: 150px;
    background: url(/img/stars-big.png) 0 0 repeat-x;
}.rtngblock .rtngdescr {
    white-space: nowrap;
    position: absolute;
    right: 5px;
    color: #333;
    font-size: 14px;
}.rtngblock .rtngviews {
    color: #777;
}

@media screen and (max-width: 756px) {
    .ratingblock1 {
    right: 0px;
    top: 0;
    text-align: right;
    position: relative;
    }
}

@media screen and (max-width: 756px) {
    
   .star-fix {display:block;position: fixed;bottom: 12px;left: 9px;background: #fff;display: table;border-radius: 8px;overflow: hidden;z-index: 20000;box-shadow: 2px 2px 2px #f2f2f2;padding: 5px 10px;} 
    .star-fix .rtngblock .rtng_val {font-size: 25px;}
    .star-fix .rtngdescr {font-size:12px;position: relative;}
}

.simplecheckout-block-content {color:#fff;}


.tabs__text table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 8px;
    margin: 1.5rem 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

.tabs__text table thead tr {
    background: transparent;
}

.tabs__text table th {
    padding: 12px 20px;
    color: #64748b;
    font-weight: 500;
    font-size: 0.85rem;
    text-align: left;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    border-bottom: none;
}

.tabs__text table td {
    padding: 18px 20px;
    background-color: white;
    color: #1e293b;
    font-size: 0.95rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
    border: none;
    transition: all 0.2s ease;
    position: relative;
}

/* ÐÐºÑ†ÐµÐ½Ñ‚Ð½Ð°Ñ Ð¿Ð¾Ð»Ð¾ÑÐ° ÑÐ»ÐµÐ²Ð° */
.tabs__text table td:first-child {
    border-left: 3px solid transparent;
    border-radius: 8px 0 0 8px;
}

.tabs__text table td:last-child {
    border-radius: 0 8px 8px 0;
}

/* Ð˜Ð½Ð´Ð¸Ð²Ð¸Ð´ÑƒÐ°Ð»ÑŒÐ½Ñ‹Ðµ Ñ†Ð²ÐµÑ‚Ð° Ð´Ð»Ñ Ñ€Ð°Ð·Ð½Ñ‹Ñ… ÑÑ‚Ñ€Ð¾Ðº */
.tabs__text table tbody tr:nth-child(1) td:first-child {
    border-left-color: #3b82f6;
}

.tabs__text table tbody tr:nth-child(2) td:first-child {
    border-left-color: #10b981;
}

.tabs__text table tbody tr:nth-child(3) td:first-child {
    border-left-color: #f59e0b;
}

.tabs__text table tbody tr:nth-child(4) td:first-child {
    border-left-color: #ef4444;
}

.tabs__text table tbody tr:nth-child(5) td:first-child {
    border-left-color: #8b5cf6;
}

.tabs__text table tbody tr:nth-child(6) td:first-child {
    border-left-color: #ec4899;
}

/* Ð­Ñ„Ñ„ÐµÐºÑ‚ Ð¿Ñ€Ð¸ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ð¸ */
.tabs__text table tbody tr {
    transition: all 0.2s ease;
    cursor: pointer;
}

.tabs__text table tbody tr:hover td {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px -8px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.tabs__text table tbody tr:hover td:first-child {
    border-left-width: 4px;
}

/* Ð¡Ñ‚Ð°Ñ‚ÑƒÑ Ð±ÐµÐ¹Ð´Ð¶Ð¸ Ð´Ð»Ñ ÑÑ‡ÐµÐµÐº (Ð¾Ð¿Ñ†Ð¸Ð¾Ð½Ð°Ð»ÑŒÐ½Ð¾) */
.tabs__text table td .status {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
}

.tabs__text table td .status.active {
    background-color: #d1fae5;
    color: #065f46;
}

.tabs__text table td .status.pending {
    background-color: #fed7aa;
    color: #9a3412;
}

.tabs__text table td .status.inactive {
    background-color: #e2e8f0;
    color: #475569;
}

/* Ð˜ÐºÐ¾Ð½ÐºÐ¸ Ð² ÑÑ‡ÐµÐ¹ÐºÐ°Ñ… */
.tabs__text table td .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background-color: #f1f5f9;
    color: #475569;
    margin-right: 8px;
}

/* ÐŸÑ€Ð¾Ð³Ñ€ÐµÑÑ Ð±Ð°Ñ€ Ð² ÑÑ‡ÐµÐ¹ÐºÐ°Ñ… */
.tabs__text table td .progress {
    width: 100%;
    height: 6px;
    background-color: #e2e8f0;
    border-radius: 3px;
    overflow: hidden;
}

.tabs__text table td .progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
    border-radius: 3px;
    transition: width 0.3s ease;
}

/* ÐÐ²Ð°Ñ‚Ð°Ñ€ÐºÐ¸ Ð² ÑÑ‡ÐµÐ¹ÐºÐ°Ñ… */
.tabs__text table td .avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    font-weight: 600;
    font-size: 0.85rem;
    margin-right: 10px;
}

.tabs__text table td .avatar.small {
    width: 24px;
    height: 24px;
    font-size: 0.7rem;
}

/* Ð§ÐµÐºÐ±Ð¾ÐºÑÑ‹ Ð² Ñ‚Ð°Ð±Ð»Ð¸Ñ†Ðµ */
.tabs__text table td .checkbox {
    width: 18px;
    height: 18px;
    border: 2px solid #cbd5e1;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.tabs__text table td .checkbox.checked {
    background-color: #3b82f6;
    border-color: #3b82f6;
    position: relative;
}

.tabs__text table td .checkbox.checked::after {
    content: 'âœ“';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 12px;
}

/* ÐÐ´Ð°Ð¿Ñ‚Ð¸Ð²Ð½Ð¾ÑÑ‚ÑŒ */
@media (max-width: 768px) {
    .tabs__text {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 8px;
    }
    
    .tabs__text table {
        min-width: 700px;
        border-spacing: 0 6px;
    }
    
    .tabs__text table th,
    .tabs__text table td {
        padding: 14px 16px;
        white-space: nowrap;
    }
}

/* Ð¢ÐµÐ¼Ð½Ð°Ñ Ñ‚ÐµÐ¼Ð° (Ð¾Ð¿Ñ†Ð¸Ð¾Ð½Ð°Ð»ÑŒÐ½Ð¾) */
@media (prefers-color-scheme: dark) {
    .tabs__text table td {
        background-color: #1e293b;
        color: #e2e8f0;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    }
    
    .tabs__text table th {
        color: #94a3b8;
    }
    
    .tabs__text table tbody tr:hover td {
        background-color: #334155;
    }
    
    .tabs__text table td .icon {
        background-color: #334155;
        color: #cbd5e1;
    }
    
    .tabs__text table td .status.inactive {
        background-color: #334155;
        color: #cbd5e1;
    }
}

/* ÐÐ½Ð¸Ð¼Ð°Ñ†Ð¸Ñ Ð¿Ð¾ÑÐ²Ð»ÐµÐ½Ð¸Ñ ÑÑ‚Ñ€Ð¾Ðº */
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tabs__text table tbody tr {
    animation: slideIn 0.3s ease forwards;
    opacity: 0;
}

.tabs__text table tbody tr:nth-child(1) { animation-delay: 0.05s; }
.tabs__text table tbody tr:nth-child(2) { animation-delay: 0.1s; }
.tabs__text table tbody tr:nth-child(3) { animation-delay: 0.15s; }
.tabs__text table tbody tr:nth-child(4) { animation-delay: 0.2s; }
.tabs__text table tbody tr:nth-child(5) { animation-delay: 0.25s; }
.tabs__text table tbody tr:nth-child(6) { animation-delay: 0.3s; }
.tabs__text table tbody tr:nth-child(7) { animation-delay: 0.35s; }
.tabs__text table tbody tr:nth-child(8) { animation-delay: 0.4s; }
.tabs__text table tbody tr:nth-child(9) { animation-delay: 0.45s; }
.tabs__text table tbody tr:nth-child(10) { animation-delay: 0.5s; }


.telegram-section {display:none!important;}

.simplecheckout-block {margin-bottom:15px;}

.qty input {border: 2px solid #008436;
    width: 60px;
    padding: 5px 10px;
    border-radius: 14px;
    text-align: center;}