@charset 'UTF-8';

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

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

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

.slick-list:focus {
    outline: 0
}

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

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -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;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

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

.slick-track:after {
    clear: both
}

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

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

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

.slick-slide img {
    display: block
}

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

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

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

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

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

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

.slick-loading .slick-list {
    background: #fff url(../libs/slick/ajax-loader.gif) center center no-repeat
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(../libs/slick/fonts/slick.eot);
    src: url(../libs/slick/fonts/slick.eot?#iefix) format('embedded-opentype'), url(../libs/slick/fonts/slick.woff) format('woff'), url(../libs/slick/fonts/slick.ttf) format('truetype'), url(../libs/slick/fonts/slick.svg#slick) format('svg')
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir=rtl] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '→'
}

[dir=rtl] .slick-next:before {
    content: '←'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

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

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

@font-face {
    font-family: GolosText;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/GolosText-Regular/GolosText-Regular.eot);
    src: url(../fonts/GolosText-Regular/GolosText-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/GolosText-Regular/GolosText-Regular.woff) format("woff"), url(../fonts/GolosText-Regular/GolosText-Regular.ttf) format("truetype")
}

@font-face {
    font-family: GolosText;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/GolosText-Medium/GolosText-Medium.eot);
    src: url(../fonts/GolosText-Medium/GolosText-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/GolosText-Medium/GolosText-Medium.woff) format("woff"), url(../fonts/GolosText-Medium/GolosText-Medium.ttf) format("truetype")
}

@font-face {
    font-family: GolosText;
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/GolosText-DemiBold/GolosText-DemiBold.eot);
    src: url(../fonts/GolosText-DemiBold/GolosText-DemiBold.eot?#iefix) format("embedded-opentype"), url(../fonts/GolosText-DemiBold/GolosText-DemiBold.woff) format("woff"), url(../fonts/GolosText-DemiBold/GolosText-DemiBold.ttf) format("truetype")
}

@font-face {
    font-family: GolosText;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/GolosText-Bold/GolosText-Bold.eot);
    src: url(../fonts/GolosText-Bold/GolosText-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/GolosText-Bold/GolosText-Bold.woff) format("woff"), url(../fonts/GolosText-Bold/GolosText-Bold.ttf) format("truetype")
}

@font-face {
    font-family: Exo2;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/Exo2-Bold/Exo2-Bold.eot);
    src: url(../fonts/Exo2-Bold/Exo2-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Exo2-Bold/Exo2-Bold.woff) format("woff"), url(../fonts/Exo2-Bold/Exo2-Bold.ttf) format("truetype")
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

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

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

[tabindex="-1"]:focus {
    outline: 0 !important
}

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

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

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

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

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

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

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

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

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

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

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

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

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

figure {
    margin: 0 0 1rem
}

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

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

table {
    border-collapse: collapse
}

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

th {
    text-align: inherit
}

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

button {
    border-radius: 0
}

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

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

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

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

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

::-webkit-input-placeholder {
    color: #666
}

::-moz-placeholder {
    color: #666
}

:-ms-input-placeholder {
    color: #666
}

::-ms-input-placeholder {
    color: #666
}

::placeholder {
    color: #666
}

::-moz-selection {
    background-color: #ec220d;
    color: #fff
}

::selection {
    background-color: #ec220d;
    color: #fff
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.65;
    font-family: GolosText, sans-serif;
    overflow-x: hidden;
    color: #7a7a7a;
    background-color: #f8f8f8
}

body input,
body textarea {
    border: #666 1px solid;
    outline: 0
}

a {
    -webkit-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out
}

button {
    cursor: pointer;
    -webkit-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out
}

button:focus {
    outline: 0
}

img {
    pointer-events: none
}

b,
strong {
    font-weight: 700
}

textarea::-webkit-scrollbar-track {
    background-color: #fff
}

textarea::-webkit-scrollbar {
    width: 14px;
    border-radius: 2px;
    background-color: #dbdbdb
}

textarea::-webkit-scrollbar-thumb {
    background-color: #dbdbdb
}

.container {
    max-width: 1440px;
    margin: 0 auto
}

.title {
    color: #080808;
    font-family: Exo2, sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.22;
    margin-bottom: 30px
}

.title span {
    color: #ec220d
}

.title.white {
    color: #fff
}

.pretitle {
    color: #7a7a7a;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.3
}

.pretitle.gray {
    color: #b1b1b1
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 14px;
    padding: 19px 40px;
    border-radius: 4px;
    background-color: #ec220d;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    border: none;
    text-align: center
}

.btn:hover {
    text-decoration: none;
    background-color: #d7200d;
    color: #fff
}

.btn-border {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    padding: 17px 40px;
    border-radius: 4px;
    border: 2px solid #ec220d;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    background-color: transparent
}

.btn-border.blue {
    border-color: #172b52
}

.btn-border.blue:hover {
    background-color: #172b52;
    color: #fff
}

.btn-border:hover {
    text-decoration: none;
    background-color: #ec220d;
    color: #fff
}

.btn-blue {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    padding: 24px 48px;
    background-color: #172b52;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    border: none;
    text-align: center
}

.btn-blue:hover {
    text-decoration: none;
    color: #fff;
    background-color: #ec220d
}

.header__top {
    background-color: #fff;
    padding: 35px 0
}

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

.header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px
}

.header__logoIcon {
    color: #0c2954;
    font-family: Exo2, sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase
}

.header__logoIcon:hover {
    text-decoration: none;
    color: #ec220d
}

.header__logoContent {
    color: #9f9f9f;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    padding-top: 5px
}

.header__address {
    color: #000;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px
}

.header__address:before {
    content: "";
    width: 14px;
    height: auto;
    aspect-ratio: .67;
    background-image: url(/wp-content/themes/stavr/assets/img/header__address.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: 3px
}

.header__wp {
    color: #000;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px
}

.header__wp:before {
    content: "";
    width: 22px;
    height: auto;
    aspect-ratio: 1;
    background-image: url(/wp-content/themes/stavr/assets/img/header__wp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: 3px
}

.header__wp:hover {
    text-decoration: none;
    color: #4d4d4d
}

.header__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 4px;
    position: relative;
    padding-left: 30px
}

.header__phone:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 19px;
    height: auto;
    aspect-ratio: 1;
    background-image: url(/wp-content/themes/stavr/assets/img/header__phone.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: 3px
}

.header__phoneLink {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2
}

.header__phoneLink:hover {
    text-decoration: none;
    color: #172b52
}

.header__phoneDate {
    color: #7f7f7f;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.3
}

.header__cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 28px
}

.header__cart:hover {
    text-decoration: none
}

.header__cartIcon {
    width: 30px;
    height: auto;
    aspect-ratio: 1;
    position: relative;
    background-image: url(/wp-content/themes/stavr/assets/img/header__cartIcon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.header__cartNum {
    width: 23px;
    height: auto;
    aspect-ratio: 1;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    left: 26px;
    bottom: 17px;
    background-color: #ec220d;
    border-radius: 50%
}

.header__cartContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px
}

.header__cartTitle {
    color: #7f7f7f;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2
}

.header__cartValue {
    color: #3b3b3b;
    font-size: 22px;
    font-weight: 700;
    line-height: 1
}

.header__bottom {
    background-color: #172b52
}

.header__bottomContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.header__catalog {
    width: 108px;
    height: auto;
    background-color: #ec220d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px
}

.header__catalog:hover {
    background-color: #d7200d;
    text-decoration: none
}

.header__catalog:hover+.header__category {
    opacity: 1;
    visibility: visible
}

.header__catalogIcon {
    height: 18px;
    width: 32px;
    position: relative
}

.header__catalogIcon span {
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 8px
}

.header__catalogIcon:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0
}

.header__catalogIcon:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0
}

.header__catalogTitle {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1
}

.header__menu ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px
}

.header__menu ul li {
    list-style: none
}

.header__menu ul li a {
    display: block;
    color: #f8f8f8;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    position: relative;
    padding: 27px 3px
}

.header__menu ul li a:before {
    content: "";
    width: 100%;
    height: 5px;
    background-color: #ec220d;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0;
    -webkit-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out
}

.header__menu ul li a:hover {
    text-decoration: none;
    color: #b0c0e0
}

.header__menu ul li a:hover:before {
    opacity: 1
}

.header__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 13px 0
}

.header__search input {
    width: 300px;
    height: 100%;
    background-color: #f8f8f8;
    border: none;
    padding: 0 24px;
    color: #7a7a7a;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    border-radius: 0
}

.header__search input::-webkit-input-placeholder {
    color: #818181
}

.header__search input::-moz-placeholder {
    color: #818181
}

.header__search input:-ms-input-placeholder {
    color: #818181
}

.header__search input::-ms-input-placeholder {
    color: #818181
}

.header__search input::placeholder {
    color: #818181
}

.header__search button {
    display: block;
    width: 67px;
    height: auto;
    background-color: #e4e6ec;
    border: none;
    background-image: url(/wp-content/themes/stavr/assets/img/header__search.png);
    background-repeat: no-repeat;
    background-position: center
}

.header__search button:hover {
    background-color: #d6d8de
}

.header__category {
    margin: 0;
    padding: 40px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fff;
    z-index: 10;
    border: 1px solid #b7b7b7;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .15s all ease-in-out;
    transition: .15s all ease-in-out;
    max-width: 420px;
}

.header__category:hover {
    opacity: 1;
    visibility: visible
}

.header__category>li {
    list-style: none;
    position: relative
}

.header__category>li:hover>ul {
    opacity: 1;
    visibility: visible
}

.header__category>li>ul {
    position: absolute;
    left: calc(100% + 50px);
    top: -40px;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
    width: 412px;
    border: 1px solid #b7b7b7;
    background-color: #fff;
    padding: 70px 75px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out
}

.header__category>li>ul:before {
    content: "";
    width: 50px;
    left: -50px;
    top: 0;
    height: 100%;
    position: absolute
}

.header__category>li>ul li {
    list-style: none
}

.header__category>li>ul li a {
    display: block;
    color: #5e5e5e;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    position: relative
}

.header__category>li>ul li a:before {
    content: "";
    width: 10px;
    height: auto;
    aspect-ratio: 1;
    background-image: url(/wp-content/themes/stavr/assets/img/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out
}

.header__category>li>ul li a:hover {
    color: #000;
    text-decoration: none
}

.header__category>li>ul li a:hover:before {
    opacity: 1
}

.header__category>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    padding: 9px 12px
}

.header__category>li>a:hover {
    text-decoration: none;
    background-color: #e4e5e8
}

.header__category>li>a:hover .header__categoryIcon svg path {
    fill: #000 !important
}

.header__category>li>a:hover .header__categoryTitle {
    color: #000
}

.header__categoryIcon {
    width: 40px;
    max-height: 40px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out
}

.header__categoryIcon svg {
    max-width: 100%;
    max-height: 100%;
    fill: #a5a5a5
}

.header__categoryIcon svg path {
    -webkit-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out;
    fill: #a5a5a5 !important
}

.header__categoryTitle {
    color: #555;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.335;
    -webkit-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out
}

.indexPage {
    margin: 40px 0 130px
}

.indexPage__container {
    display: grid;
    grid-template-columns: 1fr 1100px;
    gap: 30px
}

.indexPage__aside {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.aside__category {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.aside__category>li {
    list-style: none;
    position: relative
}

.aside__category>li:hover>ul {
    opacity: 1;
    visibility: visible
}

.aside__category>li>ul {
    position: absolute;
    left: 100%;
    top: -40px;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
    width: 412px;
    border: 1px solid #b7b7b7;
    background-color: #fff;
    padding: 70px 75px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out
}

.aside__category>li>ul li {
    list-style: none
}

.aside__category>li>ul li a {
    display: block;
    color: #5e5e5e;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    position: relative
}

.aside__category>li>ul li a:before {
    content: "";
    width: 10px;
    height: auto;
    aspect-ratio: 1;
    background-image: url(/wp-content/themes/stavr/assets/img/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out
}

.aside__category>li>ul li a:hover {
    color: #000;
    text-decoration: none
}

.aside__category>li>ul li a:hover:before {
    opacity: 1
}

.aside__category>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    padding: 9px 12px
}

.aside__category>li>a:hover {
    text-decoration: none;
    background-color: #e4e5e8
}

.aside__category>li>a:hover .aside__categoryIcon svg path {
    fill: #555 !important
}

.aside__category>li>a:hover .aside__categoryTitle {
    color: #000
}

.aside__categoryIcon {
    width: 40px;
    max-height: 40px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out
}

.aside__categoryIcon svg {
    max-width: 100%;
    max-height: 100%;
    fill: #a5a5a5
}

.aside__categoryIcon svg path {
    -webkit-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out;
    fill: #a5a5a5 !important
}

.aside__categoryTitle {
    color: #555;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.335;
    -webkit-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out
}

.promo__slider {
    margin-bottom: 0 !important
}

.promo__slider.slick-initialized .promo__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.promo__slider .slick-dots {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    left: 70px;
    bottom: 60px;
    gap: 10px;
    width: auto
}

.promo__slider .slick-dots li {
    margin: 0;
    width: auto;
    height: auto
}

.promo__slider .slick-dots li.slick-active button {
    width: 20px;
    border-color: #243c6a
}

.promo__slider .slick-dots li button {
    padding: 0;
    width: 14px;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 3px solid #888;
    margin: 0
}

.promo__slider .slick-dots li button:hover {
    border-color: #243c6a
}

.promo__slider .slick-dots li button:before {
    display: none
}

.promo__item {
    width: 100%;
    height: auto;
    aspect-ratio: 2.13;
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 70px 0 80px 60px
}

.promo__itemContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    z-index: 2
}

.promo__itemTitle {
    color: #ec220d;
    font-family: Exo2, sans-serif;
    font-size: 85px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase
}

.promo__itemPretitle {
    color: #000;
    font-family: Exo2, sans-serif;
    font-size: 43px;
    font-weight: 700;
    line-height: 1.1
}

.promo__itemTitle2 {
    color: #000;
    font-family: Exo2, sans-serif;
    font-size: 55px;
    font-weight: 700;
    line-height: 1.1
}

.promo__itemTitle3 {
    color: #000;
    font-family: Exo2, sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.1;
}

.promo__itemTitle4 {
    color: #000;
    font-family: Exo2, sans-serif;
    font-size: 70px;
    font-weight: 700;
    line-height: 1.1;
}

.promo__itemTitle.white,
.promo__itemPretitle.white,
.promo__itemTitle2.white,
.promo__itemTitle3.white,
.promo__itemTitle4.white {
    color: #fff;
}

.promo__itemTitle .red,
.promo__itemPretitle .red,
.promo__itemTitle2 .red,
.promo__itemTitle3 .red,
.promo__itemTitle4 .red {
    color: #ec220d;
}

.promo__itemText {
    color: #6c6c6c;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
    margin-top: 10px;
}

.promo__itemImg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.promo__itemImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background-color: #f3f3f3
}

.selection {
    -webkit-box-shadow: 0 5px 21px rgba(4, 7, 29, .05);
    box-shadow: 0 5px 21px rgba(4, 7, 29, .05);
    background-color: #fff;
    padding: 55px 70px 60px;
    margin-top: 50px
}

.selection__title {
    color: #000;
    font-family: Exo2, sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 35px
}

.selection__container {
    display: grid;
    grid-template-columns: 8fr 8fr 10fr 9fr;
    gap: 20px
}

.selection__container select option.hide {
    display: none;
}

.selection__container select {
    width: 100%;
    border-radius: 4px;
    border: 1px solid rgba(205, 205, 205, .8);
    background-color: #fff;
    color: #5e5e5e;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    padding: 18px 42px 18px 30px;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    background-image: url(/wp-content/themes/stavr/assets/img/select-arrow.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 24px) center;
}

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

.selectionShop {
    margin-top: 0;
    margin-bottom: 50px;
}

.selectionSecond {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 45px 55px;
    gap: 50px;
    margin-top: 0;
    margin-bottom: 50px;
}

.selectionSecond .selection__title {
    margin-bottom: 0;
    max-width: 220px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.selectionSecond .selection__container {
    grid-template-columns: 8fr 8fr 10fr;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.advantages {
    margin-top: 100px
}
section.advantages {
    margin: 100px 0;
}

.advantages__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px
}

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

.advantages__itemIcon {
    margin-bottom: 20px;
    height: 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.advantages__itemIcon img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.advantages__itemText {
    color: #646464;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center
}

.advantages__itemText b {
    color: #000;
    font-weight: 700
}

.catalog {
    position: relative;
    padding-top: 130px;
    margin-bottom: 130px
}

.catalog:after {
    content: "Stavr";
    color: #1a2f57;
    font-family: Exo2, sans-serif;
    font-size: 324px;
    font-weight: 700;
    line-height: .62;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.catalog:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 2.78;
    background-color: #172b52
}

.catalog__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 55px;
    position: relative;
    z-index: 2
}

.catalog__top .title {
    margin-bottom: 0
}

.tabs {
    position: relative;
    z-index: 2
}

.tabs__caption {
    margin: 0 0 50px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px
}

.tabs__caption li {
    list-style: none;
    color: #6e7fa1;
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out
}

.tabs__caption li:hover {
    color: #fff
}

.tabs__caption li.active {
    color: #fff;
    text-shadow: 0 0 1px #fff
}

.tabs__content {
    display: none
}

.tabs__content.active {
    display: block
}

.item {
    padding: 30px 30px 40px;
    -webkit-box-shadow: 0 5px 21px rgba(4, 7, 29, .05);
    box-shadow: 0 5px 21px rgba(4, 7, 29, .05);
    border-radius: 10px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.item__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px
}

.item__slider {
    margin: 0 -15px
}

.item__slider.slick-initialized .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.item__slider .slick-list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.item__slider .item {
    display: none;
    margin: 0 15px 20px;
    height: auto
}

.item__slider .item__content {
    height: 100%
}

.item__slider .slick-arrow {
    width: 68px;
    height: auto;
    aspect-ratio: 1;
    border: 3px solid #6e7fa1;
    background-color: transparent;
    z-index: 2;
    border-radius: 50%;
    background-repeat: no-repeat;
    top: -97px;
    bottom: auto;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset
}

.item__slider .slick-arrow:before {
    display: none
}

.item__slider .slick-arrow:hover {
    border-color: #fff
}

.item__slider .slick-prev {
    left: auto;
    right: 101px;
    background-position: 20px center;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='29' fill='none'%3e%3cpath fill='%236e7fa1' d='M0 14.5 14.912 0 17 2.03 4.175 14.5 17 26.97 14.912 29 0 14.5Z'/%3e%3c/svg%3e")
}

.item__slider .slick-prev:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='29' fill='none'%3e%3cpath fill='%23d7200d' d='M0 14.5 14.912 0 17 2.03 4.175 14.5 17 26.97 14.912 29 0 14.5Z'/%3e%3c/svg%3e")
}

.item__slider .slick-next {
    right: 15px;
    background-position: 25px center;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='29' fill='none'%3e%3cpath fill='%236e7fa1' d='M17 14.5 2.088 29 0 26.97 12.825 14.5 0 2.03 2.088 0 17 14.5Z'/%3e%3c/svg%3e")
}

.item__slider .slick-next:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='29' fill='none'%3e%3cpath fill='%23d7200d' d='M17 14.5 2.088 29 0 26.97 12.825 14.5 0 2.03 2.088 0 17 14.5Z'/%3e%3c/svg%3e")
}

.item__img {
    display: block;
    height: 200px;
    width: 100%;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.item__img:hover {
    text-decoration: none;
    opacity: .9
}

.item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.item__title {
    display: block;
    color: #000;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.27;
    width: 100%;
    margin-bottom: 8px;
}

.item__title:hover {
    text-decoration: none;
    color: #ec220d
}

.item__art {
    width: 100%;
    color: #6f6f6f;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 15px
}

.item__price {
    text-align: center;
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin-top: auto
}

.item__price del {
    font-weight: 500;
    display: block;
    color: #ccc;
    font-size: 24px;
}

.item__price ins {
    text-decoration: none;
}

.item__btn {
    margin-top: 25px;
    background-color: #dbdbdb;
    color: #3e3e3e;
    padding: 14px 42px;
    border-radius: 0;
    position: relative;
}

.item__btn:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 80%;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='xMidYMid' style='margin:auto;background:0 0;display:block;shape-rendering:auto' viewBox='0 0 100 100'%3e%3crect width='6' height='12' x='47' y='24' fill='%233e3e3e' rx='3' ry='6'%3e%3canimate attributeName='opacity' begin='-0.9166666666666666s' dur='1s' keyTimes='0;1' repeatCount='indefinite' values='1;0'/%3e%3c/rect%3e%3crect width='6' height='12' x='47' y='24' fill='%233e3e3e' rx='3' ry='6' transform='rotate(30 50 50)'%3e%3canimate attributeName='opacity' begin='-0.8333333333333334s' dur='1s' keyTimes='0;1' repeatCount='indefinite' values='1;0'/%3e%3c/rect%3e%3crect width='6' height='12' x='47' y='24' fill='%233e3e3e' rx='3' ry='6' transform='rotate(60 50 50)'%3e%3canimate attributeName='opacity' begin='-0.75s' dur='1s' keyTimes='0;1' repeatCount='indefinite' values='1;0'/%3e%3c/rect%3e%3crect width='6' height='12' x='47' y='24' fill='%233e3e3e' rx='3' ry='6' transform='rotate(90 50 50)'%3e%3canimate attributeName='opacity' begin='-0.6666666666666666s' dur='1s' keyTimes='0;1' repeatCount='indefinite' values='1;0'/%3e%3c/rect%3e%3crect width='6' height='12' x='47' y='24' fill='%233e3e3e' rx='3' ry='6' transform='rotate(120 50 50)'%3e%3canimate attributeName='opacity' begin='-0.5833333333333334s' dur='1s' keyTimes='0;1' repeatCount='indefinite' values='1;0'/%3e%3c/rect%3e%3crect width='6' height='12' x='47' y='24' fill='%233e3e3e' rx='3' ry='6' transform='rotate(150 50 50)'%3e%3canimate attributeName='opacity' begin='-0.5s' dur='1s' keyTimes='0;1' repeatCount='indefinite' values='1;0'/%3e%3c/rect%3e%3crect width='6' height='12' x='47' y='24' fill='%233e3e3e' rx='3' ry='6' transform='rotate(180 50 50)'%3e%3canimate attributeName='opacity' begin='-0.4166666666666667s' dur='1s' keyTimes='0;1' repeatCount='indefinite' values='1;0'/%3e%3c/rect%3e%3crect width='6' height='12' x='47' y='24' fill='%233e3e3e' rx='3' ry='6' transform='rotate(210 50 50)'%3e%3canimate attributeName='opacity' begin='-0.3333333333333333s' dur='1s' keyTimes='0;1' repeatCount='indefinite' values='1;0'/%3e%3c/rect%3e%3crect width='6' height='12' x='47' y='24' fill='%233e3e3e' rx='3' ry='6' transform='rotate(240 50 50)'%3e%3canimate attributeName='opacity' begin='-0.25s' dur='1s' keyTimes='0;1' repeatCount='indefinite' values='1;0'/%3e%3c/rect%3e%3crect width='6' height='12' x='47' y='24' fill='%233e3e3e' rx='3' ry='6' transform='rotate(270 50 50)'%3e%3canimate attributeName='opacity' begin='-0.16666666666666666s' dur='1s' keyTimes='0;1' repeatCount='indefinite' values='1;0'/%3e%3c/rect%3e%3crect width='6' height='12' x='47' y='24' fill='%233e3e3e' rx='3' ry='6' transform='rotate(300 50 50)'%3e%3canimate attributeName='opacity' begin='-0.08333333333333333s' dur='1s' keyTimes='0;1' repeatCount='indefinite' values='1;0'/%3e%3c/rect%3e%3crect width='6' height='12' x='47' y='24' fill='%233e3e3e' rx='3' ry='6' transform='rotate(330 50 50)'%3e%3canimate attributeName='opacity' begin='0s' dur='1s' keyTimes='0;1' repeatCount='indefinite' values='1;0'/%3e%3c/rect%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: .25s all ease-in-out;
    opacity: 0;
}

.item__btn.loading {
    color: transparent;
}

.item__btn.loading:before {
    opacity: 1;
}

.item__content .added_to_cart {
    color: #6f6f6f;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    border-bottom: 1px solid #6f6f6f;
    position: absolute;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    white-space: nowrap;
}

.item__content .added_to_cart:hover {
    text-decoration: none;
    border-bottom-color: transparent;
}

.item__btn.loading:hover:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='xMidYMid' style='margin:auto;background:0 0;display:block;shape-rendering:auto' viewBox='0 0 100 100'%3e%3crect width='6' height='12' x='47' y='24' fill='%23fff' rx='3' ry='6'%3e%3canimate attributeName='opacity' begin='-0.9166666666666666s' dur='1s' keyTimes='0;1' repeatCount='indefinite' values='1;0'/%3e%3c/rect%3e%3crect width='6' height='12' x='47' y='24' fill='%23fff' rx='3' ry='6' transform='rotate(30 50 50)'%3e%3canimate attributeName='opacity' begin='-0.8333333333333334s' dur='1s' keyTimes='0;1' repeatCount='indefinite' values='1;0'/%3e%3c/rect%3e%3crect width='6' height='12' x='47' y='24' fill='%23fff' rx='3' ry='6' transform='rotate(60 50 50)'%3e%3canimate attributeName='opacity' begin='-0.75s' dur='1s' keyTimes='0;1' repeatCount='indefinite' values='1;0'/%3e%3c/rect%3e%3crect width='6' height='12' x='47' y='24' fill='%23fff' rx='3' ry='6' transform='rotate(90 50 50)'%3e%3canimate attributeName='opacity' begin='-0.6666666666666666s' dur='1s' keyTimes='0;1' repeatCount='indefinite' values='1;0'/%3e%3c/rect%3e%3crect width='6' height='12' x='47' y='24' fill='%23fff' rx='3' ry='6' transform='rotate(120 50 50)'%3e%3canimate attributeName='opacity' begin='-0.5833333333333334s' dur='1s' keyTimes='0;1' repeatCount='indefinite' values='1;0'/%3e%3c/rect%3e%3crect width='6' height='12' x='47' y='24' fill='%23fff' rx='3' ry='6' transform='rotate(150 50 50)'%3e%3canimate attributeName='opacity' begin='-0.5s' dur='1s' keyTimes='0;1' repeatCount='indefinite' values='1;0'/%3e%3c/rect%3e%3crect width='6' height='12' x='47' y='24' fill='%23fff' rx='3' ry='6' transform='rotate(180 50 50)'%3e%3canimate attributeName='opacity' begin='-0.4166666666666667s' dur='1s' keyTimes='0;1' repeatCount='indefinite' values='1;0'/%3e%3c/rect%3e%3crect width='6' height='12' x='47' y='24' fill='%23fff' rx='3' ry='6' transform='rotate(210 50 50)'%3e%3canimate attributeName='opacity' begin='-0.3333333333333333s' dur='1s' keyTimes='0;1' repeatCount='indefinite' values='1;0'/%3e%3c/rect%3e%3crect width='6' height='12' x='47' y='24' fill='%23fff' rx='3' ry='6' transform='rotate(240 50 50)'%3e%3canimate attributeName='opacity' begin='-0.25s' dur='1s' keyTimes='0;1' repeatCount='indefinite' values='1;0'/%3e%3c/rect%3e%3crect width='6' height='12' x='47' y='24' fill='%23fff' rx='3' ry='6' transform='rotate(270 50 50)'%3e%3canimate attributeName='opacity' begin='-0.16666666666666666s' dur='1s' keyTimes='0;1' repeatCount='indefinite' values='1;0'/%3e%3c/rect%3e%3crect width='6' height='12' x='47' y='24' fill='%23fff' rx='3' ry='6' transform='rotate(300 50 50)'%3e%3canimate attributeName='opacity' begin='-0.08333333333333333s' dur='1s' keyTimes='0;1' repeatCount='indefinite' values='1;0'/%3e%3c/rect%3e%3crect width='6' height='12' x='47' y='24' fill='%23fff' rx='3' ry='6' transform='rotate(330 50 50)'%3e%3canimate attributeName='opacity' begin='0s' dur='1s' keyTimes='0;1' repeatCount='indefinite' values='1;0'/%3e%3c/rect%3e%3c/svg%3e");
}

.itemCategory {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 40px 35px;
    -webkit-box-shadow: 0 5px 21px rgba(4, 7, 29, .05);
    box-shadow: 0 5px 21px rgba(4, 7, 29, .05);
    border-radius: 10px;
    background-color: #fff
}

.itemCategory__img {
    -webkit-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out;
    width: 100%;
    height: auto;
    aspect-ratio: 1.26;
    overflow: hidden;
}

.itemCategory__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    transition: .25s all ease-in-out;
}

.itemCategory__noImg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #ededed;
    text-align: center;
    color: #b5b5b5;
    font-size: 20px;
}

.itemCategory__title {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1428571429;
    text-align: center;
    margin-top: 20px;
    -webkit-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out
}

.itemCategory:hover {
    text-decoration: none
}

.itemCategory:hover .itemCategory__img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.itemCategory:hover .itemCategory__title {
    color: #172b52
}

.reviews {
    margin: 130px 0;
    overflow: hidden
}

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

.reviews__top .title {
    margin-bottom: 0
}

.reviews__slider {
    margin: 0 -15px;
    padding-bottom: 108px
}

.reviews__slider .slick-list {
    overflow: unset
}

.reviews__slider.slick-initialized .reviews__sliderItem {
    display: block
}

.reviews__slider .slick-arrow {
    width: 68px;
    height: auto;
    aspect-ratio: 1;
    border: 3px solid #bababa;
    background-color: transparent;
    z-index: 2;
    border-radius: 50%;
    background-repeat: no-repeat;
    top: auto;
    bottom: 0
}

.reviews__slider .slick-arrow:before {
    display: none
}

.reviews__slider .slick-arrow:hover {
    border-color: #172b52
}

.reviews__slider .slick-prev {
    left: calc(50% - 43px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='29' fill='none'%3e%3cpath fill='%23BBBCB9' d='M0 14.5 14.912 0 17 2.03 4.175 14.5 17 26.97 14.912 29 0 14.5Z'/%3e%3c/svg%3e");
    background-position: 20px center
}

.reviews__slider .slick-prev:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='29' fill='none'%3e%3cpath fill='%23d7200d' d='M0 14.5 14.912 0 17 2.03 4.175 14.5 17 26.97 14.912 29 0 14.5Z'/%3e%3c/svg%3e")
}

.reviews__slider .slick-next {
    right: auto;
    left: calc(50% + 43px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='29' fill='none'%3e%3cpath fill='%23BBBCB9' d='M17 14.5 2.088 29 0 26.97 12.825 14.5 0 2.03 2.088 0 17 14.5Z'/%3e%3c/svg%3e");
    background-position: 25px center
}

.reviews__slider .slick-next:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='29' fill='none'%3e%3cpath fill='%23d7200d' d='M17 14.5 2.088 29 0 26.97 12.825 14.5 0 2.03 2.088 0 17 14.5Z'/%3e%3c/svg%3e")
}

.reviews__sliderItem {
    aspect-ratio: .72;
    margin: 0 15px;
    position: relative;
    display: none;
    opacity: .35
}

.reviews__sliderItem.slick-active {
    opacity: 1
}

.reviews__sliderItem:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #172b52;
    opacity: .7;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out
}

.reviews__sliderItem[href*="https://www.youtube.com/"]:before {
    content: "";
    width: 68px;
    height: auto;
    aspect-ratio: 1;
    border: 3px solid #6e7fa1;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: transparent;
    background-image: url(/wp-content/themes/stavr/assets/img/play.png);
    background-repeat: no-repeat;
    background-position: 24px center;
    -webkit-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out;
    z-index: 2
}

.reviews__sliderItem:hover[href*="https://www.youtube.com/"]:before {
    background-color: #f8f8f8;
    border-color: #f8f8f8
}

.reviews__sliderItem:hover:after {
    opacity: 0
}

.reviews__sliderItem img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background-color: #dbdbdb
}

.about {
    margin-top: 130px
}

.about__container {
    display: grid;
    grid-template-columns: 1fr 585px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 160px;
    position: relative;
    padding-bottom: 150px
}

.about__container:before {
    content: "";
    width: 788px;
    height: auto;
    aspect-ratio: 2.16;
    background-image: url(/wp-content/themes/stavr/assets/img/about__car.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: calc(50% - 88px);
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.about__content {
    position: relative;
    z-index: 2
}

.about__text {
    color: #7a7a7a;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.57
}

.about__text P {
    margin: 0
}

.about__text P+* {
    margin-top: 20px
}

.about__btn {
    margin-top: 35px
}

.about__form {
    -webkit-box-shadow: 0 5px 21px rgba(4, 7, 29, .05);
    box-shadow: 0 5px 21px rgba(4, 7, 29, .05);
    background-color: #fff;
    padding: 60px 68px;
    position: relative;
    z-index: 2
}

.about__form input {
    width: 100%;
    height: 61px;
    border-radius: 4px;
    border: 1px solid rgba(205, 205, 205, .8);
    background-color: #fff;
    padding: 0 30px;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px
}

.about__form input::-webkit-input-placeholder {
    color: #989898
}

.about__form input::-moz-placeholder {
    color: #989898
}

.about__form input:-ms-input-placeholder {
    color: #989898
}

.about__form input::-ms-input-placeholder {
    color: #989898
}

.about__form input::placeholder {
    color: #989898
}

.about__form textarea {
    width: 100%;
    height: 130px;
    border-radius: 4px;
    border: 1px solid rgba(205, 205, 205, .8);
    background-color: #fff;
    padding: 20px 30px;
    color: #989898;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    resize: none
}

.about__form textarea::-webkit-input-placeholder {
    color: #989898
}

.about__form textarea::-moz-placeholder {
    color: #989898
}

.about__form textarea:-ms-input-placeholder {
    color: #989898
}

.about__form textarea::-ms-input-placeholder {
    color: #989898
}

.about__form textarea::placeholder {
    color: #989898
}

.about__form button {
    display: block;
    margin: 40px auto 0
}

.about__formTitle {
    color: #000;
    font-family: Exo2, sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.12;
    margin-bottom: 10px
}

.about__formPretitle {
    color: #7a7a7a;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.38;
    margin-bottom: 25px
}

.about__formPersonal {
    color: #7e7e7e;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    padding-left: 25px;
    position: relative;
    margin-top: 25px
}

.about__formPersonal:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 18px;
    height: auto;
    aspect-ratio: 1;
    border-radius: 3px;
    background-color: #172b52;
    background-image: url(/wp-content/themes/stavr/assets/img/about__formPersonal.png);
    background-repeat: no-repeat;
    background-position: center
}

.about__formPersonal a {
    font-weight: 500;
    color: #7e7e7e;
    border-bottom: 1px solid rgba(126, 126, 126, .6)
}

.about__formPersonal a:hover {
    text-decoration: none;
    color: #7e7e7e;
    border-bottom-color: transparent
}

.footer {
    background-color: #172b52;
    background-image: url(/wp-content/themes/stavr/assets/img/footer__bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 85px 0
}

.footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

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

.footer__logoIcon {
    display: block;
    margin-top: -10px;
    color: #e0e0e6;
    font-family: Exo2, sans-serif;
    font-size: 45px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase
}

.footer__logoIcon:hover {
    text-decoration: none;
    color: #ec220d
}

.footer__logoContent {
    color: #b6b6b6;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.45;
    margin-top: 10px
}

.footer__copy {
    color: #b6b6b6;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 30px
}

.footer__polit {
    display: inline-block;
    color: #6e7fa1;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    border-bottom: 1px solid #6e7fa1;
    padding-bottom: 3px;
    margin-top: 15px
}

.footer__polit:hover {
    text-decoration: none;
    color: #6e7fa1;
    border-bottom-color: transparent
}

.footer__menu ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px
}

.footer__menu ul li {
    list-style: none
}

.footer__menu ul li a {
    display: block;
    color: #f8f8f8;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2
}

.footer__menu ul li a:hover {
    color: #b0c0e0;
    text-decoration: none
}

.footer__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
    position: relative;
    padding-left: 37px
}

.footer__phone:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 19px;
    height: auto;
    aspect-ratio: 1;
    background-image: url(/wp-content/themes/stavr/assets/img/footer__phone.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: 3px
}

.footer__phoneLink {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2
}

.footer__phoneLink:hover {
    text-decoration: none;
    color: #fff;
    opacity: .8
}

.footer__phoneDate {
    color: #b6b6b6;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2
}

.footer__wp {
    margin-top: 35px;
    color: #fffefe;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px
}

.footer__wp:before {
    content: "";
    width: 22px;
    height: auto;
    aspect-ratio: 1;
    background-image: url(/wp-content/themes/stavr/assets/img/header__wp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: 3px
}

.footer__wp:hover {
    text-decoration: none;
    color: #b0c0e0
}

.footer__created {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    margin-top: 64px
}

.footer__createdTitle {
    color: #b6b6b6;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2
}

.footer__createdLink {
    display: block;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2
}

.footer__createdLink:hover {
    color: #b0c0e0;
    text-decoration: none
}

.select {
    position: relative
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px
}

.select-styled {
    width: 100%;
    border-radius: 4px;
    border: 1px solid rgba(205, 205, 205, .8);
    background-color: #fff;
    color: #5e5e5e;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    padding: 18px 42px 18px 30px;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.select-styled:hover:before {
    background-image: url(/wp-content/themes/stavr/assets/img/select-arrowHover.png)
}

.select-styled:before {
    content: "";
    width: 16px;
    height: auto;
    aspect-ratio: 1.33;
    position: absolute;
    right: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(/wp-content/themes/stavr/assets/img/select-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out
}

.select-styled.active:before {
    background-image: url(/wp-content/themes/stavr/assets/img/select-arrowHover.png)
}

.select-options {
    display: none;
    width: 100%;
    border-radius: 4px;
    border: 1px solid rgba(205, 205, 205, .8);
    background-color: #fff;
    max-height: 390px;
    overflow: auto;
    position: absolute;
    left: 0;
    top: 100%;
    margin: 0;
    padding: 0;
    z-index: 10
}

.select-options::-webkit-scrollbar-track {
    background-color: #fff
}

.select-options::-webkit-scrollbar {
    width: 14px;
    border-radius: 2px;
    background-color: #dbdbdb
}

.select-options::-webkit-scrollbar-thumb {
    background-color: #dbdbdb
}

.select-options li {
    display: block;
    list-style: none;
    color: #5e5e5e;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    padding: 8px 30px;
    cursor: pointer;
    -webkit-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out
}

.select-options li:hover {
    background-color: #e4e5e8;
    color: #000
}

.select-options li[rel=hide] {
    display: none
}

.mfp-removing .mfp-arrow,
.mfp-removing .mfp-close {
    display: none
}

.mfp-gallery .mfp-close {
    width: 50px;
    height: auto;
    padding: 0;
    aspect-ratio: 1;
    font-size: 0;
    border-radius: 2px 0 2px 2px;
    background-color: #6e7fa1;
    opacity: 1;
    right: 0;
    top: 40px;
    background-image: url(/wp-content/themes/stavr/assets/img/mfp-close.png);
    background-repeat: no-repeat;
    background-position: center
}

.mfp-gallery .mfp-close:hover {
    background-color: #516386
}

.mfp-gallery .mfp-arrow {
    width: 68px;
    height: auto;
    aspect-ratio: 1;
    border: 3px solid #6e7fa1;
    border-radius: 50%;
    background-repeat: no-repeat;
    margin: 0;
    position: relative;
    top: unset
}

.mfp-gallery .mfp-arrow:hover {
    border-color: #fff
}

.mfp-gallery .mfp-arrow:before {
    display: none
}

.mfp-gallery .mfp-arrow:after {
    display: none
}

.mfp-gallery .mfp-arrow-left {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='29' fill='none'%3e%3cpath fill='%236e7fa1' d='M0 14.5 14.912 0 17 2.03 4.175 14.5 17 26.97 14.912 29 0 14.5Z'/%3e%3c/svg%3e");
    background-position: 20px center;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.mfp-gallery .mfp-arrow-left:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='29' fill='none'%3e%3cpath fill='%23d7200d' d='M0 14.5 14.912 0 17 2.03 4.175 14.5 17 26.97 14.912 29 0 14.5Z'/%3e%3c/svg%3e")
}

.mfp-gallery .mfp-arrow-right {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='29' fill='none'%3e%3cpath fill='%236e7fa1' d='M17 14.5 2.088 29 0 26.97 12.825 14.5 0 2.03 2.088 0 17 14.5Z'/%3e%3c/svg%3e");
    background-position: 25px center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.mfp-gallery .mfp-arrow-right:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='29' fill='none'%3e%3cpath fill='%23d7200d' d='M17 14.5 2.088 29 0 26.97 12.825 14.5 0 2.03 2.088 0 17 14.5Z'/%3e%3c/svg%3e")
}

.mfp-gallery figure img {
    border-radius: 5px
}

.mfp-gallery .mfp-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 60px
}

.mfp-gallery .mfp-content {
    margin: unset;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

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

body .my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .93;
    background: #081123
}

.white-popup {
    position: relative;
    -webkit-box-shadow: 0 5px 21px rgba(4, 7, 29, .05);
    box-shadow: 0 5px 21px rgba(4, 7, 29, .05);
    background-color: #fff;
    border: 9px solid #bdbdbd;
    padding: 70px 100px;
    width: auto;
    max-width: 670px;
    margin: 20px auto;
    border-radius: 0
}

.form.success {
    padding: 70px 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form.success .form__title {
    width: 100%
}

.form.success .form__pretitle {
    width: 100%
}

.form .mfp-close {
    width: 50px;
    height: auto;
    aspect-ratio: 1;
    font-size: 0;
    border-radius: 2px 0 2px 2px;
    background-color: #6e7fa1;
    opacity: 1;
    right: -9px;
    top: -9px;
    background-image: url(/wp-content/themes/stavr/assets/img/mfp-close.png);
    background-repeat: no-repeat;
    background-position: center
}

.form .mfp-close:hover {
    background-color: #516386
}

.form__title {
    color: #000;
    font-family: Exo2, sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 15px
}

.form__pretitle {
    color: #7a7a7a;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.37;
    margin-bottom: 30px
}

.form__personal {
    color: #7e7e7e;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    padding-left: 25px;
    position: relative;
    margin-top: 25px
}

.form__personal:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 18px;
    height: auto;
    aspect-ratio: 1;
    border-radius: 3px;
    background-color: #172b52;
    background-image: url(/wp-content/themes/stavr/assets/img/about__formPersonal.png);
    background-repeat: no-repeat;
    background-position: center
}

.form__personal a {
    font-weight: 500;
    color: #7e7e7e;
    border-bottom: 1px solid rgba(126, 126, 126, .6)
}

.form__personal a:hover {
    text-decoration: none;
    color: #7e7e7e;
    border-bottom-color: transparent
}

.form form input {
    width: 100%;
    height: 61px;
    border-radius: 4px;
    border: 1px solid rgba(205, 205, 205, .8);
    background-color: #fff;
    padding: 0 30px;
    color: #333;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px
}

.form form input::-webkit-input-placeholder {
    color: #989898
}

.form form input::-moz-placeholder {
    color: #989898
}

.form form input:-ms-input-placeholder {
    color: #989898
}

.form form input::-ms-input-placeholder {
    color: #989898
}

.form form input::placeholder {
    color: #989898
}

.form form textarea {
    width: 100%;
    height: 130px;
    border-radius: 4px;
    border: 1px solid rgba(205, 205, 205, .8);
    background-color: #fff;
    padding: 20px 30px;
    color: #333;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.43;
    resize: unset;
    padding-top: 20px
}

.form form textarea::-webkit-input-placeholder {
    color: #989898
}

.form form textarea::-moz-placeholder {
    color: #989898
}

.form form textarea:-ms-input-placeholder {
    color: #989898
}

.form form textarea::-ms-input-placeholder {
    color: #989898
}

.form form textarea::placeholder {
    color: #989898
}

.form form select {
    width: 100%;
    border-radius: 4px;
    border: 1px solid rgba(205, 205, 205, .8);
    background-color: #fff;
    color: #5e5e5e;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    padding: 18px 42px 18px 30px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    background-image: url(/wp-content/themes/stavr/assets/img/select-arrow.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 24px) center;
    outline: none;
}

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

.form form button {
    display: block;
    margin: 40px auto 0
}

.form form .select-styled {
    color: #989898
}

.form__select {
    margin-top: 30px
}

.form__selectTitle {
    color: #000;
    font-family: Exo2, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3333333333;
    margin-bottom: 20px
}

.form__selectContent {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 15px
}

.form__selectItem .custom-checkbox {
    margin: 0
}

.form__selectItem .custom-checkbox span {
    min-height: 18px;
    padding-left: 30px
}

.form__selectItem .custom-checkbox span::before {
    width: 18px;
    background-size: 9px;
    top: 1px
}

.form__selectItemText {
    color: #767676;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2;
    padding-left: 30px;
    margin-top: 5px
}

.success__img {
    margin: 0 auto 30px;
    display: block
}

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.my-mfp-slide-bottom {
    opacity: 0;
    opacity--webkit-transition: opacity .3s ease-out;
    opacity--moz-transition: opacity .3s ease-out;
    opacity--o-transition: opacity .3s ease-out;
    opacity-transition: opacity .3s ease-out
}

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0)
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: .8
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0
}

.navbar {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #dbdbdb;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 13px 5px;
    z-index: 9000
}

.navbar__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px
}

.navbar__item:hover {
    text-decoration: none
}

.navbar__itemIcon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: block;
    width: 28px;
    position: relative
}

.navbar__itemIcon img {
    aspect-ratio: 1;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.navbar__itemTitle {
    display: block;
    color: #646464;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    line-height: 1.2
}

.navbar__itemNum {
    width: 19px;
    height: auto;
    aspect-ratio: 1;
    background-color: #ec220d;
    border-radius: 50%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    position: absolute;
    right: -12px;
    top: -8px
}

.mobileHeader {
    display: none;
    padding: 20px 0;
    background-color: #fff
}

.mobileHeader__container {
    display: grid;
    grid-template-columns: 58px 1fr 58px;
    gap: 5px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.mobileHeader__burger {
    width: 58px;
    height: 40px;
    background-color: #ec220d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mobileHeader__burgerIcon {
    width: 30px;
    height: 18px;
    position: relative
}

.mobileHeader__burgerIcon span {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 8px
}

.mobileHeader__burgerIcon:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0
}

.mobileHeader__burgerIcon:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0
}

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

.mobileHeader__logoIcon {
    color: #0c2954;
    font-family: Exo2, sans-serif;
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-top: -6px
}

.mobileHeader__logoContent {
    color: #9f9f9f;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
    text-align: center
}

.mobileHeader__cart {
    background-image: url(/wp-content/themes/stavr/assets/img/navbar__itemIcon5.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 28px;
    height: auto;
    aspect-ratio: 1.08;
    position: relative;
    margin: 8px 14px 0 auto
}

.mobileHeader__cart:hover {
    text-decoration: none;
}

.mobileHeader__cartNum {
    width: 19px;
    height: auto;
    aspect-ratio: 1;
    background-color: #ec220d;
    border-radius: 50%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    position: absolute;
    right: -14px;
    top: -8px
}

.mobile__menu {
    position: fixed;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    background-color: #172b52;
    z-index: 100;
    -webkit-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out;
    overflow-y: auto
}

.mobile__menuContainer {
    max-width: 300px;
    margin: 0 auto;
    padding: 50px 0 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.mobile__menuNav ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px
}

.mobile__menuNav ul li {
    list-style: none
}

.mobile__menuNav ul li a {
    display: block;
    color: #f8f8f8;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2
}

.mobile__menuNav ul li a:hover {
    text-decoration: none;
    color: #b0c0e0
}

.mobile__menuCategory {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.mobile__menuCategory>li {
    list-style: none;
    position: relative
}

.mobile__menuCategory>li>ul {
    margin: 10px 0;
    padding: 0 0 0 67px;
    display: none
}

.mobile__menuCategory>li>ul li {
    list-style: none
}

.mobile__menuCategory>li>ul li+* {
    margin-top: 10px
}

.mobile__menuCategory>li>ul li a {
    display: block;
    color: #b0c0e0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.335
}

.mobile__menuCategory>li>ul li a:hover {
    color: #fff;
    text-decoration: none
}

.mobile__menuCategory>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    padding: 9px 12px
}

.mobile__menuCategory>li>a:hover {
    text-decoration: none
}

.mobile__menuCategory>li>a:hover .mobile__menuCategoryIcon svg path {
    fill: #b0c0e0 !important
}

.mobile__menuCategory>li>a:hover .mobile__menuCategoryTitle {
    color: #fff
}

.mobile__menuCategoryIcon {
    width: 40px;
    max-height: 40px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out
}

.mobile__menuCategoryIcon svg {
    max-width: 100%;
    max-height: 100%;
    fill: #798eb9
}

.mobile__menuCategoryIcon svg path {
    -webkit-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out;
    fill: #798eb9 !important
}

.mobile__menuCategoryTitle {
    color: #b0c0e0;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.335;
    -webkit-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out
}

.mobile__close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
    z-index: 2
}

.mobile__close:after,
.mobile__close:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: #6e7fa1;
    -webkit-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out
}

.mobile__close:after:hover,
.mobile__close:before:hover {
    opacity: .8
}

.mobile__close:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.mobile__close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.mobile__filter {
    position: fixed;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    background-color: #fff;
    z-index: 100;
    -webkit-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out;
    overflow-y: auto
}

.mobile__filterContainer {
    max-width: 300px;
    margin: 0 auto;
    padding: 0 0 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.mobile__filter .page__aside {
    width: 100%;
    display: block;
}

.mobile__filter .page__aside .yith-wcan-filters {
    padding: 0;
}

.mobile__filter .page__asideBlockTitle {
    font-size: 19px
}

.mobile__filter .page__asideBlock {
    margin-bottom: 35px
}

.mobile__filterTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 0 20px;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 25px
}

.mobile__filterReset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    color: grey;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    border: none;
    background-color: transparent;
    padding: 0
}

.mobile__filterReset:after {
    content: "";
    width: 21px;
    height: auto;
    aspect-ratio: 1;
    background-image: url(/wp-content/themes/stavr/assets/img/mobile__filterReset.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: .8;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.mobile__filterReset:hover {
    color: #686868
}

.mobile__filterReset:hover:after {
    opacity: 1
}

.mobile__filterClose {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    color: grey;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    border: none;
    background-color: transparent;
    padding: 0
}

.mobile__filterClose:after {
    content: "";
    width: 16px;
    height: auto;
    aspect-ratio: 1;
    background-image: url(/wp-content/themes/stavr/assets/img/mobile__filterClose.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: .8;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.mobile__filterClose:hover {
    color: #686868
}

.mobile__filterClose:hover:after {
    opacity: 1
}

.page {
    margin: 70px 0 150px
}

.page__title {
    margin-bottom: 50px
}

.page__content>:first-child {
    margin-top: 0
}

.page__content>:last-child {
    margin-bottom: 0
}

.page__content img {
    display: block;
    max-width: 100%;
    /* margin: 20px 0 */
}

.page__content p:not(.form-row) {
    color: #585858;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.5652173913;
    margin: 0
}

.page__content p:not(.form-row)+* {
    margin-top: 20px
}

.page__content ul {
    margin: 30px 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px
}

.page__content ul li {
    list-style: none;
    color: #585858;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.5652173913;
    margin: 0;
    position: relative;
    padding-left: 30px
}

.page__content ul li:before {
    content: "";
    width: 10px;
    height: auto;
    aspect-ratio: 1;
    background-color: #172b52;
    position: absolute;
    left: 0;
    top: 14px;
    border-radius: 50%
}

.page__content.textPage a {
    color: #585858;
    border-bottom: 1px solid #585858;
}

.page__content.textPage a:hover {
    text-decoration: none;
    color: #ec220d;
    border-bottom-color: #ec220d;
}

.page__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px
}

.page__grid img {
    width: 100%
}

.page__gridItem>:first-child {
    margin-top: 0
}

.page__gridItem>:last-child {
    margin-bottom: 0
}

.page__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 60px
}

.page__aside {
    width: 310px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px
}

.page__asideContainer {
    border-radius: 3px;
    background-color: #fff;
    padding: 35px 30px
}

.page__asideBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 40px
}

.page__asideBlock:last-child {
    margin-bottom: 0
}

.page__asideBlockTitle {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px
}

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

.priceRange {
    position: relative;
    background-color: #cfcfcf;
    height: 3px;
    margin: 8px 0;
}

.priceRange .ui-slider-range {
    position: absolute;
    top: 0;
    background-color: #172b52;
    height: 100%;
    z-index: 1;
    background-position: 0 0;
}

.priceRange .ui-slider-handle {
    position: absolute;
    top: -7px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
    border: 4px solid #172b52;
    cursor: pointer;
    z-index: 2;
    margin-left: -9px;
}

.priceRange__slider {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 23px;
}

.priceRange__sliderItem {
    position: relative;
}

.priceRange__sliderItem label {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #a3a3a3;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
}

.priceRange__sliderItem input {
    width: 116px;
    height: 51px;
    border-radius: 4px;
    border: 1px solid rgba(205, 205, 205, 0.8);
    background-color: #ffffff;
    color: #000000;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.2;
    padding: 0 10px 0 33px;
}

.priceRange__sliderItem:nth-child(2) label {
    left: 8px;
}

.page__asideCheckbox {
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    position: relative;
    min-height: 24px;
    padding-left: 39px;
    margin: 0 0 15px
}

.page__asideCheckbox:last-child {
    margin-bottom: 0;
}

.page__asideCheckbox::before {
    content: "";
    width: 24px;
    height: auto;
    aspect-ratio: 1;
    border-radius: 4px;
    border: 1px solid rgba(205, 205, 205, .8);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: absolute;
    left: 0;
    top: -1px;
    transition: .25s all ease-in-out;
}

.page__asideCheckbox:hover {
    text-decoration: none;
    color: #000;
}

.page__asideCheckbox.active:before {
    border-color: #172b52;
    background-color: #172b52;
    background-image: url(/wp-content/themes/stavr/assets/img/custom-checkbox.png)
}

.page__main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
}

.page__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
    /* margin-top: 50px */
}

.page__filterSort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px
}

.page__filterSortTitle {
    color: #000;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.2
}

.page__filterSortContent {
    position: relative;
    z-index: 3
}

.page__filterSortContentTitle {
    color: #213968;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    cursor: pointer
}

.page__filterSortContentTitle:after {
    content: "";
    width: 11px;
    height: auto;
    aspect-ratio: 1.22;
    background-image: url(/wp-content/themes/stavr/assets/img/page__filterSort.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out
}

.page__filterSortContentTitle:hover:after {
    opacity: .7
}

.page__filterSortContentBlock {
    position: absolute;
    width: 220px;
    top: calc(100% + 10px);
    left: -30px;
    border-radius: 4px;
    border: 1px solid rgba(205, 205, 205, .8);
    background-color: #fff;
    padding: 15px 0;
    display: none;
    z-index: 3
}

.page__filterSortContentBlock a {
    display: block;
    color: #5e5e5e;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    padding: 9px 5px;
    border: none;
    width: 100%;
    background-color: transparent;
    text-align: center;
}

.page__filterSortContentBlock a:hover {
    text-decoration: none;
    background-color: #172b52;
    color: #fff
}

.page__filterSortContentBlock a.active {
    background-color: #172b52;
    color: #fff
}

.page__filterTotal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: #6f6f6f;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.2
}

.page__filterTotal span {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2
}

.page__filterMob {
    -webkit-box-shadow: 0 5px 21px rgba(4, 7, 29, .05);
    box-shadow: 0 5px 21px rgba(4, 7, 29, .05);
    background-color: #fff;
    padding: 15px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px -10px;
    display: none
}

.page__filterMobBtn {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 16px 39px;
    border-radius: 7px;
    border: 2px solid #e9e9e9;
    -webkit-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out
}

.page__filterMobBtn:hover {
    background-color: #e9e9e9
}

.page__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* .page__list.grid-4 {
    grid-template-columns: repeat(4, 1fr);
} */

.page__navigation {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-top: 50px
}

.page__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.page__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.page__nav ul li {
    list-style: none;
}

.page__nav ul li a:not(.next):not(.prev) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 40px;
    height: auto;
    aspect-ratio: 1;
    background-color: transparent;
    color: #6f6f6f;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.2
}

.page__nav ul li a:not(.next):not(.prev):hover {
    text-decoration: none;
    opacity: 1
}

.page__nav ul li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 40px;
    height: auto;
    aspect-ratio: 1;
    background-color: transparent;
    color: #fff;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.2;
    background-color: #172b52;
}

.page__nav ul li a.prev,
.page__nav ul li a.next {
    width: 40px;
    height: auto;
    aspect-ratio: 1;
    background: 0 0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .8;
    -webkit-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out;
    cursor: pointer
}

.page__nav ul li a.prev{
    margin-right: 10px;
}

.page__nav ul li a.next{
    margin-left: 10px;
}

.page__nav ul li a.prev:hover,
.page__nav ul li a.next:hover {
    text-decoration: none;
    opacity: 1
}

.page__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    justify-self: center
}

.breadcrumbs {
    margin-bottom: 15px
}

.breadcrumbs__list {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px
}

.breadcrumbs__list li {
    list-style: none;
    color: #a3a3a3;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.breadcrumbs__list li:not(:last-child):after {
    content: "/";
    color: #a3a3a3;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2
}

.breadcrumbs__list li a {
    display: block;
    color: #a3a3a3;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2
}

.breadcrumbs__list li a:hover {
    text-decoration: none;
    color: #ec220d
}

.aboutPage__info {
    display: grid;
    grid-template-columns: 700px 1fr;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 80px
}

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

.aboutPage__infoMap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.aboutPage__infoMap iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 1.2
}

.aboutPage__infoMapTitle {
    color: #000;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin-top: 30px
}

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

.aboutPage__infoTitle {
    color: #000;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2285714286;
    margin-bottom: 30px
}

.aboutPage__infoBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px
}

.aboutPage__infoBlock:last-child {
    margin-bottom: 0
}

.aboutPage__infoBlockTitle {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 8px
}

.aboutPage__infoBlockText {
    color: #7a7a7a;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5
}

.aboutPage__infoGrid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 50px
}

.aboutPage__infoBlockLink {
    color: #7a7a7a;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5
}

.aboutPage__infoBlockLink:hover {
    text-decoration: none;
    color: #ec220d
}

.aboutPage__accent {
    max-width: 1100px;
    margin: 100px auto;
    padding: 90px 20px;
    border-radius: 5px;
    background-color: #f0f0f0;
    color: #424040;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.3333333333;
    text-align: center
}

.aboutPage__accent span {
    color: #000;
    font-weight: 700
}

.aboutPage__content {
    display: grid;
    grid-template-columns: 1fr 612px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 100px;
    margin-top: 100px
}

.aboutPage__contentText p {
    color: #585858;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0
}

.aboutPage__contentText p:first-child {
    margin-top: 0
}

.aboutPage__contentText p+* {
    margin-top: 25px
}

.aboutPage__contentImg img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    background-color: #f0f0f0;
    aspect-ratio: 1.26;
    -o-object-fit: cover;
    object-fit: cover
}

.cartPage button[name="update_cart"] {
    display: none;
}

.cartPage__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 28px
}

.cartPage__item {
    width: 100%;
    border-radius: 7px;
    background-color: #fff;
    padding: 40px 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    overflow: hidden
}

.cartPage__item.delete .cartPage__itemDelete {
    opacity: 1;
    visibility: visible
}

.cartPage__item.delete .cartPage__itemRemove {
    opacity: 0
}

.cartPage__itemLeft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    width: 500px;
}

.cartPage__itemImg {
    width: 140px;
    height: auto;
    aspect-ratio: 1;
    flex: none;
}

.cartPage__itemImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.cartPage__itemBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 320px
}

.cartPage__itemTitle {
    display: block;
    color: #000;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
}

.cartPage__itemTitle:hover {
    color: #000;
    text-decoration: none;
    opacity: .8;
}

.cartPage__itemArt {
    color: #6f6f6f;
    font-size: 19px;
    font-weight: 400;
    line-height: 1;
    margin-top: 12px
}

.cartPage__itemPrice {
    color: #000;
    font-size: 25px;
    font-weight: 700;
    line-height: 1
}

.cartPage__itemTotal {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 1
}

.cartPage__itemMiddle .cartPage__itemRemove {
    display: none
}

.cartPage__itemRemove {
    display: block;
    width: 21px;
    height: auto;
    aspect-ratio: .75;
    background-color: transparent;
    padding: 0;
    border: none;
    background-image: url(/wp-content/themes/stavr/assets/img/cartPage__itemRemove.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: .7
}

.cartPage__itemRemove:hover {
    opacity: 1
}

.cartPage__itemDelete {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 20px 90px;
    z-index: 2;
    -webkit-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out;
    opacity: 0;
    visibility: hidden
}

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

.cartPage__itemDeleteTitle {
    color: #b2b2b2;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2
}

.cartPage__itemDeleteBack {
    padding: 0;
    background-color: transparent;
    border: none;
    color: #636363;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    border-bottom: 1px solid rgba(126, 126, 126, .6);
    margin-top: 8px
}

.cartPage__itemDeleteBack:hover {
    text-decoration: none;
    border-bottom-color: transparent
}

.cartPage__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 60px;
    margin-top: 80px
}

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

.cartPage__infoTitle {
    color: #6f6f6f;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.2
}

.cartPage__infoTotal {
    color: #000;
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
    margin-top: 7px
}

.inputRange {
    height: 42px;
    width: 126px;
    border: 1px solid #b7b7b7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.inputRange input {
    width: 42px;
    height: 100%;
    border: none;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #000;
    text-align: center;
    -moz-appearance: textfield
}

.inputRange input::-webkit-inner-spin-button,
.inputRange input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.inputRange__btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: none;
    height: 100%;
    background-color: #e6e6e9;
    padding: 0;
    width: 100%;
    position: relative;
    cursor: pointer;
    transition: .25s all ease-in-out;
}

.inputRange__btn:hover {
    background-color: #d6d8de
}

.inputRange__minus {
    border-right: 1px solid #b7b7b7
}

.inputRange__minus:before {
    content: "";
    width: 13px;
    height: 2px;
    background-color: #7a7a7b;
    position: absolute;
    left: 13px;
    top: 19px;
    -webkit-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out
}

.inputRange__plus {
    border-left: 1px solid #b7b7b7
}

.inputRange__plus:before {
    content: "";
    width: 14px;
    height: 2px;
    background-color: #7a7a7b;
    position: absolute;
    left: 13px;
    top: 19px;
    -webkit-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out
}

.inputRange__plus:after {
    content: "";
    width: 2px;
    height: 13px;
    background-color: #7a7a7b;
    position: absolute;
    left: 19px;
    top: 14px;
    -webkit-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out
}

.orderPage {
    -webkit-box-shadow: 0 5px 21px rgba(4, 7, 29, .05);
    box-shadow: 0 5px 21px rgba(4, 7, 29, .05);
    border-radius: 7px;
    background-color: #fff;
    padding: 70px 90px 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px
}

.orderPage__title {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px
}

.orderPage__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 70px
}

.orderPage__gridShip {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 40px
}

.orderPage__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
    gap: 18px
}

.orderPage__blockBill label {
    display: none;
}

.orderPage__blockShipping {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 18px;
    height: auto;
}

.orderPage__blockShippingText {
    color: #585858;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.45;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.orderPage__blockShippingText strong {
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}

.page__content .orderPage__blockShippingText p {
    color: #585858;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.45;
    display: block;
}

.orderPage__block .shipping_address {
    width: 100%;
    /* display: block!important; */
    height: auto!important;
}

#order_review .woocommerce-checkout-review-order-table {
    display: none;
}

.orderPage__blockShipping label {
    display: none;
}

.orderPage__block p {
   display: block;
   margin: 0;
   width: 100%;
}

.orderPage__block p span {
   display: block;
}

.orderPage__blockComment p {
    display: block;
    height: 100%;
}

.orderPage__blockComment p span {
    display: block;
    height: 100%;
}

.orderPage__block input:not(input[type=radio]):not(input[type=checkbox]) {
    width: 100%;
    height: 60px;
    border-radius: 5px;
    border: 1px solid rgba(187, 187, 187, .8);
    background-color: #fff;
    padding: 0 30px;
    color: #656565;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.2
}

.orderPage__block input:not(input[type=radio]):not(input[type=checkbox])::-webkit-input-placeholder {
    color: #989898
}

.orderPage__block input:not(input[type=radio]):not(input[type=checkbox])::-moz-placeholder {
    color: #989898
}

.orderPage__block input:not(input[type=radio]):not(input[type=checkbox]):-ms-input-placeholder {
    color: #989898
}

.orderPage__block input:not(input[type=radio]):not(input[type=checkbox])::-ms-input-placeholder {
    color: #989898
}

.orderPage__block input:not(input[type=radio]):not(input[type=checkbox])::placeholder {
    color: #989898
}

.orderPage__block input:not(input[type=radio]):not(input[type=checkbox])+* {
    margin-top: 18px
}

.orderPage__block textarea {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 1px solid rgba(187, 187, 187, .8);
    background-color: #fff;
    padding: 16px 30px;
    color: #656565;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.4;
    resize: none
}

.orderPage__block textarea::-webkit-input-placeholder {
    color: #989898
}

.orderPage__block textarea::-moz-placeholder {
    color: #989898
}

.orderPage__block textarea:-ms-input-placeholder {
    color: #989898
}

.orderPage__block textarea::-ms-input-placeholder {
    color: #989898
}

.orderPage__block textarea::placeholder {
    color: #989898
}

.orderPage__block textarea+* {
    margin-top: 18px
}

.orderPage__checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    margin: 0
}

.orderPage__checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    max-width: 10px
}

.orderPage__checkbox span {
    display: block;
    color: #000;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.2;
    position: relative;
    padding-left: 27px
}

.orderPage__checkbox span::before {
    content: "";
    width: 18px;
    height: auto;
    aspect-ratio: 1;
    border-radius: 3px;
    border: 2px solid #dcdcdc;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: absolute;
    left: 0;
    top: 5px
}

.orderPage__checkbox input:checked+span::before {
    border-color: #172b52;
    background-color: #172b52;
    background-image: url(/wp-content/themes/stavr/assets/img/check.png)
}

.orderPage__checkbox input:disabled+span::before {
    background-color: #e9ecef
}

.orderPage__self {
    color: #6f6f6f;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7777777778;
    padding-left: 27px;
}

.orderPage__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px
}

.orderPage__infoTitle {
    color: #6f6f6f;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.2
}

.orderPage__infoTotal {
    color: #000;
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    margin-top: 12px
}

.orderPage__polit {
    color: #989898;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.375;
    margin-top: 30px;
    position: relative;
    padding-left: 20px
}

.orderPage__polit:before {
    content: "";
    width: 12px;
    height: auto;
    aspect-ratio: .8;
    position: absolute;
    background-image: url(/wp-content/themes/stavr/assets/img/orderPage__polit.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 0;
    top: 4px
}

.orderPage__polit a {
    color: #7e7e7e;
    font-weight: 500;
    border-bottom: 1px solid rgba(126, 126, 126, .6)
}

.orderPage__polit a:hover {
    text-decoration: none;
    border-bottom-color: transparent
}

.custom-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    margin: 0 0 15px
}

.custom-checkbox:last-child {
    margin-bottom: 0
}

.custom-checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    max-width: 10px
}

.custom-checkbox span {
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    position: relative;
    min-height: 24px;
    padding-left: 39px
}

.custom-checkbox span::before {
    content: "";
    width: 24px;
    height: auto;
    aspect-ratio: 1;
    border-radius: 4px;
    border: 1px solid rgba(205, 205, 205, .8);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: absolute;
    left: 0;
    top: -1px
}

.custom-checkbox input:checked+span::before {
    border-color: #172b52;
    background-color: #172b52;
    background-image: url(/wp-content/themes/stavr/assets/img/custom-checkbox.png)
}

.custom-checkbox input:disabled+span::before {
    background-color: #e9ecef
}

.selectionProduct {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 65px;
    padding: 43px 70px
}

.selectionProduct .selection__title {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0
}

.selectionProduct .selection__container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.productPage {
    margin-top: 70px
}

.productPage__top {
    display: grid;
    grid-template-columns: 585px 1fr;
    gap: 70px
}

.productPage__topMob {
    display: none
}

.productPage__slider {
    overflow: hidden
}

.productPage__sliderMain.slick-initialized .productPage__sliderMainItem {
    display: block
}

.productPage__sliderMainItem {
    display: none
}

.productPage__sliderMainItem img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.26;
    background-color: #efeff1
}

.productPage__sliderNav {
    margin: 30px -10px 0;
    padding: 0 88px
}

.productPage__sliderNav.slick-initialized .productPage__sliderNavItem {
    display: block
}

.productPage__sliderNav .slick-arrow {
    width: 68px;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    z-index: 2;
    opacity: .3
}

.productPage__sliderNav .slick-arrow:before {
    display: none
}

.productPage__sliderNav .slick-arrow:hover {
    opacity: 1
}

.productPage__sliderNav .slick-prev {
    background-image: url(/wp-content/themes/stavr/assets/img/productPage__sliderNavPrev.png);
    left: 10px
}

.productPage__sliderNav .slick-next {
    background-image: url(/wp-content/themes/stavr/assets/img/productPage__sliderNavNext.png);
    right: 10px
}

.productPage__sliderNavItem {
    display: none;
    margin: 0 10px;
    cursor: pointer
}

.productPage__sliderNavItem img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    background-color: #efeff1;
    object-fit: cover;
}

.productPage__title {
    color: #000;
    font-family: Exo2, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.0833333333;
    margin: 0
}

.productPage__topLine {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.productPage__art {
    color: #595959;
    font-size: 22px;
    font-weight: 500;
    line-height: 1
}

.productPage__avalible {
    color: #595959;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}

.productPage__avalible:before {
    content: "";
    width: 13px;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #2bb627;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.productPage__avalible.red:before {
    background-color: red;
}

.productPage__futures {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px
}

.productPage__futuresItem {
    color: #595959;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.35
}

.productPage__futuresItem a {
    color: #595959;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.35
}

.productPage__futuresItem a:hover {
    text-decoration: none;
    color: #ec220d;
}

.productPage__topBlock {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 45px
}

.productPage__price {
    color: #000;
    font-size: 45px;
    font-weight: 700;
    line-height: 1
}

.productPage__price del {
    font-weight: 500;
    display: block;
    font-size: 30px;
    color: #ccc;
}

.productPage__price ins {
    text-decoration: none;
}

.productPage__topSection {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px 35px
}

.productPage__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 25px;
    background-color: #fff;
    padding: 16px;
    margin-bottom: 16px;
}

.productPage__socialTitle {
    color: #595959;
    font-size: 22px;
    font-weight: 500;
    line-height: 1
}

.productPage__socialContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.productPage__socialContent a {
    width: 41px;
    height: auto;
    aspect-ratio: 1;
    display: block
}

.productPage__socialContent a img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.productPage__socialContent a:hover {
    text-decoration: none;
    opacity: .8
}

.productPage__wholesaler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    margin-top: 50px
}

.productPage__wholesalerIcon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 42px;
    height: auto;
    aspect-ratio: .75;
    background-image: url(/wp-content/themes/stavr/assets/img/productPage__wholesalerIcon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

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

.productPage__wholesalerTitle {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 1
}

.productPage__wholesalerText {
    color: #595959;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 12px
}

.productPage__wholesalerLink {
    display: block;
    color: #ec220d;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
    border-bottom: 1px solid #ec220d;
    margin-top: 12px
}

.productPage__wholesalerLink:hover {
    text-decoration: none;
    border-bottom-color: transparent;
    color: #ec220d
}

.productPage__bottom {
    display: grid;
    grid-template-columns: 1fr 540px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 70px;
    margin-top: 70px
}

.productPage__tabsCaption {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.productPage__tabsCaption li {
    list-style: none;
    -webkit-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out;
    cursor: pointer;
    color: #9b9b9b;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2
}

.productPage__tabsCaption li.active {
    color: #000
}

.productPage__tabsCaption li:hover {
    color: #000
}

.productPage__tabsContainer {
    margin-top: 28px
}

.productPage__tab {
    display: none
}

.productPage__tab.active {
    display: block
}

.productPage__tabFeaturesItem {
    color: #565656;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    border-radius: 2px;
    padding: 12px 25px
}

.productPage__tabFeaturesItem span p {
    display: inline-block;
    margin: 0;
}

.productPage__tabFeaturesItem:nth-child(odd) {
    background-color: #f2f2f2
}

.productPage__tabText {
    color: #585858;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7;
}

.productPage__tabText p {
    margin-bottom: 0;
}

.productPage__tabText p+* {
    margin-top: 20px;
}

.productPage__expert {
    -webkit-box-shadow: 0 5px 21px rgba(4, 7, 29, .05);
    box-shadow: 0 5px 21px rgba(4, 7, 29, .05);
    border-radius: 2px;
    background-color: #fff;
    padding: 50px 55px 55px
}

.productPage__expertTitle {
    color: #000;
    font-family: Exo2, sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.1052631579;
    margin-bottom: 25px
}

.productPage__expertBlock {
    display: grid;
    grid-template-columns: 150px 1fr;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 25px
}

.productPage__expertImg img {
    width: 100%
}

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

.productPage__expertPhone {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 1
}

.productPage__expertPhone:hover {
    text-decoration: none;
    color: #ec220d
}

.productPage__expertMail {
    color: #686868;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 10px
}

.productPage__expertMail:hover {
    text-decoration: none;
    color: #ec220d
}

.productPage__expertBtn {
    margin-top: 25px
}

.productPage__expertWp {
    margin-top: 25px;
    color: #000;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4117647059;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 14px
}

.productPage__expertWp:before {
    content: "";
    width: 22px;
    height: auto;
    aspect-ratio: 1;
    background-image: url(/wp-content/themes/stavr/assets/img/productPage__expertWp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-top: 2px
}

.productPage__expertWp:hover {
    text-decoration: none;
    color: #4d4d4d
}

.productPage__expertContentMob {
    display: none
}

.page__aside .yith-wcan-filters {
    border-radius: 3px;
    background-color: #fff;
    padding: 35px 30px;
}

.page__aside .yith-wcan-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
}

.page__aside .yith-wcan-filter:last-child {
    margin-bottom: 0;
}

.page__aside .yith-wcan-filters .yith-wcan-filter .filter-title {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
}

.page__aside .yith-wcan-filters .yith-wcan-filter .filter-content .filter-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.page__aside .yith-wcan-filters .yith-wcan-filter .filter-content .filter-checkbox input[type="checkbox"] {
    display: none;
}

.page__aside .yith-wcan-filters .yith-wcan-filter .filter-content .filter-checkbox li {
    margin: 0 0 15px;
}

.page__aside .yith-wcan-filters .yith-wcan-filter .filter-content .filter-checkbox li:last-child {
    margin: 0;
}

.page__aside .yith-wcan-filters .yith-wcan-filter .filter-content .filter-checkbox li label{
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin: 0;
    padding-right: 25px;
}

.page__aside .yith-wcan-filters .yith-wcan-filter .filter-content .filter-checkbox li label a {
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    position: relative;
    min-height: 24px;
    padding-left: 39px;
}

.page__aside .yith-wcan-filters .yith-wcan-filter .filter-content .filter-checkbox li label a:before {
    content: "";
    width: 24px;
    height: auto;
    aspect-ratio: 1;
    border-radius: 4px;
    border: 1px solid rgba(205, 205, 205, .8);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: absolute;
    left: 0;
    top: -1px;
}

.page__aside .yith-wcan-filters .yith-wcan-filter .filter-content .filter-checkbox input[type="checkbox"]:checked+a::before {
    border-color: #172b52;
    background-color: #172b52;
    background-image: url(/wp-content/themes/stavr/assets/img/custom-checkbox.png);
}

.page__aside .yith-wcan-filters .yith-wcan-filter .price-slider .irs-min,
.page__aside .yith-wcan-filters .yith-wcan-filter .price-slider .irs-max, 
.page__aside .yith-wcan-filters .yith-wcan-filter .price-slider .irs-from,
.page__aside .yith-wcan-filters .yith-wcan-filter .price-slider .irs-single,
.page__aside .yith-wcan-filters .yith-wcan-filter .price-slider .irs-to {
    display: none;
}

.page__aside .yith-wcan-filters .yith-wcan-filter .price-slider .irs-line {
    top: 7px;
    background-color: #cfcfcf;
    height: 3px;
}
.page__aside .yith-wcan-filters .yith-wcan-filter .price-slider .irs-handle {
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
    border: 4px solid #172b52;
}
.page__aside .yith-wcan-filters .yith-wcan-filter .price-slider .irs-bar {
    top: 7px;
    height: 3px;
}
.page__aside .yith-wcan-filters .yith-wcan-filter .price-slider .irs--round {
    height: 18px;
}
.page__aside .yith-wcan-filters .yith-wcan-filter .price-slider.both .price-slider-min, .page__aside .yith-wcan-filters .yith-wcan-filter .price-slider.both .price-slider-max {
    width: 100%;
    -webkit-appearance: none;
}
.page__aside .yith-wcan-filters .yith-wcan-filter .price-slider.both {
    padding: 0;
}

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

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

.page__filter .yith-wcan-filters{
    background: transparent;
    margin: 0;
}

.page__filter .yith-wcan-filters .yith-wcan-filter {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
}

.page__filter .yith-wcan-filters .yith-wcan-filter h4 {
    color: #000;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
}

.page__filter .yith-wcan-filters .yith-wcan-filter .filter-content .select-styled {
    display: none;
}

.page__filter .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown {
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none!important;
}

.page__filter .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-label {
    color: #213968;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

.page__filter .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-label:after {
    content: "";
    width: 11px;
    height: auto;
    aspect-ratio: 1.22;
    background-image: url(/wp-content/themes/stavr/assets/img/page__filterSort.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out;
}

.page__filter .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown:after {
    display: none;
}

.page__filter .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper {
    width: 220px;
    padding: 15px 0;
}

.page__filter .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items {
    max-height: unset;
}

.page__filter .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items li {
    margin: 0;
}

.page__filter .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items li a {
    display: block;
    color: #5e5e5e;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    padding: 9px 5px;
    border: none;
    width: 100%;
    background-color: transparent;
    text-align: center;
}

.page__filter .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items li a:hover {
    background-color: #172b52;
    color: #fff;
}

.page__filter .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper ul {
    padding: 0;
    overflow: unset;
}

.woocommerce-order-details table th {
    border: 1px solid #ccc;
    padding: 10px;
}

.woocommerce-order-details table td {
    border: 1px solid #ccc;
    padding: 10px;
}

.woocommerce-order-details table td a {
    color: #7A7A7A;
}

.woocommerce-order-details table td a:hover {
    text-decoration: none;
    color: #ec220d;
}

.page__aside .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable .toggle-handle {
    right: 0;
}

.page__aside .filter-items {
    margin-top: 15px;
}

.return-to-shop a {
    color: #ec220d;
    border-bottom: 1px solid #ec220d;
}

.return-to-shop a:hover {
    text-decoration: none;
    color: #d7200d;
    border-bottom-color: transparent;
}

@media (max-width:1500px) {
    .container {
        max-width: 1140px
    }

    .title {
        font-size: 41px
    }

    .pretitle {
        font-size: 26px
    }

    .promo__itemTitle3 {
        font-size: 52px;
    }

    .promo__itemTitle4 {
        font-size: 60px;
    }

    .promo__itemTitle2 {
        font-size: 42px;
    }

    .promo__itemText {
        font-size: 24px;
    }

    .promo__slider .slick-dots {
        bottom: 40px;
    }

    .indexPage__container {
        grid-template-columns: 1fr 840px
    }

    .tabs__caption li {
        font-size: 26px
    }

    .item__slider .item {
        margin: 0 10px 20px
    }

    .item__slider {
        margin: 0 -10px
    }

    .item__title {
        font-size: 20px
    }

    .item__price {
        font-size: 27px
    }

    .item__price del {
        font-size: 22px;
    }

    .catalog:after {
        font-size: 250px
    }

    .about__formTitle {
        font-size: 31px
    }

    .about__formPretitle {
        font-size: 19px
    }

    .about__container {
        grid-template-columns: 5fr 4fr;
        gap: 50px
    }

    .about__content .title br {
        display: none
    }

    .about__form {
        padding: 55px 40px
    }

    .about__container:before {
        width: 640px
    }

    .about__text {
        font-size: 22px
    }

    .promo__itemTitle {
        font-size: 65px
    }

    .promo__itemPretitle {
        font-size: 36px
    }

    .promo__itemTitle2 {
        font-size: 46px
    }

    .aside__categoryTitle {
        font-size: 17px
    }

    .selection__title {
        font-size: 30px
    }

    .selection {
        padding: 40px 30px
    }

    .select-styled {
        padding: 18px 35px 18px 20px
    }

    .select-styled:before {
        right: 15px
    }

    .select-options li {
        padding: 8px 20px
    }

    .footer__polit {
        font-size: 16px
    }

    .header__logo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 2px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .header__logoContent {
        padding-top: 0
    }

    .header__top {
        padding: 25px 0
    }

    .header__phoneLink {
        font-size: 22px
    }

    .header__cartValue {
        font-size: 20px
    }

    .header__phoneDate {
        font-size: 16px
    }

    .header__menu ul {
        gap: 0
    }

    .header__menu ul li a {
        font-size: 17px;
        padding: 27px 7px
    }

    .header__search input {
        width: 250px;
        padding: 0 20px
    }

    .header__search button {
        width: 60px
    }

    .page__grid {
        gap: 50px
    }

    .page__content p:not(.form-row),
    .page__content ul li {
        font-size: 20px
    }

    .page__content ul li:before {
        width: 8px
    }

    .page__content ul li:before {
        top: 12px
    }

    .page__content ul li {
        padding-left: 20px
    }

    .aboutPage__info {
        grid-template-columns: 1fr 1fr;
        gap: 40px
    }

    .aboutPage__infoTitle {
        font-size: 32px
    }

    .aboutPage__infoMapTitle {
        font-size: 24px
    }

    .aboutPage__content {
        grid-template-columns: 1fr 1fr;
        gap: 50px
    }

    .aboutPage__contentText p {
        font-size: 22px
    }

    .cartPage__itemDelete {
        padding: 30px 20px
    }

    .cartPage__item {
        padding: 30px 20px
    }

    .cartPage__itemLeft {
        gap: 20px;
        width: 450px;
    }

    .cartPage__itemTitle {
        font-size: 21px
    }

    .cartPage__itemArt {
        font-size: 18px
    }

    .cartPage__itemPrice {
        font-size: 23px
    }

    .cartPage__itemTotal {
        font-size: 26px
    }

    .cartPage__itemBlock {
        max-width: 260px
    }

    .cartPage__item {
        gap: 20px
    }

    .cartPage__infoTotal {
        font-size: 34px
    }

    .cartPage__infoTitle {
        font-size: 23px
    }

    .page__container {
        gap: 20px
    }

    .selectionSecond {
        padding: 40px 20px
    }

    .selectionSecond .selection__title {
        font-size: 28px;
        max-width: 170px
    }

    .page__list {
        gap: 20px
    }

    .page__pagination a {
        width: 35px
    }

    .page__navArrow {
        width: 35px
    }

    .page__pagination a {
        font-size: 20px
    }

    .itemCategory__title {
        font-size: 26px
    }

    .productPage__top {
        gap: 30px;
        grid-template-columns: 550px 1fr
    }

    .productPage__title {
        font-size: 43px
    }
}

@media (max-width:1199px) {
    .container {
        max-width: 960px
    }

    .title {
        font-size: 37px
    }

    .pretitle {
        font-size: 24px
    }

    .catalog:before {
        aspect-ratio: 1.7
    }

    .promo__itemTitle3 {
        font-size: 41px;
    }

    .promo__itemTitle4 {
        font-size: 57px;
    }

    .promo__itemText {
        font-size: 20px;
    }

    .item__slider .slick-arrow {
        width: 62px
    }

    .item__slider .slick-prev {
        background-position: 17px center
    }

    .item__slider .slick-next {
        background-position: 22px center
    }

    .catalog:after {
        font-size: 200px
    }

    .reviews__sliderItem {
        margin: 0 10px
    }

    .reviews__slider {
        margin: 0 -10px
    }

    .reviews__slider .slick-arrow {
        width: 62px
    }

    .reviews__slider .slick-prev {
        background-position: 17px center
    }

    .reviews__slider .slick-next {
        background-position: 22px center
    }

    .indexPage__container {
        grid-template-columns: 1fr 690px
    }

    .promo__item {
        padding: 50px 40px
    }

    .promo__slider .slick-dots {
        bottom: 28px;
        left: 40px;
        width: auto
    }

    .promo__itemTitle {
        font-size: 50px
    }

    .promo__itemPretitle {
        font-size: 30px
    }

    .promo__itemTitle2 {
        font-size: 35px
    }

    .advantages__itemText {
        font-size: 18px
    }

    .selection__container {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 25px 20px
    }

    .selection__btn {
        grid-column: 1/4;
        justify-self: center
    }

    .footer {
        padding: 80px 0
    }

    .footer__container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px 10px
    }

    .footer__col:nth-child(4) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        grid-column: 1/4
    }

    .footer__created {
        margin-top: 0
    }

    .header__logoIcon {
        font-size: 36px
    }

    .header__logoContent {
        font-size: 13px
    }

    .header__address {
        font-size: 15px;
        gap: 8px
    }

    .header__wp {
        font-size: 15px;
        gap: 8px
    }

    .header__phoneLink {
        font-size: 20px
    }

    .header__phone:before {
        width: 17px;
        top: 1px
    }

    .header__phone {
        padding-left: 25px
    }

    .header__cartValue {
        font-size: 18px
    }

    .header__cartTitle {
        font-size: 16px
    }

    .header__cartNum {
        width: 21px;
        font-size: 12px
    }

    .header__cart {
        gap: 25px
    }

    .header__menu ul li a {
        font-size: 15px;
        padding: 26px 6px
    }

    .header__catalog {
        width: 85px
    }

    .header__search input {
        width: 180px
    }

    .aboutPage__infoTitle {
        font-size: 27px
    }

    .aboutPage__infoMapTitle {
        font-size: 21px
    }

    .aboutPage__infoBlockLink,
    .aboutPage__infoBlockText {
        font-size: 20px
    }

    .aboutPage__accent {
        padding: 80px 20px;
        font-size: 28px
    }

    .cartPage__itemTotal {
        font-size: 21px
    }

    .cartPage__itemPrice {
        font-size: 20px
    }

    .cartPage__itemTitle {
        font-size: 20px
    }

    .cartPage__itemArt {
        font-size: 17px
    }

    .cartPage__item {
        padding: 20px
    }

    .cartPage__itemDelete {
        padding: 20px
    }

    .cartPage__infoTotal {
        font-size: 28px
    }

    .cartPage__infoTitle {
        font-size: 21px
    }

    .cartPage__bottom {
        gap: 50px
    }

    .cartPage__bottom {
        margin-top: 60px
    }

    .cartPage__itemLeft {
        width: 400px;
    }

    .btn-blue {
        font-size: 20px
    }

    .orderPage {
        padding: 50px 40px
    }

    .orderPage__grid {
        gap: 40px
    }

    .orderPage__infoTotal {
        font-size: 31px
    }

    .orderPage__infoTitle {
        font-size: 22px
    }

    .orderPage__self {
        font-size: 17px
    }

    .orderPage__checkbox span {
        font-size: 20px
    }

    .orderPage__checkbox span::before {
        top: 3px
    }

    .page__aside {
        width: 270px
    }

    .selectionSecond {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 20px;
        padding: 30px 20px
    }

    .selectionShop {
        margin-bottom: 40px
    }

    .selectionSecond {
        margin-bottom: 40px
    }

    .page__filterTotal {
        font-size: 18px
    }

    .page__filterTotal span {
        font-size: 22px
    }

    .page__list {
        grid-template-columns: repeat(2, 1fr)
    }

    .page__navigation {
        grid-template-columns: 1fr 1fr
    }

    .selectionSecond .selection__title {
        max-width: 100%
    }

    .itemCategory__title {
        font-size: 24px
    }

    .selectionProduct {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .selectionProduct .selection__title br {
        display: none
    }

    .selectionProduct .selection__container {
        grid-template-columns: 1fr 1fr 1fr 1fr
    }

    .selectionProduct .selection__btn {
        grid-column: unset
    }

    .productPage__top {
        grid-template-columns: 450px 1fr
    }

    .productPage__title {
        font-size: 38px
    }

    .productPage__art {
        font-size: 20px
    }

    .productPage__avalible {
        font-size: 20px
    }

    .productPage__avalible:before {
        margin-top: 1px
    }

    .productPage__futuresItem {
        font-size: 20px
    }

    .productPage__futures {
        margin-top: 25px
    }

    .productPage__topBlock {
        margin-top: 35px
    }

    .productPage__topSection {
        margin-top: 40px
    }

    .productPage__price {
        font-size: 38px
    }

    .productPage__price del {
        font-size: 26px
    }

    .productPage__wholesalerTitle {
        font-size: 27px
    }

    .productPage__bottom {
        grid-template-columns: 1fr 1fr;
        gap: 30px
    }

    .productPage__expert {
        padding: 45px 30px
    }

    .productPage__expertBlock {
        grid-template-columns: 120px 1fr
    }

    .productPage__expertTitle {
        font-size: 34px
    }

    .productPage__tabsCaption li {
        font-size: 23px
    }
}

@media (max-width:991px) {
    .container {
        max-width: 720px
    }

    .title {
        margin-bottom: 25px
    }

    .btn {
        font-size: 19px
    }

    .btn-border {
        font-size: 19px
    }

    .catalog {
        padding-top: 100px;
        margin-bottom: 100px
    }

    .catalog__top,
    .reviews__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .catalog__top .pretitle,
    .reviews__top .pretitle {
        margin-top: 15px
    }

    .catalog:before {
        aspect-ratio: 1.3
    }

    .tabs__caption li {
        font-size: 23px
    }

    .item {
        padding: 35px 20px 40px
    }

    .item__price {
        font-size: 25px
    }

    .item__price del {
        font-size: 20px;
    }

    .reviews {
        margin: 100px 0
    }

    .reviews__top {
        margin-bottom: 35px
    }

    .reviews__slider {
        padding-bottom: 95px
    }

    .about {
        margin: 100px 0
    }

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

    .about__content:after {
        display: block;
        content: "";
        width: 100%;
        height: auto;
        aspect-ratio: 2.16;
        background-image: url(/wp-content/themes/stavr/assets/img/about__car.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin-top: 30px
    }

    .about__container {
        grid-template-columns: 1fr;
        padding-bottom: 0;
        gap: 0
    }

    .about__container:before {
        display: none
    }

    .about__text {
        font-size: 21px
    }

    .about__btn {
        margin-top: 35px
    }

    .indexPage__container {
        grid-template-columns: 100%
    }

    .indexPage__aside {
        display: none
    }

    .indexPage {
        margin: 30px 0 100px
    }

    .advantages {
        margin-top: 80px
    }
    section.advantages {
        margin: 80px 0;
    }

    .footer__container {
        grid-template-columns: 1fr 1fr
    }

    .footer__col:nth-child(4) {
        grid-column: unset;
        display: block
    }

    .footer__col .footer__created {
        margin-top: 30px
    }

    .header__logo {
        display: none
    }

    .header__cart {
        display: none
    }

    .header__phoneLink {
        font-size: 21px
    }

    .header__address {
        font-size: 16px
    }

    .header__wp {
        font-size: 16px
    }

    .header__phoneDate {
        font-size: 15px
    }

    .header__menu {
        display: none
    }

    .header__catalog {
        display: none
    }

    .header__category {
        display: none
    }

    .header__search {
        padding: 13px 0;
        width: 100%
    }

    .header__search input {
        width: calc(100% - 60px);
        height: 50px
    }

    .mobileHeader {
        display: block
    }

    .header__top {
        padding: 5px 0 25px
    }

    body.lock {
        overflow: hidden;
        height: 100vh
    }

    .mobile__menu.open {
        left: 0
    }

    .mobile__filter.open {
        left: 0
    }

    .page__grid {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .page__filter {
        margin-top: 40px
    }

    .aboutPage__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 30px
    }

    .aboutPage__infoLeft {
        width: 100%
    }

    .aboutPage__accent {
        margin: 80px 0;
        padding: 60px 20px
    }

    .aboutPage__accent {
        font-size: 23px
    }

    .aboutPage__content {
        grid-template-columns: 1fr;
        gap: 35px;
        margin-top: 80px
    }

    .cartPage__bottom {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .cartPage__list {
        display: grid;
        grid-template-columns: 1fr 1fr
    }

    .cartPage__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cartPage__itemLeft {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .cartPage__itemBlock {
        max-width: 100%
    }

    .cartPage__itemLeft {
        gap: 10px
    }

    .cartPage__item {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 30px 20px 40px;
        gap: 0
    }

    .cartPage__itemRemove {
        display: none
    }

    .cartPage__itemMiddle {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 18px
    }

    .cartPage__itemMiddle .cartPage__itemRemove {
        display: block
    }

    .cartPage__itemPrice {
        width: 100%;
        font-size: 26px;
        margin-top: 30px
    }

    .cartPage__itemTotal {
        width: 100%;
        font-size: 30px;
        margin-top: 25px
    }

    .cartPage__itemDelete {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .cartPage__itemDeleteBlock {
        position: absolute;
        right: 20px;
        bottom: 94px
    }

    .orderPage__grid {
        grid-template-columns: 1fr;
        gap: 15px
    }

    .orderPage__block input:not(input[type=radio]):not(input[type=checkbox])+* {
        margin-top: 15px
    }

    .orderPage__block input:not(input[type=radio]):not(input[type=checkbox]) {
        font-size: 17px;
        height: 48px;
        padding: 0 20px
    }

    .orderPage__block textarea {
        height: 100px;
        font-size: 17px;
        padding: 12px 20px
    }

    .orderPage__title {
        font-size: 26px;
        margin-bottom: 20px
    }

    .orderPage__infoTitle {
        font-size: 20px
    }

    .orderPage__infoTotal {
        font-size: 28px
    }

    .orderPage__info {
        margin-bottom: 25px
    }

    .orderPage__infoTotal {
        margin-top: 10px
    }

    .orderPage__polit {
        font-size: 15px;
        margin-top: 25px
    }

    .orderPage__polit:before {
        top: 3px
    }

    .orderPage {
        gap: 40px
    }

    .orderPage__title {
        font-size: 24px
    }

    .page__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .page__aside {
        display: none
    }

    .page__list {
        grid-template-columns: 1fr 1fr 1fr
    }

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

    .selectionProduct {
        display: none
    }

    .productPage__top {
        grid-template-columns: 100%
    }

    .productPage__topMob {
        display: block
    }

    .productPage__topContent .breadcrumbs,
    .productPage__topContent .productPage__title,
    .productPage__topContent .productPage__topLine {
        display: none
    }

    .productPage__futures {
        margin-top: 0
    }

    .productPage__top {
        gap: 35px
    }

    .productPage__bottom {
        grid-template-columns: 1fr
    }

    .productPage__expert {
        margin: 0 auto
    }
}

@media (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset
    }
}

@media (max-width:767px) {
    .container {
        max-width: 540px
    }

    .title {
        font-size: 33px
    }

    .pretitle {
        font-size: 23px
    }

    .btn {
        font-size: 18px
    }

    .btn-border {
        font-size: 18px
    }

    .btn-blue {
        font-size: 18px
    }

    .promo__itemTitle3 {
        font-size: 36px;
    }

    .promo__itemTitle4 {
        font-size: 44px;
    }

    .item__slider .slick-arrow {
        width: 55px;
        background-size: 15px 23px;
        top: auto;
        bottom: -65px
    }

    .item__slider .slick-prev {
        background-position: 15px center;
        left: calc(50% - 35px);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .item__slider .slick-next {
        background-position: 19px center;
        left: calc(50% + 35px);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .catalog__top {
        margin-bottom: 35px
    }

    .tabs__caption {
        margin-bottom: 30px
    }

    .catalog {
        background-color: #172b52;
        padding: 80px 0 140px;
        margin-bottom: 0
    }

    .catalog:before {
        display: none
    }

    .catalog:after {
        font-size: 130px
    }

    .reviews {
        margin: 80px 0
    }

    .reviews__slider .slick-arrow {
        width: 55px;
        background-size: 15px 23px
    }

    .reviews__slider .slick-prev {
        background-position: 15px center;
        left: calc(50% - 35px);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .reviews__slider .slick-next {
        background-position: 19px center;
        left: calc(50% + 35px);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .reviews__slider {
        padding-bottom: 85px
    }

    .about__btn {
        margin: 30px auto 0
    }

    .about__text {
        font-size: 20px
    }

    .about {
        margin: 80px 0
    }

    .about__formTitle {
        font-size: 28px
    }

    .indexPage {
        margin: 25px 0 80px
    }

    .promo__itemTitle {
        font-size: 36px
    }

    .promo__itemPretitle {
        font-size: 23px
    }

    .promo__itemTitle2 {
        font-size: 29px
    }

    .promo__item {
        padding: 20px
    }

    .promo__slider .slick-dots li button {
        width: 11px
    }

    .promo__slider .slick-dots li.slick-active button {
        width: 13px
    }

    .promo__slider .slick-dots {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 0
    }

    .promo__slider {
        padding-bottom: 35px
    }

    .advantages__list {
        grid-template-columns: 1fr;
        gap: 35px
    }

    .advantages {
        margin-top: 60px
    }
    section.advantages {
        margin: 60px 0;
    }

    .selection__title {
        font-size: 28px
    }

    .selection__container {
        gap: 17px;
        grid-template-columns: 1fr 1fr
    }

    .selection__container>:nth-child(3) {
        grid-column: 1/3;
        max-width: 70%
    }

    .selection__btn {
        grid-column: 1/3;
        margin-top: 10px
    }

    .mfp-gallery .mfp-arrow {
        width: 55px;
        background-size: 15px 23px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        bottom: 0
    }

    .mfp-gallery .mfp-content {
        position: relative
    }

    .mfp-gallery .mfp-container {
        display: block
    }

    .mfp-gallery .mfp-arrow-left {
        background-position: 15px center;
        left: 10px
    }

    .mfp-gallery .mfp-arrow-right {
        background-position: 19px center;
        right: 10px
    }

    .white-popup {
        padding: 70px 60px
    }

    .form.success {
        padding: 70px 70px
    }

    .form.success .form__title {
        font-size: 29px
    }

    .footer__phoneLink {
        font-size: 22px
    }

    .footer__phoneDate {
        font-size: 16px
    }

    .footer__menu ul li a {
        font-size: 18px
    }

    .footer__createdLink {
        font-size: 20px
    }

    .header__topContainer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px
    }

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

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

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

    .page__content p:not(.form-row),
    .page__content ul li {
        font-size: 18px
    }

    .page__content ul li:before {
        top: 10px
    }

    .page {
        margin: 50px 0 100px
    }

    .aboutPage__infoTitle {
        font-size: 24px
    }

    .aboutPage__infoBlockTitle {
        font-size: 19px
    }

    .aboutPage__infoBlockLink,
    .aboutPage__infoBlockText {
        font-size: 19px
    }

    .aboutPage__infoBlockTitle {
        margin-bottom: 2px
    }

    .aboutPage__infoTitle {
        margin-bottom: 20px
    }

    .aboutPage__infoBlock {
        margin-bottom: 20px
    }

    .aboutPage__infoMapTitle {
        font-size: 19px;
        margin-top: 20px
    }

    .aboutPage__accent {
        font-size: 20px;
        padding: 50px 20px
    }

    .aboutPage__accent br {
        display: none
    }

    .aboutPage__contentText p {
        font-size: 20px
    }

    .page__list {
        grid-template-columns: 1fr 1fr
    }

    .page__navigation {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 40px
    }

    .itemCategory__title {
        font-size: 22px
    }

    .productPage__title {
        font-size: 32px
    }

    .productPage__art {
        font-size: 17px
    }

    .productPage__avalible {
        font-size: 17px;
        gap: 8px
    }

    .productPage__avalible:before {
        width: 10px
    }

    .productPage__topMob {
        margin-bottom: 25px
    }

    .productPage__top {
        gap: 0
    }

    .productPage__topLine {
        margin-top: 15px
    }

    .productPage__futures {
        margin-top: 35px
    }

    .productPage__futuresItem {
        font-size: 18px
    }

    .productPage__topBlock {
        margin-top: 30px
    }

    .productPage__price {
        font-size: 35px
    }

    .productPage__price del {
        font-size: 26px;
    }

    .productPage__topSection {
        margin-top: 30px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .productPage__topSection {
        gap: 16px
    }

    .productPage__wholesalerTitle {
        font-size: 22px
    }

    .productPage__wholesalerText {
        font-size: 17px
    }

    .productPage__wholesalerLink {
        font-size: 17px
    }

    .productPage__wholesalerIcon {
        width: 34px
    }

    .productPage__wholesaler {
        gap: 15px;
        max-width: 270px;
        margin: 45px auto 0
    }

    .productPage__tabsCaption {
        gap: 10px 15px
    }

    .productPage__tabsCaption li {
        font-size: 18px
    }

    .productPage__tabFeaturesItem {
        padding: 10px 15px
    }

    .productPage__tabFeaturesItem {
        font-size: 16px
    }

    .productPage__bottom {
        gap: 35px
    }

    .productPage__bottom {
        margin-top: 50px
    }

    .productPage__expert {
        width: 100%
    }

    .productPage__expertTitle {
        font-size: 28px
    }
}

@media (max-width:575px) {
    .container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .title {
        font-size: 31px
    }

    .pretitle {
        font-size: 21px
    }

    .btn {
        font-size: 17px;
        padding: 14px 30px
    }

    .btn-border {
        font-size: 17px;
        padding: 14px 30px
    }

    .btn-blue {
        padding: 20px 32px
    }

    .promo__itemTitle3 {
        font-size: calc(5px + 4.5vw);
    }

    .promo__itemTitle4 {
        font-size: calc(2px + 7vw);
    }

    .promo__itemText {
        font-size: calc(1px + 3vw);
    }

    .catalog {
        overflow: hidden;
        padding: 60px 0 140px
    }

    .catalog__top {
        margin-bottom: 30px
    }

    .catalog__top .pretitle br {
        display: none
    }

    .tabs__caption li {
        font-size: 21px
    }

    .tabs__caption {
        gap: 25px
    }

    .item__slider .slick-list {
        padding-right: 30%
    }

    .item__title {
        font-size: 18px
    }

    .item__art {
        font-size: 16px
    }

    .item__price {
        font-size: 24px
    }

    .item__price del {
        font-size: 18px;
    }

    .item__img {
        height: 150px
    }

    .reviews__slider .slick-list {
        padding-right: 30%
    }

    .reviews__top .pretitle br {
        display: none
    }

    .reviews__top .title br {
        display: none
    }

    .reviews__top {
        margin-bottom: 30px
    }

    .reviews {
        margin: 70px 0
    }

    .reviews__sliderItem[href*="https://www.youtube.com/"]:before {
        width: 53px;
        background-size: 16px 21px;
        background-position: 18px center
    }

    .about__formTitle {
        font-size: 25px
    }

    .about__formPretitle {
        font-size: 18px
    }

    .about__form {
        padding: 40px 20px;
        margin: 0 -10px
    }

    .about__formPretitle {
        margin-bottom: 20px
    }

    .about__form input {
        height: 42px;
        padding: 0 18px;
        font-size: 17px;
        margin-bottom: 13px
    }

    .about__form textarea {
        height: 100px;
        padding: 10px 18px;
        font-size: 17px
    }

    .about__form button {
        margin-top: 25px
    }

    .about {
        margin: 60px 0
    }

    .about__text {
        font-size: 18px
    }

    .indexPage {
        margin: 25px 0 60px
    }

    .promo__slider {
        margin: 0 -10px
    }

    .promo__itemTitle {
        font-size: calc(1px + 7vw)
    }

    .promo__itemPretitle {
        font-size: calc(3px + 2.8vw)
    }

    .promo__itemTitle2 {
        font-size: calc(1px + 4.5vw)
    }

    .selection__title {
        font-size: 26px;
        margin-bottom: 23px
    }

    .selection {
        padding: 25px 20px 30px;
        margin: 40px -10px 0
    }

    .selectionShop {
        margin: 0 -10px
    }

    .selectionSecond {
        margin: 0 -10px
    }

    .select-styled {
        font-size: 17px;
        padding: 14px 35px 14px 14px
    }

    .select-styled:before {
        width: 13px
    }

    .select-options li {
        font-size: 17px
    }

    .select-options li {
        padding: 6px 13px
    }

    .form.success {
        padding: 30px 15px
    }

    .form.success .form__title {
        font-size: 25px
    }

    .white-popup {
        border-width: 6px;
        padding: 30px 15px
    }

    .form__title {
        font-size: 25px
    }

    .form__pretitle {
        font-size: 19px
    }

    .form .mfp-close {
        right: -6px;
        top: -6px;
        width: 33px;
        background-size: 15px;
        line-height: 1
    }

    .form form input {
        height: 42px;
        margin-bottom: 15px;
        padding: 0 18px;
        font-size: 17px
    }

    .form form textarea {
        height: 100px;
        padding: 10px 18px;
        font-size: 17px
    }

    .form form button {
        margin-top: 20px
    }

    .form.success .form__title {
        margin-bottom: 10px
    }

    .success__img img {
        max-width: 150px
    }

    .mfp-gallery .mfp-close {
        width: 33px;
        line-height: 1;
        background-size: 15px
    }

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

    .footer__col .footer__created {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        gap: 8px
    }

    .footer__logoIcon {
        font-size: 35px;
        text-align: center
    }

    .footer__logo {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer__logoContent {
        text-align: center;
        margin-top: 8px
    }

    .footer__copy {
        margin-top: 15px;
        text-align: center
    }

    .footer {
        padding: 70px 0 150px
    }

    .footer__col:nth-child(1) .footer__polit {
        display: none
    }

    .footer__col:nth-child(2) {
        display: none
    }

    .footer__col:nth-child(3) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer__col:nth-child(4) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer__wp {
        margin-top: 25px
    }

    .footer__phoneLink {
        font-size: 21px
    }

    .footer__polit {
        margin-top: 25px
    }

    .footer__phone {
        padding-left: 35px
    }

    .footer__createdTitle {
        font-size: 15px
    }

    .footer__createdLink {
        font-size: 19px
    }

    .footer {
        background-image: url(/wp-content/themes/stavr/assets/img/footer__bgMob.png)
    }

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

    .header__search input {
        font-size: 15px;
        padding: 0 18px
    }

    .aboutPage__infoGrid {
        display: block
    }

    .aboutPage__infoGrid>.aboutPage__infoBlock:last-child {
        margin-bottom: 20px
    }

    .aboutPage__accent {
        margin: 50px 0;
        padding: 40px 20px
    }

    .aboutPage__content {
        margin-top: 50px
    }

    .aboutPage__contentText p {
        font-size: 18px
    }

    .aboutPage__contentText p {
        margin-top: 15px
    }

    .cartPage__list {
        grid-template-columns: 1fr
    }

    .cartPage__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 30px
    }

    .cartPage__infoTitle {
        font-size: 20px
    }

    .cartPage__infoTotal {
        font-size: 32px
    }

    .cartPage__info {
        width: 100%
    }

    .cartPage__bottom {
        margin-top: 40px
    }

    .breadcrumbs {
        display: none
    }

    .orderPage {
        padding: 45px 20px;
        margin: 0 -10px
    }

    .orderPage__buy {
        margin: 0 auto;
        text-align: center;
        justify-content: center;
    }

    .page__list {
        /* margin-top: 40px; */
        grid-template-columns: 1fr;
    }

    .page__pagination a {
        font-size: 19px;
        width: 33px
    }

    .page__navArrow {
        width: 33px
    }

    .page__filter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px
    }

    .page__filterSortContentBlock {
        left: auto;
        right: -10px
    }

    .page__filterSortTitle {
        font-size: 16px;
        white-space: nowrap
    }

    .page__filterSortContentTitle {
        font-size: 16px;
        white-space: nowrap
    }

    .page__filterTotal {
        font-size: 16px
    }

    .page__filterTotal span {
        font-size: 18px
    }

    .selectionSecond .selection__title {
        font-size: 26px
    }

    .productPage__sliderNav {
        padding: 0;
        margin: 20px -6px 0
    }

    .productPage__sliderNav .slick-arrow {
        display: none !important
    }

    .productPage__sliderNavItem {
        margin: 0 6px
    }

    .productPage__topLine {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 15px
    }

    .productPage__topBlock {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 20px
    }

    .productPage__socialTitle {
        font-size: 17px
    }

    .productPage__socialContent a {
        width: 30px
    }

    .productPage__socialContent {
        gap: 10px
    }

    .productPage__social {
        gap: 20px
    }

    .productPage__expertTitle {
        font-size: 25px
    }

    .productPage__expertPhone {
        font-size: 19px
    }

    .productPage__expertMail {
        font-size: 16px
    }

    .productPage__expertWp {
        font-size: 16px
    }

    .productPage__expertWp {
        gap: 10px
    }

    .productPage__expertBlock {
        grid-template-columns: 70px 1fr;
        gap: 10px
    }

    .productPage__expertContentMob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16px;
        margin-top: 22px
    }

    .productPage__expertWp {
        margin-top: 0
    }

    .productPage__expertContent .productPage__expertBtn {
        display: none
    }

    .productPage__expertContent .productPage__expertWp {
        display: none
    }

    .productPage__expert {
        padding: 30px
    }

    .productPage__expertBtn {
        margin-top: 0
    }

    .form__selectContent {
        grid-template-columns: 1fr
    }

    .form__selectTitle {
        font-size: 23px
    }

    .form form .select-styled {
        padding: 10px 35px 10px 18px
    }

    .page__filter .yith-wcan-filters .yith-wcan-filter h4 {
        font-size: 16px;
    }
    .page__filter .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-label {
        font-size: 16px;
    }
    .page__filter .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper {
        left: auto;
        right: -10px;
    }
    .page__filter .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items li a {
        font-size: 16px;
    }

    .selection__container {
        grid-template-columns: 1fr
    }

    .selection__container>:nth-child(3) {
        grid-column: 1/2;
        max-width: 100%
    }
    .selection__container .selection__btn {
        grid-column: 1/2;
    }
}

@media (max-width:450px) {
    .page__list {
        grid-template-columns: 1fr
    }
}

@media (max-width:380px) {
    .item {
        padding: 35px 15px 40px
    }

    .item__img {
        height: 180px
    }

    .item__slider .slick-list {
        padding-right: 20%
    }

    .reviews__slider .slick-list {
        padding-right: 20%
    }

    .promo__item {
        padding: 20px 15px
    }
}

@media (max-width:355px) {
    .btn-blue {
        padding: 18px 20px
    }

    .form__title {
        font-size: 22px
    }

    .form__pretitle {
        font-size: 18px
    }

    .navbar__itemTitle {
        font-size: 12px
    }

    .navbar__itemIcon {
        width: 26px
    }

    .header__search input {
        font-size: 15px;
        padding: 0 10px
    }

    .mobileHeader__logoContent {
        font-size: 13px
    }

    .page__content p:not(.form-row),
    .page__content ul li {
        font-size: 17px
    }

    .page__content ul li:before {
        top: 9px
    }

    .aboutPage__infoTitle {
        font-size: 22px
    }

    .aboutPage__infoBlockLink,
    .aboutPage__infoBlockText {
        font-size: 18px
    }

    .aboutPage__infoBlockTitle {
        font-size: 18px
    }

    .aboutPage__infoMapTitle {
        font-size: 18px
    }

    .aboutPage__accent {
        font-size: 18px
    }

    .cartPage__infoTotal {
        font-size: 30px
    }

    .cartPage__itemTotal {
        font-size: 28px
    }

    .cartPage__itemPrice {
        font-size: 24px
    }

    .orderPage__polit br {
        display: none
    }

    .page__filter .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-label {
        font-size: 14px;
    }

    .page__filter .yith-wcan-filters .yith-wcan-filter h4 {
        font-size: 14px;
    }
}

/* categorySection */
.categorySection {
    margin: 130px 0;
}
.categorySection__list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
}
.categorySection__list .itemCategory {
    padding: 16px 16px 20px 16px;
}
.categorySection__list .itemCategory__title {
    font-size: 20px;
    hyphens: auto;
    margin-top: 16px;
}
.categorySection__list .itemCategory__img {
    overflow: hidden;
    aspect-ratio: 1;
    border-radius: 6px;
}
@media (max-width:1500px) {
    .categorySection__list {
        grid-template-columns: repeat(5, 1fr);
    }
}
@media (max-width:1199px) {
    .categorySection__list {
        grid-template-columns: repeat(4, 1fr);
    }
    .categorySection {
        margin: 120px 0;
    }
}
@media (max-width:991px) {
    .categorySection__list {
        grid-template-columns: repeat(3, 1fr);
    }
    .categorySection__list .itemCategory__title {
        font-size: 18px;
    }
    .categorySection {
        margin: 100px 0;
    }
}
@media (max-width:767px) {
    .categorySection__list .itemCategory {
        padding: 8px 8px 16px 8px;
    }
    .categorySection__list .itemCategory__title {
        margin-top: 12px;
    }
    .categorySection {
        margin: 80px 0;
    }
}
@media (max-width:575px) {
    .categorySection__list {
        grid-template-columns: repeat(2, 1fr);
    }
    .categorySection__list .itemCategory__title {
        font-size: 16px;
    }
}
/* categorySection */

/* productPage__market */
.productPage__market {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.productPage__marketItem {
    width: 150px;
    height: 74px;
    background-color: #005bff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.productPage__marketItem.productPage__marketItemWb {
    background-color: #fa05dc;
}
.productPage__marketItemTitle {
    font-weight: 600;
    line-height: 1.2;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
.productPage__marketItemIcon {

}
.productPage__marketItemIcon img {
    user-select: none;
    max-width: 100%;
    max-height: 20px;
}
.productPage__marketItem:hover {
    opacity: .9;
    text-decoration: none;
}
@media (max-width:1500px) {
    .productPage__marketItem {
        width: 149px;
    }
}
@media (max-width:1199px) {
    .productPage__market {
        gap: 8px;
    }
    .productPage__marketItem {
        width: 143px;
    }
}
@media (max-width:767px) {
    .productPage__marketItem {
        width: 133px;
        height: 69px;
        gap: 2px;
    }
    .productPage__marketItemIcon img {
        max-height: 16px;
    }
}
@media (max-width:575px) {
    .productPage__market {
        gap: 16px;
        max-width: 242px;
        width: 100%;
    }
    .productPage__marketItem {
        width: 100%;
        height: 61px;
    }
    .productPage__marketItemIcon img {
        max-height: 14px;
    }
    .productPage__market {
        gap: 8px;
    }
}
@media (max-width:355px) {
    .productPage__market {
        max-width: 218px;
    }
    .productPage__marketItem {
        height: 58px;
        gap: 0;
    }
}
/* productPage__market */

/* form-row */
.form-row label {
    display: none;
}
.orderPage__block .shipping_address {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.orderPage__block .shipping_address .form-row {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.shipping-type-hidden {
    display: none;
}
.woocommerce-shipping-fields {
    display: none;
}
.orderPage__shiping {
    margin-top: 70px;
}
.shipping_address select {
    width: 100%;
    border-radius: 4px;
    border: 1px solid rgba(205, 205, 205, .8);
    background-color: #fff;
    color: #989898;
    /* color: #5e5e5e; */
    font-size: 19px;
    font-weight: 400;
    line-height: 1.2;
    padding: 18px 42px 18px 30px;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    background-image: url(/wp-content/themes/stavr/assets/img/select-arrow.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 24px) center;
}

.shipping_address select::-ms-expand {
    display: none;
}
.transport-company-title h4 {
    line-height: 1.2;
    margin-bottom: 0;
}
@media (max-width:1500px) {
}
@media (max-width:1199px) {
    .orderPage__gridShip {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width:991px) {
    .orderPage__gridShip {
        grid-template-columns: 1fr;
    }
}
@media (max-width:767px) {
}
@media (max-width:575px) {
}
/* form-row */

/* whatsappButton */
.whatsappButton {
    position: fixed;
    right: 50px;
    bottom: 50px;
    background: #25D366;
    border-radius: 50%;
    width: 55px;
    height: auto;
    aspect-ratio: 1;
    color: #fff;
    text-align: center;
    z-index: 100;
}
.whatsappButton:hover {
    opacity: .9;
}
.whatsappButtonIcon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cpath fill='%23fff' d='M19.05 4.91A9.82 9.82 0 0 0 12.04 2c-5.46 0-9.91 4.45-9.91 9.91 0 1.75.46 3.45 1.32 4.95L2.05 22l5.25-1.38c1.45.79 3.08 1.21 4.74 1.21 5.46 0 9.91-4.45 9.91-9.91 0-2.65-1.03-5.14-2.9-7.01Zm-7.01 15.24c-1.48 0-2.93-.4-4.2-1.15l-.3-.18-3.12.82.83-3.04-.2-.31a8.26 8.26 0 0 1-1.26-4.38c0-4.54 3.7-8.24 8.24-8.24 2.2 0 4.27.86 5.82 2.42a8.18 8.18 0 0 1 2.41 5.83c.02 4.54-3.68 8.23-8.22 8.23Zm4.52-6.16c-.25-.12-1.47-.72-1.69-.81-.23-.08-.39-.12-.56.12-.17.25-.64.81-.78.97-.14.17-.29.19-.54.06-.25-.12-1.05-.39-1.99-1.23-.74-.66-1.23-1.47-1.38-1.72-.14-.25-.02-.38.11-.51.11-.11.25-.29.37-.43s.17-.25.25-.41c.08-.17.04-.31-.02-.43s-.56-1.34-.76-1.84c-.2-.48-.41-.42-.56-.43h-.48c-.17 0-.43.06-.66.31-.22.25-.86.85-.86 2.07 0 1.22.89 2.4 1.01 2.56.12.17 1.75 2.67 4.23 3.74.59.26 1.05.41 1.41.52.59.19 1.13.16 1.56.1.48-.07 1.47-.6 1.67-1.18.21-.58.21-1.07.14-1.18-.07-.11-.22-.16-.47-.28Z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 36px;
}
.whatsappButton:before, .whatsappButton:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25D366;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
}
.whatsappButton:after {
    animation-delay: .5s;
}
@keyframes animate {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
@media (max-width:575px) {
    .whatsappButton {
        right: 30px;
        bottom: 110px;
        width: 46px;
    }
    .whatsappButtonIcon {
        background-size: 30px;
    }
}
/* whatsappButton */