html {
    --white:                           #fff;
    --black:                           #000;
    --gray:                            #808080;
    --gray1:                           #333;
    --gray2:                           #4f4f4f;
    --gray3:                           #828282;
    --gray4:                           #bdbdbd;
    --gray5:                           #e0e0e0;
    --gray6:                           #f2f2f2;
    --gray7:                           #fafafa;
    --gray20:                          #cccccc;

    --red:                             #E32526;
    --blue:                            #2f80ed;
    --green:                           #14b00e;
    --orange:                          #f2994a;
    --yellow:                          #ffcc00;
    --purple:                          #9b51e0;
    --purple-light:                    #bb6bd9;

    --gap:                             0px;


    --hint-color:                      var(--gray3);
    --link-color:                      var(--red);



    --input-color:                     var(--gray1);
    --input-placeholder-color:         var(--gray);
    --input-bg-color:                  var(--white);
    --input-disabled-bg-color:         var(--gray6);
    --input-disabled-color:            var(--gray4);
    --input-border-color:              var(--gray5);

    --footer-bg-color:                 var(--white);
    --footer-color:                    var(--black);
    --footer-link-color:               var(--gray3);
    --footer-link-hover-color:         var(--link-hover-color);
    --footer-notice-color:             var(--gray4);
    --footer-divider-color:            var(--gray6);
    --footer-app-color:                var(--gray);
    --footer-subscribe-link-color:     var(--link-color);

    --shadow:                          0 5px 30px rgba(0, 0, 0, 0.06);
    --shadow1:                         0 10px 60px rgba(0, 0, 0, 0.1);


}

blockquote {
    color: rgba(0, 0, 0, .6);
    font-size: 0.9em;
    font-style: italic;
    border-left: 1px solid rgba(0, 0, 0, .1);
    padding-left: 24px;
    background: var(--gray5);
}

hr {
    background-color: rgba(0, 0, 0, 0.15);
    height: 1px; border: 0;
}

label,
button {
    cursor: pointer;
}


:root {
    --bs-bg-color: #DF0024;
    --bs-bg-color-font: #FFF;
    --bs-color: #DF0024;

    --add-bg-color: #B7011E;
    --add-bg-color-font: #FFF;
    --add-color: #B7011E;
}

.bs-color{
    color: var(--bs-color);
}

.bs-bg-color{
    color: var(--bs-bg-color-font);
    background: var(--bs-bg-color);
}

.add-color{
    color: var(--add-color);
}

.add-bg-color{
    color: var(--add-bg-color-font);
    background: var(--add-color);
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform:rotate(360deg);
    }
}

.fa-spin{
    animation: spin 1s infinite linear;
}

body{
    color: #000;
    font-size: 16px;
    line-height: 1.4;
    font-family: "Montserrat", sans-serif;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

@media (max-width: 1024px){
    body{
        font-size: 14px;
    }
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body, button, input, optgroup, select, textarea, .ruble {
    font-family: "Montserrat", sans-serif;
}

body.overflow-hidden .mfp-wrap{
    overflow-y: auto;
}

.display-none{
    display: none;
}

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

.overflow-hidden{
    overflow: hidden;
}

.inline {
    display: inline !important;
}

.inline-link {
    text-decoration: none !important;
}

.inline-link b {
    border-bottom: 1px dotted;
    font-weight: normal;
    position: relative;
    top: -0.13em;
}

.inline-link b i {
    font-style: normal;
    position: relative;
    top: 0.13em;
}

.small {
    font-size: 13px;
}

.large {
    font-size: 1.1em;
}

.bold {
    font-weight: bold;
}

.strike {
    text-decoration: line-through;
}

.highlighted {
    background:  #ffc;
}

.hint {
    color: #aaa;
    font-size: 0.9em;
}

.hint a,
.hint:visited,
.hint a:visited {
    color: #888;
}


.gray,
.gray .dropdown ul,
.gray a,
.gray:visited,
.gray a:visited {
    color: #888;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.clear-both {
    clear: both;
}

.shadowed {
    box-shadow: 0 5px 17px rgba(0,0,0,0.05);
}

.nowrap {
    white-space: nowrap;
}

.hr {
    border-top: 1px solid #ccc;
    margin-bottom: 15px;
}

.border-left {
    border-left: 1px solid #ccc;
}

.no-underline{
    text-decoration: none;
}

.uppercase {
    text-transform: uppercase;
}

.blurred {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.userpic {
    border-radius: 15px;
    background-size: auto;
}

li::marker {
    color: var(--bs-color);
}

.link-more{
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
}

.products-clear{
    height: 35px;
    padding: 0 15px;
    position: relative;
    border-radius: 10px;
    border: 1px solid #EDEDED;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    cursor: pointer;
    color: var(--bs-color);
    font-weight: bold;
}

.products-clear:hover{
    color: var(--bs-bg-color-font);
    background: var(--bs-bg-color);
}

.products-clear__icon{
    margin: 0 0 0 10px;
}

.staff {
    color: #345;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 3px;
    white-space: nowrap;
    font-size: 12px;
    padding: 0 3px;
}

.wa-flex-box {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.wa-flex-box.middle {
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.wa-flex-box.wrap {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wa-flex-box.full-line {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.wa-flex-box.fixed {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.wa-flex-box.fixed.fixed > * {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -o-box-flex: 0;
    -ms-box-flex: 0;
    box-flex: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
}

.wa-flex-box > *.middle {
    -webkit-align-self: center;
    align-self: center;
    -ms-flex-item-align: center;
}

.wa-flex-box.space-025 > *:not(:last-child) {
    margin-right: 0.25rem;
}

.wa-flex-box.space-05 > *:not(:last-child) {
    margin-right: 0.5rem;
}

.wa-flex-box.space-075 > *:not(:last-child) {
    margin-right: 0.75rem;
}

.wa-flex-box.space-1 > *:not(:last-child) {
    margin-right: 1rem;
}

.wa-flex-box.space-2 > *:not(:last-child) {
    margin-right: 2rem;
}

.wa-flex-box.space-3 > *:not(:last-child) {
    margin-right: 3rem;
}

.wa-flex-box.space-4 > *:not(:last-child) {
    margin-right: 4rem;
}

.wa-flex-box.space-5 > *:not(:last-child) {
    margin-right: 0.5rem;
}

@media screen and (max-width: 760px) {
    .wa-flex-box.adaptive {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -o-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .wa-flex-box.adaptive.space-025 > *:not(:first-child) {
        margin-top: 0.25rem;
    }

    .wa-flex-box.adaptive.space-025 > *:not(:last-child) {
        margin-right: 0;
    }

    .wa-flex-box.adaptive.space-05 > *:not(:first-child) {
        margin-top: 0.5rem;
    }

    .wa-flex-box.adaptive.space-05 > *:not(:last-child) {
        margin-right: 0;
    }

    .wa-flex-box.adaptive.space-075 > *:not(:first-child) {
        margin-top: 0.75rem;
    }

    .wa-flex-box.adaptive.space-075 > *:not(:last-child) {
        margin-right: 0;
    }

    .wa-flex-box.adaptive.space-1 > *:not(:first-child) {
        margin-top: 1rem;
    }

    .wa-flex-box.adaptive.space-1 > *:not(:last-child) {
        margin-right: 0;
    }

    .wa-flex-box.adaptive.space-2 > *:not(:first-child) {
        margin-top: 2rem;
    }

    .wa-flex-box.adaptive.space-2 > *:not(:last-child) {
        margin-right: 0;
    }

    .wa-flex-box.adaptive.space-3 > *:not(:first-child) {
        margin-top: 3rem;
    }

    .wa-flex-box.adaptive.space-3 > *:not(:last-child) {
        margin-right: 0;
    }

    .wa-flex-box.adaptive.space-4 > *:not(:first-child) {
        margin-top: 4rem;
    }

    .wa-flex-box.adaptive.space-4 > *:not(:last-child) {
        margin-right: 0;
    }

    .wa-flex-box.adaptive.space-5 > *:not(:first-child) {
        margin-top: 0.5rem;
    }

    .wa-flex-box.adaptive.space-5 > *:not(:last-child) {
        margin-right: 0;
    }
}

.l-wrapper{
    margin: 0 auto;
    max-width: 1460px;
    min-width: 320px;
    padding-inline: 20px;
    width: 100%;
    box-sizing: border-box;
}

@media (max-width: 1024px){
    .l-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 359px){
    .l-wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.content{
    margin-top: 25px;
    margin-bottom: 50px;
    flex: 1 1 auto;
    width: 100%;
    box-sizing: border-box;
}

@media (max-width: 1024px) {
    .content{
        margin-bottom: 30px;
    }
}


figure {
    margin: 0;
}

img{
    max-width: 100%;
}

h1, .h1{
    margin: 30px 0;
    line-height: 1.1;
}

h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6{
    margin: 25px 0;
    line-height: 1.1;
}

h1, .h1{
    font-size: 36px;
    font-weight: 500;
}

h2, .h2{
    font-size: 28px;
    font-weight: 500;
}

h3, .h3{
    font-size: 24px;
    font-weight: 600;
}

h4, .h4{
    font-size: 20px;
    font-weight: 600;
}

h5, .h5{
    font-size: 18px;
    font-weight: 600;
}

h6, .h6{
    font-size: 16px;
    font-weight: 600;
}

@media (max-width: 1023px){
    h1, .h1{
        font-size: 28px;
    }

    h2, .h2{
        font-size: 20px;
    }

    h3, .h3{
        font-size: 18px;
    }

    h4, .h4{
        font-size: 15px;
    }

    h5, .h5{
        font-size: 14px;
        font-weight: 600;
    }

    h6, .h6{
        font-size: 13px;
        font-weight: 600;
    }

    h2, .h2,
    h3, .h3,
    h4, .h4,
    h5, .h5,
    h6, .h6{
        margin: 20px 0;
    }

    h1, .h1{
        margin: 25px 0;
    }
}

@media (max-width: 700px){
    h1, .h1{
        font-size: 24px;
    }

    h2, .h2,
    h3, .h3,
    h4, .h4,
    h5, .h5,
    h6, .h6{
        margin: 20px 0;
    }

    h1, .h1{
        margin: 25px 0;
    }
}

@media (max-width: 500px){
    h1, .h1{
        font-size: 20px;
    }

    h2, .h2{
        font-size: 18px;
    }

    h3, .h3{
        font-size: 16px;
    }
}

@media (max-width: 359px){
    h2, .h2,
    h3, .h3,
    h4, .h4,
    h5, .h5,
    h6, .h6{
        margin: 15px 0;
    }

    h1, .h1{
        margin: 20px 0;
    }

}

.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}

a,
.link{
    color: var(--bs-color);
}

.link{
    text-decoration: underline;
    cursor: pointer;
}

a:hover,
.link:hover {
    text-decoration: none;
    color: var(--add-color);
}

p {
    margin: 0 0 20px;
}

@media (max-width: 1000px){
    p {
        margin: 0 0 15px;
    }
}

pre {
    margin-top: 16px;
    font-size: 90%;
    line-height: 24px;
    color: rgba(0,0,0,.75);
    background: rgba(0,0,0,.03);
    padding: 16px 20px;
    word-wrap: normal;
    overflow-y: scroll;
}

label{
    cursor: pointer;
}

label.disabled{
    cursor: default;
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=text],
input[type=phone],
input[type=tel],
input[type=url],
select,
textarea{
    border-radius: 10px;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    outline: none;
    box-sizing: border-box;
    max-width: 100%;
    font-family: inherit;
    font-size: 14px;
    background: none;
    border: 1px solid #cccccc;
    background: #FFF;
    color: #666666;
}

input[type=email].input-grey,
input[type=number].input-grey,
input[type=password].input-grey,
input[type=search].input-grey,
input[type=text].input-grey,
input[type=phone].input-grey,
input[type=tel].input-grey,
input[type=url].input-grey,
select.input-grey,
textarea.input-grey{
    border: none;
    background: #F7F7F7;

}

@media (max-width: 1024px){
    input[type=email],
    input[type=number],
    input[type=password],
    input[type=search],
    input[type=text],
    input[type=phone],
    input[type=tel],
    input[type=url],
    select{
        height: 45px;
        line-height: 45px;
        border-radius: 10px;
        padding: 0 15px;
    }
}

input[type=email]:hover,
input[type=number]:hover,
input[type=password]:hover,
input[type=search]:hover,
input[type=text]:hover,
input[type=phone]:hover,
input[type=tel]:hover,
input[type=url]:hover,
select:hover,
textarea:hover{
    border: 1px solid #bbbbbb;
}

input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=phone]:focus,
input[type=tel]:focus,
input[type=url]:focus,
select:focus,
textarea:focus{
    box-shadow: 0 2px 8px rgba(0,0,0,.04);
}

input[type=email].error,
input[type=number].error,
input[type=password].error,
input[type=search].error,
input[type=text].error,
input[type=phone].error,
input[type=tel].error,
input[type=url].error,
select.error,
textarea.error{
    border-color: red;
}

input[type=email].small,
input[type=number].small,
input[type=password].small,
input[type=search].small,
input[type=text].small,
input[type=phone].small,
input[type=tel].small,
select.small,
textarea.small{
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
}

input[type=email].smallest,
input[type=number].smallest,
input[type=password].smallest,
input[type=search].smallest,
input[type=text].smallest,
input[type=phone].smallest,
input[type=tel].smallest,
select.smallest,
textarea.smallest{
    height: 35px;
    line-height: 35px;
    padding: 0 12px;
}

textarea {
    min-height: 100px;
    line-height: 20px;
    padding: 15px 20px;
}

.button,
.button-action,
button,
input[type="button"],
input[type="submit"]{
    display: inline-block;
    height: 42px;
    line-height: 42px;
    border-radius: 10px;
    padding: 0 20px;
    cursor: pointer;
    border: 0;
    outline: none;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    position: relative;
    background: var(--bs-bg-color);
    color: var(--bs-bg-color-font);
}

.button-action:hover,
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover{
    background: var(--add-bg-color);
    color: var(--add-bg-color-font);
}

.button.small,
.button-action.small,
button.small,
input[type="button"].small,
input[type="submit"].small{
    height: 33px;
    line-height: 33px;
    border-radius: 10px;
    padding: 0 15px;
    font-size: 14px;
}

.button.smallest,
.button-action.smallest,
button.smallest,
input[type="button"].smallest,
input[type="submit"].smallest{
    height: 24px;
    line-height: 24px;
    border-radius: 7px;
    padding: 0 10px;
    font-size: 13px;
}

.button.large,
.button-action.large,
button.large,
input[type=button].large,
input[type=submit].large {
    font-size: 18px;
    padding: 7px 20px;
    font-weight: bold;
}

.button.gray,
.button-action,
button.gray,
input[type=button].gray,
input[type=submit].gray {
    background: #e0e0e0;
    color: #000;
}

.button.gray:hover,
button.gray:hover,
.button-action:hover,
input[type=button].gray:hover,
input[type=submit].gray:hover {
    background: #cecece;
    color: #000;
}

.button.blue,
button.blue,
input[type=button].blue,
input[type=submit].blue {
    background: #5180B6;
    color: var(--white);
}

.button.blue:hover,
button.blue:hover,
input[type=button].blue:hover,
input[type=submit].blue:hover {
    background: #5180B6;
}

.button.green,
button.green,
input[type=button].green,
input[type=submit].green {
    background: #44974C;
    color: var(--white);
}

.button.green:hover,
button.green:hover,
input[type=button].green:hover,
input[type=submit].green:hover {
    background: #35873d;
}

.button.border,
button.border,
input[type=button].border,
input[type=submit].border{
    background: #FFF;
    color: #2d2d2d;
    border: 1px solid;
}

.button.border:hover,
button.border:hover,
input[type=button].border:hover,
input[type=submit].border:hover{
    background: #FFF;
    color: #000;
    border: 1px solid;
}

button svg,
.button svg{
    stroke: #FFF;
}

.button.border svg,
button.border svg{
    color: #2d2d2d;
}

.button.green.border,
button.green.border,
input[type=button].green.border,
input[type=submit].green.border{
    color: #35873d;
}

.button.green.border:hover,
button.green.border:hover,
input[type=button].green.border:hover,
input[type=submit].green.border:hover{
    color: #1c6a24;
}

.button.green.border svg,
button.green.border svg{
    stroke: #35873d;
}

.button.red.border,
button.red.border,
input[type=button].red.border,
input[type=submit].red.border{
    color: #DF0024;
}

.button.red.border:hover,
button.red.border:hover,
input[type=button].red.border:hover,
input[type=submit].red.border:hover{
    color: #B7011E;
}

.button.red.border svg,
button.red.border svg{
    stroke: #DF0024;
}

.button.with-icon,
button.with-icon{
    display: inline-flex;
    align-items: center;
}

.button-icon{
    margin: 0 7px 0 0;
}

.button-icon.-right{
    margin: 0 0 0 7px;
}

svg.button-icon{
    width: 18px;
    height: 18px;
}

button.smallest svg,
.button.smallest svg{
    width: 14px;
    height: 14px;
}

.button.disabled,
.button.disabled:hover,
.button-action.disabled,
.button-action.disabled:hover,
button.disabled,
button.disabled:hover,
input[type=button].disabled,
input[type=button].disabled:hover,
input[type=submit].disabled,
input[type=submit].disabled:hover,
.button:disabled,
.button:disabled:hover,
button:disabled,
button:disabled:hover,
input[type=button]:disabled,
input[type=button]:disabled:hover,
input[type=submit]:disabled,
input[type=submit]:disabled:hover {
    background: #eee;
    color: #999;
    cursor: default;
}

input[type=checkbox],
input[type=radio]{
    margin: 0 3px 0 0;
}

.checkbox-styler input,
.radio-styler input{
    opacity: 0;
    top: 0;
    left: 0;
}

.checkbox-styler input:not(:disabled):not(.disabled),
.radio-styler input:not(:disabled):not(.disabled){
    cursor: pointer;
}

.checkbox-styler{
    background: #FFF;
    width: 15px;
    height: 15px;
    margin: 0 10px 3px 0;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
}

.checkbox-styler.checked{
    border: none;
    background: var(--bs-bg-color);
    color: var(--bs-bg-color-font);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.checkbox-styler.checked:before{
    font-size: 9px;
    content: "\f00c";
    top: 0;
    left: 0;
    height: 15px;
    line-height: 16px;
    text-align: center;
    width: 15px;
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    position: absolute;
}

.jq-radio,
.radio-styler{
    background: #FFF;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 10px 3px 0;
    text-align: center;
    position: relative;
    display: inline-block;
    border: 1px solid #afafaf;
    box-sizing: border-box;
}

.radio-styler.checked{
    border: none;
    background: var(--bs-bg-color);
    color: var(--bs-bg-color-font);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.radio-styler.checked:before{
    background: var(--bs-bg-color-font);
}

.radio-styler.checked:before{
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    font: normal normal normal 14px/1 Font Awesome\ 5 Pro;
}

.radio-styler.disabled,
.checkbox-styler.disabled,
label.disabled .checkbox-styler,
label.disabled .radio-styler{
    cursor: default;
    background: #ecebeb;
    opacity: 0.3;
}

.tags { line-height: 1.6em; }
.tags a { color: var(--green) !important; display: inline !important; padding: 0 4px !important; }
.tags a:hover { color: red !important; }


.wa-inline-block { display: inline-block !important; }

.wa-flex { display: flex !important; }
.wa-flex-wrap { flex-wrap: wrap !important; }
.wa-flex-nowrap { flex-wrap: nowrap !important; }
.wa-flex-row { flex-direction: row !important; }
.wa-flex-column { flex-direction: column !important; }
.wa-flex-fill { flex: 1 1 auto !important; }
.justify-content-start { justify-content: flex-start !important; }
.justify-content-end { justify-content: flex-end !important; }
.justify-content-center { justify-content: center !important; }
.justify-content-between { justify-content: space-between !important; }
.justify-content-around { justify-content: space-around !important; }
.justify-content-evenly { justify-content: space-evenly !important; }
.align-content-start { align-content: flex-start !important; }
.align-content-end { align-content: flex-end !important; }
.align-content-center { align-content: center !important; }
.align-content-between { align-content: space-between !important; }
.align-content-around { align-content: space-around !important; }
.align-content-stretch { align-content: stretch !important; }
.align-items-start { align-items: flex-start !important; }
.align-items-end { align-items: flex-end !important; }
.align-items-center { align-items: center !important; }
.align-items-baseline { align-items: baseline !important; }
.align-items-stretch { align-items: stretch !important; }
.wa-flex.space-025 > *:not(:last-child) { margin-right: 0.25rem; }
.wa-flex.space-05 > *:not(:last-child) { margin-right: 0.5rem; }
.wa-flex.space-075 > *:not(:last-child) { margin-right: 0.75rem; }
.wa-flex.space-1 > *:not(:last-child) { margin-right: 1rem; }
.wa-flex.space-2 > *:not(:last-child) { margin-right: 2rem; }
.wa-flex.space-3 > *:not(:last-child) { margin-right: 3rem; }
.wa-flex.space-4 > *:not(:last-child) { margin-right: 4rem; }
.wa-flex.space-5 > *:not(:last-child) { margin-right: 5rem; }
@media screen and (max-width: 760px) {
    .wa-flex.adaptive.space-025 > *:not(:first-child) { margin-top: 0.25rem; }

    .wa-flex.adaptive.space-025 > *:not(:last-child) { margin-right: 0; }

    .wa-flex.adaptive.space-05 > *:not(:first-child) { margin-top: 0.5rem; }

    .wa-flex.adaptive.space-05 > *:not(:last-child) { margin-right: 0; }

    .wa-flex.adaptive.space-075 > *:not(:first-child) { margin-top: 0.75rem; }

    .wa-flex.adaptive.space-075 > *:not(:last-child) { margin-right: 0; }

    .wa-flex.adaptive.space-1 > *:not(:first-child) { margin-top: 1rem; }

    .wa-flex.adaptive.space-1 > *:not(:last-child) { margin-right: 0; }

    .wa-flex.adaptive.space-2 > *:not(:first-child) { margin-top: 2rem; }

    .wa-flex.adaptive.space-2 > *:not(:last-child) { margin-right: 0; }

    .wa-flex.adaptive.space-3 > *:not(:first-child) { margin-top: 3rem; }

    .wa-flex.adaptive.space-3 > *:not(:last-child) { margin-right: 0; }

    .wa-flex.adaptive.space-4 > *:not(:first-child) { margin-top: 4rem; }

    .wa-flex.adaptive.space-4 > *:not(:last-child) { margin-right: 0; }

    .wa-flex.adaptive.space-5 > *:not(:first-child) { margin-top: 5rem; }

    .wa-flex.adaptive.space-5 > *:not(:last-child) { margin-right: 0; }
}

.s-badge { display: inline-block; padding: 0.35em 0.45em; font-size: 90%; line-height: 1; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: 5px;}
.s-badge-rounded { border-radius: 50rem;}
.s-badge-red { background: var(--red); color: var(--white);}

.overflow-hidden { overflow: hidden !important;}
.is-hidden { display: none !important; }

.wa-pb-0 { padding-bottom: 0 !important; }
.wa-pb-4 { padding-bottom: 4px !important; }
.wa-pb-8 { padding-bottom: 8px !important; }
.wa-pb-16 { padding-bottom: 16px !important; }
.wa-pb-18 { padding-bottom: 18px !important; }
.wa-pb-20 { padding-bottom: 20px !important; }
.wa-pb-22 { padding-bottom: 22px !important; }
.wa-pb-24 { padding-bottom: 24px !important; }
.wa-pb-28 { padding-bottom: 28px !important; }
.wa-pb-32 { padding-bottom: 32px !important; }

.wa-pt-0 { padding-top: 0 !important; }
.wa-pt-4 { padding-top: 4px !important; }
.wa-pt-8 { padding-top: 8px !important; }
.wa-pt-16 { padding-top: 16px !important; }
.wa-pt-18 { padding-top: 18px !important; }
.wa-pt-20 { padding-top: 20px !important; }
.wa-pt-22 { padding-top: 22px !important; }
.wa-pt-24 { padding-top: 24px !important; }
.wa-pt-28 { padding-top: 28px !important; }
.wa-pt-32 { padding-top: 32px !important; }

.wa-pl-0 { padding-left: 0 !important; }
.wa-pl-4 { padding-left: 4px !important; }
.wa-pl-8 { padding-left: 8px !important; }
.wa-pl-16 { padding-left: 16px !important; }
.wa-pl-18 { padding-left: 18px !important; }
.wa-pl-20 { padding-left: 20px !important; }
.wa-pl-22 { padding-left: 22px !important; }
.wa-pl-24 { padding-left: 24px !important; }
.wa-pl-28 { padding-left: 28px !important; }
.wa-pl-32 { padding-left: 32px !important; }

.wa-pr-0 { padding-right: 0 !important; }
.wa-pr-4 { padding-right: 4px !important; }
.wa-pr-8 { padding-right: 8px !important; }
.wa-pr-16 { padding-right: 16px !important; }
.wa-pr-18 { padding-right: 18px !important; }
.wa-pr-20 { padding-right: 20px !important; }
.wa-pr-22 { padding-right: 22px !important; }
.wa-pr-24 { padding-right: 24px !important; }
.wa-pr-28 { padding-right: 28px !important; }
.wa-pr-32 { padding-right: 32px !important; }

.wa-mb-0 { margin-bottom: 0 !important; }
.wa-mb-4 { margin-bottom: 4px !important; }
.wa-mb-8 { margin-bottom: 8px !important; }
.wa-mb-16 { margin-bottom: 16px !important; }
.wa-mb-18 { margin-bottom: 18px !important; }
.wa-mb-20 { margin-bottom: 20px !important; }
.wa-mb-22 { margin-bottom: 22px !important; }
.wa-mb-24 { margin-bottom: 24px !important; }
.wa-mb-28 { margin-bottom: 28px !important; }
.wa-mb-32 { margin-bottom: 32px !important; }
.wa-mb-auto { margin-bottom: auto !important; }

.wa-mt-0 { margin-top: 0 !important; }
.wa-mt-4 { margin-top: 4px !important; }
.wa-mt-8 { margin-top: 8px !important; }
.wa-mt-16 { margin-top: 16px !important; }
.wa-mt-18 { margin-top: 18px !important; }
.wa-mt-20 { margin-top: 20px !important; }
.wa-mt-22 { margin-top: 22px !important; }
.wa-mt-24 { margin-top: 24px !important; }
.wa-mt-28 { margin-top: 28px !important; }
.wa-mt-32 { margin-top: 32px !important; }
.wa-mt-auto { margin-top: auto !important; }

.wa-mr-0 { margin-right: 0 !important; }
.wa-mr-4 { margin-right: 4px !important; }
.wa-mr-8 { margin-right: 8px !important; }
.wa-mr-16 { margin-right: 16px !important; }
.wa-mr-18 { margin-right: 18px !important; }
.wa-mr-20 { margin-right: 20px !important; }
.wa-mr-22 { margin-right: 22px !important; }
.wa-mr-24 { margin-right: 24px !important; }
.wa-mr-28 { margin-right: 28px !important; }
.wa-mr-32 { margin-right: 32px !important; }
.wa-mr-auto { margin-right: auto !important; }

.wa-ml-0 { margin-left: 0 !important; }
.wa-ml-4 { margin-left: 4px !important; }
.wa-ml-8 { margin-left: 8px !important; }
.wa-ml-16 { margin-left: 16px !important; }
.wa-ml-18 { margin-left: 18px !important; }
.wa-ml-20 { margin-left: 20px !important; }
.wa-ml-22 { margin-left: 22px !important; }
.wa-ml-24 { margin-left: 24px !important; }
.wa-ml-28 { margin-left: 28px !important; }
.wa-ml-32 { margin-left: 32px !important; }
.wa-ml-auto { margin-left: auto !important; }

.font-weight-normal { font-weight: normal !important; }
.font-weight-bold { font-weight: bold !important; }

.font-size-big { font-size: var(--h5-size) !important; }

.text-white { color: var(--white) !important; }
.text-black { color: var(--black) !important; }
.text-gray { color: var(--gray4) !important; }
.text-green { color: var(--green) !important; }
.text-orange { color: var(--orange) !important; }
.text-red { color: var(--red)!important; }


.w-100 { width: 100% !important; }

.chevron::after {
    content:        '';
    display:        inline-flex;
    border-style:   solid;
    border-width:   0 .1em 0.1em 0;
    width:          0.45em;
    height:         0.45em;
    vertical-align: middle;
    position:       relative;
    top:            0;
    left:           0.5em;
}
.chevron.down::after {
    transform: rotate(45deg);
    top:       -0.2em;
}
.chevron.right::after {
    transform: rotate(-45deg);
}

/* Card */

.cards { display: flex; flex-wrap: wrap; gap: 24px; list-style: none; margin: 0; padding: 0;}
.card { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 0; word-wrap: break-word; background-color: var(--white); border-radius: 15px; box-shadow: var(--shadow);}
.card-img { border-top-left-radius: 15px; border-top-right-radius: 15px;}
.card-body { flex: 1 1 auto; padding: 30px;}
.card-title { display: block; font-size: 16px; font-weight: normal; line-height: 19px; margin-bottom: 10px; color: var(--black);}
.card-text { margin-top: 10px;}
.card-read-more { font-weight: 600; color: var(--link-color); display: block; text-align: right; margin-top: 22px;}


ul.menu-v {
    margin: 0;
    padding: 0;
}

ul.menu-v li {
    list-style: none;
    padding: 0 0 10px;
    margin: 0;
}

ul.menu-v li a {
    display: block;
    text-decoration: none;
}

ul.menu-h {
    margin: 0 0 20px;
    padding: 0;
}

ul.menu-h li {
    list-style: none;
    display: inline-block;
    padding: 0 10px 0 0;
    line-height: 1.3em;
    vertical-align: middle;
}

ul.menu-h li a {
    text-decoration: none;

}

.pages{
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
}

.pages li {
    padding-right: 20px;
    display: inline-block;
    list-style: none;
}

.product-nav .selected a {
    font-weight: 500;
    text-decoration: none;
}

ul.tree { list-style: none; padding-left: 0; }
ul.tree li { border: none; }
ul.tree li a { padding: 5px 16px; display: block; text-decoration: none;}
ul.tree li.selected a { background: transparent; }
ul.tree ul { padding-left: 20px; list-style: none; }
ul.tree ul a { padding: 3px 6px; font-size: 90%; }


/* Tables
--------- */

table { border-collapse: collapse; border-spacing: 0; }
table th { color: var(--gray3); padding: 0 10px 7px; }
table td { padding: 10px; border: 1px solid rgba(0, 0, 0, 0.1); }
table.not-bordered td { border: none; }

table.lined { margin-top: 25px; width: 100%; border-spacing: 0; border-collapse: collapse; }
table.lined th { padding-left: 7px; padding-right: 7px; }
table.lined td { padding: 15px 7px; border-bottom: 1px solid var(--gray5); }
table.lined td.min-width { width: 1%; }
table.lined td p { margin: 0; }
table.lined td input.numerical { width: 50px; margin-right: 5px; text-align: right; }
table.lined tr.no-border td { border: none; }
table.lined tr.thin td { padding-top: 13px; padding-bottom: 0; }
table.lined tr.service td { padding-top: 5px; padding-bottom: 5px; padding-left: 25px; font-size: 0.8em; color: #555; }

.leadbox {
    margin-bottom: 30px;
    background: #FFF;
    box-shadow: 0 5px 17px rgba(0,0,0,0.04);
    font-weight: 500;
    border-radius: 20px;
    padding: 25px;
}

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

.s-loading-section { position: fixed; top: 0; left: 0; display: flex; width: 100%; height: 100%; justify-content: center; align-items: center; background: rgba(255, 255, 255, .5); z-index: 100; }
.s-loading-section .s-loading-content { display: inline-block; }

/* 16x16 Icons
-------------- */

i.icon16 {
    background-repeat:no-repeat;
    height:16px;
    width:16px;
    display:inline-block;
    text-decoration:none!important;
    background-image: url("img/icons.png");
    background-size: 260px 160px;
}

* i.icon16 {
    text-decoration:none!important;
    vertical-align:top;
    margin: 0 3px 0 0;
}

.icon16.rss {
    background-position: -16px 0;
}

.icon16.facebook {
    background-position: -32px 0;
}

.icon16.twitter {
    background-position: -48px 0;
}

.icon16.vk {
    background-position: -64px 0;
}

.icon16.gplus {
    background-position: -80px 0;
}

.icon16.pinterest {
    background-position: -96px 0;
}

.icon16.youtube {
    background-position: -112px 0;
}

.icon16.instagram {
    background-position: -128px 0;
}

.icon16.userpic20 {
    background-position: -2px -2px;
    border-radius: 50%;
    background-size: 20px 20px;
}

.icon16.color {
    border-radius: 5px;
    width: 14px;
    height: 14px;
    background-image: none;
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
    box-sizing: border-box;
}

.icon16.color[style*="background-color:#ffffff"],
.icon16.color[style*="background:#ffffff"],
.icon16.color[style*="background-color:#FFFFFF"],
.icon16.color[style*="background:#FFFFFF"] {
    border: 1px solid #e0e0e0;
}

.icon16.like {
    background-position:0 -16px;
    margin-top: 0;
}

.icon16.remove {
    background-position:-96px -16px;
}

.icon16.saved {
    background-position:-112px -16px;
}

.icon16.stock-red {
    background-position:-128px -16px;
}

.icon16.stock-yellow {
    background-position:-144px -16px;
}

.icon16.stock-green {
    background-position:-160px -16px;
}

.icon16.stock-transparent {
    background-position:-176px -16px;
}

.icon16.checkmark {
    background-position:-192px -16px;
}

.icon16.compare {
    background-position:-208px -16px;
}

.icon16.compare.active {
    background-position:-224px -16px;
}

.icon16.uarr {
    background: url('img/uarr.png');
    background-position: 0 0;
    background-size: 16px 16px;
}

.icon16.loading {
    background-image: url('img/loading16.gif');
    background-position: 0 0;
    background-size: 16px 16px;
}

.icon24.loading {
    background-image: url('img/loading.gif');
    background-size: 24px 24px;
    height:24px;
    width:24px;
    display:inline-block;
}

.icon32.loading {
    background-image: url('img/loading.gif');
    background-size: 32px 32px;
    height:32px;
    width:32px;
    display:inline-block;
}

i.icon10 {
    background-repeat:no-repeat;
    height:10px;
    width:10px;
    display:inline-block;
    text-decoration:none!important;
    background-image: url("img/icons.png");
    background-size: 260px 160px;
}

* i.icon10 {
    text-decoration:none!important;
    vertical-align:top;
    margin: 0 3px 0 0;
}

.icon10.darr {
    background-image: url('img/darr.png');
    background-size: 16px 16px;
}

/* 24x24 Icons
-------------- */

i.icon24 {
    background-repeat:no-repeat;
    height:24px; width:24px;
    display:inline-block;
    text-indent:-9999px;
    text-decoration:none!important;
    background-image: url("img/icons.png");
    background-size: 260px 160px;
}

* i.icon24 {
    text-decoration:none!important;
    vertical-align:top;
    margin: 0 3px 0 0;
}

.icon24.rss {
    background-position: 0 -50px;
}

.icon24.facebook {
    background-position: -24px -50px;
}

.icon24.twitter {
    background-position: -48px -50px;
}

.icon24.vk {
    background-position: -72px -50px;
}

.icon24.instagram {
    background-position: -96px -50px;
}

.icon24.youtube {
    background-position: -120px -50px;
}

.icon24.pinterest {
    background-position: -144px -50px;
}

.icon24.gplus {
    background-position: -168px -50px;
}

/* GRID
========= */
.row { display: flex; flex-wrap: wrap }
.row.gap4 { --gap: 4px; gap: var(--gap); }
.row.gap6 { --gap: 6px; gap: var(--gap); }
.row.gap8 { --gap: 8px; gap: var(--gap); }
.row.gap16 { --gap: 16px; gap: var(--gap); }
.row.gap20 { --gap: 20px; gap: var(--gap); }
.row.gap32 { --gap: 32px; gap: var(--gap); }
.row.cols1 > .col { --cols-count: 1; }
.row.cols1 > .col:not(.w1,.w2,.w3,.w4,.w5,.w6,.w7,.w8,.w9,.w10,.w11,.w12) { --col-width: 100%; }
.row.cols2 > .col { --cols-count: 2;}
.row.cols2 > .col:not(.w1,.w2,.w3,.w4,.w5,.w6,.w7,.w8,.w9,.w10,.w11,.w12) { --col-width: 50%; }
.row.cols3 > .col { --cols-count: 3; }
.row.cols3 > .col:not(.w1,.w2,.w3,.w4,.w5,.w6,.w7,.w8,.w9,.w10,.w11,.w12) { --col-width: 33.33333333%; }
.row.cols4 > .col { --cols-count: 4; }
.row.cols4 > .col:not(.w1,.w2,.w3,.w4,.w5,.w6,.w7,.w8,.w9,.w10,.w11,.w12) { --col-width: 25%; }
.row.cols5 > .col { --cols-count: 5;}
.row.cols5 > .col:not(.w1,.w2,.w3,.w4,.w5,.w6,.w7,.w8,.w9,.w10,.w11,.w12) { --col-width: 20%; }
.row.cols6 > .col { --cols-count: 6; }
.row.cols6 > .col:not(.w1,.w2,.w3,.w4,.w5,.w6,.w7,.w8,.w9,.w10,.w11,.w12) { --col-width: 16.66666667%; }
.row.cols7 > .col { --cols-count: 7; }
.row.cols7 > .col:not(.w1,.w2,.w3,.w4,.w5,.w6,.w7,.w8,.w9,.w10,.w11,.w12) { --col-width: 14.285714286%; }
.row.cols8 > .col { --cols-count: 8; }
.row.cols8 > .col:not(.w1,.w2,.w3,.w4,.w5,.w6,.w7,.w8,.w9,.w10,.w11,.w12) { --col-width: 12.5%; }
.row.cols9 > .col { --cols-count: 9; }
.row.cols9 > .col:not(.w1,.w2,.w3,.w4,.w5,.w6,.w7,.w8,.w9,.w10,.w11,.w12) { --col-width: 11.111111111%; }
.row.cols10 > .col { --cols-count: 10; }
.row.cols10 > .col:not(.w1,.w2,.w3,.w4,.w5,.w6,.w7,.w8,.w9,.w10,.w11,.w12) { --col-width: 10%; }
.row.cols11 > .col { --cols-count: 11; }
.row.cols11 > .col:not(.w1,.w2,.w3,.w4,.w5,.w6,.w7,.w8,.w9,.w10,.w11,.w12) { --col-width: 9.090909091%; }
.row.cols12 > .col { --cols-count: 12; }
.row.cols12 > .col:not(.w1,.w2,.w3,.w4,.w5,.w6,.w7,.w8,.w9,.w10,.w11,.w12) { --col-width: 8.33333333%; }
.col.w1 { --cols-count: 12; --col-width: 8.33333333%; flex: 0 0 auto; width: calc(var(--col-width) - (var(--gap) / var(--cols-count)) * (var(--cols-count) - 1)); }
.col.w2 { --cols-count: 6; --col-width: 16.66666667%; flex: 0 0 auto; width: calc(var(--col-width) - (var(--gap) / var(--cols-count)) * (var(--cols-count) - 1)); }
.col.w3 { --cols-count: 4; --col-width: 25%; flex: 0 0 auto; width: calc(var(--col-width) - (var(--gap) / var(--cols-count)) * (var(--cols-count) - 1)); }
.col.w4 { --cols-count: 3; --col-width: 33.33333333%; flex: 0 0 auto; width: calc(var(--col-width) - (var(--gap) / var(--cols-count)) * (var(--cols-count) - 1)); }
.col.w5 { --cols-count: 2.4; --col-width: 41.66666667%; flex: 0 0 auto; width: calc(var(--col-width) - (var(--gap) / var(--cols-count)) * (var(--cols-count) - 1)); }
.col.w6 { --cols-count: 2; --col-width: 50%; flex: 0 0 auto; width: calc(var(--col-width) - (var(--gap) / var(--cols-count)) * (var(--cols-count) - 1)); }
.col.w7 { --cols-count: 1.7; --col-width: 58.33333333%; flex: 0 0 auto; width: calc(var(--col-width) - (var(--gap) / var(--cols-count)) * (var(--cols-count) - 1)); }
.col.w8 { --cols-count: 1.5; --col-width: 66.66666667%; flex: 0 0 auto; width: calc(var(--col-width) - (var(--gap) / var(--cols-count)) * (var(--cols-count) - 1)); }
.col.w9 { --cols-count: 1.33; --col-width: 75%; flex: 0 0 auto; width: calc(var(--col-width) - (var(--gap) / var(--cols-count)) * (var(--cols-count) - 1)); }
.col.w10 { --cols-count: 1.2; --col-width: 83.33333333%; flex: 0 0 auto; width: calc(var(--col-width) - (var(--gap) / var(--cols-count)) * (var(--cols-count) - 1)); }
.col.w11 { --cols-count: 1.09; --col-width: 91.66666667%; flex: 0 0 auto; width: calc(var(--col-width) - (var(--gap) / var(--cols-count)) * (var(--cols-count) - 1)); }
.col.w12 { --cols-count: 1; --col-width: 100%; flex: 0 0 auto; width: calc(var(--col-width) - (var(--gap) / var(--cols-count)) * (var(--cols-count) - 1)); }

.col { flex: 1 0 0; width: calc(var(--col-width) - (var(--gap) / var(--cols-count)) * (var(--cols-count) - 1)); }
:is(.row.cols1,.row.cols2,.row.cols3,.row.cols4,.row.cols5,.row.cols6,.row.cols7,.row.cols8,.row.cols9,.row.cols10,.row.cols11,.row.cols12) > .col { flex: 0 0 auto; }
/* MOBILE
========= */

@media screen and (max-width: 760px) {
    .row.cols1-mobile > .col { --cols-count: 1; --col-width: 100% !important; }

    .row.cols2-mobile > .col { --cols-count: 2; --col-width: 50% !important; }

    .row.cols3-mobile > .col { --cols-count: 3; --col-width: 33.33333333% !important; }

    .row.cols4-mobile > .col { --cols-count: 4; --col-width: 25% !important; }

    .row.cols5-mobile > .col { --cols-count: 5; --col-width: 20% !important; }

    .row.cols6-mobile > .col { --cols-count: 6; --col-width: 16.66666667% !important; }

    .row.cols7-mobile > .col { --cols-count: 7; --col-width: 14.285714286% !important; }

    .row.cols8-mobile > .col { --cols-count: 8; --col-width: 12.5% !important; }

    .row.cols9-mobile > .col { --cols-count: 9; --col-width: 11.111111111% !important; }

    .row.cols10-mobile > .col { --cols-count: 10; --col-width: 10% !important; }

    .row.cols11-mobile > .col { --cols-count: 11; --col-width: 9.090909091% !important; }

    .row.cols12-mobile > .col { --cols-count: 12; --col-width: 8.33333333% !important; }
}

/* TABLET
========= */

@media screen and (min-width: 760px) and (max-width: 1024px) {
    .row.cols1-tablet > .col { --cols-count: 1; --col-width: 100% !important; }

    .row.cols2-tablet > .col { --cols-count: 2; --col-width: 50% !important; }

    .row.cols3-tablet > .col { --cols-count: 3; --col-width: 33.33333333% !important; }

    .row.cols4-tablet > .col { --cols-count: 4; --col-width: 25% !important; }

    .row.cols5-tablet > .col { --cols-count: 5; --col-width: 20% !important; }

    .row.cols6-tablet > .col { --cols-count: 6; --col-width: 16.66666667% !important; }

    .row.cols7-tablet > .col { --cols-count: 7; --col-width: 14.285714286% !important; }

    .row.cols8-tablet > .col { --cols-count: 8; --col-width: 12.5% !important; }

    .row.cols9-tablet > .col { --cols-count: 9; --col-width: 11.111111111% !important; }

    .row.cols10-tablet > .col { --cols-count: 10; --col-width: 10% !important; }

    .row.cols11-tablet > .col { --cols-count: 11; --col-width: 9.090909091% !important; }

    .row.cols12-tablet > .col { --cols-count: 12; --col-width: 8.33333333% !important; }
}


.pages{
    margin: 0;
    padding: 0;
    list-style: none;
}

.pages li{
    margin: 0 20px 10px 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}


.attach {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  width: fit-content;
  margin-bottom: 0.5rem;
}
.attach .remove-attach {
  font-weight: 700;
  padding: 7px;
  margin-left: auto;
}
.attach [type=file] {
  cursor: pointer;
  position: relative;
  width: 290px;
  background-color: transparent;
  padding: 15px 10px 15px 20px;
  border: 2px dashed var(--gray5);
  -webkit-transition: 200ms background linear;
  -moz-transition: 200ms background linear;
  transition: 200ms background linear;
  border-radius: 10px;
  color: var(--link-color);
  box-sizing: border-box;
}
.attach::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 15px;
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%22612.675px%22%20height%3D%22612.675px%22%20viewBox%3D%220%200%20612.675%20612.675%22%20style%3D%22enable-background%3Anew%200%200%20612.675%20612.675%3B%22%0A%09%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%0A%09%09%09%3Cpath%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23777%22%20d%3D%22M581.209%2C223.007L269.839%2C530.92c-51.592%2C51.024-135.247%2C51.024-186.839%2C0c-51.592-51.023-51.592-133.737%2C0-184.761%20L363.248%2C69.04c34.402-34.009%2C90.15-34.009%2C124.553%2C0c34.402%2C34.008%2C34.402%2C89.166%2C0%2C123.174l-280.249%2C277.12%20c-17.19%2C17.016-45.075%2C17.016-62.287%2C0c-17.19-16.993-17.19-44.571%2C0-61.587L394.37%2C161.42l-31.144-30.793L114.144%2C376.975%20c-34.402%2C34.009-34.402%2C89.166%2C0%2C123.174c34.402%2C34.009%2C90.15%2C34.009%2C124.552%2C0l280.249-277.12%20c51.592-51.023%2C51.592-133.737%2C0-184.761c-51.593-51.023-135.247-51.023-186.839%2C0L36.285%2C330.784l1.072%2C1.071%20c-53.736%2C68.323-49.012%2C167.091%2C14.5%2C229.88c63.512%2C62.79%2C163.35%2C67.492%2C232.46%2C14.325l1.072%2C1.072l326.942-323.31%20L581.209%2C223.007z%22%2F%3E%0A%09%09%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  width: 20px;
  height: 100%;
  background-size: contain;
}
.attach [type=file].is-highlighted { background: #fafadf75; }
.attach [type=file]::-webkit-file-upload-button,
.attach [type=file]::file-selector-button { visibility: hidden; width: 0; }

.hover-title{
    position: relative;
}

body:not(.touch) .hover-title[data-title]:hover:before {
    background: #444;
    content: attr(data-title);
    font-weight: 400;
    display: inline-block;
    position: absolute;
    top: 100%;
    left: 50%;
    line-height: 1.2;
    color: #fff;
    padding: 8px;
    border-radius: 5px;
    font-size: 12px;
    width: 86px;
    margin: 5px 0 0 -43px;
    white-space: normal;
    box-sizing: border-box;
    z-index: 1;
}

body:not(.touch) .hover-title[data-title]:hover:after{
    position: absolute;
    top: 100%;
    content: "\f0d8";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    line-height: 4px;
    left: 50%;
    margin-left: -6px;
    margin-top: 3px;
    font-size: 20px;
    color: #444;
}

.rating {
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1;
    color: var(--bs-color);
    letter-spacing: 1px;
}

.rating .icon10{
    vertical-align: middle;
    display: inline-block;
}

.star,
.star-empty,
.star-hover,
.star-half{
    font-family: Font Awesome\ 5 Pro;
    vertical-align: middle;
    font-style: normal;
    color: var(--bs-color);
}

.star.icon10,
.star-empty.icon10,
.star-hover.icon10,
.star-half.icon10,
.rating .fa-star,
.rating .fa-star-half-alt{
    font-size: 10px;
    letter-spacing: 0;
    height: auto;
    background: none;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0 1px;
}

.star.icon16,
.star-empty.icon16,
.star-hover.icon16,
.star-half.icon16{
    font-size: 14px;
    letter-spacing: 0;
    background: none;
    vertical-align: middle;
    width: auto;
    height: auto;
    display: inline-block;
}

.star:before,
.star-hover:before{
    content: "\f005";
    font-weight: 900;
}

.star-half:before{
    content: "\f5c0";
    font-weight: 900;
}

.star-empty:before{
    content: "\f005";
    font-weight: 400;
}

.rating .fa-star.far {
    font-weight: 400;
}

.order-status{
    border-radius: 5px;
    color: #FFF;
    padding: 2px 5px;
}

.price{
    font-weight: 500;
    white-space: nowrap;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}

.price-compare,
.compare-at-price{
    position: relative;
    white-space: nowrap;
    font-size: 12px;
    color: #7c7c7c;
    display: inline-block;
    vertical-align: middle;
}

.price-compare:before,
.compare-at-price:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 55%;
    border-top: 1px solid #a3a3a3;
}

.price-compare.display-none{
    display: none !important;
}

.product-price-base{
    font-size: 18px;
    white-space: nowrap;
    display: inline-block;
}

.price-wrapper{
    display: inline-block;
}

.price-wrapper .currency{
    margin: 0 1px 0 0;
}

.price-wrapper .unit{
    margin: 0 0 0 2px;
}

.price-wrapper .unit,
.price-wrapper .currency,
.price-wrapper .price{
    font-size: inherit;
    font-weight: inherit;
}

.product-units-ratio{
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    white-space: nowrap;
    margin: 0 10px 0 0;
}

.product-sku{
    color: #AAAAAA;
}

.product-sku__code{
    color: #4D4D4D;
}

.product-favorite,
.product-compare{
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.product-favorite__icon,
.product-compare__icon{
    stroke: var(--bs-bg-color);
    fill: #FFF;
}

.product-favorite__icon{
    width: 24px;
    height: 21px;
}

.product-compare__icon{
    width: 28px;
    height: 26px;
}

.product-favorite__icon:hover,
.product-compare__icon:hover{
    stroke: var(--add-bg-color);
}

.product-favorite.selected .product-favorite__icon,
.product-compare.selected .product-compare__icon{
    stroke: var(--bs-bg-color);
    fill: var(--bs-bg-color);
}

.product-favorite.selected .product-favorite__icon:hover,
.product-compare.selected .product-compare__icon:hover{
    stroke: var(--add-bg-color);
    fill: var(--add-bg-color);
}

body:not(.touch) .product-compare[data-title]:hover:before,
body:not(.touch) .product-favorite[data-title]:hover:before{
    background: #444444;
    content: attr(data-title);
    font-weight: normal;
    display: inline-block;
    position: absolute;
    top: 100%;
    left: 50%;
    line-height: 1.2;
    color: #FFF;
    padding: 8px;
    border-radius: 5px;
    font-size: 12px;
    width: 90px;
    margin: 5px 0 0 -45px;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 1;
}

body:not(.touch) .product-compare[data-title-remove].selected:hover:before,
body:not(.touch) .product-favorite[data-title-remove].selected:hover:before{
    content: attr(data-title-remove);
}

/* кнопка добавить в корзину */

.add2cart-button{
    height: 48px;
    display: inline-flex;
    align-items: center;
    border-radius: 12px;
    background: var(--bs-bg-color);
    color: var(--bs-bg-color-font);
    padding: 0 15px;
    white-space: nowrap;
    justify-content: center;
    cursor: pointer;
    position: relative;
    font-weight: 700;
}

.add2cart-button:hover{
    background: var(--add-bg-color);
    color: var(--add-bg-color-font);
}

.add2cart-button.disabled{
    background: #eee;
    color: #999;
    cursor: default;
}

.add2cart-button__icon{
    margin: 0 10px 0 0;
    width: 18px;
    height: 18px;
}

.add2cart-button__icon svg{
    width: 18px;
    height: 18px;
}

.add2cart-button.re-loading .add2cart-button__icon svg{
    display: none;
}

.add2cart-button.re-loading .add2cart-button__icon:before{
    content: "\f110";
    animation: spin 1s linear infinite;
    display: inline-block;
    font-style: normal;
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
}

.add2cart-button__count{
    position: absolute;
    top: 0;
    right: -5px;
    background: #FFF;
    border: 1px solid red;
    height: 15px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    color: #000;
    display: none;
}

.add2cart-button.re-added .add2cart-button__count{
    display: block;
}

/* кнопка добавить в корзину иконкой */

.add2cart-icon-button{
    color: var(--bs-bg-color-font);
    background: var(--bs-bg-color);
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    vertical-align: middle;
}

.add2cart-icon-button.-large{
    width: 46px;
    height: 46px;
}

.add2cart-icon-button:hover{
    background: var(--add-bg-color);
    color: var(--add-bg-color-font);
}

.add2cart-icon-button.disabled{
    cursor: default;
    opacity: 0.3;
}

.add2cart-icon-button__icon{
    width: 18px;
    height: 18px;
}

.add2cart-icon-button.re-loading .add2cart-icon-button__icon{
    display: none;
}

.add2cart-icon-button.re-loading:before{
    content: "\f110";
    animation: spin 1s linear infinite;
    font-style: normal;
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
}

.add2cart-icon-button.re-added:after{
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 6px;
    right: -2.5px;
    background: #FFF;
    border: 1px solid var(--add-color);
    content: "";
}

/* поле количество товара */

.product-quantity{
    position: relative;
    display: inline-flex;
    border-radius: 12px;
    height: 48px;
    background: #FFF;
    box-sizing: border-box;
    border:1px solid #e6e6e6;
    width: 120px;
    padding: 0;
    vertical-align: middle;
}
@media (min-width:1025px) {
    .products-list .product-quantity {
        width: 90px;
        height: 35px;
    }
    .products-list input[type=text].product-quantity__input {
        height: 35px;
    }
    .products-list .product-quantity__step {
        width: 23px;
    }
}

@media (max-width: 500px) {
    .product-quantity {
        width: 95px;
    }
    .product-tile__bottom .product-quantity{
        height: 35px;
    }
    .product-tile__bottom input[type=text].product-quantity__input {
        height: 35px;
        line-height: 35px;
    }
}
.product-quantity.-loading{
    opacity: 0.5;
}


.product-quantity.-re-hide{
    display: none;
}

.product-quantity__unit {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    font-size: 12px;
    text-align: center;
    line-height: normal;
    z-index: 1;
    font-weight: 400;
}

.product-quantity__step{
    padding: 0;
    width: 30px;
    flex: 0 0 auto;
    background: var(--bs-bg-color);
    color: var(--bs-bg-color-font);
    font-size: 12px;
    z-index: 3;
    cursor: pointer;
    box-shadow: none;
    border: none;
    order: 1;
    border-radius: 6px 0 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.product-quantity.-small .product-quantity__step{
    width: 24px;
}

.product-quantity__step.disabled,
button.product-quantity__step.disabled{
    background: #CCC;
    cursor: default;
}


.product-quantity__step.-re-plus{
    order: 3;
    border-radius: 0 6px 6px 0;
}

.product-quantity.disabled .product-quantity__step{
    background: #C7C7C7;
    color: #fff;
    cursor: default;
}

input[type=text].product-quantity__input{
    border: none;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    height: 46px;
    vertical-align: top;
    background: none;
    position: relative;
    z-index: 2;
    width: 100%;
    order: 2;
    flex: 1 1 auto;
}

input[type=text].product-quantity__input:focus{
    box-shadow: none;
}

.product-quantity__unit ~ input[type=text].product-quantity__input{
    height: 30px;
}

.product-quantity__desc{
    position: absolute;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    bottom: 100%;
    padding: 10px;
    right: 0;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    width: 70px;
    left: 50%;
    box-sizing: border-box;
    margin: 0 0 10px -35px;
    font-weight: bold;
    display: none;
    white-space: normal;
    user-select: none;
    color: #FFF;
    border-radius: 5px;
    background: #505050;
}


.product-quantity__step:hover .product-quantity__desc.active{
    display: block;
}

.product-quantity__desc:before{
    content: "\f0d7";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -3px;
    font-size: 18px;
    color: #505050;
}

@media (max-width: 359px){
    .product-quantity__step{
        width: 20px;
    }
}

.product-quantity.-small{
    height: 35px;
    width: 86px;
    border-radius: 6px;
}

.product-quantity.-small input[type=text].product-quantity__input{
    height: 100%;
}


/* на складе */

.stock-high,
.stock-low,
.stock-critical,
.stock-preorder,
.stock-none{
    font-size: 13px;
    white-space: nowrap;
}

.stock-high{
    color: #44974C;
}

.stock-low{
    color: #ba5009;
}

.stock-critical,
.stock-preorder,
.stock-none{
    color: #f33232;
}

/* пейджи */
.badge{
    border-radius: 7px;
    padding: 1px 5px;
    font-size: 14px;
    color: var(--bs-bg-color-font);
    background: var(--bs-bg-color);
}

.badge-green{
    color: #fff !important;
    background: #00ed77 !important;
}

.badge-gray{
    color: #fff !important;
    background: #999 !important;
}

/* характеристики таблицей */

.t-product-features{
    width: 100%;
    max-width: 700px;
}

table.t-product-features td{
    border: none;
}

.t-product-features__item:nth-child(odd){
    background: #f8f8f8;
}

.t-product-features__title,
.t-product-features__value{
    padding: 10px 15px;
}
@media (max-width: 500px) {
    .t-product-features__title,
    .t-product-features__value{
        padding: 5px 10px;
        font-size: 13px;
    }
}
.product__accordion {
    border: 1px solid #df0024;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 10px;
}

.product__accordion-header {
    padding: 10px;
    background-color: #df0024;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}

.product__accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.product__accordion--active .product__accordion-content {
    overflow: visible;
    padding: 10px;
}
.t-product-features__title{
    color: #767676;
}

/* характеристики списком */

.l-product-features__item{
    padding: 10px 15px;
}
.l-product-features__item:nth-child(odd){
    background: #f8f8f8;
}
/*
@media (max-width: 768px) {
    .l-product-features__item {
        padding: 0;
        margin-bottom: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #ececec;
        display:flex;
        flex-direction:column;
        gap:3px
        background
    }
    .l-product-features__item:nth-child(odd){
        background: transparent;
    }
}
*/

.l-product-features__title{
    color: #767676;
    margin: 0 5px 0 0;
}

.l-product-features__value{
    font-weight: 500;
}

/* характеристики в писках */
.product-short-features__item{
    display: flex;
    line-height: 1.2;
}

.product-short-features__title{
    text-align: left;
    color: #666;
    padding: 5px 5px 5px 0;
    flex: 1 1 auto;
}

.product-short-features__value{
    text-align: right;
    padding: 5px 0 5px 5px;
    font-weight: 500;
}

/* tabs */

.tabs-outer{
    background: #FFF;
    box-shadow: 0 5px 17px rgba(0,0,0,0.07);
    border-radius: 0 0 20px 20px;
}

.tabs{
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #EBEBEB;
    display: flex;
}

.tab{
    flex: 0 0 auto;
    padding: 15px 30px;
    border-right: 1px solid #EBEBEB;
    border-radius: 3px;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

.tab:hover:before,
.tab.selected:before{
    content: "";
    top: 0;
    right: 0;
    height: 2px;
    left: 0;
    background: var(--bs-color);
    position: absolute;
}

.tab-count{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    line-height: 14px;
    text-align: center;
    border: 1px solid var(--bs-color);
    display: inline-block;
    font-size: 12px;
}

.tab-content{
    display: none;
    padding: 30px;
}

.tab-content.selected{
    display: block;
}

.tab-content p:last-child{
    margin: 0;
}

@media (max-width: 1000px){
    .tabs{
        white-space: nowrap;
        overflow-x: scroll;
    }
}

@media (max-width: 500px){
    .tab{
        padding: 10px 20px;
    }

    .tab-content{
        padding: 15px;
    }
}

/* accordion tabs */

.expand-tabs-wrap{
    margin: 0 0 60px;
}

.expand-tab {
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    margin: 0 0 12px;
}

.expand-tab__head {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px 20px;
}

.expand-tab__title {
    font-size: 20px;
    flex: 1 1 auto;
    margin: 0 20px 0 0;
    text-decoration: none;
    font-weight: 500;
}

.expand-tab__caret {
    font-size: 20px;
}

.expand-tab__caret:before {
    transition: .2s;
    display: inline-block;
}

.expand-tab.selected .expand-tab__caret:before {
    transform: rotate(180deg);
}

.expand-tab__content {
    display: none;
    margin: 5px 20px 15px;
    padding: 10px 12px;
    background: #F7F7F7;
    border-radius: 10px;
}

.expand-tab.selected .expand-tab__content {
    display: block;
}

.expand-tab__content p:last-child{
    margin: 0;
}

/* form  */

.wa-field input[type=email],
.wa-field input[type=password],
.wa-field input[type=phone],
.wa-field input[type=tel],
.wa-field input[type=text],
.wa-field select,
.wa-field textarea,
.wa-captcha-field,
.wa-captcha{
    width: 500px;
    max-width: 100%;
}

.wa-field input[type="checkbox"],
.wa-field input[type="radio"]{
    vertical-align: middle;
    margin-bottom: 3px;
}

.wa-field,
.shop-sk-callback__pole{
    margin: 0 0 20px;
}

.wa-field .wa-submit{
    min-width: 160px;
}

@media (max-width: 400px) {
    .wa-field .wa-submit{
        width: 100%;
    }
}

.shop-sk-callback__pole_submit{
    margin-bottom: 0;
    flex: 1 1 auto;
    align-items: end;
    display: flex;
    justify-content: end;
}

.wa-name,
.shop-sk-callback__name{
    color: #666;
    margin: 0 0 7px;
}

.shop-sk-callback__pole_submit .shop-sk-callback__control{
    display: flex;
    align-items: center;
}

.shop-sk-callback__submit{
    order: 2;
}

.shop-sk-callback__preloader{
    order: 1;
    margin: 0 10px 0 0;
}

@media (max-width: 400px) {
    .wa-field:not(:last-child),
    .shop-sk-callback__pole:not(:last-child){
        margin: 0 0 25px;
    }

    .wa-name,
    .shop-sk-callback__name{
        margin: 0 0 10px;
    }

    .popup-content [type=submit],
    input[type=submit].shop-sk-callback__submit {
        min-width: unset !important;
        width: auto !important;
    }
}

.wa-value{
    position: relative;
}

.wa-value .wa-error-msg{
    position: absolute;
    top: 100%;
    margin: 3px 0 0;
}

.wa-captcha-section,
.wa-captcha > p{
    position: relative;
}

.wa-captcha-section .wa-error-msg,
.wa-captcha .errormsg{
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
}

.wa-captcha .errormsg{
    bottom: -15px;
}

input.wa-error,
input.wa-error:hover,
input.wa-error:focus{
    border-color: red;
}

.wa-error-msg,
.errormsg{
    font-size: 12px;
    color: red;
    display: block;
    font-style: normal;
}

input.error,
textarea.error {
    border-color: red;
}

.wa-section-header{
    margin: 0 0 20px;
}

.wa-auth-adapters ul,
.wa-adapters-list,
.menu-h.auth-type{
    padding: 0;
    margin: 12px 0 0;
}



.wa-auth-adapters ul li,
.wa-adapters-list li,
.menu-h.auth-type li{
    list-style: none;
    display: inline-block;
    padding: 0 10px 5px 0;
    vertical-align: middle;
}

.menu-h.auth-type li a{
    display: flex;
    align-items: center;
}

.menu-h.auth-type li img{
    margin: 0 5px 0 0;
}

@media (max-width: 380px){
    .wa-auth-adapters ul li,
    .wa-adapters-list li{
        padding-right: 5px;
    }
}

.wa-auth-adapters ul li:last-child,
.wa-adapters-list li:last-child{
    padding-right: 0;
}

.wa-auth-adapters ul li a,
.wa-adapters-list li a{
    display: block;
}

.wa-auth-adapters p,
.wa-adapters-list p {
    color: #888;
    font-size: 0.9em;
}

.wa-auth-adapters.wa-connect,
.wa-adapters-list.wa-connect {
    margin-top: 20px;
}

.wa-section-divider{
    margin: 0 0 20px;
}

/* OWL CAROUSEL  */
.owl-carousel{
    display: block;
}

.owl-carousel .owl-item img.owl-lazy{
    transform-style: unset;
}

.owl-carousel .owl-item img{
    display: inline-block;
    width: auto;
    max-width: 100%;
    transform-style: unset;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""]{
    max-height: none;
}

.owl-carousel button.owl-dot{
    background: var(--button-color-bg);
    color: var(--button-color-font);
    box-shadow: var(--button-box-shadow);
}

.owl-prev,
.owl-next{
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #FFF;
    box-shadow: 0 5px 10px rgba(0,0,0,0.07);
    border-radius: 10px;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 2;
    left: 0;
}

.owl-next{
    left: auto;
    right: 0;
}

.owl-prev:after{
    content: "\f053";
}

.owl-next:after{
    content: "\f054";
}

.owl-prev.disabled,
.owl-next.disabled{
    display: none;
}

.owl-dots{
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    margin: 20px 0 0;
    text-align: center;
    line-height: 0;
    font-size: 0;
}

button.owl-dot{
    opacity: 0.4;
    border-radius: 5px;
    box-shadow: none;
    padding: 0 !important;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    display: inline-block;
    height: 0;
    width: 0;
    margin: 0;

}

button.owl-dot.-show{
    height: 10px;
    width: 10px;
    margin: 0 5px;
}

button.owl-dot.active{
    opacity: 1;
    width: 30px;
}

@media (max-width: 1000px){
    .owl-dots{
        margin-top: 15px;
    }

    button.owl-dot.-show{
        height: 6px;
        width: 6px;
        margin: 0 3px;
    }

    button.owl-dot.active{
        opacity: 1;
        width: 18px;
    }
}

/* profile nav */
.profile-nav{
    font-size: 16px;
}

.sidebar .profile-nav{
    border-radius: 10px;
    padding:  15px 25px;
    background: #F7F7F7;
    margin: 0 0 30px;
}

.sidebar .profile-nav:last-child{
    margin: 0;
}

.profile-nav .company-card-select__head{
    justify-content: center;
}

.profile-nav .company-card-select__head span{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.profile-nav-menu{
    margin: 15px 0 0;
}

.profile-nav-menu__item{
    margin: 7px 0;
}

.profile-nav-menu__link{
    color: #000;
    text-decoration: none;
    display: flex;
    padding: 5px 8px;
    border-radius: 10px;
    font-weight: 500;
    margin: 0 -8px;
}

.profile-nav-menu__link.-inline-flex{
    display: inline-flex;
}

.profile-nav-menu__link:hover,
.profile-nav-menu__link.-selected{
    background: #EDEDED;
}

.profile-nav-menu__icon{
    margin: 2px 8px 0 0;
}

.profile-nav-menu__link.-actions{
    background: #FFF;
    color: var(--bs-color);
    margin: 5px 0 0;
}

.profile-nav-menu__link.-actions:hover{
    color: var(--add-color);
}

.profile-nav-menu__title{
    flex: 1 1 auto;
}

.profile-nav-menu__counter{
    background: var(--bs-bg-color);
    color: var(--bs-bg-color-font);
    margin: 0 0 0 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
}

.profile-nav-actions__icon.-right{
    margin: 2px 0 0 8px;
}

.profile-nav-menu__link.-help{
    background: var(--bs-bg-color);
    color: var(--bs-bg-color-font);
    margin: 10px 0 0;
}

.profile-nav-menu__link.-help:hover{
    background: var(--add-bg-color);
}

.profile-nav-submenu{
    background: #EDEDED;
    border-radius: 10px;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 500;
    margin: 7px -8px 0 -8px;
}

.profile-nav-submenu__item{
    margin: 2px 0;
}

.profile-nav-submenu__link{
    text-decoration: none;
    color: #666666;
}

.profile-nav-submenu__link.-selected{
    color: #292929;
}

.profile-nav-exit{
    border-top: 1px solid #666;
    margin: 20px 0 0;
    padding: 10px 0 0;
    text-align: center;
}

.profile-nav-exit__link{
    text-decoration: none;
    color: var(--bs-color);
}

.profile-nav-exit__link:hover{
    color: var(--add-color);
}

.profile-video{
    margin: 0 0 30px;
}

.profile-video:last-child{
    margin: 0;
}

.profile-video__title{
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px;
}

.profile-video__image{
    cursor: pointer;
    position: relative;
    display: block;
    height: 102px;
}

.profile-video__image img{
    border-radius: 10px;
}

.profile-video__image-icon{
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    fill: var(--bs-color);
}

.profile-video__image:hover .profile-video__image-icon{
    fill: var(--add-color);
}

/* profile inline menu */

.profile-menu{
    margin: 20px 0 10px;
    padding: 0;
    list-style: none;
    font-size: 13px;
    font-weight: 500;
}

.profile-menu li{
    display: inline-block;
    margin: 0 15px 5px 0;
}

.profile-menu ~ h1{
    margin-top: 0;
}

/* profile page data */

.profile-page__head{
    margin: 0 0 30px;
}

.profile-page__title{
    display: inline-block;
    margin: 0 20px 3px 0;
    vertical-align: middle;
}

.profile-page__message{
    margin: 0 0 20px;
    color: green;
    font-weight: bold;
}

.profile-data{
    display: table;
    margin: 0 -20px 30px;
    max-width: 600px;
    border-collapse: separate;
    border-spacing: 20px 0;
}

.profile-data-item{
    display: table-row;
}

.profile-data-item__value,
.profile-data-item__name{
    display: table-cell;
    padding: 13px 0;
    border-top: 1px solid #f3f3f3;
    width: 50%;

}

.profile-data-item__name{
    color: #7d7d7d;
}

@media (max-width: 400px){
    .profile-data-item__value,
    .profile-data-item__name{
        width: auto;
    }
}

.profile-data-item:first-child .profile-data-item__value,
.profile-data-item:first-child .profile-data-item__name{
    border-top: none;
}

@media (max-width: 600px){
    .profile-data {
        max-width: none;
        width: 100%;
        margin: 0;
        border-spacing: 10px 0;
    }

    .profile-data-item__value,
    .profile-data-item__name{
        padding: 8px 0;
    }

    .profile-data-item.-photo img{
        max-width: 50px;
    }
}

/* profile form */
.wa-field-sex label{
    display: inline-block !important;
    margin: 0 30px 0 0 !important;
}

.wa-field-sex label input[type=radio]{
    vertical-align: middle;
}

.wa-field-password a{
    font-weight: bold;
}

.wa-field-password input[name=password]{
    margin: 0 15px 0 0;
}

.profile-page .wa-field-address>.wa-name {
    font-size: 15px;
    color: #000;
    font-weight: bold;
    margin: 0 0 20px;
}

.profile-cancel-edit{
    margin: 0 0 0 10px;
}

.wa-field .wa-value p span {
    font-size: 13px;
    color: #c1c1c1;
    margin: 0 0 10px;
    display: block;
}

.wa-field .wa-value p .field{
    margin: 0 0 25px;
}

.wa-field-birthday input[type=text],
.wa-field-birthday select {
    width: calc(33% - 7px)!important;
    min-width: auto!important;
    margin: 0 10px 0 0;
}

.wa-field.wa-field-birthday {
    width: 507px;
    max-width: 100%;
    white-space: nowrap;
}

.wa-field-birthday select{
    width: calc(50% - 7px)!important;
}

.wa-field-birthday select:first-child,
.wa-field-birthday input[type=text]{
    width: calc(25% - 7px)!important;
}

.wa-field-photo{
    background: #f3f3f3;
    border-radius: 25px;
    padding: 15px 30px;
    width: 500px;
    box-sizing: border-box;
}

.wa-field-photo .wa-name{
    display: none;
}

.wa-field-photo .wa-value img{
    display: inline-block;
    vertical-align: middle;
    margin: 10px 10px 10px 0;
    border-radius: 50%;
}

@media (max-width: 500px) {
    .wa-field-photo .wa-value img{
        max-width: 50px;
    }

    .wa-field-photo{
        max-width: 100%;
    }
}

@media (max-width: 350px) {
    .wa-field-photo{
        padding-left: 10px;
        padding-right: 10px;
    }
}

.wa-field-photo .wa-value p{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.wa-value .icon16.like{
    margin: 0 0 2px;
    vertical-align: middle;
    display: inline-block;
}

/* profile payments */
.payments-chart__events--header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.payments-chart__events--header h4 {
    font-size: 1rem;
}

.payments-chart__events--header button {
    background-color: transparent !important;
    color: var(--gray3) !important;
}

.payments-chart__events--header button:disabled {
    opacity: 0.3;
}

.payments-chart__events .events {
    max-height: 7.5rem;
    overflow: auto;
    font-size: 0.875rem;
}
@-moz-document url-prefix() {
    .payments-chart__events .events {
        padding-right: .625rem;
    }
}

.payments-chart__calendar--dow {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    font-size: 80%;
}
.payments-chart__calendar--dow > div {
    text-align: center;
}

.payments-chart__calendar--days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.payments-chart__calendar--days .day {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem
}

.payments-chart__calendar--days .day.today {
    background-color: var(--gray5);
    border-radius: 50%;
}

.payments-chart__calendar--days .day.event {
    background-color: var(--bs-color);
    border-radius: 50%;
    color: white;
}


/* POPUP BACKGROUND */

.popup-bg{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    overflow: hidden;
    background: rgba(0,0,0,.3);
    display: none;
}

.popup-bg.-re-show{
    display: block;
}

/* POPUP MINI MESSAGE */
.popup-mini-messages{
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 2010;
}

.popup-mini-messages__item{
    padding: 20px 25px;
    background: #494949;
    color: #FFF;
    max-width: 300px;
    border-radius: 15px;
    position: relative;
    margin: 10px 0 0;
    font-size: 13px;
    line-height: 1.3;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.popup-mini-messages__item.-sk-hide{
    display: none;
}

.popup-mini-messages__item.-sk-error{
    background: #ba1d1d;
    color: #FFF;
}

.popup-mini-messages__btn{
    margin: 0 0 0 20px;
    font-weight: normal;
}

.popup-mini-messages__close{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 13px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.popup-mini-messages a:hover{
    color: inherit;
}

@media (max-width: 500px) {
    .popup-mini-messages{
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 50;
    }

    .popup-mini-messages__item{
        width: 100%;
        box-sizing: border-box;
        max-width: none;
    }

    .popup-mini-messages__item:last-child{
        border-radius: 20px 20px 0 0;
        padding-bottom: 80px;
    }
}


/* POPUP */
.popup-content {
    background: #fff;
    max-width: 800px;
    width: 100%;
    margin: 10px auto;
    position: relative;
    box-sizing: border-box;
    font-size: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    padding: 50px;
    border-radius: 20px;
    color: #1e1e1e;
}

.popup-content.-re-w500{
    max-width: 500px;
}

.popup-content.-re-w600{
    max-width: 600px;
}

.popup-content__head,
.shop-sk-callback__title,
.popup-content h1,
.popup-content .h1{
    font-size: 28px;
    font-weight: 800;
    margin: 0 10px 30px 0;
    line-height: 1.2;
}

.mfp-bg{
    opacity: 0.4;
}

.mfp-map .mfp-content{
    height: 90%;
}

button.mfp-close{
    font-size: 0;
    color: #000;
    opacity: 1;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-weight: 300;
}

.popup-content button.mfp-close,
.popup-content button.mfp-close:active{
    top: 20px !important;
    right: 20px !important;
}

.mfp-close:hover,
button.mfp-close:hover{
    background: none;
    color: var(--bs-color);
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close{
    background: none;
    padding: 0;
    line-height: 20px;
    text-align: center;
    color: #FFF !important;
    width: 20px;
    height: 20px;
}

@media (min-width: 1025px) {
    .mfp-iframe-holder .mfp-close:active,
    .mfp-image-holder .mfp-close:active,
    .mfp-iframe-holder .mfp-close,
    .mfp-image-holder .mfp-close{
        top: -20px;
        right: -20px;
    }
}

.mfp-close:before{
    content: "\f00d";
    font-family: 'Font Awesome 5 Pro';
    font-size: 28px;
}

.mfp-hide {
    display: none!important;
}

.mfp-preloader{
    height: 50px;
    width: 50px;
    line-height: 50px;
    animation:spin 1s linear infinite;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 0;
    margin-top: -25px;
    margin-left: -25px;
    left: 50%;
}

.mfp-preloader:before {
    content: "\f110";
    font-size: 36px;
}

@media (max-width: 550px) {
    .popup-content {
        padding: 40px;
    }

    .popup-content__head,
    .shop-sk-callback__title,
    .popup-content h1,
    .popup-content .h1{
        font-size: 24px;
        margin-bottom: 20px;
    }
}

@media (max-width: 400px) {
    .popup-content {
        padding: 30px;
    }

    .popup-content__head,
    .shop-sk-callback__title,
    .popup-content h1,
    .popup-content .h1{
        font-size: 20px;
    }

    .popup-content button.mfp-close,
    .popup-content button.mfp-close:active{
        top: 10px !important;
        right: 10px !important;
    }
}

@media (max-width: 359px) {
    .popup-content__head,
    .shop-sk-callback__title,
    .popup-content h1,
    .popup-content .h1{
        font-size: 18px;
    }

    .popup-content {
        padding: 25px;
    }

    button.mfp-close,
    button.mfp-close:active{
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .mfp-close:before{
        font-size: 20px;
    }
}

.popup-content input[type=text],
.popup-content input[type=email],
.popup-content input[type=number],
.popup-content input[type=password],
.popup-content input[type=search],
.popup-content input[type=phone],
.popup-content input[type=tel],
.popup-content input[type=url],
.popup-content select,
.popup-content textarea{
    width: 100%;
}

/* popup auth */

.popup-content--auth{
    max-width: 500px;
}

.popup-content .wa-login-forgotpassword-url{
    margin-top: 10px;
    display: inline-block;
}

.popup-content .wa-login-form-actions{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.popup-content .wa-uncaught-errors{
    width: 100%;
    order: 1;
}

.popup-content .wa-uncaught-errors .wa-error-msg{
    margin: 0 0 10px;
}

.popup-content .wa-buttons-wrapper{
    flex: 0 0 45%;
    order: 10;
    text-align: right;
    position: relative;
}

.popup-content .wa-buttons-wrapper .loading {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.popup-content .wa-signup-url{
    flex: 0 0 55%;
    order: 5;
    margin-top: 0;
}

.popup-content .wa-field-password{
    overflow: hidden;
}

.popup-content .wa-uncaught-errors{
    width: 100%;
    clear: both;
}

@media (max-width: 550px) {
    .wa-signup-url{
        font-size: 13px;
    }
}

.wa-buttons-wrapper .wa-loading{
    margin: 0 0 0 10px;
    vertical-align: middle;
}

.wa-signup-url{
    margin: 20px 0 0;
}

input[type="text"].wa-captcha-input{
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    vertical-align: middle;
    flex: 1 1 auto;
    min-width: 0;
}

.wa-captcha-code,
.wa-captcha > p >.wa-captcha-img{
    flex: 0 0 120px;
}

.wa-captcha-img{
    border-radius: 8px;
    vertical-align: middle;
}

.wa-captcha-refresh,
.wa-captcha-refresh-text{
    width: auto !important;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
}

.wa-login-form-wrapper input[type="text"],
.wa-login-form-wrapper input[type="email"],
.wa-login-form-wrapper input[type="password"]{
    width: 100% !important;
    margin-right: 0 !important;
    box-sizing: border-box;
    height: 50px !important;
    line-height: 50px !important;
    padding: 0 20px !important;
    max-width: 420px !important;
}

.wa-login-form-wrapper input[type="text"].wa-captcha-input{
    height: 40px !important;
    line-height: 40px !important;
}

.wa-login-form-wrapper .wa-captcha-section .wa-captcha-code{
    margin: 0 0 0 10px !important;
}

.wa-login-form-wrapper .wa-login-form-fields .wa-login-forgotpassword-url{
    margin-right: 0 !important;
}

.wa-signup-form-wrapper .wa-signup-form-actions .wa-login-url {
    margin-top: 30px;
}

@media (min-width: 360px) {
    .wa-captcha-section,
    .wa-captcha > p{
        display: flex;
    }

    .wa-captcha-code{
        margin-left: 10px;
    }
}

@media (max-width: 359px) {
    .wa-login-form-wrapper .wa-captcha-section .wa-captcha-code,
    .wa-captcha-code,
    .wa-captcha > p >.wa-captcha-input{
        margin: 10px 0 0 !important;
    }

    .wa-captcha-img-wrapper,
    .wa-captcha-refresh-wrapper{
        display: inline-block;
        vertical-align: middle;
    }

    .wa-captcha-img-wrapper{
        font-size: 0;
        margin: 0 10px 0 0;
    }
}

.wa-forgotpassword-button{
    margin-top: 20px;
}

.wa-forgotpassword-button input[type="submit"]:not([disabled]){
    background: var(--bs-bg-color);
    color: var(--bs-bg-color-font);
}

.wa-forgotpassword-button input[type="submit"]:not([disabled]):hover{
    background: var(--add-bg-color);
    color: var(--add-bg-color-font);
}

/* dropdowm select */
.dropdown-select{
    display: inline-block;
    position: relative;
    cursor: pointer;
    z-index: 10;
}

.dropdown-select-current{
    height: 35px;
    padding: 0 15px;
    position: relative;
    border-radius: 10px;
    background: #EDEDED;
    display: inline-flex;
    align-items: center;
    min-width: 110px;
    justify-content: center;
    white-space: nowrap;
}

.dropdown-select-current.-re-small{
    min-width: 40px;
}

.dropdown-select-current:after{
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    padding: 0 0 2px 7px;
    height: 10px;
    line-height: 1;
    vertical-align: middle;
    transition: .2s;
}

.dropdown-select.-re-hover .dropdown-select-current:after{
    content: "\f106";
}

.dropdown-select.-re-hover .dropdown-select-current{
    border-radius: 10px 10px 0 0;
    background: #F7F7F7;
}

.dropdown-select-current .sort-asc,
.dropdown-select-current .sort-desc{
    order: -1;
    margin: 0 5px 0 0;
}

.dropdown-select-items{
    position: absolute;
    top: 100%;
    background: #F7F7F7;
    border-radius: 0 0 10px 10px;
    padding: 5px 0;
    white-space: normal;
    line-height: 1.2;
    box-sizing: border-box;
    list-style: none;
    width: 100%;
    display: none;
    left: 0;
    font-size: 13px;
}

.dropdown-select.-re-hover .dropdown-select-items{
    display: block;
}

.dropdown-select-item {
    padding: 7px 20px;
    cursor: pointer;
    text-decoration: none;
    display: block;
    color: #000;
    font-weight: 500;
}

.dropdown-select-item:hover,
.dropdown-select-item.-re-selected{
    color: var(--bs-color);
    background: #fafafa;
}

.dropdown-select-item.-button{
    padding: 7px;
    background: #E6E6E6;
    margin: 5px 10px;
    border-radius: 8px;
    text-align: center;
}

.dropdown-select-item.-button:first-child{
    margin-top: 0;
}

.dropdown-select-item.-button:hover,
.dropdown-select-item.-button.-re-selected{
    color: var(--add-color);
}

.dropdown-select-item.-add-item{
    display: flex;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    align-items: center;
}

.dropdown-select-item__icon{
    margin: 0 5px 0 0;
}

.dropdown-select-item__icon.-add-item-icon{
    font-size: 15px;
    margin: 0 7px 0 0;
}

/* dropdowm menu */
.dropdown-menu{
    position: relative;
    cursor: pointer;
    z-index: 10;
}

.dropdown-menu.-hover:after{
    position: absolute;
    bottom: -2px;
    color: #fff;
    content: "\f0d8";
    font-family: Font Awesome\ 5 Pro;
    font-weight: 900;
    line-height: 4px;
    left: 50%;
    margin-left: -8px;
    font-size: 30px;
    z-index: 3;
}

.dropdown-menu-items{
    position: absolute;
    top: 100%;
    background: #FFF;
    border-radius: 10px;
    padding: 5px 0;
    box-shadow: 0 4px 20px -4px #CCCCCC;
    white-space: normal;
    line-height: 1.2;
    box-sizing: border-box;
    left: -105px;
    list-style: none;
    width: 210px;
    margin: 0 0 0 50%;
    display: none;
}

.dropdown-menu-item {
    padding: 7px 20px;
    cursor: pointer;
    text-decoration: none;
    display: block;
    color: #000;
}

.dropdown-menu-item:hover{
    color: var(--bs-color);
    background: #fafafa;
}

/* dropdown filters */

.dropdown-wrap{
    position: relative;
}

.dropdown-wrap__title{
    height: 33px;
    border: 1px solid #CCC;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    justify-content: center;
    min-width: 100px;
    position: relative;
    z-index: 10;
    cursor: pointer;
}

.dropdown-wrap-title-text{
    white-space: nowrap;
    overflow: hidden;
}

.dropdown-wrap__caret{
    margin: 1px 0 0 7px;
    font-size: 12px;
    transition: .2s;
}

.dropdown-wrap.-open .dropdown-wrap__caret{
    transform: rotate(180deg);
}

.dropdown-wrap__popup{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #CCC;
    border-top: none;
    border-radius: 0 0 10px 10px;
    margin-top: -10px;
    padding: 20px 10px 10px 10px;
    z-index: 5;
    font-size: 12px;
    display: none;
    background: #FFF;
}

.dropdown-wrap.-open .dropdown-wrap__popup{
    display: block;
}

.dropdown-wrap__search{
    position: relative;
}

.profile-filters input[type="text"].dropdown-wrap__search-input{
    border: none;
    border-bottom: 1px solid #292929;
    width: 100%;
    max-width: none;
    border-radius: 0;
    padding: 0 25px 0 0;
}

.dropdown-wrap__search-btn{
    width: 20px;
    height: 20px;
    stroke: #000;
    position: absolute;
    right: 0;
    bottom: 5px
}

.dropdown-wrap__item{
    display: flex;
    align-items: start;
    margin: 10px 0;
    justify-content: start;
    line-height: 1.2;
}

.dropdown-wrap__item:last-child{
    margin-bottom: 0;
}

.dropdown-wrap__variant{
    text-align: center;
    display: block;
    padding: 8px 5px;
    border-radius: 10px;
}

.dropdown-wrap__variant .radio-styler{
    display: none;
}

.dropdown-wrap__variant.checked,
.dropdown-wrap__variant.selected{
    background: #EDEDED;
}

/* section content */

.wrap-section{
    margin: 0 0 85px;
}

.wrap-section__head{
    margin-bottom: 30px;
    position: relative;
}

@media (max-width: 700px){
    .wrap-section__head{
        margin-bottom: 20px;
    }
}

.-carousel .wrap-section__head{
    padding-right: 100px;
    min-height: 40px;
}

.wrap-section__head h1,
.wrap-section__head .h1,
.wrap-section__title {
    margin-bottom: 0;
    margin-right: 10px;
    display: inline-block;
}

.wrap-section__more{
    vertical-align: bottom;
    margin: 2px 0;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    color: var(--bs-color);
    font-size: 14px;
}

.wrap-section__more-icon{
    padding: 5px 0 0;
}

@media (max-width: 800px){
    .wrap-section__direction{
        display: none;
    }

    .-carousel .wrap-section__head{
        padding-right: 0;
    }

    .-carousel .wrap-section__head{
        min-height: unset;
    }
}

@media (max-width: 380px){
    .-carousel .wrap-section__head{
        padding-right: 0;
    }
}


.breadcrumbs {
    margin: -5px 0 15px;
    padding: 0;
    list-style: none;
    font-size: 12px;
    color: #666666;
}


.breadcrumbs.-sk-scroll{
    white-space: nowrap;
    overflow-x: auto;
    position: relative;
}

.breadcrumbs.-sk-scroll::-webkit-scrollbar {
    display: none;
}

.breadcrumb-item {
    display: inline-block;
    margin: 0 3px 0 0;
    position: relative;
}

.breadcrumb-item.-current{
    color: #CCC;
}

.breadcrumb-link {
    color: inherit;
    text-decoration: none;
}

.breadcrumb-rarr {
    margin: 0 0 0 3px;
    font-size: 12px;
}

/* paginaton */

.paging-nav,
.pagination{
    margin: 25px 0 40px;
    list-style: none;
    text-align: center;
    font-size: 14px;
    padding: 0;
}

.paging-nav:last-child,
.pagination:last-child{
    margin-bottom: 0;
}

.paging-nav ul,
.pagination ul{
    margin: 0;
    padding: 0;
}

.paging-nav ul,
.pagination{
    display: inline-block;
}

.paging-nav li,
.pagination li{
    margin: 5px;
    padding: 0;
    border-radius: 12px;
    display: inline-block;
    vertical-align: middle;
}


.paging-nav li a,
.pagination li a{
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 12px;
    box-sizing: border-box;
    background: #f6f6f6;
    color: #000;
}

.paging-nav li.selected a,
.pagination li.selected a{
    background: var(--bs-bg-color);
    color: var(--bs-bg-color-font);
    border: none;
}

/* spoiler */
.spoiler-outer {
    margin: 0 0 30px;
}

.spoiler-wrap {
    position: relative;
    overflow: hidden;
}

.spoiler-wrap.overflow-visible{
    overflow: visible;
}

.spoiler-outer .spoiler-desc,
.spoiler-desc p:last-child {
    margin: 0;
}

.spoiler-more-wrap {
    color: var(--bs-color);
    margin: 5px 0 0;
}

.spoiler-more-wrap .re-icon{
    vertical-align: middle;
}

.spoiler-more{
    cursor: pointer;
}

.header-top{
    background: #F5F5F6;
    line-height: 21px;
    border-bottom: 1px solid #EBEBEB;
    z-index: 30;
    position: relative;
    padding: 7px 0;
    font-size: 14px;
}

body.overflow-hidden .header-top{
    z-index: 1;
}

@media (max-width: 650px){
    .header-top{
        padding: 5px 0;
    }
}

.header-top__inner{
    display: flex;
    align-items: center;
}


.header-location{
    flex: 0 0 auto;
}

.shop-regions__link{
    text-decoration: none !important;
    border-bottom: 1px dashed;
    position: relative;
    margin: 0 0 0 17px;
    display: inline-block !important;
}

.shop-regions__link:before{
    content: "\f041";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: -15px;
    font-size: 12px;
    top: 1px;
}

.header{
    padding: 15px 0;
    position: relative;
    z-index: 25;
    background: #FFF;
    border-bottom: 1px solid #EBEBEB;
    font-size: 14px;
}

body.overflow-hidden .header{
    z-index: 1;
}

@media (min-width: 1001px){
    .header.-re-fixed{
        position: fixed;
        box-shadow: 0 5px 10px rgba(0,0,0,.1);
        top: 0;
        left: 0;
        right: 0;
        z-index: 30;
        padding: 10px 0;
    }
}

@media (max-width: 650px){
    .header{
        padding: 10px 0;
    }
}

.header-inner{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.header-logo{
    flex: 0 0 215px;
    text-decoration: none;
    margin: 0 30px 0 0;
    display: flex;
    align-items: start;
    flex-direction: column;
    color: #000;
}

.header-logo__img{
    width: 210px;
    height: 45px;
    margin: -3px 0 0;
}

.header-logo__tagline{
    font-size: 12px;
    font-weight: 500;
    margin: 2px 0 0;
    line-height: 1.2;
}

.header.-re-fixed .header-logo{
    flex: 0 0 143px;
}

.header.-re-fixed .header-logo__img{
    width: 143px;
    height: 30px;
}

.header.-re-fixed .header-logo__tagline{
    display: none;
}

.m-menu-button{
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    border-radius: 12px;
    margin: 0 20px 0 0;
    background: var(--bs-bg-color);
    color: var(--bs-bg-color-font);
    flex: 0 0 auto;
}

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

.header-search__form{
    position: relative;
}

.header-search__form.-re-open:after{
    content: "";
    border: 10px solid transparent;
    border-bottom: 10px solid #FFF;
    position: absolute;
    left: 50%;
    top: 80%;
    margin-left: -5px;
}

input.header-search__field{
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.11);
    border-radius: 10px;
    border: none;
    padding: 0 45px 0 15px;
    background: #FFF;
}

input.header-search__field:focus,
input.header-search__field:active{
    border: none;
    outline: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.11);
}

.header-search__btn{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 35px;
    text-align: center;
    display: flex;
    align-items: center;
}

.header-search__btn-icon{
    width: 23px;
    height: 23px;
    cursor: pointer;
    stroke: var(--bs-color);
}

.search-popup{
    position: absolute;
    border-radius: 10px;
    top: 100%;
    margin: 10px 0 0;
    right: 0;
    left: 0;
    box-sizing: border-box;
    background: #FFF;
    box-shadow: 0 4px 20px -4px rgba(0,0,0,0.1);
    display: none;
    color: #000;
    padding: 20px;
}

.header-search__form.-re-open .search-popup{
    display: block;
}

.search-popup-content{
    overflow-y: auto;
    max-height: 300px;
}

@media (max-width: 500px) {
    .search-popup{
        padding: 10px;
    }

    .search-popup-content__product{
        padding: 5px;
    }

    .search-popup-content__title{
        font-size: 12px;
        margin: 0 0 2px;
    }
}

@media (max-height: 360px) {
    .search-popup-content{
        max-height: 200px;
    }
}

.search-popup-content::-webkit-scrollbar-track {
    background-color: #ececec
}

.search-popup-content::-webkit-scrollbar {
    width: 5px;
    background-color: #b7b7b7
}

.search-popup-content::-webkit-scrollbar-thumb {
    background-color: #b7b7b7
}

.search-popup-content.-re-show{
    display: block;
}


.search-popup-content__product{
    color: inherit;
    text-decoration: none;
    padding: 10px;
    display: flex;
    align-items: center;
}

.search-popup-content__title{
    display: block;
    font-weight: 500;
    margin: 0 0 5px;
}

.search-popup-content__title:hover{
    color: var(--bs-color);
}

.search-popup-content__img{
    margin: 0 15px 0 0;
    width: 50px;
    font-size: 0;
    text-align: center;
}

.search-popup-content__price{
    font-weight: bold;

}

.header-user{
    margin: 0 0 0 20px;
    gap: 10px;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.header-organization + .header-user{
    margin-left: 10px;
}

.header-user-item-wrapper {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    justify-content: space-between;
}

.header-user-item{
    display: inline-flex;
    align-items: center;
    position: relative;
}

.header-user-item__link{
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.header-user-item__icon{
    stroke: var(--bs-color);
}

.header-user-item__icon:hover{
    stroke: var(--add-color);
}

.header-user-item__icon.-profile{
    width: 23px;
    height: 27px;
}

.header-user-item__icon.-compare{
    width: 32px;
    height: 29px;
}

.header-user-item__icon.-favorite{
    width: 27px;
    height: 24px;
}

.header-user-item__icon.-cart{
    width: 26px;
    height: 25px;
}

.header-user-item__icon--text{
    color: #000;
    font-size: 10px;
}

.header-user-item__count {
    position: absolute;
    top: -5px;
    right: -7px;
    background: #fff;
    border: 1px solid var(--bs-color);
    height: 16px;
    width: 16px;
    line-height: 15px;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
    color: #000;
    box-sizing: border-box;
    display: block;
}

.header-user-item.-empty .header-user-item__count {
    display: none
}

body:not(.touch) .header-user-item[data-title]:hover:before{
    background: #444444;
    content: attr(data-title);
    font-weight: normal;
    display: inline-block;
    position: absolute;
    top: 100%;
    left: 50%;
    line-height: 1.2;
    color: #FFF;
    padding: 8px;
    border-radius: 5px;
    font-size: 12px;
    width: 90px;
    margin: 5px 0 0 -45px;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
}

body:not(.touch) .header-user-item[data-title]:hover:after{
    position: absolute;
    bottom: -5px;
    color: #444444;
    content: "\f0d8";
    font-family: Font Awesome\ 5 Pro;
    font-weight: 900;
    line-height: 4px;
    left: 50%;
    margin-left: -6px;
    font-size: 20px;
}

.header-organization{
    margin: 0 0 0 10px;
    width: 180px;
}

@media (max-width: 1200px){
    .header-logo{
        flex: 0 0 143px;
    }

    .header-logo__tagline{
        display: none;
    }

    .header-logo__img{
        width: 143px;
    }
}

@media (max-width: 1100px){
    .header-organization {
        margin: 0 0 0 25px;
    }

    .header-user-item{
        margin: 0 0 0 15px;
    }
}

@media (max-width: 1024px){
    .header-logo,
    .header.-re-fixed .header-logo{
        flex: 0 0 94px;
        margin: 0 12px 0 0;
    }

    .header-logo__img,
    .header.-re-fixed .header-logo__img{
        width: 94px;
        height: 29px;
    }

    .header-user{
        display: none;
    }

    input.header-search__field{
        height: 37px;
        line-height: 37px;
    }

    .header-organization {
        margin: 0 0 0 20px;
    }
}

@media (max-width: 990px){
    .header-search{
        flex: 1 1 auto;
    }
}

@media (max-width: 750px){
    .header-search__form.-re-open .search-popup{
        width: auto;
        padding: 5px 0;
        left: -50px;
        right: -50px;
    }

    .search-popup-content__item a{
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.2;
    }
}

@media (max-width: 550px){
    .header{
        border-bottom: none;
    }

    .header-inner{
        flex-wrap: wrap;
        justify-content: start;
    }

    .header-search{
        flex: 0 0 100%;
        order: 5;
        margin: 15px 0 0;
    }

    .header-organization{
        flex: 1 1 auto;
        justify-content: end;
        display: flex;
        margin: 0;
    }

    .m-menu-button{
        height: 35px;
        width: 35px;
        line-height: 35px;
    }


}

@media (max-width: 450px){
    .m-menu-button{
        margin: 0 15px 0 0;
    }

    .header-search__btn{
        width: 30px;
    }

    input.header-search__field{
        padding-right: 35px;
    }

    .header-search__btn-icon {
        width: 20px;
    }
}

@media (max-width: 380px){
    .header-organization{
        width: 130px;
    }
}

@media (max-width: 359px){
    .header-logo{
        margin: 0 10px 0 0;
    }

    .m-menu-button{
        margin: 0 10px 0 0;
    }

    .header-search__btn{
        width: 25px;
    }

    input.header-search__field{
        padding-right: 30px;
    }

    .header-organization{
        width: 120px;
    }
}

/* мобильная нижняя фиксированная панель с навигацией */

.m-fixed-bottom-nav{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFF;
    padding: 8px 0;
    z-index: 100;
    box-shadow: 0 -2px 15px rgba(0,0,0,0.07);
    text-align: center;
    white-space: nowrap;
}

.m-fixed-bottom-nav__item{
    display: inline-block;
    margin: 0 8px;
    cursor: pointer;
    text-decoration: none;
    line-height: 1.2;
    color: inherit;
    position: relative;
}

.m-fixed-bottom-nav__item.-selected {
    stroke: var(--add-color);
    color: var(--add-color);
}

.m-fixed-bottom-nav__title{
    display: block;
    font-size: 12px;
    font-weight: bold;
}

.m-fixed-bottom-nav__icon-outer{
    position: relative;
    display: inline-block;
}

.m-fixed-bottom-nav__icon{
    stroke: var(--bs-color);
    display: inline-block;
}

.m-fixed-bottom-nav__icon.-compare{
    height: 28px;
    width: 32px;
}

.m-fixed-bottom-nav__icon.-favorite{
    height: 23px;
    width: 25px;
}

.m-fixed-bottom-nav__icon.-cart{
    height: 24px;
    width: 24px;
}

.m-fixed-bottom-nav__icon.-search{
    height: 23px;
    width: 24px;
}

.m-fixed-bottom-nav__icon.-profile{
    height: 26px;
    width: 22px;
}

.m-fixed-bottom-nav__icon:hover,
.m-fixed-bottom-nav__item:hover{
    stroke: var(--add-color);
    color: var(--add-color);
}

@media (max-width: 380px){
    .m-fixed-bottom-nav__item{
        margin: 0 5px;
    }

    .m-fixed-bottom-nav__title{
        font-size: 11px;
    }
}

@media (max-width: 359px){
    .m-fixed-bottom-nav__title{
        font-size: 10px;
    }
}

/* mobile search */

.mobile-search__form{
    position: relative;
}

.mobile-search__result{
    padding: 25px 0 25px;
    text-align: left;
}

input.mobile-search__field{
    height: 40px;
    line-height  : 40px;
    padding: 0 40px 0 18px;
    width: 100%;
    box-sizing: border-box;
}

.mobile-search__btn{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0 18px;
    line-height: 40px;
    stroke: var(--bs-color);
    width: 23px;
    height: 23px;
    margin: auto;
}

.mobile-search__item{
    display: flex;
    margin: 0 0 20px;
    text-decoration: none;
    align-items: center;
}

.mobile-search__image{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px 0 0;
    flex: 0 0 auto;
}

.mobile-search__image img{
    max-height: 50px;
}


.mobile-search__buttons{
    position: fixed;
    left: 0;
    background: #fff;
    box-sizing: border-box;
    bottom: 0;
    right: 0;
    padding: 12px 30px;
    box-shadow: 0 -3px 6px rgba(0,0,0,0.04);
    text-align: center;
}

@media (max-width: 359px){
    .mobile-search__buttons{
        padding: 12px 20px;
    }
}

.m-fixed-bottom-nav__count{
    position: absolute;
    top: -2px;
    right: -5px;
    font-size: 10px;
    height: 14px;
    border-radius: 50%;
    width: 14px;
    line-height: 14px;
    text-align: center;
    border: 1px solid var(--bs-bg-color);
    background: #FFF;
}

.m-fixed-bottom-nav__item.-empty .m-fixed-bottom-nav__count{
    display: none;
}

.m-fixed-bottom-nav.-desktop-hide {
    display: none;
}

@media (max-width: 1024px){
    .m-fixed-bottom-nav.-desktop-hide {
        display: block;
    }
}

/* мобильное меню */

.mobile-menu,
.mobile-submenu{
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 120;
    box-sizing: border-box;
    width: 90%;
    color: #000;
    font-size: 15px;
    display: none;
    overflow-y: auto;
}

.mobile-menu.-re-open,
.mobile-submenu.-re-open{
    display: block
}

.mobile-menu__inner{
    position: relative;
    padding: 35px 25px 25px 25px;
    background: #fff;
    border-radius: 0 10px 10px 0;
    min-height: 100%;
    box-sizing: border-box;
}

.mobile-menu__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
}

.mobile-menu-catalog-open{
    height: 40px;
    border-radius: 10px;
    background: var(--bs-bg-color);
    color: var(--bs-bg-color-font);
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    cursor: pointer;
    white-space: nowrap;
    margin: 0 0 20px;
}

.mobile-menu-catalog-open__title{
    flex: 1 1 auto;
}

.mobile-menu-catalog-open__caret{
    font-size: 13px;
}

.mobile-menu-catalog-open__icon{
    font-size: 13px;
    margin: 0 8px 0 0;
}

.mobile-menu__item{
    border-top: 1px solid #f5f5f5;
}

.mobile-menu__item.-re-all{
    font-weight: bold;
}

.mobile-menu__link{
    padding: 10px 5px;
    text-decoration: none;
    display: block;
    color: #000;
    position: relative;
}

.mobile-menu__link.has-child {
    padding-right: 20px;
}

.mobile-menu__link.has-child:after{
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 10px;
    line-height: 10px;
    font-size: 13px;
}

.mobile-menu-items{
    margin: 0 0 10px;
}


.mobile-menu-items__title{
    font-size: 16px;
    font-weight: bold;
    padding: 10px 5px;
    display: flex;
    align-items: center;
    line-height: 1.3;
    color: var(--bs-color);
}

.mobile-menu-items__back{
    font-size: 13px;
    border: 1px solid #eaeaea;
    width: 25px;
    line-height: 25px;
    height: 25px;
    text-align: center;
    border-radius: 8px;
    margin: 0 10px 0 0;
    flex: 0 0 auto;
}

.mobile-menu-contacts{
    margin: 20px 0 0;
    background: #f6f6f6;
    padding: 10px 20px;
    border-radius: 10px;
}

.mobile-menu-contacts__item{
    margin: 0 0 10px;
}

.mobile-menu__phone{
    font-size: 16px;
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #000
}

.mobile-menu__email{
    text-decoration: none;
    color: #000
}

/* мобильное попап-окно */

.popup-mobile{
    position: fixed;
    border-radius: 15px 15px 0 0;
    background: #FFF;
    top: 30px;
    padding: 25px 30px 30px;
    right: 0;
    bottom: 0;
    z-index: 120;
    box-sizing: border-box;
    overflow-y: auto;
    width: 100%;
    color: #000;
    font-size: 15px;
    display: none;
}


.popup-mobile.-re-open{
    display: block;
}

.popup-mobile__head{
    position: relative;
    margin: 0 0 30px;
    font-size: 22px;
    font-weight: bold;
    padding: 0 30px 0 0;
}


.popup-mobile__close{
    position: absolute;
    top: -15px;
    right: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 26px;
    font-weight: 300;
}

@media (max-width: 359px){
    .popup-mobile{
        padding: 15px 20px 20px;
    }

    .popup-mobile__close{
        top: -5px;
        right: -10px;
    }

    .popup-mobile__head.-with-close-btn,
    .mm-mobile-breadcrumbs{
        padding-right: 25px;
    }
}

.popup-mobile__section:not(:last-child){
    margin: 0 0 30px;
}

/* end мобильное попап окно */

/* mobile menu profile */

.profile-menu-m__menu,
.profile-menu-m__menu li{
    margin: 0;
    padding: 0;
    list-style: none;
}


.profile-menu-m__item,
.profile-menu-m__menu a{
    display: block;
    text-decoration: none;
    padding: 5px 0;
    margin: 0 0 5px;
    color: #000;
}

.profile-menu-m__item.-re-exit{
    font-weight: bold;
}

/* end mobile menu profile */

.section{
    margin: 0 0 100px;
}

.section__head{
    margin: 0 0 40px;
}

.section__head,
.section__head h1{
    font-size: 48px;
    font-weight: 600;
    line-height: 1.1;
}

@media (max-width: 1023px){
    .section{
        margin: 0 0 70px;
    }

    .section__head,
    .section__head h1{
        font-size: 38px;
    }
}

@media (max-width: 800px){
    .section{
        margin: 0 0 60px;
    }

    .section__head,
    .section__head h1{
        font-size: 32px;
    }

    .section__head{
        margin: 0 0 30px;
    }
}

@media (max-width: 600px){
    .section{
        margin: 0 0 50px;
    }

    .section__head,
    .section__head h1{
        font-size: 24px;
    }

    .section__head{
        margin: 0 0 20px;
    }
}

@media (max-width: 359px){
    .section__head,
    .section__head h1{
        font-size: 20px;
    }
}

.section__head h1{
    margin-bottom: 0;
}

.footer{
    background: #E6E6E6;
    padding: 24px 0;
    color: #000;
    font-size: 13px;
    font-weight: 500;
}

.footer a {
    color: inherit;
}

.footer__inner{
    display: flex;
}

.footer-col{
    width: 15%;
    padding: 20px 3% 20px 0;
    box-sizing: border-box;
}

.footer-col__title{
    font-size: 20px;
    margin: 0 0 20px;
    line-height: 1.2;
}

.footer-col__title a{
    text-decoration: none;
}

.footer-menu-item{
    margin: 0 0 7px;
}

.footer-menu-item a{
    text-decoration: none;
}

.footer-menu-item a:hover{
    text-decoration: underline;
}

.footer-social{
    display: flex;
    align-items: center;
}

.footer-social__item{
    display: inline-block;
    margin: 10px 10px 0 0;
    vertical-align: middle;
    text-decoration: none;
}

.footer-social__item.-vk{
    color: #FFF;
    background: #5180B6;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.footer-social__item.-youtube{
    color: #DF0024;
    font-size: 41px;
    line-height: 1;
}
.footer-social__item.-tg{
    color: #039be5;
    font-size: 33px;
    line-height: 1;
}
.footer-social__item.-rutube svg {
    width: 25px;
    width: 25px;
    fill: #fff;
    line-height: 1;
}

.footer-social__item.-rutube {
    background: #000;
    padding: 3px 5px;
    line-height: 1;
    border-radius: 7px;
}
.footer-about{
    padding-right: 0;
    flex: 1 1 auto;
}

.footer-subs{
    width: 33%;
    padding-right: 5%;
}

.footer-subs__desc{
    margin: 0 0 12px;
}

.footer-subs__agree{
    margin: 10px 0 15px;
    display: flex;
    align-items: center;
}

.footer-subs__email{
    width: 100%;
}


@media (max-width: 1150px){
    .footer{
        font-size: 12px;
    }

    .footer__inner{
        padding: 0;
    }

    .footer-col__title{
        font-size: 16px;
        margin: 0 0 12px;
    }

    .footer-col{
        padding: 20px;
    }
}

@media (max-width: 1024px){
    .footer{
        padding-bottom: 70px;
    }

    .footer__inner{
        flex-wrap: wrap;
    }

    .footer-menu{
        width: 33.33%;
        order: 1;
    }

    .footer-subs,
    .footer-about{
        width: 50%;
        order: 2;
    }
}

@media (max-width: 450px){
    .footer-subs,
    .footer-about{
        width: 100%;
    }

    .footer-menu{
        width: 50%;
    }
}

.products-list{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}

.products-list.-carousel {
    flex-wrap: nowrap;
}

.products-list.-carousel .owl-item,
.products-list.-carousel .owl-stage {
    display: flex;
}

.products-list.-carousel .owl-stage-outer{
    overflow: visible;
}

.products-list.-carousel .owl-item{
    flex: 0 0 auto;
}

.products-list__offers{
    margin: 0 0 90px;
}

.products-list__outer .owl-prev{
    left: 20px;
}

.products-list__outer .owl-next{
    right: 20px;
}

.products-list__outer{
    margin: -20px;
    padding: 10px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 1024px){
    .products-list__outer {
        margin: -10px;
        padding: 5px;
    }

    .products-list__outer .owl-prev{
        left: 10px;
    }

    .products-list__outer .owl-next{
        right: 10px;
    }

    .products-list__offers{
        margin: 0 0 70px;
    }
}

@media (max-width: 800px) {
    .products-list__offers.-carousel .owl-dots {
        display: block;
    }
}

@media (max-width: 600px){
    .products-list__offers{
        margin-bottom: 55px;
    }
}

@media (max-width: 359px){
    .products-list__outer {
        margin: -10px;
    }
}

.products-list__offers:last-child{
    margin-bottom: 0;
}



/* products loading */
.products-loading{
    position: relative;
}

.products-loading .products-list__outer{
    opacity: 0.4;
}

.products-loading:before{
    animation: spin 1s linear infinite;
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    font-size: 30px;
    margin: 30px 0 30px -15px;
    color: var(--bs-color);
    position: absolute;
    top: 0;
    left: 50%;
    content: "\f110";
    font-style: normal;
    font-weight: 900;
}

/* product preview line */
.products-tile__list.-line:not(.-carousel) {
    flex-direction: column;
}

.products-tile__list.-line:not(.-carousel) .product-tile__outer {
    flex: 1;
    width: 100%;
}

.products-tile__list.-line:not(.-carousel) .product-tile__outer .product-tile {
    flex-direction: row;
    gap: 3rem;
}

.products-tile__list.-line:not(.-carousel) .product-tile .product-tile__top {
    margin: 0;
    flex: 0 0 20%;
}

.products-tile__list.-line:not(.-carousel) .product-tile .product-tile__content {
    text-align: left;
    font-size: 1rem;
    justify-content: center;
    flex: 1 1 auto;
}

.products-tile__list.-line:not(.-carousel) .product-tile .product-tile__content .product-tile__title {
    margin: 0;
    flex: 0;
    text-align: left;
}

.products-tile__list.-line:not(.-carousel) .product-tile .product-tile__content table.product-tile__features {
    background: none;
    table-layout: fixed;
    font-size: 13px;
    width: 100%;
    line-height: 19px;
    display: table;
    border: 0;
}
.products-tile__list.-line:not(.-carousel) .product-tile .product-tile__content .product-tile__features .product-short-features__title {
    color: #666;
    position: relative;
    width: 50%;
}
.products-tile__list.-line:not(.-carousel) .product-tile .product-tile__content .product-tile__features .product-short-features__title:before {
    border-bottom: 1px dotted #b5b5b5;
    left: 0;
    top: 17px;
    right: 5px;
    content: "";
    position: absolute;
}
.products-tile__list.-line:not(.-carousel) .product-tile .product-tile__content .product-tile__features .product-short-features__title span {
    background: #fff;
    display: inline-block;
    position: relative;
    padding: 0 5px 0 0;
}
.products-tile__list.-line:not(.-carousel) .product-tile .product-tile__content .product-tile__features .product-short-features__value {
    color: #000;
    text-align: left;
    width: 50%;
    word-wrap: break-word;
}
.products-tile__list.-line:not(.-carousel) .product-tile .product-tile__content .product-tile__features td {
    padding: 4px 0;
    border: 0;
    vertical-align: top;
}

.products-tile__list.-line:not(.-carousel) .product-tile .product-tile__bottom {
    margin: 0;
    flex: 0 0 25%;
    justify-content: space-between;
    gap: 2rem;
}

.products-tile__list.-line:not(.-carousel) .product-tile .product-tile__bottom .add2cart-button {
    height: 48px !important;
    padding: 0 15px !important;
    font-size: 100% !important;
}
@media (min-width:501px) {
    .products-tile__list.-line:not(.-carousel) .product-tile .product-tile__bottom .add2cart-button span:last-child {
        display: inline-block !important;
        margin-left: 8px;
    }
}
@media (max-width: 500px) {
    .products-tile__list.-line:not(.-carousel) .product-tile .product-tile__bottom .add2cart-button {
            height: 35px !important;
            padding: 0 15px !important;
            font-size: 60% !important;
    }
}
.products-tile__list.-line:not(.-carousel) .product-tile .product-tile__bottom .product-tile__prices {
    flex: 0;
}

.products-tile__list.-line:not(.-carousel) .product-tile .product-tile__bottom .product-tile__spoiler {
    display: none;
}

/* product preview tile */
.product-tile__outer{
    vertical-align: top;
    box-sizing: border-box;
    display: flex;
}

.product-tile__outer{
    padding: 10px;
    flex: 0 0 calc(100% / 5);
    width: calc(100% / 5);
}

@media (min-width: 1025px){
    .content-cols--sidebar .product-tile__outer,
    .searchpro__page-container .product-tile__outer{
        flex: 0 0 calc(100% / 4);
        width: calc(100% / 4);
    }
}

.products-tile__list.products-list.-carousel .product-tile__outer:nth-child(n+6) .product-tile,
.content-cols--sidebar .products-tile__list.products-list.-carousel .product-tile__outer:nth-child(n+5) .product-tile,
.owl-item:not(.active) .product-tile__outer .product-tile{
    box-shadow: none;
    background: none;
}

@media (max-width: 1280px) and (min-width: 1025px){
    .product-tile__outer{
        flex: 0 0 calc(100% / 4);
        width: calc(100% / 4);
    }

    .content-cols--sidebar .product-tile__outer,
    .searchpro__page-container .product-tile__outer{
        flex: 0 0 calc(100% / 3);
        width: calc(100% / 3);
    }
}

@media (max-width: 1150px) and (min-width: 1025px){
    .product-tile__outer{
        flex: 0 0 calc(100% / 3);
        width: calc(100% / 3);
    }
}

@media (max-width: 1024px){
    .product-tile__outer{
        padding: 7.5px;
        flex: 0 0 calc(100% / 3);
        width: calc(100% / 3);
    }

    .products-list__offers.-carousel .product-tile__outer{
        flex: 0 0 calc(100% / 3.2);
        width: calc(100% / 3.2);
    }
}

@media (max-width: 800px){
    .product-tile__outer{
        flex: 0 0 calc(100% / 2);
        width: calc(100% / 2);
    }

    .products-list__offers.-carousel .product-tile__outer{
        flex: 0 0 calc(100% / 2.2);
        width: calc(100% / 2.2);
    }
}


@media (max-width: 500px){
    .products-list__offers.-carousel .product-tile__outer{
        flex: 0 0 calc(100% / 1.6);
        width: calc(100% / 1.6);
    }
}

@media (max-width: 359px){
    .product-tile__outer{
        padding: 5px;
    }
}

.owl-item .product-tile__outer {
    flex: 0 0 100% !important;
    width: 100% !important;
}


.product-tile{
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    z-index: 1;
    position: relative;
    background: #FFF;
    padding: 12px;
    box-shadow: 0 0 8px rgba(0,0,0,.08);
}

.product-tile__top{
    text-align: center;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    margin: 0 0 10px;
}

.product-tile__image{
    flex: 1 1 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
}

.product-tile__image img{
    max-height: 100%;
}

.product-tile__badges{
    position: absolute;
    top: 0;
    left: 0;
}
.products-tile__list.-line .product-tile__badges{
    top: initial;
    bottom: 0;
}

.product-tile__favorites{
    position: absolute;
    top: 0;
    right: 0;
}

.product-tile__compare{
    position: absolute;
    top: 28px;
    right: 0;
}

.product-tile__content{
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    font-size: 12px;
    text-align: center;
}

.product-tile__title{
    margin: 0 0 10px;
    flex: 1 1 auto;
    word-break: break-word;
    text-align: center;
}

.product-tile__title a{
    color: inherit;
    text-decoration: none;
}
.product-tile__summary {
    margin: 10px 0px;
    font-size: 13px;
}

.product-tile__features{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 5px 0;
    margin: 10px 0;
    display: none;
}

.product-tile__features.-show{
    display: block;
}

.product-tile__stock{
    font-weight: bold;
}

.product-tile__bottom{
    display: flex;
    margin: 10px 0 0;
    align-items: center;
}

.product-tile__bottom.fwrap {
    flex-wrap: wrap;
}

.product-tile__bottom.fwrap:not(:has(.product-tile__spoiler)) .product-tile__cart {
    width: 100%;
}

.product-tile__bottom.fwrap:not(:has(.product-tile__spoiler)) .product-tile__cart .add2cart-button {
    width: calc(100% - 40px);
}

.product-tile__bottom .add2cart-button {
    height: 35px;
    padding: 0 12px;
    font-size: 60%;
}

.product-tile__prices{
    flex: 1 1 auto;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.product-tile__spoiler{
    margin: 0 7px 0 0;
    font-size: 10px;
    font-weight: 600;
    color: var(--bs-color);
    white-space: nowrap;
    cursor: pointer;
}

.product-tile__spoiler-caret{
    display: inline-block;
    vertical-align: middle;
    transition: .2s;
}

.product-tile__spoiler.-open .product-tile__spoiler-caret{
    transform: rotate(180deg);
}

@media (max-width: 500px){
    .products-list__offers.-carousel .product-tile__outer{
        flex: 0 0 calc(100% / 1.6);
        width: calc(100% / 1.6);
    }

    .product-tile__bottom{
        margin: 5px 0 0;
        flex-direction: column;
    }

    .product-tile__spoiler{
        order: 1;
        width: 100%;
        margin: 0 0 10px;
        text-align: center;
    }

    .product-tile__prices{
        order: 5;
    }

    .product-tile__cart{
        order: 10;
    }
}

@media (max-width: 359px){
    .product-tile__price{
        font-size: 14px;
    }
}

.products-tile__list.-tile .product-tile__features,
.products-tile__list.-tile .product-tile__spoiler {
    display: none;
}

/* product tile mini */
/* product preview mini */
.product-mini__outer{
    vertical-align: top;
    box-sizing: border-box;
    display: flex;
}

.product-mini__outer{
    padding: 10px;
    flex: 0 0 calc(100% / 7);
    width: calc(100% / 7);
}

@media (min-width: 1025px){
    .content-cols--sidebar .product-mini__outer{
        flex: 0 0 calc(100% / 6);
        width: calc(100% / 6);
    }
}

@media (max-width: 1300px) and (min-width: 1025px){
    .product-mini__outer{
        flex: 0 0 calc(100% / 6);
        width: calc(100% / 6);
    }

    .content-cols--sidebar .product-mini__outer{
        flex: 0 0 calc(100% / 5);
        width: calc(100% / 5);
    }
}

@media (max-width: 1150px) and (min-width: 1025px){
    .product-mini__outer{
        flex: 0 0 calc(100% / 5);
        width: calc(100% / 5);
    }
}

@media (max-width: 1024px){
    .product-mini__outer{
        padding: 7.5px;
        flex: 0 0 calc(100% / 5);
        width: calc(100% / 5);
    }
}

@media (max-width: 880px){
    .product-mini__outer{
        flex: 0 0 calc(100% / 4);
        width: calc(100% / 4);
    }
}

@media (max-width: 700px){
    .product-mini__outer{
        flex: 0 0 calc(100% / 3);
        width: calc(100% / 3);
    }
}


@media (max-width: 500px){
    .product-mini__outer{
        flex: 0 0 calc(100% / 2);
        width: calc(100% / 2);
    }
}

.product-mini{
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    z-index: 1;
    position: relative;
    background: #FFF;
    padding: 15px;
}

.product-mini__top{
    text-align: center;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 120px;
    margin: 0 0 15px;
}

.product-mini__image{
    flex: 1 1 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
}

.product-mini__image img{
    max-height: 100%;
}


.product-mini__content{
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.product-mini__title{
    font-weight: bold;
    margin: 0 0 15px;
    flex: 1 1 auto;
    font-size: 13px;
}

.product-mini__title a{
    color: inherit;
    text-decoration: none;
}

.product-mini__title a:hover{
    color: var(--bs-color);
}

.product-mini__sku{
    color: #aaa;
}

@media (max-width: 359px){
    .product-mini__outer{
        padding: 5px;
    }

    .product-mini__title,
    .product-mini__sku{
        font-size: 12px;
    }

    .product-mini__top,
    .product-mini__title{
        margin: 0 0 7px;
    }
}

/* product preview mini horizontal */
.product-mini-h__outer,
.promo-mini-h__outer{
    padding: 10px;
    vertical-align: top;
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: column;
}

.product-mini-h{
    padding: 20px;
    border-radius: 10px;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    background: #FFF;
    box-shadow: 0 0 10px rgba(0,0,0,.06);
}

.product-mini-h.-double:first-child{
    margin-bottom: 20px;
}

.product-mini-h__image{
    width: calc(50% - 10px);
    box-sizing: border-box;
    margin: 0 10px 0 0;
    text-align: center;
    display: flex;
    height: 120px;
    align-items: center;
    max-height: 100%;
    position: relative;
    text-decoration: none;
    justify-content: center;
    flex: 0 0 auto;
}

.product-mini-h__image img{
    max-height: 135px;
}

.product-mini-h__image .product-preview-gallery__dots{
    margin: -6px 0 0;
    background: rgba(255,255,255,0.7);
    right: auto;
    left: auto;
    padding: 2px;
    z-index: 2;
    border-radius: 100px;
}

.product-mini-h__right{
    display: flex;
    flex-direction: column;
    flex: 0 1 auto;
}

.product-mini-h__content{
    flex: 1 1 auto;
    margin: 0 0 5px;
}

.product-mini-h__title{
    margin: 0 0 10px;
    line-height: 1.3;
    max-height: 46px;
    overflow: hidden;
    font-size: 12px;
    font-weight: 500;
}

.product-mini-h__link{
    text-decoration: none;
    color: #000;
}

.product-mini-h__cart-prices{
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

.product-mini-h__prices{
    flex: 1 1 auto;
    line-height: 1.25;
    margin: 0 5px 0 0;
}

.product-mini-h__prices .price-text{
    font-size: 14px;
    line-height: 1;
    display: inline-block;
}

.product-mini-h__price{
    display: block;
    line-height: 20px;
}

.product-mini-h__price .price,
.product-mini-h__price .currency{
    font-size: 16px;
}

.product-mini-h__cart{
    flex: 0 0 auto;
}



.product-mini-h__dialog{
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 2;
}

body:not(.touch) .product-mini-h:hover .product-mini-h__dialog,
body.touch .product-mini-h__dialog{
    display: block;
}

.product-mini-h__badges{
    white-space: nowrap;
}

.product-mini-h__body{
    width: 100%;
    padding: 20px 0 0;
    line-height: 16px;
    font-size: 14px;
}

.product-mini-h__outer,
.promo-mini-h__outer{
    flex: 0 0 calc(100% / 4);
    width: calc(100% / 4);
}

@media (min-width: 1025px){
    .content-cols--sidebar .product-mini-h__outer{
        flex: 0 0 calc(100% / 3);
        width: calc(100% / 3);
    }
}

.products-mini-h__list.products-list.-carousel .product-mini-h__outer:nth-child(n+5) .product-mini-h,
.content-cols--sidebar .products-mini-h__list.products-list.-carousel .product-mini-h__outer:nth-child(n+4) .product-mini-h,
.owl-item:not(.active) .product-mini-h__outer .product-mini-h,
.content-cols--sidebar .products-mini-h__list.products-list.-carousel .promo-mini-h__outer:nth-child(n+4) .product-mini-h{
    box-shadow: none;
    background: none;
}

@media (max-width: 1250px) and (min-width: 1025px){
    .content-cols--sidebar .product-mini-h{
        padding: 10px;
    }
}

@media (max-width: 1150px) and (min-width: 1025px){
    .content-cols--sidebar .product-mini-h__image{
        height: 108px;
    }

    .content-cols--sidebar .product-mini-h__prices{
        line-height: 1;
    }

    .content-cols--sidebar .product-mini-h__cart-prices{
        margin: 10px 0 0;
    }

    .content-cols--sidebar .product-mini-h__price{
        font-size: 16px;
    }
}

@media (max-width: 1200px){
    .product-mini-h__outer{
        flex: 0 0 calc(100% / 3);
        width: calc(100% / 3);
    }
}

@media (max-width: 1200px) and (min-width: 1025px){
    .content-cols--sidebar .product-mini-h{
        padding: 10px;
    }

    .content-cols--sidebar .product-mini-h__image{
        height: 120px;
        width: calc(40% - 10px);
    }

    .content-cols--sidebar .product-mini-h__right{
        width: 60%;
    }

    .content-cols--sidebar .product-mini-h__prices{
        line-height: 1;
    }

    .content-cols--sidebar .product-mini-h__cart-prices{
        margin: 10px 0 0;
    }

    .content-cols--sidebar .product-mini-h__price .price,
    .content-cols--sidebar .product-mini-h__price .currency{
        font-size: 14px;
    }

    .content-cols--sidebar .product-mini-h__cart.add2cart-button{
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 10px;
    }
}

@media (max-width: 1024px) and (min-width: 791px), (max-width: 650px) and (min-width: 551px), (max-width: 400px){
    .product-mini-h__image{
        height: 120px;
        width: calc(40% - 10px);
    }

    .product-mini-h__right{
        width: 60%;
    }

    .product-mini-h__prices{
        line-height: 1;
    }

    .product-mini-h__cart-prices{
        margin: 10px 0 0;
    }

    .product-mini-h__price .price,
    .product-mini-h__price .currency{
        font-size: 14px;
    }

    .product-mini-h__cart.add2cart-button{
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 10px;
    }

}

@media (max-width: 800px){
    .product-mini-h__outer{
        flex: 0 0 calc(100% / 2);
        width: calc(100% / 2);
    }

    .-carousel.products-list__offers .product-mini-h__outer{
        flex: 0 0 calc(100% / 2.2);
        width: calc(100% / 2.2);
    }

    .product-mini-h__outer{
        padding: 7.5px;
    }

    .product-mini-h.-double:first-child {
        margin-bottom: 15px;
    }
}

@media (max-width: 550px){
    .product-mini-h__outer{
        flex: 0 0 100%;
        width: 100%;
    }

    .-carousel.products-list__offers .product-mini-h__outer{
        flex: 0 0 80%;
        width: 80%;
    }
}

@media (max-width: 380px){
    .-carousel.products-list__offers .product-mini-h__outer{
        flex: 0 0 90%;
        width: 90%;
    }

    .product-mini-h.-double:first-child {
        margin-bottom: 10px;
    }
}

@media (max-width: 359px){
    .product-mini-h__outer{
        padding: 5px;
    }
}

.owl-item .product-mini-h__outer{
    flex: 0 0 100% !important;
    width: 100% !important;
}

/* seo regions */

.shop-regions{
    vertical-align: top;
}

.shop-regions-ip-analyzer{
    width: auto !important;
}

.shop-regions-ip-analyzer__wrapper{
    line-height: 20px;
    margin-top: 0;
    min-width: 0;
    padding: 20px 30px;
    border-radius: 15px ;
}

.shop-regions__button-close{
    top: 15px !important;
    right: 20px !important;
}

.shop-regions-button{
    padding: 0 15px 0 0;
    display: inline;
    vertical-align: top;
}

.shop-regions-button .shop-regions__link{
    line-height: 15px;
    display: inline-block;
}

.shop-regions-button__link .shop-regions-button__icon{
    display: none;
}

.shop-regions__window{
    line-height: 22px;
}

.shop-regions-window__wrapper,
.shop-regions-ip-analyzer__wrapper{
    box-shadow: 0 0 20px rgba(0, 0, 0, .1) !important;
    box-sizing: border-box !important;
}


.shop-regions-ip-analyzer__header{
    font-size: 14px !important;
    font-weight: 600 !important;
}

.shop-regions-ip-analyzer__triggers {
    white-space: nowrap;
}


@media (max-width: 650px){
    .shop-regions-ip-analyzer__wrapper{
        min-width: 240px !important;
        padding: 15px 20px !important;
    }

    .shop-regions-ip-analyzer {
        width: 260px !important;
    }

    .shop-regions-ip-analyzer__button{
        padding: 5px 10px !important;
    }

    .shop-regions__button-close {
        top: 15px !important;
        right: 15px !important;
    }

    .shop-regions-ip-analyzer__triggers .shop-regions-ip-analyzer__trigger-select-city{
        margin-left: 8px !important;
    }
}

@media (max-width: 460px){
    .shop-regions-window_show{
        z-index: 99999 !important;
    }
    .shop-regions-window__wrapper{
        width: 100% !important;
        top: 0 !important;
    }
    .shop-regions-window__search, .shop-regions-window__regions_popular{
        padding-left: 0 !important;
    }
    .shop-regions-window__search .shop-regions-window__sub-subheader{
        line-height: 16px;
    }
    .shop-regions-window-search{
        width: 100% !important;
    }
    .shop-region-window_regions_and_cities{
        display: flex !important;
        box-sizing: border-box !important;
    }
    .shop-regions-window .shop-region-window_regions_sidebar{
        width: 50% !important;
    }
    .shop-regions-window .with_regions .shop-regions-window_cities_list{
        width: 50% !important;
        margin-left: 0 !important;
    }
    .shop-region-window_regions_sidebar > *{
        margin-right: 20px;
    }
    .shop-region-window_regions_sidebar .sub_header{
        margin-left: 0 !important;
    }
    .shop-regions-window .shop-regions-window__region_region{
        padding: 5px 8px 5px 8px !important;
        margin-left: 0 !important;
    }
}

.comments ul,
.reviews ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comments ul ul,
.reviews ul ul {
    padding-left: 50px;
}

.comments-branch li,
.reviews-branch li {
    border-radius: 15px;
    padding: 0;
    margin: 0 0 20px;
    background: #f8f8f8;
}

.reviews-branch > li:last-child{
    margin-bottom: 0;
}

.comments-branch li.-hide,
.reviews-branch li.-hide{
    display: none;
}

.comments-branch li li,
.reviews-branch li li {
    box-shadow: none;
    margin: 0;
    border: none;
}



.comment,
.review {
    margin: 0;
    padding: 25px;
    display: flex;
}

.comment.new,
.review.new{
    background: #fffff0;
    border-radius: 20px

}

.comments ul ul .comment,
.reviews ul ul .review{
    padding-top: 10px;
}

.comment-avatar,
.review-avatar {
    display: inline-block;
    border-radius: 10px;
    position: absolute;
    top: 5px;
    left: 0;
    overflow: hidden;
}

.comment-avatar.-re-empty,
.review-avatar.-re-empty{
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    border: 1px solid;
    color:  var(--bs-color);
    text-transform: uppercase;
}

.comment-avatar img,
.review-avatar img{
    width: 35px;
    border-radius: 7px;
}


.review-rating{
    margin: 0 10px 5px 0;
}

.review-title,
.comment-title{
    font-weight: bold;
}

@media (max-width: 700px){
    .review-title,
    .comment-title{
        display: inline-block;
        line-height: 1.2;
    }
}

.review-author,
.comment-author{
    line-height: 1.2;
}

.review-username,
.comment-username{
    font-size: 13px;
    color: #9f9f9f;
    margin: 3px 10px 0 0;
}

.comment-staff{
    margin-right: 10px;
}

.review-head,
.comment-head{
    margin: 0 0 10px;
}

.review-content{
    flex: 1 1 auto;
    padding: 0 5% 0 55px;
    position: relative;
}

.review-body,
.comment-body{
    line-height: 20px;
    margin: 10px 0 0;
}

.review-right,
.comment-right{
    flex: 0 0 180px;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.review-date,
.comment-date{
    font-size: 13px;
    color: #9f9f9f;
    flex: 1 1 auto;
}

.review-reply,
.comment-reply{
    font-weight: bold;
}

.btn-reviews-load{
    display: block;
    height: 57px;
    line-height: 57px;
    padding: 0 40px;
    max-width: 450px;
    box-sizing: border-box;
    border-radius: 12px;
    margin: 40px auto 0;
    font-weight: bold;
    font-size: 16px;
}

.comment-delete,
.comment-edit,
.comment-btn-solution{
    margin: 5px 10px 0 0;
}

.comment-replyto{
    margin: 0 0 10px;
}

@media (max-width: 1025px){
    .comment,
    .review{
        flex-wrap: wrap;
    }

    .comment-content,
    .review-content{
        flex: 0 1 calc(100% - 55px);
        padding-right: 0;
    }

    .comment-right,
    .review-right{
        flex: 1 0 auto;
        flex-direction: row;
        text-align: left;
        margin: 15px 0 0 0;
        padding-left: 55px;
        align-items: center;
        flex-wrap: wrap;
        max-width: 100%;
    }

    .comment-vote,
    .comment-date{
        margin: 0 10px 0 0;

    }
}

@media (max-width: 699px){
    .review-content,
    .review-right,
    .comment-right,
    .comment-content{
        padding-left: 0;
    }

    .review-content,
    .comment-content{
        flex: 0 1 auto;
    }

    .comment-avatar,
    .review-avatar{
        position: static;
        flex: 0 0 35px;
        margin: 6px 15px 0 0;
    }

    .comment-head,
    .review-head{
        display: flex;
        align-items: center;
    }


    .review-username,
    .comment-username{
        align-items: center;
    }

    .comments ul ul,
    .reviews ul ul{
        padding-left: 25px;
    }

    .btn-reviews-load{
        margin-top: 20px;
    }
}

@media (max-width: 359px){
    .comment,
    .review{
        padding: 20px;
    }

    .review-reply,
    .comment-reply{
        padding: 0 12px;
    }
}

.btn-write-comment,
.btn-write-review{
    display: block;
    max-width: 290px;
    box-sizing: border-box;
    margin: 0 0 40px;
}

.reviews-auth,
.comments-auth{
    width: 290px;
    padding: 15px 20px;
    border-radius: 15px;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 1.4;
}

@media (max-width: 500px){
    .btn-write-comment,
    .btn-write-review{
        max-width: unset;
    }

    .reviews-auth,
    .comments-auth{
        width: 100%;
    }
}

.review-form:not(.popup-content),
.comment-form:not(.popup-content){
    margin-bottom: 60px;
    max-width: 560px;
    padding: 45px 60px;
    box-sizing: border-box;
    border: 1px solid #efefef;
    border-radius: 35px;
}

@media (max-width: 550px){
    .review-form,
    .comment-form{
        padding: 25px 35px;
    }
}

@media (max-width: 400px){
    .review-form:not(.popup-content),
    .comment-form:not(.popup-content){
        padding: 20px 30px;
    }
}

@media (max-width: 359px){
    .review-form,
    .comment-form{
        padding: 15px 20px;
    }
}

.review-form input[type="text"],
.comment-form input[type="text"],
.review-form textarea,
.comment-form textarea{
    max-width: 500px;
}

.comment-form{
    margin-bottom: 0;
}

.in-reply-to .comment-form{
    margin-top: 20px;
}

.review-form-fields input[type="text"],
.review-form-fields textarea,
.comment-form-fields input[type="text"],
.comment-form-fields textarea{
    width: 100%;
}

.review-form-fields input[type="text"].wa-captcha-input{
    width: 200px;
}

.review-form .userpic,
.comment-form .userpic{
    width: 20px;
    height: 20px;
    margin-right: 5px;
    border-radius: 5px;
    vertical-align: middle;
}

.review-form .tab,
.comment-form .tab{
    padding: 0;
    background: none;
    box-shadow: none;
    font-size: 15px;
    text-transform: none;
    letter-spacing: 0;
    border: none;
}


.review-field,
.comment-field{
    margin: 0 0 25px;
}

.comment-field--user,
.review-field--user{
    line-height: 25px;
}

.review-field-user,
.comment-field-user{
    font-weight: bold;
}

.review-form label,
.comment-field label{
    display: block;
    margin: 0 0 10px 0;
    color: #1e1e1e;
}

.review-field--rate label{
    display: inline-block;
    margin: 0 20px 0 0;
    color: #000;
}

.review-field--rate .rate{
    margin: 0 10px 0 0;
}

.review-field-logout,
.comment-field-logout{
    display: inline-block;
    margin: 0 0 0 20px;
}

.review-field .save{
    margin: 0 10px 0 0;
}

.review-form .service-agreement-wrapper {
    width: 100%;
    margin-bottom: 30px;
}
.review-form .service-agreement-wrapper .errormsg {
    margin-left: 0;
}

.review-form .service-agreement-wrapper.error{
    color: #000;
}

.popup-content.review-form,
.popup-content.comment-form{
    max-width: 600px;
}

.rate-clear{
    cursor: pointer;
    text-decoration: underline;
    color: var(--bs-color);
    font-weight: 500;
}

.rate-clear:hover{
    text-decoration: none;
}

/* datepicker */
.ui-datepicker{
    display: none;
}

.ui-widget-content {
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

select.ui-datepicker-month,
select.ui-datepicker-year{
    height: 27px;
    line-height: 27px;
    padding: 0 10px;
}

.ui-widget-header {
    background: #f6f6f6;
    font-weight: bold;
    position: relative;
}

.ui-icon{
    text-indent: -99999px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    font-weight: normal;
}

.ui-state-default{
    color: #000;
}

.ui-widget-content .ui-state-default.ui-state-active,
.ui-widget-header .ui-state-default.ui-state-active{
    font-weight: bold;
    background: #eeeeee;
}

a.ui-state-default:hover,
.ui-widget-content a.ui-state-default:hover,
.ui-widget-header a.ui-state-default:hover{
    color: var(--bs-color) !important;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next{
    display: inline-block;
    vertical-align: middle;
    top: 2px !important;
    width: 33px !important;
    height: 33px !important;
    text-align: center;
    line-height: 33px !important;
}

.ui-datepicker .ui-datepicker-prev.ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev{
    left: 2px !important;
}

.ui-datepicker .ui-datepicker-next.ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-next{
    right: 3px !important;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover{
    color: inherit;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    text-indent: unset;
    font-size: 0;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    margin: 0 !important;
    position: static !important;
    height: 33px;
}

.ui-datepicker .ui-datepicker-prev span:before{
    content: "\f104";
    font-size: 15px;
}

.ui-datepicker .ui-datepicker-next span:before{
    content: "\f105";
    font-size: 15px;
}

.ui-datepicker .ui-datepicker-title select{
    border-radius: 7px;
}

/* notice plugin */
.pnoticeW{
    background: #000 !important;
}

.pnoticeW_active {
    opacity: .45 !important;
}

.pnotice{
    background: none !important;
    overflow-y: auto;
    box-shadow: none !important;
    height: 100%;
    top: 0 !important;
    bottom: 0 !important;
    padding: 10px;
    box-sizing: border-box;
}

.pnotice__w{
    border-radius: 35px;
    padding: 50px !important;
    max-width: 580px !important;
    background: #FFF;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

.pnotice__close{
    top: 30px !important;
    right: 30px !important;
}

.pnotice__close svg{
    width: 20px !important;
    height: 20px !important;
    stroke: #000 !important;
}

.pnotice__img,
.pnotice__name{
    width: 100% !important;
}

.pnotice__h{
    margin-top: 0;
    font-weight: bold;
}

.pnotice__input,
.pnotice__select{
    width: 100% !important;
    height: 54px !important;
    padding: 0 15px !important;
    outline: none !important;
    box-sizing: border-box !important;
    font-size: 14px !important;
    border: 1px solid #e8e8e8 !important;
    margin: 0 0 30px !important;
}

.dl-pnotice__policy--text{
    display: inline;
}

input[type="button"].pnotice__buttonClose,
input[type="submit"].pnotice__button{
    border-radius: 12px !important;
    font-size: 14px !important;
    padding: 0 30px !important;
    height: 54px !important;
    line-height: 54px;
    margin: 0 0 10px;
}


@media (max-width: 420px){
    .pnotice__w{
        padding: 40px !important;
    }
}

@media (max-width: 359px){
    .pnotice__w{
        padding: 20px !important;
    }
}

/* countdown */

.countdown{
    display: inline-block;
    word-spacing: normal;
    padding: 12px 20px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    color: var(--add-color);
}

.countdown-item{
    display: inline-block;
    margin: 0 7px;
    text-align: center;
}

.countdown-item__count{
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.countdown-item__text{
    font-size: 8px;
    text-transform: uppercase;
    opacity: 0.9;
}

.countdown--mini{
    padding: 6px 10px;
}

.countdown--mini .countdown-item{
    margin: 0 3px;
}

@media (max-width: 850px){
    .countdown{
        padding: 6px 8px;
    }

    .countdown-item{
        margin: 0 3px;
    }
}

@media (max-width: 600px){
    .countdown-item__count{
        font-size: 14px;
    }
}

@media (max-width: 359px){
    .countdown{
        padding: 5px;
    }
}

/* SLIDER */
.slider-outer{
    position: relative;
    margin-bottom: 50px;
}

@media (max-width: 400px){
    .slider-outer{
        margin-bottom: 40px;
    }
}

.slider-outer:last-child{
    margin-bottom: 0;
}

.slider-outer .owl-dots{
    position: static;
}

.slider-banner{
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    display: flex;
    position: relative;
}

.slider-banner .owl-stage,
.slider-banner .owl-item{
    display: flex;
}

.slider-banner .owl-stage-outer{
    overflow: visible;
}

@media (min-width: 1461px){
    .slider-banner.owl-carousel:after{
        content: "";
        right: 0;
        top: 40px;
        bottom: 40px;
        position: absolute;
        width: 1px;
        box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.03);
    }
}

.slider-outer .owl-nav.disabled{
    display: block;
}

.slider-outer .owl-prev,
.slider-outer .owl-next{
    position: absolute;
    display: block;
    top: 50%;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    margin-top: -28px;
    border-radius: 15px;
    z-index: 2;
    cursor: pointer;
    font-size: 16px;
}

.slider-outer .owl-prev{
    margin-left: 3%;
    left: 0;
    right: auto;
}

.slider-outer .owl-next{
    margin-right: 3%;
    right: 0;
    left: auto;
}

.slider-item{
    font-size: 15px;
    margin: 15px;
    flex: 1 0 85%;
    display: inline-flex;
    box-sizing: border-box;
    text-decoration: none;
    border-radius: 25px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.04);
}


.slider-banner{
    padding: 10px;
    margin: -20px;
}

.owl-item .slider-item{
    width: calc(100% - 30px);
    flex: 0 0 auto;
}

@media (min-width: 1001px){
    .owl-item .slider-item{
        opacity: 0;
    }
}

@media (max-width: 999px){
    .slider-outer .owl-dots{
        position: static;
        margin-top: 0;
    }

    .slider-banner{
        margin: -20px -5px -10px;
        padding: 10px 0 20px;
    }

    .slider-item{
        margin: 10px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.06);
    }

    .owl-item .slider-item{
        width: calc(100% - 20px);
    }
}

@media (max-width: 699px){
    .slider-item{
        margin: 7.5px;
    }

    .owl-item .slider-item{
        width: calc(100% - 15px);
    }
}


.owl-item.active .slider-item{
    opacity: 1;
}


@media (max-width: 850px) {
    .slider-outer .owl-prev,
    .slider-outer .owl-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-top: -20px;
    }
}

@media (max-width: 1460px){
    .slider-outer.sk-carousel{
        margin-right: -20px;
    }
}

@media (max-width: 1024px){
    .slider-outer.sk-carousel{
        margin-right: -15px;
    }
}

@media (max-width: 800px){
    .slider-outer .owl-next{
        margin-right: 10px;
    }
}

@media (max-width: 560px){
    .slider-outer .owl-prev,
    .slider-outer .owl-next {
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 10px;
        font-size: 12px;
        margin-top: -15px;
    }

    .slider-outer .owl-prev{
        margin-left: -10px;
    }
}

@media (max-width: 450px){
    .slider-outer .owl-next{
        margin-right: 2px;
    }
}

@media (max-width: 359px){
    .slider-outer.-carousel{
        margin-right: -10px;
    }
}

.slider-promo{
    position: relative;
    display: inline-block;
    border-radius: 0;
    font-size: 0;
    box-shadow: none;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.slider-promo__image{
    border-radius: 25px;
    height: auto;
    box-shadow: 0 5px 30px rgba(0,0,0,0.06);
}

.owl-item:not(.active) .slider-promo__image{
    box-shadow: none;
}

.slider-promo__countdown{
    position: absolute;
    top: 50px;
    left: 50px;
    opacity: 0;
}

.slider-banner > .slider-product:first-child .slider-promo__countdown,
.owl-item.active .slider-promo__countdown {
    opacity: 1;
}

.owl-item.active + .owl-item.active .slider-promo__countdown{
    opacity: 0;
}

.slider-promo__content{
    position: absolute;
    bottom: 50px;
    right: 50px;
    border-radius: 20px;
    padding: 35px 40px;
    max-width: 450px;
    box-sizing: border-box;
    white-space: normal;
    box-shadow: 0 5px 17px rgba(0,0,0,0.05);
    font-size: 15px;
}

.slider-promo__title{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
}

.slider-promo__text{
    margin: 10px 0 0;
    line-height: 1.2;
}

@media (max-width: 1200px){
    .slider-promo__content{
        bottom: 30px;
        right: 30px;
    }

    .slider-promo__countdown{
        top: 30px;
        left: 30px;
    }
}

@media (max-width: 1024px){
    .slider-promo__content{
        bottom: 20px;
        right: 20px;
        padding: 20px 25px;
        max-width: 400px;
        border-radius: 15px;
    }

    .slider-promo__title{
        font-size: 16px;
    }

    .slider-promo__countdown{
        top: 20px;
        left: 20px;
    }
}

@media (max-width: 800px){
    .slider-promo__content {
        bottom: 10px;
        right: 10px;
        border-radius: 15px;
    }

    .slider-promo__countdown{
        top: 20px;
        right: 20px;
        left: auto;
    }
}

@media (max-width: 650px){
    .slider-promo{
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .slider-promo__content{
        margin-top: -30px;
        position: relative;
        max-width: unset;
        width: 100%;
        flex: 1 0 auto;
        right: 0;
        left: 0;
        border-radius: 23px;
    }

    .slider-promo__image{
        flex: 0 0 auto;
    }
}

/* services shop */

.services-shop__outer{
    overflow: hidden;
    margin: 0 0 50px;
}

@media (max-width: 1024px){
    .services-shop__outer{
        margin-bottom: 45px;
    }
}

@media (max-width: 400px){
    .services-shop__outer{
        margin-bottom: 20px;
    }
}

.services-shop__outer:last-child{
    margin-bottom: 0;
}

.services-shop{
    display: flex;
    flex-wrap: wrap;
}

.services-shop__item{
    box-sizing: border-box;
    border-radius: 20px;
    border: 1px solid #f0f0f0;
    display: flex;
    text-decoration: none;
    color: #000;
    align-items: center;
}

.services-shop__icon{
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    flex: 0 0 27px;
    margin: 0 10px 0 0;
}

.services-shop__title{
    font-weight: bold;
    line-height: 17px;
    margin: 0 0 12px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

a.services-shop__item .services-shop__title{
    text-decoration: underline;
}

a.services-shop__item .services-shop__title:hover{
    color: var(--bs-color);
}

.services-shop__text{
    font-size: 12px;
    color: #a1a1a1;
    line-height: 15px;
}

.services-shop{
    margin: 0 -30px 0 0;
}

.services-shop__item{
    flex: 1 0 calc(33.33% - 20px);
    margin: 0 20px 20px 0;
    padding: 15px 25px;
}

@media  (min-width: 481px){
    .services-shop.-count-even .services-shop__item{
        flex: 1 0 calc(25% - 20px);
    }
}

@media (max-width: 1200px) and (min-width: 1025px), (max-width: 600px) and (min-width: 481px){
    .services-shop.-count-even .services-shop__item{
        padding: 10px 20px;
    }
}

@media (max-width: 1024px){
    .services-shop{
        margin: 0 -20px 0 0;
    }

    .services-shop__item{
        margin: 0 20px 20px 0;
    }
}

@media (max-width: 1024px) and (min-width: 481px){
    .services-shop.-count-even .services-shop__item{
        flex: 1 0 calc(50% - 20px);
    }
}

@media (max-width: 800px){
    .services-shop__item{
        flex: 1 0 calc(50% - 20px);
    }
}

@media (max-width: 480px){
    .services-shop__item{
        flex: 1 0 calc(100% - 30px);
    }
}

/*  Список промо */
.promos-list__outer{
    position: relative;
    margin: -12px;
}

.promos-list__outer.-carousel{
    margin-right: 0;
}

.promos-list{
    display: flex;
    flex-wrap: wrap;
}

.promos-list.promos-carousel {
    flex-wrap: nowrap;
    width: 100%;
}

.promos-list__inner{
    overflow: hidden;
    padding: 0 0 10px;
    margin: 0 0 50px;
    font-size: 14px;
}

.promos-list__outer:not(.-carousel) .promos-list__inner{
    width: 100%;
}

.promos-list__outer .owl-stage-outer{
    overflow: visible;
}


@media (max-width: 800px){
    .promos-list__outer.-carousel .promos-list__inner{
        margin-right: -15px;
    }
}

@media (max-width: 359px){
    .promos-list__outer.-carousel .promos-list__inner{
        margin-right: -10px;
    }
}

@media (max-width: 700px){
    .promos-list__inner{
        margin-bottom: 50px;
    }
}

@media (max-width: 400px){
    .promos-list__inner{
        margin-bottom: 40px;
    }
}

.promos-list__outer:last-child .promos-list__inner{
    margin-bottom: 0;
}

.promos-list__outer .owl-stage{
    display: flex;
}

.promos-list__direction .owl-prev,
.promos-list__direction .owl-next{
    position: absolute;
    top: 50%;
    z-index: 3;
    margin-top: -20px;
}

.promos-list__direction .owl-prev{
    left: -10px;
}

.promos-list__direction .owl-next{
    right: -20px;
}

@media (max-width: 1500px){
    .promos-list__direction .owl-prev{
        left: 0;
    }

    .promos-list__direction .owl-next{
        right: -10px;
    }
}

@media (max-width: 1024px){
    .promos-list__direction .owl-prev,
    .promos-list__direction .owl-next{
        margin-top: -15px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 10px;
    }
}

@media (max-width: 800px){
    .promos-list__direction .owl-next{
        right: 10px;
    }

    .promos-carousel .promos-list__inner{
        margin-right: -15px;
    }
}

.promos-list__item{
    position: relative;
    text-decoration: none;
    font-size: 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    color: #000;
}


.promos-list__img img,
.owl-carousel .owl-item .promos-list__img img{
    border-radius: 15px;
}

.promos-list__countdown{
    position: absolute;
    top: 15px;
    left: 15px;
}

.promos-list__content{
    border-radius: 15px;
    background: #FFF;
    box-sizing: border-box;
    padding: 20px 25px;
    box-shadow: 0 0 10px rgba(0,0,0,.06);
    font-size: 15px;
    margin: -25px 0 0;
    position: relative;
    flex: 1 1 auto;
}

.owl-item:not(.active) .promos-list__content{
    box-shadow: none;
}

.promos-list__title{
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 0 10px;
}

a.promos-list__item .promos-list__title:hover{
    color: var(--bs-color);
}

.promos-list__body{
    font-size: 14px;
    color: #a9a9a9;
    line-height: 19px;
    display: flex;
    align-items: center;
}

.promos-list__btn{
    flex-shrink: 0;
    flex-grow: 0;
    margin: 0 0 0 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 12px;
}

.promos-list__text{
    flex: 1 1 auto;
}

.promos-list__item-outer{
    flex: 0 0 25%;
    padding: 12px;
    box-sizing: border-box;
}

.promos-list__outer.-carousel .promos-list__item-outer{
    flex: 0 0 23%;
}

.promos-list__item-outer,
.promos-list .owl-item{
    display: flex;
    flex-direction: column;
}

.promos-list__outer .owl-dots{
    position: static;
    margin-top: 5px;
    display: none;
}

@media (max-width: 1200px) and (min-width: 1025px){
   .promos-list__title{
        font-size: 16px;
        line-height: 18px;
    }

    .promos-list__content {
        padding: 15px 20px;
    }
}

@media (max-width: 1100px) and (min-width: 1025px){
    .promos-list__item-outer{
        flex: 0 0 33.33%;
    }

    .promos-list__outer.-carousel .promos-list__item-outer{
        flex: 0 0 28%;
    }
}

@media (max-width: 1024px){
    .promos-list__item-outer{
        flex: 0 0 33.33%;
    }

    .promos-list__outer.-carousel .promos-list__item-outer{
        flex: 0 0 28%;
    }
}


@media (max-width: 800px){
    .promos-list__item-outer{
        flex: 0 0 50%;
    }

    .promos-list__outer.-carousel .promos-list__item-outer{
        flex: 0 0 45%;
    }

    .promos-list__outer.-carousel .owl-dots{
        display: block;
    }
}

@media (max-width: 550px){
    .promos-list__item-outer{
        flex: 0 0 100%;
    }

    .promos-list__outer.-carousel .promos-list__item-outer{
        flex: 0 0 80%;
    }

    .promos-list__content{
        padding: 30px;
        box-shadow: 0 5px 17px rgba(0,0,0,0.06);
    }

    .promos-list__direction{
        display: none;
    }

    .promos-list__title{
        margin: 0 0 20px;
    }
}

@media (max-width: 400px){
    .promos-list__content{
        padding: 20px 25px;
    }
}

@media (max-width: 359px){
    .promos-list__outer.-carousel .promos-list__item-outer{
        flex: 0 0 90%;
    }

    .promos-list__item-outer{
        padding: 10px;
    }

    .promos-list__outer {
        margin: -10px;
    }

    .promos-list__title{
        font-size: 14px;
        line-height: 16px;
        margin: 0 0 10px;
    }

    .promos-list__btn{
        display: none;
    }
}

.owl-item .promos-list__item-outer{
    flex: 1 1 auto !important;
}

.add-button{
    background: #EDEDED;
    border-radius: 10px;
    padding: 8px 15px;
}

.order-delivery-date{
    border-radius: 10px;
    padding: 4px 10px;
    border: 1px solid;
    display: inline-block;
    white-space: nowrap;
}

@media (max-width: 700px){
    .order-delivery-date{
        border-radius: 5px;
        padding: 0 5px;
    }
}

.order-doc-button{
    background: #EDEDED;
    padding: 2px 10px;
    border-radius: 7px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    color: #000;
}

.order-doc-button.-disabled{
    cursor: default;
    color: #CCCCCC;
}

.order-doc-button:not(.-disabled):hover{
    color: var(--bs-color);
}

.company-card{
    max-width: 330px;
    border: 1px solid #EDEDED;
    border-radius: 10px;
    padding: 10px 15px;
}

.company-card-select{
    border-bottom: 1px solid #666;
    padding: 0 0 10px;
    margin: 0 0 10px;
}

.company-card-select__head{
    font-size: 1em;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.company-card-select__caret{
    margin: 5px 0 0 7px;
    transition: .2s;
}

.company-card-select.-open .company-card-select__caret{
    transform: rotate(180deg);
}

.company-card-select__items{
    display: none;
}

.company-card-select.-open .company-card-select__items{
    display: block;
}

.company-card-select__one{
    padding: 7px;
    background: #E6E6E6;
    margin: 5px 0 0;
    border-radius: 8px;
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    text-align: center;
    word-break: break-word;
}

.company-card-select__one:hover{
    color: var(--add-color);
}

.company-card-select__one.-selected{
    display: none;
}

.company-card-select__one-icon{
    font-size: 15px;
    margin: 0 7px 0 0;
}

.company-card-select__add-item{
    font-weight: bold;
    font-size: 12px;
    line-height: 1.2;
    flex: 0 0;
}

.company-card-requisites-list{
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.company-card-requisites-item__title{
    color: #666;
    margin: 0 12px 0 0;
}

@media (max-width: 400px){
    .company-card-requisites-item__title{
        margin: 0 5px 0 0;
    }
}

.profile-inner-page{
    margin: 0 0 0 80px;
    font-weight: 500;
}

@media (max-width: 1024px){
    .profile-inner-page{
        margin: 0;
    }
}

.profile-inner-page-section{
    margin: 0 0 30px;
}

.profile-inner-page-section__content{
    margin: 0 0 0 20px;
}

@media (max-width: 700px){
    .profile-inner-page-section__content{
        margin-left: 0;
    }
}

.profile-head{
    margin: 0 0 30px;
    display: flex;
    align-items: center;
}

.profile-head > .backButton {
    margin-right: 15px;
    padding: 0 13px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
}



@media (max-width: 1023px){
    .profile-head{
        margin: 0 0 25px;
    }
}

@media (max-width: 700px){
    .profile-head{
        margin: 0 0 20px;
    }
}

.profile-head h1,
.profile-head h2{
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    flex: 1 1 auto;
}

.profile-head__back{
    padding: 1px 15px 0;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 -15px;
    cursor: pointer;
}

.profile-head__button{
    margin: 3px 0 3px 10px;
}

.profile-head__buttons-list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: end;
}

@media (max-width: 1023px){
    .profile-head__back{
       padding-top: 2px;
    }
}

@media (max-width: 700px){
    .profile-head__back{
        font-size: 20px;
    }

    .button.profile-head__draft-remove{
        font-size: 0;
    }

    .profile-head__draft-remove .button-icon{
        margin: 0 8px;
    }
}

@media (max-width: 500px){
    .profile-head__back{
        font-size: 18px;
    }
}

.profile-head__back:hover{
    color: var(--bs-color);
}

.success-page{
    text-align: center;
}

.success-page__image{
    margin: 0 0 40px;
}

.success-page__title{
    margin: 0 0 15px;
}

.success-page__text{
    font-size: 20px;
    font-weight: 500;
}

.success-page__text a{
    text-decoration: none;
}

@media (max-width: 700px){
    .success-page__text{
        font-size: 16px;
    }

    .success-page__title{
        margin: 0 0 10px;
    }

    .success-page__image{
        margin-bottom: 20px;
    }
}

.profile-section-menu{
    margin: 0 0 25px;
    overflow-x: auto;
    background: #F7F7F7;
    border-radius: 10px;
    display: flex;
    white-space: nowrap;
    text-align: center;
    align-items: center;
    line-height: 1.2;
}

.profile-section-menu::-webkit-scrollbar-track {
    background-color: #ececec
}

.profile-section-menu::-webkit-scrollbar {
    height: 3px;
    background-color: #b7b7b7
}

.profile-section-menu::-webkit-scrollbar-thumb {
    background-color: #b7b7b7
}

.profile-section-menu__item{
    text-decoration: none;
    padding: 10px 15px;
    color: #666;
    display: inline-block;
    font-weight: 500;
}

.profile-section-menu__item.-selected{
    background: #EDEDED;
    border-radius: 10px;
    color: #292929;
}

.profile-search{
    margin: 0 0 10px;
}

.profile-search.-mb25{
    margin: 0 0 25px;
}

.profile-search__form{
    max-width: 440px;
    position: relative;
    border-radius: 10px;
    display: flex;
    height: 38px;
}

input.profile-search__input{
    padding: 0 17px;
    flex: 1 1 auto;
    height: auto;
    border-right: 0;
    border-radius: 10px 0 0 10px;
    border-color: #EDEDED;
}

input.profile-search__input::placeholder{
    color: #CCCCCC;
}

input.profile-search__submit{
    display: inline-flex;
    vertical-align: middle;
    line-height: 1;
    border-radius: 0 10px 10px 0;
    margin: 0 -1px;
    height: auto;
}

.statuses-process__title{
    font-weight: 500;
    margin: 0 0 5px;
}

.statuses-process__steps-list{
    border-bottom: 1px solid #EDEDED;
    display: flex;
    justify-content: space-between;
    height: 50px;
    align-items: end;
    margin: 30px 10px;
}

.statuses-process.-list-item .statuses-process__steps-list{
    margin-top: 5px;
}

.statuses-process-step{
    position: relative;
    flex: 0 0 1px;
}


.statuses-process-step__icon{
    width: 18px;
    height: 22px;
    stroke: #EDEDED;
    position: absolute;
    top: -35px;
    left: 0;
    margin-left: -9px;
}

.statuses-process-step__icon.-packed{
    width: 22px;
    height: 23px;
    margin-left: -11px;
}

.statuses-process-step__icon.-atwork{
    width: 22px;
    height: 21px;
    margin-left: -11px;
}

.statuses-process-step__icon.-processed{
    width: 24px;
    height: 24px;
    margin-left: -12px;
}

.statuses-process-step__icon.-delivery{
    width: 24px;
    height: 22px;
    margin-left: -12px;
}


.statuses-process-step__icon.-completed{
    width: 22px;
    height: 22px;
    margin-left: -11px;
}

.statuses-process-step__dot{
    width: 12px;
    height: 12px;
    background: #EDEDED;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    left: -6px;
}

.statuses-process-step__title{
    position: absolute;
    display: none;
    font-weight: 500;
    color: var(--bs-color);
    bottom: -30px;
    width: 100px;
    text-align: center;
    left: 0;
    margin-left: -50px;
}

.statuses-process-step:first-child .statuses-process-step__title{
    margin-left: -6px;
    width: auto;
    text-align: left;
}

.statuses-process-step:last-child .statuses-process-step__title{
    margin-right: -6px;
    width: auto;
    text-align: right;
    right: 0;
    left: auto;
    top: 10px;
}

.statuses-process-step.-current .statuses-process-step__title{
    display: block;
}

.statuses-process-step.-current .statuses-process-step__dot{
    background: var(--bs-color);
}

.statuses-process-step.-current .statuses-process-step__icon{
    stroke: var(--bs-color);
}

.statuses-process-list{
    overflow: hidden;
    gap: 20px;
    position: relative;
    display: flex;
    align-items: end;
}

.statuses-process-list.owl-loaded{
    overflow: visible;
    display: block;
}

.statuses-process-list .owl-stage{
    display: flex;
    align-items: end;
}

.statuses-process.-list-item{
    border-radius: 10px;
    border: 1px solid #CCCCCC;
    padding: 15px 15px 10px;
    flex: 1 0 70%;
    display: block;
    text-decoration: none;
    color: #000;
    box-sizing: border-box;
    margin: 1px 0;
}


@media (max-width: 1251px){
    .statuses-process.-list-item{
        flex: 1 0 82%;
    }
}

@media (max-width: 500px){
    .statuses-process-list{
        gap: 15px;
    }
}

@media (max-width: 359px){
    .statuses-process-list{
        gap: 10px;
    }
}

.statuses-process.-list-item.-active .statuses-process-step.-current .statuses-process-step__icon,
.statuses-process:not(.-list-item) .statuses-process-step.-current .statuses-process-step__icon{
    width: 35px;
    height: 35px;
    top: -47px;
    margin-left: -17.5px;
}

.statuses-process.-list-item:not(.-active) .statuses-process-step.-current,
.statuses-process.-list-item:not(.-active) .statuses-process__title{
    opacity: 0.5;
}

.statuses-process.-list-item:not(.-active) .statuses-process-step__title{
    display: none;
}

.statuses-process.-list-item:not(.-active) .statuses-process__steps-list{
    height: 35px;
}

.profile-products-light-list{
    overflow: hidden;
    display: flex;
    gap: 20px;
}

.profile-products-light-list.owl-loaded{
    overflow: visible;
}

.profile-product-light{
    color: #000;
    text-decoration: none;
    text-align: center;
    flex: 0 0 60%;
    padding: 10px;
    box-sizing: border-box;
    display: block;
}

@media (min-width: 501px){
    .profile-product-light.-w240{
        flex: 0 1 auto;
        width: 240px;
    }

    .profile-product-light.-w320{
        flex: 0 1 auto;
        width: 320px;
    }
}

@media (max-width: 500px){
    .profile-product-light{
        padding: 7.5px;
    }

    .profile-products-light-list .owl-nav{
        display: none;
    }
}

@media (max-width: 359px){
    .profile-product-light{
        padding: 5px;
    }
}

.profile-product-light__image{
    height: 70px;
    line-height: 70px;
    margin: 0 0 5px;
}

.profile-product-light__image img{
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
}

.profile-product-light__title{
    font-size: 12px;
    font-weight: 500;
}

.profile-main{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.profile-main-section{
    border-radius: 10px;
    border: 1px solid #EDEDED;
    flex: 0 0 auto;
    width: calc(50% - 10px);
    padding: 17px 25px 25px;
    box-sizing: border-box;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    background-position: bottom -5px right -15%;
    background-repeat: no-repeat;
    background-size: auto 95%;
}

@media (max-width: 750px){
    .profile-main-section{
        width: 100%;
        min-height: 180px;
    }
}

@media (max-width: 500px){
    .profile-main-section{
        padding: 10px 15px 15px;
    }
}

@media (max-width: 359px){
    .profile-main-section{
        padding: 10px;
    }
}




.profile-main-section__head{
    display: flex;
    margin: 0 0 10px;
    align-items: center;
}

.profile-main-section__head-title{
    margin: 0 10px 0 0;
    font-size: 20px;
    font-weight: 500;
    flex: 1 1 auto;
    line-height: 1.2;
}

.profile-main-section__head-link{
    color: var(--bs-color);
    text-decoration: none;
    font-weight: 500;
    white-space: nowrap;
}

.profile-main-section__head-link:hover{
    color: var(--add-color);
}

.profile-main-section__content{
    font-weight: 500;
    margin: 0 0 10px;
    flex: 1 1 auto;
}

.profile-main-section__empty{
    color: #acacac;
    margin: 0 10px 0 0;
}

.profile-main-contact-data{
    flex: 1 1 auto;
    display: flex;
    align-items: end;
}

.profile-main-contacts-list{
    flex: 1 1 auto;
}

.profile-main-contact{
    margin: 10px 0 0;
}

.profile-main-contact__title{
    font-size: 12px;
    color: #8d8d8d;
}

.profile-main-contact a{
    text-decoration: none;
    color: #000;
}

.profile-main-section__contact a:hover{
    color: var(--add-color);
}

.profile-main-contact-exit__link{
    text-decoration: none;
    font-weight: 500;
}

.profile-main-contact-exit__icon{
    font-size: 14px;
}

.profile-main-section__count{
    display: inline-block;
    margin: 0 10px 0 0;
}

.profile-main-section__catalog-link{
    font-weight: 500;
}

.profile-main-section .profile-product-light{
    padding-top: 0;
    padding-bottom: 0;
}

.profile-main-draft__title{
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 14px;
    white-space: normal;
}

.profile-main-draft-list{
    display: flex;
    gap: 20px;
    overflow: hidden;
}

.profile-main-draft-list.owl-loaded{
    overflow: visible;
}

.profile-main-draft-list .owl-stage{
    display: flex;
}

.profile-main-draft{
    color: #000;
    text-decoration: none;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    padding: 15px 20px;
    font-weight: 500;
    flex: 0 0 calc(45% - 12px);
    white-space: nowrap;
    display: block;
    box-sizing: border-box;
    background: #FFF;
}

@media (max-width: 1350px){
    .profile-main-draft{
        flex: 0 0 40%;
    }
}

@media (max-width: 1150px){
    .profile-main-draft{
        flex: 0 0 60%;
    }
}

@media (max-width: 500px){
    .profile-main-draft-list{
        gap: 15px;
    }
}

@media (max-width: 359px){
    .profile-main-draft-list{
        gap: 10px;
    }
}

.owl-item .profile-main-draft{
    flex: 1 1 100%;
}

.profile-main-draft__count{
    font-size: 12px;
    color: #1BA428;
}

.profile-main-draft__total{
    font-size: 12px;
    color: #000;
}

.profile-main-draft-create{
    text-decoration: none;
    color: #666666;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    padding: 15px 20px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
}

.profile-main-draft-create__title{
    margin: 0 0 10px;
}

.profile-main-draft-create__icon{
    width: 28px;
    height: 29px;
}

.profile-main-companies-outer{
    width: 100%;
    margin: 20px 0 0;
    font-weight: 500;
}

.profile-main-companies__head{
    margin: 0 0 20px;
}

.profile-main-companies__title{
    margin: 5px 10px 5px 0;
    display: inline-block;
    vertical-align: middle;
}

.profile-main-companies__create{
    border-radius: 10px;
    padding: 5px 15px;
    font-size: 20px;
    font-weight: 500;
    background: #EDEDED;
    display: inline;
    vertical-align: middle;
    white-space: nowrap;
    margin: 0 5px;
    color: #000;
    text-decoration: none;
}

@media (max-width: 750px){
    .profile-main-companies__create{
        font-size: 14px;
    }
}

.profile-main-companies-list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.profile-main-company__head{
    padding: 0 0 10px;
    margin: 0 0 15px;
    border-bottom: 1px solid #666666;
    display: flex;
}

.profile-main-company__title{
    font-size: 20px;
    flex: 1 1 auto;
}

.profile-main-company__action{
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    margin: 0 0 0 5px;
    cursor: pointer;
}

.profile-main-company__action.-remove{
    font-size: 28px;
}

.profile-main-company-requisites-item__title{
    color: #666;
    margin: 0 12px 0 0;
}

@media (max-width: 400px){
    .profile-main-company-requisites-item__title{
        margin: 0 5px 0 0;
    }
}

.profile-main-company-requisites-list{
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    margin: 0 0 10px;
}

.profile-main-company__address{
    font-size: 12px;
    color: #666;
    margin: 0 0 10px;
}

.profile-main-company-shops{
    font-size: 12px;
}

.profile-main-company-shops__title{
    color: #666;
    margin: 0 0 10px;
}

.profile-main-company-shops__item{
    padding: 0 0 0 13px;
    margin: 0 0 5px;
    position: relative;
}

.profile-main-company-shops__item.-sk-hide{
    display: none;
}

.profile-main-company-shops__item:before{
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    content: "\f111";
    left: 3px;
    top: 7px;
    font-weight: bold;
    font-size: 4px;
    color: #666;
}

.profile-main-company-shops-spoiler{
    margin: 10px 0 0;
}

.profile-main-company-shops-spoiler__button{
    color: var(--bs-color);
    font-size: 16px;
    cursor: pointer;
}

.profile-main-company-shops-spoiler__button:hover{
    color: var(--add-color);
}

.profile-orders-item{
    border: 1px solid #EDEDED;
    border-radius: 10px;
    padding: 25px 27px;
    display: flex;
    margin: 0 0 30px;
    font-weight: 500;
}

.profile-orders-item.-display-block{
    display: block;
}

.profile-orders-item__process{
    flex: 0 0 40%;
    padding: 0 30px 0 0;
    box-sizing: border-box;
}

.profile-orders-item__content{
    flex: 0 0 auto;
    width: 60%;
}

.profile-orders-item__head{
    display: flex;
    align-items: center;
    margin: 0 0 15px;
    white-space: nowrap;
    flex-wrap: wrap;
}

.profile-orders-item__title-link{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.profile-orders-item__delivery-date{
    margin: 0 0 5px;
}

.profile-orders-item__status{
    color: var(--bs-color);
    margin: 0 auto 5px 0;
    display: inline-block;
}

.profile-orders-item__status.-green{
    color: #44974C;
}

.profile-orders-item__count,
.profile-orders-item__total{
    margin: 0 10px 5px 0;
}

.profile-orders-item__title{
    margin: 0 0 5px;
}

.profile-orders-item__buttons-list{
    flex: 1 1 auto;
    margin-right: 5px;
    display: flex;
}

.profile-orders-item__button{
    margin: 0 10px 5px 0;
}

.profile-orders-item__button:last-child{
    margin-right: 0;
}

.profile-orders-item__link{
    text-decoration: none;
    margin: 0 0 5px;
}

.profile-orders-item__products{
    border: 1px solid #EDEDED;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

@media (max-width: 700px){
    .profile-orders-item{
        display: block;
    }

    .profile-orders-item__content{
        width: 100%;
    }

    .profile-orders-item__process{
        padding: 0;
        max-width: 420px;
        margin: 0 0 50px;
    }

    .profile-orders-item__process .statuses-process__steps-list{
        margin-top: 5px;
    }

    .profile-orders-item__delivery-date{
        margin: 0 0 5px auto;
    }
}

@media (max-width: 500px){
    .profile-orders-item{
        padding: 17px 20px;
    }
}

@media (max-width: 360px){
    .profile-orders-item{
        padding: 10px 15px;
    }
}

.order-detail{
    display: flex;
    gap: 30px;
    font-weight: 500;
    align-items: start;
}

.order-detail__right{
    flex: 0 0 50%;
    box-sizing: border-box;
    padding: 25px;
    border: 1px solid #EDEDED;
    border-radius: 10px;
}

.order-detail__process .statuses-process__steps-list{
    margin-top: -10px;
}

.order-detail__left{
    flex: 1 1 auto;
}

.order-detail__data{
    padding: 30px 0 0;
}

.order-detail__data-row{
    display: flex;
    align-items: center;
    margin: -5px;
}

.order-detail__data-item{
    flex: 0 1 auto;
    padding: 5px;

}

.order-detail__data-item:nth-child(even){
    text-align: right;
    flex: 1 1 auto
}


.order-detail__total{
    font-size: 28px;
}

.order-detail__button{
    margin: 2px 0 2px 5px;
}

.order-products-list__head{
    margin: 0 0 5px;
}

.order-product{
    display: flex;
    padding: 5px 20px;
    border-bottom: 1px solid #e5e5e5;
}

.order-product__image{
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px 0 0;
    flex: 0 0 auto;
}

.order-product__content{
    display: flex;
    flex-direction: column;
    padding: 10px 0;
    flex: 1 1 auto;
}

.order-product__title{
    margin: 0 0 5px;
    flex: 1 1 auto;
}

.order-product__price{
    font-size: 20px;
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.order-product__count{
    border: 1px solid;
    border-radius: 10px;
    padding: 3px 10px;
    vertical-align: middle;
}

@media (max-width: 1250px) and (min-width: 1025px), (max-width: 359px){
    .order-product{
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 800px){
    .order-detail{
       display: block;
    }

    .order-detail__right{
        margin: 0 0 20px;
    }
}

@media (max-width: 500px){
    .order-detail__right{
        padding: 15px;
    }

    .order-detail__total{
        font-size: 20px;
    }
}

.order-plugin{
    margin: 10px 0 0;
}

.profile-filters{
    margin: 0 0 15px;
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    font-weight: 500;
}

.profile-filters input[type=email],
.profile-filters input[type=number],
.profile-filters input[type=password],
.profile-filters input[type=search],
.profile-filters input[type=text],
.profile-filters input[type=phone],
.profile-filters input[type=tel],
.profile-filters input[type=url],
.profile-filters select{
    height: 33px;
    line-height: 33px;
    padding: 0 12px;
}

.profile-filters .button,
.profile-filters .button-action,
.profile-filters button,
.profile-filters input[type="button"],
.profile-filters input[type="submit"]{
    height: 33px;
    line-height: 33px;
}

.profile-filters__item{
    margin: 0 15px 10px 0;
}

.profile-filters__item:last-child{
    margin-right: 0;
}

.profile-filters__item.-date{
    display: flex;
}

@media (min-width: 800px){
    .profile-filters__item.-right:last-child{
        flex: 1 1 auto;
        text-align: right;
    }
}

.profile-filters__date{
    display: inline-block;
    margin: 0 15px 0 0;
}

.profile-filters__date:last-child{
    margin-right: 0;
}

.profile-filters__date{
    max-width: 100px;
}

.profile-filters__item-title{
    font-weight: 500;
    font-size: 14px;
}

.profile-filters__select-company{
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    margin: 0 15px 0 0;
}

.profile-filters__button {
    display: inline-block;
    border-radius: 10px;
    border: 1px solid;
    color: #666;
    height: 33px;
    line-height: 33px;
    padding: 0 12px;
    white-space: nowrap;
}

.profile-filters__button.checked{
    background: #EDEDED;
    border-color: #EDEDED;
}

.profile-filters__button .checkbox-styler {
    visibility: hidden;
    width: 0;
    overflow: hidden;
    border: none;
    margin: 0 0 0 -3px
}

@media (max-width: 600px){
    .profile-filters__item:not(:last-child),
    .profile-filters__date,
    .profile-filters__select-company:not(:last-child){
        margin-right: 10px;
    }
}

@media (max-width: 500px){
    .profile-filters,
    .profile-filters input{
        font-size: 12px;
    }

    .profile-filters__date{
        max-width: 90px;
    }

    .profile-filters .button,
    .profile-filters .button-action,
    .profile-filters button,
    .profile-filters input[type="button"],
    .profile-filters input[type="submit"] {
        padding: 0 10px;
    }
}

.profile-documents-list-outer.-loading{
    position: relative;
    min-height: 140px;
}

.profile-documents-list-outer.-loading .profile-documents-list{
    opacity: 0.5;
}

.profile-documents-list-outer.-loading:after {
    animation: spin 1s linear infinite;
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    font-size: 30px;
    margin: 30px 0 30px -15px;
    color: var(--bs-color);
    position: absolute;
    top: 0;
    left: 50%;
    content: "\f110";
    font-style: normal;
    font-weight: 900;
}

.profile-documents-item{
    display: flex;
    align-items: center;
    padding: 10px;
    font-weight: 500;
    border-radius: 10px;
    box-sizing: border-box;
}

.profile-documents-item:nth-child(odd){
    background: #F7F7F7;
}

.profile-documents-item.-not-paid{
    border: 1px solid var(--bs-color);
    margin: 10px 0;
    background: #FFF;
}

.profile-documents-item.-not-paid:first-child{
    margin-top: 0;
}

.profile-documents-item__cell{
    flex: 0 0 auto;
    width: 11%;
    padding: 5px 10px;
    box-sizing: border-box;
}

.profile-documents-item__not-paid{
    color: var(--bs-color);
    border: 1px solid;
    background: none;
    height: 33px;
    line-height: 33px;
    border-radius: 10px;
    padding: 0 8px;
    font-size: 14px;
    display: inline-block;
    white-space: nowrap;
}

.profile-documents-item__not-paid-badge{
    color: var(--bs-color);
    font-size: 14px;
}

.profile-documents-item__download{
    display: inline-flex;
    align-items: center;
    background: #e0e0e0;
}

.profile-documents-item__download:not(.disabled):hover{
    background: #cecece;
}

.profile-documents-item__download.disabled{
    opacity: 0.5;
}

.button.profile-documents-item__paid,
.button.profile-documents-item__paid:hover,
.profile-documents-item__paid{
    color: #44974C;
}

.profile-documents-item__cell.-number{
    width: 125px;
}

.profile-documents-item__cell.-company{
    flex: 1 1 auto;
}

.profile-documents-item__cell.-date{
    width: 120px;
}

.profile-documents-item__cell.-count{
    width: 120px;
}

.profile-documents-item__cell.-total{
    width: 120px;
}

.profile-documents-item__cell.-payment{
    width: 120px;
}

.profile-documents-item__cell.-download{
    width: 70px;
}

@media (max-width: 1200px) and (min-width: 1025px), (max-width: 900px) and (min-width: 601px){
    .profile-documents-item{
        flex-wrap: wrap;
    }

    .profile-documents-item__cell.-company{
        flex: 1 0 calc(100% - 125px);
    }

    .profile-documents-item__cell.-total{
        flex: 1 1 auto;
    }
}

@media (max-width: 600px){
    .profile-documents-item{
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .profile-documents-item__cell.-number{
        order: 10;
        width: auto;
    }

    .profile-documents-item__cell.-payment,
    .profile-documents-item__cell.-download{
        order: 20;
        width: calc(100% - 180px);
        flex: 1 1 auto;
    }

    .profile-documents-item__cell.-payment + .profile-documents-item__cell.-download{
        width: auto;
    }

    .profile-documents-item__cell.-download{
        order: 30;
    }

    .profile-documents-item__cell.-company{
        order: 40;
        flex: 0 0 auto;
        width: auto;
    }

    .profile-documents-item__cell.-date{
        order: 50;
        width: auto;
    }

    .profile-documents-item__cell.-count{
        order: 60;
        width: auto;
    }

    .profile-documents-item__cell.-total{
        order: 70;
        width: auto;
    }

    .profile-documents-item__not-paid-badge{
        display: none;
    }
}

@media (max-width: 359px){
    .profile-documents-item,
    .profile-documents-item__cell{
        padding: 5px;
    }
}

.profile-cart__head{
    display: flex;
    margin: 0 0 25px;
    align-items: end;
}

.profile-cart__title{
    flex: 1 1 auto;
    margin: 0 15px 0 0;
}

.profile-cart__clear{
    color: var(--bs-color);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.profile-cart__clear:hover{
    color: var(--add-color)
}

.profile-cart__clear-icon{
    margin: 2px 7px 0 0;
}


.profile-cart{
    display: flex;
    gap: 30px;
    font-weight: 500;
    align-items: start;
}

.profile-cart-products{
    flex: 1 1 auto;
    box-sizing: border-box;
}

.profile-cart-summary{
    flex: 0 0 450px;
    box-sizing: border-box;
}

.profile-cart-summary.-loading{
    opacity: 0.5;
    position: relative;
}

.profile-cart-summary.-loading:before {
    animation: spin 1s linear infinite;
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    font-size: 30px;
    margin: 30px 0 30px -15px;
    color: var(--bs-color);
    position: absolute;
    top: 0;
    left: 50%;
    content: "\f110";
    font-style: normal;
    font-weight: 900;
}

.cart-product{
    padding: 20px;
    border-bottom: 1px solid #CCC;
    display: flex;
}

@media (max-width: 1250px) and (min-width: 1025px), (max-width: 500px){
    .cart-product{
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 1150px){
    .profile-cart-products{
        flex: 1 0 50%;
    }

    .profile-cart-summary{
        flex: 0 0 360px;
    }

}

.cart-product:first-child{
    padding-top: 0;
}

.cart-product__image{
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px 0 0;
    flex: 0 0 auto;
}

.cart-product__content{
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cart-product__title{
    color: #000;
    text-decoration: none;
}

.cart-product__price-total{
    font-size: 20px;
}

.cart-product__price{
    font-size: 12px;
    color: #8d8d8d;
    text-align: center;
    margin: 5px 0 0;
}

.cart-draft-product__price{
    font-size: 16px;
    text-align: right;
    margin: 5px 0 0;
}

.cart-product__none-stock{
    color: var(--bs-color);
    font-size: 12px;
    margin: 5px 0 0;
    line-height: 1;
}

.cart-product__right{
    width: 95px;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
}

.cart-product__remove,
.cart-product__remove:hover{
    color: var(--bs-color);
    background: none;
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 20px;
    margin: -10px -10px 0 0;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
}

.cart-product__remove:hover{
    color: var(--add-color);
}

.cart-product__right .product-quantity{
    width: 100%;
}

.profile-cart-summary{
    border: 1px solid #EDEDED;
    border-radius: 10px;
    padding: 25px;
}


.profile-cart-summary__count{
    font-size: 20px;
}

.profile-cart-summary__total-outer{
    font-size: 28px;
    display: flex;
    justify-content: space-between;

}

.profile-cart-summary__submit{
    width: 100%;
    margin: 25px 0 0;
    box-sizing: border-box;
}

.profile-cart-recommended__outer{
    margin: 50px 0 0;
}

@media (max-width: 850px){
    .profile-cart{
        display: block;
    }

    .profile-cart-products{
        margin: 0 0 20px;
    }

    .cart-product:last-child{
        border-bottom: none;
    }
}

@media (max-width: 500px){
    .cart-product__image{
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 359px){
    .cart-product__right{
        width: 75px;
    }
    .cart-product__image{
        width: 50px;
        height: 50px;
        margin-right: 5px;
    }
}

.checkout-profile-data{
    display: flex;
    gap: 20px;
}

.checkout-contacts{
    width: 100%;
    max-width: 330px;
}

.checkout-contacts__item{
    margin: 0 0 10px;
}

.checkout-contacts__item:last-child{
    margin-bottom: 0;
}

input.checkout-contacts__field{
    height: 47px;
    line-height: 47px;
    padding: 0 15px;
    width: 100%;
}

.checkout-radio-buttons{
    display: flex;
    margin: 0 0 20px;
    flex-wrap: wrap;
    gap: 10px;
}

.checkout-radio-buttons-item{
    min-height: 72px;
    box-sizing: border-box;
    padding: 15px 23px;
    border-radius: 10px;
    background: #F7F7F7;
    color: #292929;
    text-align: center;
    min-width: 170px;
    border: 1px solid #EDEDED;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.checkout-radio-buttons-item__title{
    font-size: 20px;
}

.checkout-radio-buttons-item.checked{
    border-color: var(--bs-color);
}

.checkout-radio-buttons-item .js-radio-styler{
    display: none;
}

.checkout-shipping__title{
    font-size: 20px;
    margin: 0 0 15px;
}

.checkout-shipping__map{
    width: 100%;
    max-width: 640px;
    overflow: hidden;
    border-radius: 10px;
    margin: 30px 0 0;
}

.checkout-summary__outer{
    background: #F7F7F7;
    border-radius: 10px;
    padding: 35px;
    max-width: 755px;
}

.checkout-comment{
    width: 100%;
    margin: 0 0 20px;
    height: 140px;
}

.checkout-summary__item{
    color: #666;
    font-size: 20px;
    margin: 0 0 5px;
}

.checkout-total__outer{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.checkout-total{
    font-size: 28px;
}

@media (max-width: 700px){
    .checkout-profile-data{
        display: block;
    }

    .checkout-contacts{
        max-width: 363px;
        margin: 20px 0;
    }
}

@media (max-width: 500px){
    .company-card,
    .checkout-contacts{
        max-width: unset;
    }

    .checkout-radio-buttons-item{
        flex: 1 1 auto;
        min-width: unset;
        padding: 10px;
        min-height: unset;

    }

    .checkout-radio-buttons-item__title{
        font-size: 14px;
    }

    .checkout-summary__outer{
        padding: 25px;
    }

    .checkout-summary__item{
        font-size: 16px;
    }

    .checkout-total{
        font-size: 24px;
    }

    .checkout-total__outer{
        display: block;
    }

    .checkout-total__submit{
        width: 100%;
        margin: 20px 0 0;
    }

}

.profile-section-control{
    display: flex;
    font-weight: 500;
    gap: 15px;
    flex-wrap: wrap;
}

.profile-drafts-search{
    flex: 1 1 auto;
    margin: 0;
}

.profile-section-control__button{
    height: 38px;
    line-height: 38px;
}

.drafts-list{
    font-weight: 500;
}

.drafts-list-item{
    margin: 25px 0 0;
    border: 1px solid #EDEDED;
    padding: 20px;
    border-radius: 10px;
}

.drafts-list-item__head{
    display: flex;
    align-items: end;
    flex-wrap: wrap;
}

.drafts-list-item__title{
    font-size: 20px;
    margin: 0 20px 10px 0;
    color: #000;
    text-decoration: none;
}

.drafts-list-item__export{
    margin: 0 0 10px 20px;
    white-space: nowrap;
}

.drafts-list-item__action{
    font-size: 20px;
    line-height: 30px;
    width: 20px;
    height: 30px;
    text-align: center;
    margin: 0 0 10px 10px;
    cursor: pointer;
    color: #000;
}

.drafts-list-item__action.-remove{
    font-size: 28px;
}

.drafts-list-item__action.-edit{
    margin-left: 20px;
}

.drafts-list-item__total{
    border-radius: 10px;
    padding: 4px 10px;
    border: 1px solid ;
    margin: 0 auto 10px 0;
    white-space: nowrap;
}

.drafts-list-item__products{
    margin-top: 10px;
    border: 1px solid #EDEDED;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width: 800px){
    .drafts-list-item__total{
        border: none;
        padding: 0;
    }

    .drafts-list-item__title{
        flex: 1 1 calc(100% - 100px);
        order: 10;
    }

    .drafts-list-item__action{
        order: 20;
    }

    .drafts-list-item__export{
        order: 30;
        margin: 0 20px 10px 0;
    }

    .drafts-list-item__total{
        order: 40;
    }
}
.home-news .news-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 48px;
    grid-row-gap: 24px;
}
@media (max-width: 1025px) {
    .home-news .news-list {
        grid-template-columns: 1fr;
    }
}
.home-news .news-list-item--1 {
    grid-row: 1 / 4;
    position: relative;
}
@media (max-width: 1025px) {
    .home-news .news-list-item--1 {
        grid-row: initial;
    }
}
.home-news .news-list-item:not(.news-list-item--1) {
    display: flex;
    text-decoration: none;
}
.home-news .news-list-item:not(.news-list-item--1) .news-list-item--left {
    width: 128px;
    font-size: 0;
    margin-right: 32px;
}
@media (max-width: 768px) {
    .home-news .news-list-item:not(.news-list-item--1) .news-list-item--left {
        display: none;
    }
}
.home-news .news-list-item:not(.news-list-item--1) .news-list-item__title {
    font-size: 18px;
    color: #000;
}
@media (max-width: 768px) {
    .home-news .news-list-item:not(.news-list-item--1) .news-list-item__title {
        font-size: 16px;
    }
}
.home-news .news-list-item--1:after {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    z-index: -1;
    background-image: linear-gradient(0deg, #222 20%, rgba(34, 34, 34, 0));
    opacity: .6;
    transition: opacity .3s;
    z-index: 1;
}
.home-news .news-list-item:not(.news-list-item--1) .news-list-item__date {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.3;
    display: block;
    color: #919191;
}
.home-news .news-list-item--1 .news-list-item--right {
    position: absolute;
    bottom: 0;
    z-index: 2;
    color: #fff;
    padding: 32px;
}
@media (max-width: 768px) {
    .home-news .news-list-item--1 .news-list-item--right {
        padding: 16px;
    }
}
.home-news .news-list-item--1 .news-list-item__date {
    font-size: 13px;
    margin-bottom: 10px;
}
.home-news .news-list-item--1 .news-list-item__title {
    font-size: 24px;
}
@media (max-width: 768px) {
    .home-news .news-list-item--1 .news-list-item__title {
        font-size: 20px;
    }
}
.news-list-banner:nth-child(8n+2),
.news-list-banner:nth-child(8n+5){
    grid-column: auto /span 1;
    grid-row: auto /span 2;
}

.news-list-banner:nth-child(8n+2) + .news-list-item + .news-list-item,
.news-list-banner:nth-child(8n+5) + .news-list-item + .news-list-item + .news-list-item{
    grid-column: auto /span 2;
    grid-row: auto /span 1;
}

.news-list--lk {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
}

@media (max-width: 768px) {
    .news-list--lk {
        grid-template-columns: 1fr;
    }
}

.news-list--lk .news-list-item {
    position: relative;
}

.news-list--lk .news-list-item--right {
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
}

.news-list--lk .news-list-item:after {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    z-index: -1;
    background-image: linear-gradient(0deg, #222 20%, rgba(34, 34, 34, 0));
    opacity: .6;
    transition: opacity .3s;
    z-index: 1;
}

.news-list--lk .news-list-item:hover:after {
    opacity: .8;
}

.news-list--lk .news-list-item--right {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 32px;
    color: #fff;
    z-index: 2;
    font-size: 20px;
    width: 100%;
}
@media (max-width:768px) {
    .news-list--lk .news-list-item--right {
        padding: 16px;
        font-size: 18px;
    }
}
.news-list--lk .news-list-item__date {
    margin-bottom: 1em;
    font-size: 13px;
    line-height: 1.3;
}
/* product reviews */
.list-reviews__outer{
    margin-bottom: 75px;
}

@media (max-width: 1024px){
    .list-reviews__outer{
        margin-bottom: 70px;
    }
}

@media (max-width: 500px){
    .list-reviews__outer{
        margin-bottom: 50px;
    }
}

.list-reviews__outer.-profile{
    margin-bottom: 45px;
}

.list-reviews__outer:last-child{
    margin: 0;
}

.list-reviews__head{
    margin: 0 0 30px 0;
    display: flex;
}

@media (max-width: 400px){
    .list-reviews__head{
        margin: 0 0 20px;
    }
}

.list-reviews__head-title{
    margin: 0 10px 0 0;
    flex: 1 1 auto;
}

.list-reviews__direction{
    flex: 0 0 auto;
}

.list-reviews{
    position: relative;
    font-size: 14px;
}

.list-reviews__items {
    display: flex;
    flex-wrap: wrap;
    margin: -10px 0;
    overflow: hidden;
}

.list-reviews__items.items-carousel{
    flex-wrap: nowrap;
}

.list-reviews__items:not(.owl-loaded){
    margin-left: -10px;
}

.list-reviews__items.-start{
    margin-left: -10px;
    width: calc(100% + 5px);
}

.list-reviews__items.-finish{
    margin-left: 10px;
}

.list-reviews__items.items-carousel {
    flex-wrap: nowrap;
}

.list-reviews__outer.carousel-init .owl-stage-outer{
    overflow: visible;
}

.list-reviews__outer.carousel-init .owl-stage{
    display: flex;
}

.list-reviews__item-outer{
    padding: 10px;
    box-sizing: border-box;
    display: flex;
}

.list-reviews__item{
    background: #FFF;
    padding: 25px 30px;
    box-shadow: 0 0 8px rgba(0,0,0,.08);
    border-radius: 10px;
    display: flex;
    position: relative;
    text-decoration: none;
    color: #000;
}

.list-reviews__item:hover{
    color: #000;
}

.list-reviews__items.items-carousel .owl-item{
    display: flex;
    flex-direction: column;
}

.owl-item .list-reviews__item-outer{
    flex: 1 0 auto;
    display: flex;
}

.list-reviews__right{
    margin: 0 15px 0 0;
    display: flex;
    box-sizing: border-box;
    font-size: 0;
    flex-direction: column;
    flex: 0 0 100px;
}

.list-reviews__title{
    display: block;
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    text-decoration: none;
}

.list-reviews__image{
    margin: 0 0 10px;
}

.list-reviews__meta{
    font-size: 12px;
}

.list-reviews__rating{
    margin: 0 0 3px 0;
    font-size: 0;
}

.list-reviews__text{
    line-height: 22px;
    flex: 1 1 auto;
}

.list-reviews__author{
    color: #000;
    margin: 0 0 3px 0;
    display: block;
    font-weight: bold;
    line-height: 1.3;
}

.list-reviews__date{
    color: #666;
    margin: 0 0 3px 0;
    white-space: nowrap;
    display: block;
}

.list-reviews__item-outer {
    flex: 1 0 45%;
}

@media (max-width: 1150px){
    .list-reviews__item-outer {
        flex: 1 0 70%;
    }
}

@media (max-width: 800px){
    .list-reviews__item-outer {
        flex: 1 0 90%;
    }
}

@media (max-width: 1250px) and  (min-width: 1151px), (max-width: 950px) and (min-width: 801px), (max-width: 650px){
    .list-reviews__item{
        padding: 25px;
    }
}

@media (max-width: 799px){
    .list-reviews__direction{
        display: none;
    }

    .list-reviews__head-title{
        margin-right: 0;
    }
}

@media (max-width: 480px){
    .list-reviews__item{
        display: block;
    }

    .list-reviews__right{
        margin: 0 0 10px;
        flex-direction: row;
        align-items: center;
    }

    .list-reviews__image{
        margin: 0 15px 0 0;
    }

    .list-reviews__image img{
        max-height: 70px;
    }
}

.profile-review-add{
    display: flex;
    gap: 20px;
    /*flex-direction: column;*/
}

.profile-review-add__title{
    margin-bottom: 10px;
}

.profile-review-add__description{
    flex: 0 0 auto;
    width: calc(50% - 10px);
}

.profile-review-add__form{
    flex: 0 0 auto;
    width: calc(50% - 10px);
    box-shadow: 0px 0px 20px -4px #00000026;
    border-radius: 10px;
    padding: 35px;
    box-sizing: border-box;
    display:flex;
    flex-direction: column;
}
.profile-review-add__field{
    margin: 0 0 20px;
}

.profile-review-add__field input,
.profile-review-add__field textarea{
    width: 100%;
}

@media (max-width: 800px){
    .profile-review-add{
        display: block;
    }

    .profile-review-add__description{
        margin: 0 0 20px;
        width: 100%;
    }

    .profile-review-add__form{
        width: 100%;
    }
}

.adverts-list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    font-weight: 500;
}

.adverts-item{
    border-radius: 10px;
    background: #FFF;
    padding: 15px;
    box-shadow: 0 0 8px rgba(0,0,0,.08);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.adverts-item__image{
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px;
}

.adverts-item__image img{
    max-height: 100%;
}

.adverts-item__title{
    flex: 1 1 auto;
    font-size: 16px;
    margin: 0 0 10px;
    text-align: center;
    line-height: 1.2;
}

.adverts-item__download-link{
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.adverts-item__download-link:hover{
    color: var(--bs-color);
}

.adverts-item__download-icon{
    background: #E6E6E6;
    height: 30px;
    width: 40px;
    display: inline-flex;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 10px;
}

.adverts-item__download-icon svg{
    width: 18px;
    height: 18px;
}

@media (max-width: 1250px){
    .adverts-list{
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 700px){
    .adverts-list{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 500px){
    .adverts-list{
        gap: 12px
    }
}

@media (max-width: 450px){
    .adverts-item__image{
        height: 145px;
    }

    .adverts-item__title{
        font-size: 14px;
    }

    .adverts-item__download-link{
        font-size: 12px;
    }
}

@media (max-width: 380px){
    .adverts-item__image{
        height: 125px;
    }
}

@media (max-width: 359px){
    .adverts-item{
        padding: 10px;
    }

    .adverts-item__image{
        height: 100px;
        margin: 0 0 5px;
    }

    .adverts-item__title{
        margin: 0 0 5px;
        font-size: 12px;
    }
}

.adverts-brands{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.adverts-brands-item{
    padding: 15px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 0 8px rgba(0,0,0,.08);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
}

.adverts-brands-item img{
    max-height: 100%;
}

@media (max-width: 1250px) and (min-width: 1025px), (max-width: 900px) and (min-width: 751px), (max-width: 500px){
    .adverts-brands-item{
        height: 70px;
    }
}

@media (max-width: 750px){
    .adverts-brands{
        grid-template-columns: repeat(2, 1fr);
    }
}

.advert-categories{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
}

.advert-categories-item{
    padding: 15px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 0 8px rgba(0,0,0,.08);
    text-align: center;
    text-decoration: none;
    color: #000;
}

.advert-categories-item:hover{
    color: var(--bs-color);
}

.advert-categories-item__image{
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px;
}

.advert-categories-item__image img{
    max-height: 100%;
}

@media (max-width: 1250px){
    .advert-categories{
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 750px){
    .advert-categories{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 450px){
    .advert-categories{
        font-size: 14px;
    }

    .advert-categories-item__image{
        height: 100px;
    }
}

@media (max-width: 359px){
    .advert-categories{
        gap: 12px;
    }

    .advert-categories-item{
        padding: 10px;
    }

    .advert-categories-item__image{
        height: 80px;
    }
}

.profile-table__outer{
    overflow-x: auto;
}

.profile-table-row{
    font-weight: 500;
    line-height: 1.2;
    border: none;


}

.profile-table-row th{
    text-align: left;
    color: #000;
    font-weight: 600;
}

.profile-table-cell{
    width: 20%;
    padding: 20px;
    box-sizing: border-box;
    border: none;
    border-right: 1px dashed #d4d4d4;
    min-width: 125px;
}

.profile-table-cell.-min200{
    min-width: 200px;
}

.profile-table-row:nth-child(odd) .profile-table-cell{
    background: #F7F7F7;
}

.profile-table-row:nth-child(odd) .profile-table-cell:first-child{
    border-radius: 10px 0 0 10px;
}

.profile-table-row:nth-child(odd) .profile-table-cell:last-child{
    border-radius: 0 10px 10px 0;
}


.profile-table-row.is-expired .profile-table-cell{
    background-color: #f5c5c5;
}
.profile-table-row.is-expired .profile-table-cell:first-child{
    border-radius: 10px 0 0 10px;
}

.profile-table-row.is-expired .profile-table-cell:last-child{
    border-radius: 0 10px 10px 0;
}


.profile-table-row.is-expired:nth-child(odd) .profile-table-cell{
    background-color: #ffa3a3;
}



.profile-table-cell:last-child{
    border-right: none;
}

.report-list{
    font-weight: 500;
}

.report-list-item{
    box-shadow: 0 0 8px rgba(0,0,0,.08);
    padding: 10px 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin: 0 0 24px;
}

.report-list-item:last-child{
    margin-bottom: 0;
}

.report-list-item__cell{
    width: 20%;
    flex: 0 0 auto;
    padding: 5px 10px;
    box-sizing: border-box;
}

.report-list-item__cell:last-child{
    padding-right: 0;
}

.report-list-item__cell.-align-right{
    text-align: right;
}

.report-list-item__button{
    margin: 0 10px 0 0;
}

.report-list-item__button:last-child{
    margin-right: 0;
}

@media (min-width: 601px){
    .report-list-item__cell.-wmax{
        width: auto;
        flex: 1 1 auto;
    }

    .report-list-item__cell.-wmin{
        width: auto;
    }
}

@media (max-width: 600px){
    .report-list-item{
        flex-wrap: wrap;
    }

    .report-list-item__cell{
        width: 50%;
    }

    .report-list-item__cell:nth-child(even){
        text-align: right;
    }
}

.service-products .owl-stage-outer{
    overflow: visible;
}

.service-products .owl-stage{
    display: flex;
}

.service-products {
    position: relative;
    font-size: 14px;
    font-weight: 500;
}

.service-products__items {
    display: flex;
    flex-wrap: wrap;
    margin: -10px 0;
    overflow: hidden;
}

.service-products__items.items-carousel{
    flex-wrap: nowrap;
}

.service-products__items:not(.owl-loaded){
    margin-left: -10px;
}

.service-products__items.-start{
    margin-left: -10px;
    width: calc(100% + 5px);
}

.service-products__items.-finish{
    margin-left: 10px;
}

.service-products__items.reviews-carousel {
    flex-wrap: nowrap;
}

.service-products__items .owl-item{
    display: flex;
    flex-direction: column;
}

.service-products-item__outer{
    padding: 10px;
    box-sizing: border-box;
    display: flex;
}

.owl-item .service-products-item__outer{
    flex: 1 0 auto;
    display: flex;
}

.service-products-item__outer {
    flex: 1 0 45%;
}

@media (max-width: 1150px){
    .service-products-item__outer {
        flex: 1 0 70%;
    }
}

@media (max-width: 800px){
    .service-products-item__outer {
        flex: 1 0 90%;
    }
}

.service-products-item{
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0,0,0,.08);
    padding: 15px;
    display: flex;
    text-decoration: none;
    color: #000;
    line-height: 1.2;
    width: 100%;
    box-sizing: border-box;
}

.service-products-item:hover{
    color: #000;
}

.service-products-item__image{
    width: 100px;
    height: 100px;
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-products-item__content{
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    margin: 10px 0;
}

.service-products-item__title{
    font-weight: 500;
    margin: 0 0 5px;
    flex: 1 1 auto;
}

.service-products-item__status.-ready{
    color: #44974C;
}

.service-products-item__status.-atwork{
    color: #DF0024;
}

@media (max-width: 799px) {
    .service-products__direction {
        display: none;
    }
}

.service-description{
    margin: 0 0 20px;
}

.service-map {
    border-radius: 35px;
    overflow: hidden;
    min-height: 500px;
}

.help-form{
    display: flex;
    gap: 5%;
}

.help-form__left{
    flex: 0 0 45%;
}

.help-form__right{
    flex: 0 0 35%;
}

.help-form input[type=email],
.help-form input[type=number],
.help-form input[type=password],
.help-form input[type=search],
.help-form input[type=text],
.help-form input[type=phone],
.help-form input[type=tel],
.help-form input[type=url],
.help-form select,
.help-form textarea{
    width: 100%;
}

.help-form__field{
    margin: 0 0 12px;
}

.help-form__alternative{
    width: 100%;
    text-align: center;
    margin: 10px 0;
    box-sizing: border-box;
}

.help-form__alternative:first-child{
    margin-top: 0;
}

.help-form__popup-phone{
    font-size: 20px;
    font-weight: bold;
}

.help-form__or{
    font-size: 20px;
}

@media (max-width: 950px){
    .help-form__left{
        flex: 0 0 55%;
    }

    .help-form__right{
        flex: 0 0 40%;
    }
}

@media (max-width: 600px){
    .help-form{
        flex-direction: column;
    }

    .help-form__left{
        order: 5;
    }

    .help-form__right{
        order: 1;
        display: flex;
        flex-direction: column;
    }

    .help-form__alternative{
        order: 0;
        margin: 0 0 10px;
    }

    .help-form__or{
        order: 5;
        margin: 0 0 10px;
    }

    .expand-tab__title{
        font-size: 16px;
    }

    .help-form__submit button{
        width: 100%;
    }
}

.stands-list-items{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    font-weight: 500;
}

@media (max-width: 1200px){
    .stands-list-items{
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 700px){
    .stands-list-items{
        grid-template-columns: repeat(2, 1fr);
    }
}


.stands-list-head-text{
    font-size: 20px;
    text-align: center;
    padding-bottom: 10px;
}

.stands-item{
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .06);
    padding: 15px;
    display: flex;
    flex-direction: column;
}

.stands-item__image{
    height: 125px;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stands-item__price{
    color: #8c8c8c;
    margin: 0 0 5px;
}
.stands-item__title{
    margin: 0 0 5px;
    text-align: center;
    display: block;
    flex: 1 1 auto;
    line-height: 1.2;
}

.stands-item__title a{
    color: #000;
    text-decoration: none;
}

.stands-item__sku-button{
    display: flex;
    align-items: center;
}

.stands-item__sku{
    flex: 1 1 auto;
    margin: 0 5px 0 0;
    font-size: 14px;
    color: #CCCCCC;
}

@media (max-width: 600px){
    .stands-item__sku{
        font-size: 12px;
    }

    .stands-item__button,
    button.stands-item__button{
        height: 24px;
        line-height: 24px;
        border-radius: 7px;
        padding: 0 10px;
        font-size: 12px;
    }
}

@media (max-width: 420px){
    .stands-list-items{
        gap: 10px;
    }

    .stands-item{
        padding: 10px;
    }
}

@media (max-width: 380px){
    .stands-item__sku-button,
    .stands-item__sku{
        display: block;
        text-align: center;
    }

    .stands-item__sku,
    .stands-item__title{
        margin: 0 0 10px;
    }
}

.profile-cart-summary__store{
    margin: 15px 0;
}

.profile-cart-summary__store-select{
    height: 35px;
    font-weight: 500;
    width: 300px;
}

@media (max-width: 450px){
    .profile-cart-summary__store-select{
        width: 100%;
    }
}

.presentation-section{
    margin: 0 0 100px;
}

@media (max-width: 1000px){
    .presentation-section{
        margin-bottom: 80px;
    }
}

@media (max-width: 700px){
    .presentation-section{
        margin: 0 0 60px;
    }
}

@media (max-width: 500px){
    .presentation-section{
        margin: 0 0 40px;
    }
}

.presentation-section:last-child{
    margin-bottom: 0;
}

.presentation-welcome-banner{
    background: #f4f4f4;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 25px;
}

.presentation-welcome-banner:before{
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(223,0,36);
    background: linear-gradient(129deg, rgba(223,0,36,0.31985294117647056) 0%, rgba(223,0,36,0.19940476190476186) 6%, rgba(234,122,140,0.10976890756302526) 11%, rgba(244,244,244,1) 19%, rgba(244,244,244,1) 82%, rgba(223,0,36,0.10696778711484589) 90%, rgba(223,0,36,0.20780812324929976) 95%, rgba(223,0,36,0.31985294117647056) 100%);
}

.presentation-welcome-banner,
.presentation-welcome-banner:before{
    border-radius: 50px;
}

.presentation-welcome-banner__image{
    position: relative;
    z-index: 5;
    right: -37px;
    bottom: -25px;
    display: flex;
    align-items: end;
}

.presentation-welcome-banner__content{
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 3% 3% 3% 10%;
    align-items: start;
}

.presentation-welcome-banner__title{
    font-size: 38px;
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 50px;
    white-space: nowrap;
}

.presentation-welcome-banner__name{
    font-weight: 600;
}

.presentation-welcome-banner__button{
    padding: 10px 40px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1200px){
    .presentation-welcome-banner__content{
        margin-left: 5%;
    }
}

@media (max-width: 1000px){
    .presentation-welcome-banner__title{
        font-size: 32px;
    }
}

@media (max-width: 850px){
    .presentation-welcome-banner__title{
        font-size: 24px;
        margin: 0 0 20px;
    }
}

@media (max-width: 650px){
    .presentation-welcome-banner,
    .presentation-welcome-banner:before{
        border-radius: 30px;
    }

    .presentation-welcome-banner__button{
        padding: 5px 15px;
    }

    .presentation-welcome-banner__title{
        font-size: 20px;
    }
}

@media (max-width: 550px){
    .presentation-welcome-banner__content {
        margin: 0 0 0 2%;
    }
}

@media (max-width: 450px){
    .presentation-welcome-banner{
        padding-bottom: 70px;
    }

    .presentation-welcome-banner__content{
        margin-left: 0;
    }

    .presentation-welcome-banner__image{
        position: absolute;
        bottom: 0;
        right: -10px;
        width: 150px;
    }
}

@media (max-width: 390px){
    .presentation-welcome-banner{
        padding: 25px 15px 70px;
    }

    .presentation-welcome-banner__title{
        margin-bottom: 15px;
    }

    .presentation-welcome-banner__button {
        padding: 3px 10px;
    }
}

@media (max-width: 359px){
    .presentation-welcome-banner__button{
        font-size: 12px;
        line-height: 1.1;
        height: 35px;
    }

    .presentation-welcome-banner__image{
        width: 140px;
    }
}


.presentation-facts{
    display: grid;
    gap: 5%;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    font-weight: 500;
}

.presentation-facts-item__number{
    font-size: 80px;
    line-height: 1;
}

.presentation-facts-item__title{
    font-size: 28px;
}

@media (max-width: 750px){
    .presentation-facts-item__number{
        font-size: 60px;
    }

    .presentation-facts-item__title{
        font-size: 20px;
    }
}

@media (max-width: 550px){
    .presentation-facts{
        gap: 10px;
    }

    .presentation-facts-item__number{
        font-size: 40px;
    }

    .presentation-facts-item__title{
        font-size: 14px;
    }
}

@media (max-width: 380px){
    .presentation-facts{
        display: flex;
    }

    .presentation-facts-item{
        flex: 1 1 auto;
    }

    .presentation-facts-item__title{
        font-size: 12px;
    }
}



.presentation-help{
    display: flex;
    font-weight: 500;
    justify-content: space-between;
}

.presentation-help__image{
    font-size: 0;
}

.presentation-help__content{
    display: flex;
    flex-direction: column;
    align-items: start;
}

.presentation-help__title{
    font-size: 36px;
    line-height: 1.1;
    margin: 0 0 20px;
    flex: 1 1 auto;
}

.presentation-help__phone{
    text-decoration: none;
    font-size: 44px;
    margin: 0 0 10px;
}

.presentation-help__button{
    margin: 10px 0 0;
    width: 100%;
    max-width: 370px;
    box-sizing: border-box;
    display: block;
}

@media (max-width: 900px){
    .presentation-help__image{
        display: none;
    }

    .presentation-help__content{
        width: 100%;
    }
}

@media (max-width: 650px){
    .presentation-help__title{
        font-size: 28px;
        margin: 0 0 10px;
    }

    .presentation-help__phone{
        font-size: 34px;
        margin: 0 0 10px;
    }
}

@media (max-width: 500px){
    .presentation-help__title,
    .presentation-help__phone{
        font-size: 20px;
    }

    .presentation-help__button{
        max-width: unset;
    }
}

.presentation-slider-outer{
    position: relative;
    overflow: hidden;
}

.presentation-slider-outer .owl-dots{
    position: static;
}

.presentation-slider-outer .owl-stage,
.presentation-slider-outer .owl-item {
    display: flex;
}


.presentation-slider-outer .owl-prev,
.presentation-slider-outer .owl-next{
    position: absolute;
    background: #CCCCCC;
    box-shadow: none;
    border-radius: 50% 0 0 50%;
    color: #FFF;
    font-size: 24px;
    margin: -50px -60px 0 0;
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: left;
    padding: 0 20px;
    box-sizing: border-box;
}

.presentation-slider-outer .owl-prev{
    margin-right: 0;
    margin-left: -60px;
    border-radius: 0 50% 50% 0;
    text-align: right;
}

.presentation-slider{
    display: flex;
    overflow: hidden;
}

.presentation-slider__item{
    background: #EDEDED no-repeat 50% bottom;
    border-radius: 50px;
    font-weight: 500;
    position: relative;
    box-sizing: border-box;
    padding: 4% 8%;
    overflow: hidden;
    display: flex;
    flex: 1 0 100%;
    background-size: 100%;
}

@media (min-width: 851px){
    .presentation-slider-outer .owl-dots{
        display: none;
    }
}

@media (max-width: 850px){
    .presentation-slider__item{
        padding: 4% 6%;
    }

    .presentation-slider-outer .owl-prev,
    .presentation-slider-outer .owl-next{
        display: none;
    }

    .presentation-slider-outer{
        overflow: visible;
    }
}

@media (max-width: 650px){
    .presentation-slider-outer .owl-prev,
    .presentation-slider-outer .owl-next{
        display: none;
    }

    .presentation-slider__item{
        border-radius: 30px;
        padding: 30px;
    }

    .presentation-slider__item{
        background-size: 350%;
    }
}

.presentation-slider__head{
    display: flex;
    align-items: start;
}

.presentation-slider__title{
    font-size: 36px;
    line-height: 1.2;
    white-space: nowrap;
}

.presentation-slider__head .presentation-slider__title{
    flex: 1 1 auto;
}

.presentation-slider__counter{
    font-size: 16px;
    margin: 5px 0 0 10px;
    background: #FFF;
    border-radius: 5px;
    height: 23px;
    line-height: 23px;
    padding: 0 10px;
}

@media (min-width: 651px){
    .presentation-slider__counter{
        display: none;
    }
}

.presentation-slider__description{
    margin: 20px 0 0;
    font-size: 24px;
    white-space: nowrap;
}

@media (max-width: 1150px){
    .presentation-slider__title{
        font-size: 30px;
    }

    .presentation-slider__description{
        font-size: 20px;
    }
}

@media (max-width: 850px){
    .presentation-slider__title{
        font-size: 24px;
    }

    .presentation-slider__description{
        font-size: 16px;
    }
}

@media (max-width: 750px){
    .presentation-slider__title{
        font-size: 20px;
    }

    .presentation-slider__description{
        font-size: 14px;
    }
}

/* слайд формирование отчетности */

.presentation-slider-report__left{
    flex: 0 0 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.presentation-slider-report__left-image{
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: end;
    margin: 10px 0 0;
    align-items: start;
}

.presentation-slider-report__right{
    flex: 0 0 calc(55% - 15px);
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 15px;
    gap: 15px;
}

.presentation-slider-report__images-row{
    display: flex;
    gap: 15px;
}

.presentation-slider-report__images-row-cell{
    max-width: 100%;
    display: flex;
    align-items: end;
}

@media (max-width: 650px){
    .presentation-slider-report{
        flex-direction: column;
    }


    .presentation-slider-report__right,
    .presentation-slider-report__images-row{
        gap: 7px
    }

    .presentation-slider-report__left{
        flex: 1 1 auto;
    }

    .presentation-slider-report__right{
        max-width: 463px;
        margin: 7px 0 0;
        flex: 0 1 auto;
    }

    .presentation-slider-report__images-row-cell{
        align-items: center;
    }
}

@media (max-width: 450px){
    .presentation-slider__item {
        padding: 15px 20px;
    }
}


/* слайд отслеживание статусов заказов */

.presentation-slider-service__left{
    flex: 0 0 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.presentation-slider-service__left-image{
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: end;
    margin: 10px 0 0;
    align-items: start;
}

.presentation-slider-service__right{
    justify-content: space-between;
    align-items: end;
    display: flex;
    flex-direction: column;
    margin: 0 0 20px;
}

.presentation-slider-service-menu{
    background: #FFF;
    border-radius: 15px;
    display: flex;
    width: 280px;
    height: 45px;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
}

.presentation-slider-service-menu__icon{
    margin: 0 10px 0 0;
}

.presentation-slider-service-menu__title{
    flex: 1 1 auto;
}

.presentation-slider-service-menu__count{
    background: var(--bs-bg-color);
    color: var(--bs-bg-color-font);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
}

@media (max-width: 850px){
    .presentation-slider-service__right{
        margin-bottom: 0;
    }
}

@media (max-width: 650px){
    .presentation-slider-service{
        flex-direction: column;
    }

    .presentation-slider-service__left{
        flex: 1 1 auto;
    }

    .presentation-slider-service__left-image{
        justify-content: center;
        align-items: center;
        margin: 10px 0;
    }

    .presentation-slider-service__right{
        gap: 5px;
        flex: 0 1 auto;
    }

    .presentation-slider-service-menu{
        width: 160px;
        height: 28px;
        border-radius: 10px;
        padding: 0 5px;
    }

    .presentation-slider-service-menu__count{
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
}

/* слайд Выбор, заказ и отслеживание стендов */

.presentation-slider-stand__left{
    flex: 0 0 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.presentation-slider-stand__right{
    align-items: center;
    justify-content: center;
    display: flex;
}

@media (min-width: 1001px){
    .presentation-slider-stand__right{
        margin-top: -20px;
    }
}

@media (max-width: 850px){
    .presentation-slider-stand__right img{
        max-height: 200px;
    }
}

@media (max-width: 650px){
    .presentation-slider-stand{
        flex-direction: column;
    }

    .presentation-slider-stand__left{
        flex: 0 1 auto;
    }

    .presentation-slider-stand__right{
        flex: 1 1 auto;
    }

    .presentation-slider-stand__right img{
        max-height: none;
    }

}

/* слайд Оплата счета в личном  кабинете */

.presentation-slider-dept__left{
    justify-content: start;
    margin: 20px 0 0;
    flex: 0 0 45%;
    display: flex;
    flex-direction: column;
}

.presentation-slider-dept__right{
    justify-content: center;
    display: flex;
    margin: 0 0 -50px;
    flex: 0 0 calc(55% - 15px);
    align-items: end;
}

@media (max-width: 850px){
    .presentation-slider-dept__right img{
        max-height: 225px;
    }
}

@media (max-width: 650px){
    .presentation-slider-dept{
        flex-direction: column;
        padding-bottom: 0;
    }

    .presentation-slider-dept__left{
        margin: 0 0 20px;
        flex: 0 1 auto;
    }

    .presentation-slider-dept__right{
        flex: 1 1 auto;
        margin-bottom: 0;
        align-items: end;
    }

    .presentation-slider-dept__right img{
        max-height: 290px;

    }
}

/* слайд Экспорт и импорт */

.presentation-slider-export__left{
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.presentation-slider-export__right{
    display: flex;
    align-items: center;
    flex: 0 0 calc(50% - 15px);
    margin: 0 0 0 15px;
}

@media (max-width: 850px){
    .presentation-slider-export__right img{
        max-height: 200px;
    }
}

@media (max-width: 650px){
    .presentation-slider-export{
        flex-direction: column;
    }

    .presentation-slider-export__left{
        flex: 0 1 auto;
    }

    .presentation-slider-export__right{
        flex: 1 1 auto;
        justify-content: center;
        margin: 0;
    }

    .presentation-slider-export__right img{
        max-height: unset;
    }
}

.signup-page{
    margin: 0 0 0 calc(245px + 1%);
}

.signup-page__form{
    margin: 0 0 0 10%;
}

@media (max-width: 1250px){
    .signup-page{
        margin: 0 0 0 calc(173px + 1%);
    }
}

@media (max-width: 1024px){
    .signup-page{
        margin: 0 0 0 106px;
    }
}

@media (max-width: 850px){
    .signup-page__form{
        margin: 0;
    }
}

@media (max-width: 720px){
    .signup-page{
        margin: 0;
    }
}

.login-page{
    max-width: 420px;
    margin: 0 auto;
}

.confirm-dialog{
    max-width: 660px;
}

.confirm-dialog__actions{
    margin: 40px 0 0;
    display: flex;
    justify-content: space-between;
}


.searchpro__field,
.searchpro__field * {
    box-sizing: border-box;
    font-family: 'Searchpro-Roboto', sans-serif;
}
.searchpro__field {
    width: 450px;
}
.searchpro__field .searchpro__field-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 4px;
    border: 2px solid #e7e7e7;
    transition: border-color 0.3s;
    height: 38px;
    z-index: 1000;
    position: relative;
}
.searchpro__field .searchpro__field-input-container .searchpro__field-input {
    border: 0;
    background: transparent;
    outline: none;
    box-shadow: none;
    padding: 0 50px 0 20px;
    height: 100%;
    width: 100%;
    font-size: 14px;
}

.searchpro__field .searchpro__field-button-container {
    height: 100%;
}
.searchpro__field .searchpro__field-button-container .searchpro__field-button {
    display: flex;
    align-items: center;
    background: #e7e7e7;
    cursor: pointer;
    height: 100%;
    padding: 0 20px;
    transition: 0.3s background-color, 0.3s color;
    user-select: none;
    position: relative;
    z-index: 1100;
}
.searchpro__field .searchpro__field-categories-container .searchpro__field-categories-label {
    cursor: pointer;
    padding: 0 35px 0 20px;
    position: relative;
    transition: background-color 0.3s;
    max-width: 160px;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.searchpro__field .searchpro__field-categories-container .searchpro__field-categories-label span {
    white-space: nowrap;
}
.searchpro__field .searchpro__field-categories-list {
    display: none;
}

/* Модалка если товаров нет в наличии, в корзине */
.out-of-stock-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    z-index: 1000;
    display: none;
    display: flex;
}

.out-of-stock-modal__content {
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    max-width: 500px;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}
@media (max-width:550px) {
    .out-of-stock-modal__content {
        width: calc(100% - 60px);
        max-width: initial;
    }
}
.out-of-stock-modal__content h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.5em;
    color: #333;
}

.out-of-stock-modal__content p {
    margin-bottom: 20px;
    font-size: 1em;
    color: #666;
}

.out-of-stock-modal__actions {
    display: flex;
    justify-content: space-around;
    gap: 10px;
}
@media (max-width: 550px) {
    .out-of-stock-modal__actions {
        flex-direction: column;
    }
}
.out-of-stock-modal__close {
    text-decoration: none;
    top: 0;
    position: absolute;
    font-size: 2em;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
    color: #333;
}

.out-of-stock-modal__close:hover {
    color: #000;
}

.get-co-btn {
    height: 42px;
    line-height: 42px;
    border-radius: 10px;
    padding: 0 20px;
    cursor: pointer;
    border: 0;
    outline: none;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    position: relative;
    background: var(--bs-bg-color);
    color: var(--bs-bg-color-font);
    width: 100%;
    background: #333;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.get-co-btn:hover {
    color: #fff;
}
.get-co-btn--w-list {
    display: inline-flex;
    width: min-content;
    margin: auto 10px auto auto;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
}
/* Новости гланая */
.home-news__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 40px 1fr;
    gap: 20px;
    align-items: flex-end;
}
@media (max-width: 900px) {
    .home-news__list {
        grid-template-columns: 1fr;
    }
}
.home-news__item {
    cursor: pointer;
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 5px 17px rgba(0, 0, 0, .03);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    text-decoration: none;
    gap: 20px;
}
.home-news__desc p:last-child {
    margin-bottom: 0;
}
.home-news__head {
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-gap: 10px;
    grid-template-rows: 12px 1fr;
}
.home-news__item--iteration-2 .home-news__head,
.home-news__item--iteration-3 .home-news__head {
    grid-template-columns: 100px 1fr;
    grid-template-rows: 100px 1fr;
}
@media (max-width: 900px) {
    .home-news__item--iteration-2 .home-news__head,
    .home-news__item--iteration-3 .home-news__head {
        grid-template-rows: 12px 1fr;
    }
}
.home-news__img {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    border-radius: 5px;
    overflow: hidden;
}
.home-news__item--iteration-2 .home-news__img,
.home-news__item--iteration-3 .home-news__img {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    border-radius: 5px;
    overflow: hidden;
    width: 100px;
    height: 100px;
}
@media (max-width: 900px) {
    .home-news__item--iteration-2 .home-news__img,
    .home-news__item--iteration-3 .home-news__img {
        grid-row: 1 / 3;
    }
}
.home-news__img img {
display: flex;
}
.home-news__date {
    font-size: 12px;
    color: #9e9e9e;
    line-height: 1;
}
.home-news__item--iteration-2 .home-news__date,
.home-news__item--iteration-3 .home-news__date {
    grid-column: 1 / 3;
}
@media (max-width: 900px) {
    .home-news__item--iteration-2 .home-news__date,
    .home-news__item--iteration-3 .home-news__date {
        grid-column: 2 / 3;
    }
}
.home-news__head-title {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    margin-right: 15px;
}
.home-news__title {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
}

.home-news__item--iteration-2 .home-news__title,
.home-news__item--iteration-3 .home-news__title {
    grid-column: 1 / 3;

}
@media (max-width: 900px) {
    .home-news__item--iteration-2 .home-news__title,
    .home-news__item--iteration-3 .home-news__title {
        grid-column: 2 / 3;

    }
}
.home-news__header {
    display: flex;
    grid-row: 1 / 2;
    grid-column: 2 / 4;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 20px;
}
@media (max-width:900px) {
    .home-news__header {
        grid-column: 1 / 2;
        justify-content: flex-start;
    }
}
.home-news__item--iteration-1 {
    grid-column: 1/2;
    grid-row: 1/3;
}
@media (max-width:900px) {
    .home-news__item--iteration-1 {
        grid-column: 1/2;
        grid-row: initial;
    }
}
.home-news__blog-link {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #000;
    border: 1px solid #df0024;
    border-radius: 10px;
    padding: 3px 10px;
    text-decoration: none;
}
.home-news__desc {
    font-size: 14px;
}
.home-news__item--iteration-1 .home-news__desc {
    margin-bottom: 40px;
}

@media (max-width:900px) {
    .home-news__item--iteration-1 .home-news__desc {
        display: none;
    }
}
.home-news__btn {
    text-align: center;
    background: #f3f3f3;
    color: #000;
    text-decoration: none;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 12px;
    margin-left: auto;
}

.home-news__item .home-news__desc {
    color: #000000;
}

.post-preview-img {
    float: left;
    margin: 0 20px 20px 0;
}

/* Основной блок */
.order-info {
    border-radius: 8px;
    padding: 16px;
    font-family: Arial, sans-serif;
    border: 1px solid #EDEDED;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    box-sizing: border-box;
}

/* Инфа по заказу */
.order-info__body {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.order-info__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}
@media (max-width: 450px) {
    .order-info__row {
        flex-direction: column;
        align-items: flex-start;
    }
}
.order-info__label {
    font-weight: bold;
    color: #555;
    flex-shrink: 0;
    width: 150px;
}

.order-info__value {
    color: #333;
    text-align: right;
    word-wrap: break-word;
}

@media (max-width: 450px) {
    .order-info__value {
        text-align: left;
    }
}

/* Основные стили для модального окна */
.order-info__modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 30;
}

.order-info__modal-content {
    background: white;
    border-radius: 10px;
    padding: 20px;
    width: 80%;
    max-width: 600px;
    position: relative;
}

.order-info__modal-header {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background: #ff0000;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 1;
    z-index: 2;
    border-radius: 5px;
    right: -15px;
    top: -15px;
}

.order-info__modal-close {
    cursor: pointer;
    font-size: 1.5em;
}

.get-co-btn:hover {
    background: #4f4f4f;
}
.get-co-btn svg {
    margin-left: 5px;
}
.order-info__modal-title {
    margin: 0;
    font-size: 1.5em;
}

.order-info__modal-body {
    margin-top: 20px;
}

.order-info__map-btn {
    color: var(--bs-bg-color);
    border-radius: 4px;
    white-space: nowrap;
    display: inline-flex;
    cursor: pointer;
}

.order-tab__btns {
    display: inline-flex;
    font-size: 14px;
    border: 1px solid #EDEDED;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 0;
}

.order-tab__btn {
    padding: 5px 10px;
    cursor: pointer;
}
.order-tab__btn:not(:last-child) {
    border-right: 1px solid #EDEDED;
}

.order-tab__content {
    display: none;
}
.order-tab__content.active {
    display: flex;
}
.order-tab__btn.active {
    color: var(--bs-bg-color);
}

.usercontrol__icon-profile {
    stroke: #999;
    width: 12px;
    height: 16px;
    cursor: pointer;
}

.debet-header-block {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 8px;
}
/*Права рефералов*/

.ref-modal--box {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 100;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}

.ref-modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}
.ref-modal-header {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 10px;
    padding-bottom: 5px;
}
.ref-tab-content__title {
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}
.ref-info__title {
    width: 80px;
    font-size: 14px;
    color: #737373;
}
.ref-info__value {
    font-size: 15px;
}
.ref-info__row {
    display: flex;
    align-items: flex-end;
}
.ref-rules--box {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    bottom: 0;
    right: 0;
    z-index: 101;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tab-controls__btn {
    border: 1px solid #999;
    padding: 3px 10px;
    cursor: pointer;
}
.tab-controls__btn.active {
    border: 1px solid var(--bs-bg-color);
    color: #fff;
    background: var(--bs-bg-color);
}
.tab-controls__btns {
    display: flex;
}
.tab-controls__btns--fake {
    flex-wrap: wrap;
}
.tab-content__item {
    padding: 10px;
    border: 1px solid #999;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.tab-content__item:first-child {
    margin-top: -1px;
}
label:first-child .tab-controls__btn {
    border-top-left-radius: 5px;
}
label:last-child .tab-controls__btn {
    border-top-right-radius: 5px;
}
.tab-controls__btns--fake label .tab-controls__btn--fake {
    border-radius: 0;
}
.right-rules__save-btn {
    background: var(--bs-bg-color);
    color: #fff;
    padding: 5px 12px;
    display: inline-flex;
    margin-top: 5px;
    border-radius: 6px;
    font-size: 12px;
    cursor: pointer;
}
.ref-shipping-options {
    display: flex;
    flex-direction: column;
}
.ref-rights-options {
    width:100%;
    margin-top: 10px;
}
.lock-icon {
    margin-left: 5px;
}
.right-table {
    width: 500px;
    max-width: 100%;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    position: relative;
}
.right-table__remove-btn {
    display: inline-flex;
    position: absolute;
    top: 0px;
    right: 0;
    background: var(--bs-bg-color);
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    line-height: 1;
    color: #fff;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
}
