﻿html {
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
    resize: vertical;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
svg,
svg symbol {
    overflow: visible;
}
video {
    width: 100%;
}
html {
    font-family: "PT_Sans";
    color: #333;
    font-size: 16px;
    background-color: #fff;
}
p {
    margin: 0.56em 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: bold;
    font-family: "Tinos";
    color: #333;
    margin: 0 0 25px 0;
    padding: 5px 0;
}
h1,
.h1 {
    font-size: 2.25em;
}
h2,
.h2 {
    font-size: 1.875em;
}
h3,
.h3 {
    font-size: 1.5em;
}
h4,
.h4 {
    font-size: 1.125em;
}
h5,
.h5 {
    font-size: medium;
}
h6,
.h6 {
    font-size: 0.875em;
}
a {
    color: #333;
    outline: none;
}
a:hover {
    color: #666;
}
small,
.small {
    font-size: 0.75em;
}
img {
    max-width: 100%;
}
.table {
    margin: 0.56em 0;
    width: 100%;
    border-collapse: collapse;
}
.table td,
.table th {
    padding: 3px;
}
.table thead td,
.table th {
    background: #f4f4f4;
} /*! /*--cut here--*/
.l-wrapper {
    min-height: 100%;
    min-height: 100vh;
    min-width: 320px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}
.l-grow {
    flex-grow: 1;
}
.l-content-center {
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
}
.l-row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.l-col-auto {
    width: auto;
}
.l-left-auto {
    margin-left: auto;
}
.l-right-auto {
    margin-right: auto;
}
.l-col-1-12,
.l-col-1-12-xs,
.l-col-1-12-ms,
.l-col-1-12-sm,
.l-col-1-12-md,
.l-col-1-12-lg {
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
.l-col-2-12,
.l-col-2-12-xs,
.l-col-2-12-ms,
.l-col-2-12-sm,
.l-col-2-12-md,
.l-col-2-12-lg {
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
.l-col-3-12,
.l-col-3-12-xs,
.l-col-3-12-ms,
.l-col-3-12-sm,
.l-col-3-12-md,
.l-col-3-12-lg {
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
.l-col-4-12,
.l-col-4-12-xs,
.l-col-4-12-ms,
.l-col-4-12-sm,
.l-col-4-12-md,
.l-col-4-12-lg {
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
.l-col-5-12,
.l-col-5-12-xs,
.l-col-5-12-ms,
.l-col-5-12-sm,
.l-col-5-12-md,
.l-col-5-12-lg {
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
.l-col-6-12,
.l-col-6-12-xs,
.l-col-6-12-ms,
.l-col-6-12-sm,
.l-col-6-12-md,
.l-col-6-12-lg {
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
.l-col-7-12,
.l-col-7-12-xs,
.l-col-7-12-ms,
.l-col-7-12-sm,
.l-col-7-12-md,
.l-col-7-12-lg {
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
.l-col-8-12,
.l-col-8-12-xs,
.l-col-8-12-ms,
.l-col-8-12-sm,
.l-col-8-12-md,
.l-col-8-12-lg {
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
.l-col-9-12,
.l-col-9-12-xs,
.l-col-9-12-ms,
.l-col-9-12-sm,
.l-col-9-12-md,
.l-col-9-12-lg {
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
.l-col-10-12,
.l-col-10-12-xs,
.l-col-10-12-ms,
.l-col-10-12-sm,
.l-col-10-12-md,
.l-col-10-12-lg {
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
.l-col-11-12,
.l-col-11-12-xs,
.l-col-11-12-ms,
.l-col-11-12-sm,
.l-col-11-12-md,
.l-col-11-12-lg {
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
.l-col-12-12,
.l-col-12-12-xs,
.l-col-12-12-ms,
.l-col-12-12-sm,
.l-col-12-12-md,
.l-col-12-12-lg {
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
.l-col-1-12 {
    width: 8.33333%;
}
.l-order-1 {
    order: 1;
}
.l-order-2 {
    order: 2;
}
.l-order-3 {
    order: 3;
}
.l-order-4 {
    order: 4;
}
.l-col-2-12 {
    width: 16.66667%;
}
.l-order-1 {
    order: 1;
}
.l-order-2 {
    order: 2;
}
.l-order-3 {
    order: 3;
}
.l-order-4 {
    order: 4;
}
.l-col-3-12 {
    width: 25%;
}
.l-order-1 {
    order: 1;
}
.l-order-2 {
    order: 2;
}
.l-order-3 {
    order: 3;
}
.l-order-4 {
    order: 4;
}
.l-col-4-12 {
    width: 33.33333%;
}
.l-order-1 {
    order: 1;
}
.l-order-2 {
    order: 2;
}
.l-order-3 {
    order: 3;
}
.l-order-4 {
    order: 4;
}
.l-col-5-12 {
    width: 41.66667%;
}
.l-order-1 {
    order: 1;
}
.l-order-2 {
    order: 2;
}
.l-order-3 {
    order: 3;
}
.l-order-4 {
    order: 4;
}
.l-col-6-12 {
    width: 50%;
}
.l-order-1 {
    order: 1;
}
.l-order-2 {
    order: 2;
}
.l-order-3 {
    order: 3;
}
.l-order-4 {
    order: 4;
}
.l-col-7-12 {
    width: 58.33333%;
}
.l-order-1 {
    order: 1;
}
.l-order-2 {
    order: 2;
}
.l-order-3 {
    order: 3;
}
.l-order-4 {
    order: 4;
}
.l-col-8-12 {
    width: 66.66667%;
}
.l-order-1 {
    order: 1;
}
.l-order-2 {
    order: 2;
}
.l-order-3 {
    order: 3;
}
.l-order-4 {
    order: 4;
}
.l-col-9-12 {
    width: 75%;
}
.l-order-1 {
    order: 1;
}
.l-order-2 {
    order: 2;
}
.l-order-3 {
    order: 3;
}
.l-order-4 {
    order: 4;
}
.l-col-10-12 {
    width: 83.33333%;
}
.l-order-1 {
    order: 1;
}
.l-order-2 {
    order: 2;
}
.l-order-3 {
    order: 3;
}
.l-order-4 {
    order: 4;
}
.l-col-11-12 {
    width: 91.66667%;
}
.l-order-1 {
    order: 1;
}
.l-order-2 {
    order: 2;
}
.l-order-3 {
    order: 3;
}
.l-order-4 {
    order: 4;
}
.l-col-12-12 {
    width: 100%;
}
.l-order-1 {
    order: 1;
}
.l-order-2 {
    order: 2;
}
.l-order-3 {
    order: 3;
}
.l-order-4 {
    order: 4;
}
@media (max-width: 1200px) {
    .l-col-1-12-lg {
        width: 8.33333%;
    }
    .l-col-2-12-lg {
        width: 16.66667%;
    }
    .l-col-3-12-lg {
        width: 25%;
    }
    .l-col-4-12-lg {
        width: 33.33333%;
    }
    .l-col-5-12-lg {
        width: 41.66667%;
    }
    .l-col-6-12-lg {
        width: 50%;
    }
    .l-col-7-12-lg {
        width: 58.33333%;
    }
    .l-col-8-12-lg {
        width: 66.66667%;
    }
    .l-col-9-12-lg {
        width: 75%;
    }
    .l-col-10-12-lg {
        width: 83.33333%;
    }
    .l-col-11-12-lg {
        width: 91.66667%;
    }
    .l-col-12-12-lg {
        width: 100%;
    }
    .l-order-1-lg {
        order: 1;
    }
    .l-order-2-lg {
        order: 2;
    }
    .l-order-3-lg {
        order: 3;
    }
    .l-order-4-lg {
        order: 4;
    }
    .l-col-auto-lg {
        width: auto;
    }
}
@media (max-width: 992px) {
    .l-col-1-12-md {
        width: 8.33333%;
    }
    .l-col-2-12-md {
        width: 16.66667%;
    }
    .l-col-3-12-md {
        width: 25%;
    }
    .l-col-4-12-md {
        width: 33.33333%;
    }
    .l-col-5-12-md {
        width: 41.66667%;
    }
    .l-col-6-12-md {
        width: 50%;
    }
    .l-col-7-12-md {
        width: 58.33333%;
    }
    .l-col-8-12-md {
        width: 66.66667%;
    }
    .l-col-9-12-md {
        width: 75%;
    }
    .l-col-10-12-md {
        width: 83.33333%;
    }
    .l-col-11-12-md {
        width: 91.66667%;
    }
    .l-col-12-12-md {
        width: 100%;
    }
    .l-order-1-md {
        order: 1;
    }
    .l-order-2-md {
        order: 2;
    }
    .l-order-3-md {
        order: 3;
    }
    .l-order-4-md {
        order: 4;
    }
    .l-col-auto-md {
        width: auto;
    }
}
@media (max-width: 768px) {
    .l-col-1-12-sm {
        width: 8.33333%;
    }
    .l-col-2-12-sm {
        width: 16.66667%;
    }
    .l-col-3-12-sm {
        width: 25%;
    }
    .l-col-4-12-sm {
        width: 33.33333%;
    }
    .l-col-5-12-sm {
        width: 41.66667%;
    }
    .l-col-6-12-sm {
        width: 50%;
    }
    .l-col-7-12-sm {
        width: 58.33333%;
    }
    .l-col-8-12-sm {
        width: 66.66667%;
    }
    .l-col-9-12-sm {
        width: 75%;
    }
    .l-col-10-12-sm {
        width: 83.33333%;
    }
    .l-col-11-12-sm {
        width: 91.66667%;
    }
    .l-col-12-12-sm {
        width: 100%;
    }
    .l-order-1-sm {
        order: 1;
    }
    .l-order-2-sm {
        order: 2;
    }
    .l-order-3-sm {
        order: 3;
    }
    .l-order-4-sm {
        order: 4;
    }
    .l-col-auto-sm {
        width: auto;
    }
}
@media (max-width: 576px) {
    .l-col-1-12-ms {
        width: 8.33333%;
    }
    .l-col-2-12-ms {
        width: 16.66667%;
    }
    .l-col-3-12-ms {
        width: 25%;
    }
    .l-col-4-12-ms {
        width: 33.33333%;
    }
    .l-col-5-12-ms {
        width: 41.66667%;
    }
    .l-col-6-12-ms {
        width: 50%;
    }
    .l-col-7-12-ms {
        width: 58.33333%;
    }
    .l-col-8-12-ms {
        width: 66.66667%;
    }
    .l-col-9-12-ms {
        width: 75%;
    }
    .l-col-10-12-ms {
        width: 83.33333%;
    }
    .l-col-11-12-ms {
        width: 91.66667%;
    }
    .l-col-12-12-ms {
        width: 100%;
    }
    .l-order-1-ms {
        order: 1;
    }
    .l-order-2-ms {
        order: 2;
    }
    .l-order-3-ms {
        order: 3;
    }
    .l-order-4-ms {
        order: 4;
    }
    .l-col-auto-ms {
        width: auto;
    }
}
@media (max-width: 480px) {
    .l-col-1-12-xs {
        width: 8.33333%;
    }
    .l-col-2-12-xs {
        width: 16.66667%;
    }
    .l-col-3-12-xs {
        width: 25%;
    }
    .l-col-4-12-xs {
        width: 33.33333%;
    }
    .l-col-5-12-xs {
        width: 41.66667%;
    }
    .l-col-6-12-xs {
        width: 50%;
    }
    .l-col-7-12-xs {
        width: 58.33333%;
    }
    .l-col-8-12-xs {
        width: 66.66667%;
    }
    .l-col-9-12-xs {
        width: 75%;
    }
    .l-col-10-12-xs {
        width: 83.33333%;
    }
    .l-col-11-12-xs {
        width: 91.66667%;
    }
    .l-col-12-12-xs {
        width: 100%;
    }
    .l-order-1-xs {
        order: 1;
    }
    .l-order-2-xs {
        order: 2;
    }
    .l-order-3-xs {
        order: 3;
    }
    .l-order-4-xs {
        order: 4;
    }
    .l-col-auto-xs {
        width: auto;
    }
}
@font-face {
    font-family: "Tinos";
    src:
        local("Tinos"),
        url("/fonts/Tinos/Tinos-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}
@font-face {
    font-family: "PT_Sans";
    src:
        local("PT_Sans"),
        url("/fonts/PT_Sans/PTSans-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}
.btn {
    display: inline-block;
    text-decoration: none;
    text-transform: none;
    outline: none;
    border: 0;
    background-color: #0098cf;
    cursor: pointer;
    border: 1px solid rgba(0, 152, 207, 0.25);
    color: #fff;
    padding: 10px;
    line-height: 1;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
    padding: 10px 20px;
}
.btn:hover {
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    color: #0098cf;
}
.btn-success {
    background-color: #3eb650;
    border-color: #3eb650;
    color: #fff;
}
.btn-success:hover {
    color: #3eb650;
    background-color: #fff;
    border: 1px solid #3eb650;
}
.btn-warn {
    color: red;
    background-color: rgba(255, 0, 0, 0.102);
    border-color: rgba(255, 0, 0, 0.102);
    cursor: no-drop;
}
.btn-warn:hover {
    background-color: rgba(255, 0, 0, 0.102);
    border-color: rgba(255, 0, 0, 0.102);
    color: red;
}
.btn-fill {
    background-color: #fff;
    color: #0098cf;
}
.btn-fill:hover {
    color: #fff;
    background-color: #0098cf;
    border: 1px solid #0098cf;
}
.btn-svg {
    border: 0;
    outline: none;
    padding: 10px;
    border: 1px solid transparent;
}
.btn-svg:hover {
    background: none;
    border-color: transparent;
}
.btn-svg:hover .svg {
    fill: #36caff;
}
.btn-info {
    background-color: #fff;
    color: #fdca33;
    border: 1px solid #fdca33;
}
.btn-info:hover {
    color: #fff;
    background-color: #fdca33;
    border: 1px solid #fdca33;
}
.btn-empty {
    background: none;
    outline: none;
    border: 0;
    cursor: pointer;
    padding: 0;
    margin: 5px 0;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #333;
}
.btn-empty:hover {
    text-decoration: underline;
    color: #666;
    background: none;
    outline: none;
    border: 0;
}
.btn-clip .svg {
    transform: rotate(45deg);
    width: 23px;
    height: 23px;
    stroke: #333;
}
.btn-clip.added {
    position: relative;
}
.btn-clip.added::after {
    content: "☑";
    position: absolute;
    right: -20px;
    color: #3eb650;
    top: 4px;
}
.btn-clip.added .svg {
    stroke: #3eb650;
}
.btn-mt {
    margin-top: 10px;
}
.btn-mr {
    margin-right: 10px;
}
.btn-mb {
    margin-bottom: 10px;
}
.btn-ml {
    margin-left: 10px;
}
.btn:disabled {
    opacity: 0.5;
    pointer-events: none;
}
.fancybox {
    display: none;
    color: #0098cf;
}
.fancybox-xxs {
    width: 359px;
}
.fancybox-xs {
    width: 480px;
}
.fancybox-ms {
    width: 576px;
}
.fancybox-sm {
    width: 768px;
}
.fancybox-md {
    width: 992px;
}
.fancybox-lg {
    width: 1200px;
}
.f {
    display: flex;
}
.f-w {
    display: flex;
    flex-flow: row wrap;
}
.f-a {
    display: flex;
    flex: 1 1 auto;
}
.f-f {
    display: flex;
    flex: 1 1;
}
.f-c {
    display: flex;
    flex-direction: column;
}
.f-c-ac {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.f-c-as {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.f-c-ae {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.f-c-jc {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.f-c-js {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.f-c-je {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.f-c-ac-jc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.f-c-ac-js {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.f-c-ac-je {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.f-c-ac-jsa {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.f-c-ac-jsb {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.f-c-ac-jse {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.f-c-as-jc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.f-c-as-js {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.f-c-as-je {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}
.f-c-as-jsa {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
}
.f-c-as-jsb {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.f-c-as-jse {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
}
.f-c-ae-jc {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}
.f-c-ae-js {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
}
.f-c-ae-je {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}
.f-c-ae-jsa {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-around;
}
.f-c-ae-jsb {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}
.f-c-ae-jse {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-evenly;
}
.f-r {
    display: flex;
    flex-direction: row;
}
.f-r-ac {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.f-r-as {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.f-r-ae {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.f-r-jc {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.f-r-js {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.f-r-je {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.f-r-ac-jc {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.f-r-ac-js {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.f-r-ac-je {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.f-r-ac-jsa {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.f-r-ac-jsb {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.f-r-ac-jse {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}
.f-r-as-jc {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}
.f-r-as-js {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}
.f-r-as-je {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
}
.f-r-as-jsa {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
}
.f-r-as-jsb {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.f-r-as-jse {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-evenly;
}
.f-r-ae-jc {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
}
.f-r-ae-js {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
}
.f-r-ae-je {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
}
.f-r-ae-jsa {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-around;
}
.f-r-ae-jsb {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}
.f-r-ae-jse {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-evenly;
}
.g1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
.g2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.g3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.g4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.g5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.g6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}
.g7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}
.g8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
}
.g9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
}
.g10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
}
.g11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
}
.g12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}
@media (max-width: 1200px) {
    .g1-lg {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .g2-lg {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .g3-lg {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .g4-lg {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
    .g5-lg {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
    }
    .g6-lg {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
    }
    .g7-lg {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
    }
    .g8-lg {
        display: grid;
        grid-template-columns: repeat(8, 1fr);
    }
    .g9-lg {
        display: grid;
        grid-template-columns: repeat(9, 1fr);
    }
    .g10-lg {
        display: grid;
        grid-template-columns: repeat(10, 1fr);
    }
    .g11-lg {
        display: grid;
        grid-template-columns: repeat(11, 1fr);
    }
    .g12-lg {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
    }
    .g-clear-lg {
        display: flex;
    }
}
@media (max-width: 992px) {
    .g1-md {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .g2-md {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .g3-md {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .g4-md {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
    .g5-md {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
    }
    .g6-md {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
    }
    .g7-md {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
    }
    .g8-md {
        display: grid;
        grid-template-columns: repeat(8, 1fr);
    }
    .g9-md {
        display: grid;
        grid-template-columns: repeat(9, 1fr);
    }
    .g10-md {
        display: grid;
        grid-template-columns: repeat(10, 1fr);
    }
    .g11-md {
        display: grid;
        grid-template-columns: repeat(11, 1fr);
    }
    .g12-md {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
    }
    .g-clear-md {
        display: flex;
    }
}
@media (max-width: 768px) {
    .g1-sm {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .g2-sm {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .g3-sm {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .g4-sm {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
    .g5-sm {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
    }
    .g6-sm {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
    }
    .g7-sm {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
    }
    .g8-sm {
        display: grid;
        grid-template-columns: repeat(8, 1fr);
    }
    .g9-sm {
        display: grid;
        grid-template-columns: repeat(9, 1fr);
    }
    .g10-sm {
        display: grid;
        grid-template-columns: repeat(10, 1fr);
    }
    .g11-sm {
        display: grid;
        grid-template-columns: repeat(11, 1fr);
    }
    .g12-sm {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
    }
    .g-clear-sm {
        display: flex;
    }
}
@media (max-width: 576px) {
    .g1-ms {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .g2-ms {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .g3-ms {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .g4-ms {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
    .g5-ms {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
    }
    .g6-ms {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
    }
    .g7-ms {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
    }
    .g8-ms {
        display: grid;
        grid-template-columns: repeat(8, 1fr);
    }
    .g9-ms {
        display: grid;
        grid-template-columns: repeat(9, 1fr);
    }
    .g10-ms {
        display: grid;
        grid-template-columns: repeat(10, 1fr);
    }
    .g11-ms {
        display: grid;
        grid-template-columns: repeat(11, 1fr);
    }
    .g12-ms {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
    }
    .g-clear-ms {
        display: flex;
    }
}
@media (max-width: 480px) {
    .g1-xs {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .g2-xs {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .g3-xs {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .g4-xs {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
    .g5-xs {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
    }
    .g6-xs {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
    }
    .g7-xs {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
    }
    .g8-xs {
        display: grid;
        grid-template-columns: repeat(8, 1fr);
    }
    .g9-xs {
        display: grid;
        grid-template-columns: repeat(9, 1fr);
    }
    .g10-xs {
        display: grid;
        grid-template-columns: repeat(10, 1fr);
    }
    .g11-xs {
        display: grid;
        grid-template-columns: repeat(11, 1fr);
    }
    .g12-xs {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
    }
    .g-clear-xs {
        display: flex;
    }
}
@media (max-width: 380px) {
    .g1-xxs {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .g2-xxs {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .g3-xxs {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .g4-xxs {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
    .g5-xxs {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
    }
    .g6-xxs {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
    }
    .g7-xxs {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
    }
    .g8-xxs {
        display: grid;
        grid-template-columns: repeat(8, 1fr);
    }
    .g9-xxs {
        display: grid;
        grid-template-columns: repeat(9, 1fr);
    }
    .g10-xxs {
        display: grid;
        grid-template-columns: repeat(10, 1fr);
    }
    .g11-xxs {
        display: grid;
        grid-template-columns: repeat(11, 1fr);
    }
    .g12-xxs {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
    }
    .g-clear-xxs {
        display: flex;
    }
}
.c9 {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 30px;
    width: calc(100% - 60px);
    background-color: #fff;
}
@media (max-width: 992px) {
    .c9 {
        padding: 0 15px;
        width: calc(100% - 30px);
    }
}
.c7 {
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 30px;
    width: calc(100% - 60px);
    background-color: #fff;
}
@media (max-width: 992px) {
    .c7 {
        padding: 0 15px;
        width: calc(100% - 30px);
    }
}
.c4 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
    width: calc(100% - 60px);
    background-color: #fff;
}
@media (max-width: 992px) {
    .c4 {
        padding: 0 15px;
        width: calc(100% - 30px);
    }
}
.header {
    color: #333;
    padding: 0;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 80;
    transition: all 0.5s ease-in-out;
    background-color: transparent;
}
@media (max-width: 576px) {
    .header {
        position: sticky;
    }
}
.header.fix {
    background: #fff;
}
.header.fix .header-nav::after {
    content: none;
}
.header-sticky {
    position: sticky;
}
.header-search {
    max-width: 1920px;
    padding: 0 15px 15px;
    margin: 0 auto;
    width: calc(100% - 30px);
}
.header-search-input {
    position: relative;
}
.header-search-input-element {
    width: calc(100% - 13px);
    padding: 5px;
    outline: none;
    border: 1px solid rgba(102, 102, 102, 0.45);
    background-color: #fff;
}
.header-search-input-btn {
    position: absolute;
    right: 10px;
    top: 0;
}
.header-search-input-btn .svg {
    width: 20px;
    height: 20px;
}
.header-menu .svg {
    width: 30px;
    height: 30px;
    fill: currentColor;
    stroke: #0098cf;
    stroke-width: 5%;
}
@media (max-width: 576px) {
    .header-menu {
        margin-right: 15px;
    }
}
.header-menu-close {
    position: absolute;
    top: 15px;
    left: 15px;
}
@media (min-width: 992px) {
    .header-menu-close {
        display: none;
    }
}
.header-menu-close .svg {
    width: 30px;
    height: 30px;
    fill: currentColor;
    stroke: #0098cf;
    stroke-width: 5%;
}
.header-line {
    background: linear-gradient(180deg, #ffffff, rgba(255, 255, 255, 0.78));
    padding: 15px 15px 7.5px 15px;
}
@media (max-width: 992px) {
    .header-line {
        padding: 15px;
    }
}
.header-line-link a {
    margin-right: 30px;
    margin-bottom: 5px;
    color: #333;
}
.header-line-logo {
    font-size: 36px;
    transition: all 0.5s ease-in-out;
    color: #333;
}
.header-line-logo.fix {
    font-size: 26px;
}
.header-line-logo.fix img {
    max-width: 50px;
}
.header-line-logo img {
    max-width: 100px;
}
@media (max-width: 992px) {
    .header-line-logo {
        font-size: 30px !important;
    }
}
@media (max-width: 576px) {
    .header-line-logo {
        font-size: 18px !important;
    }
    .header-line-logo img {
        max-width: 50px;
    }
}
.header-line-user .svg {
    width: 22px;
    height: 22px;
    margin: 0 7px;
    background: none;
    border: 0;
    outline: none;
    fill: #0098cf;
    stroke: #0098cf;
}
.header-nav {
    padding: 7.5px 15px 15px 15px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.48));
    position: relative;
}
.header-nav::after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 25px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(0, 0, 0, 0));
    pointer-events: none;
}
@media (max-width: 992px) {
    .header-nav {
        display: none !important;
    }
}
.header-nav.active {
    position: absolute;
    inset: 0;
    display: flex !important;
    height: 100vh;
    max-height: 100vh;
    overflow: auto;
    width: calc(100% - 30px);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    margin: 0;
    z-index: 999;
}
.navigation.active {
    flex-direction: column;
    align-items: flex-start;
    position: fixed;
    top: 50px;
    left: 0px;
    width: 100%;
}
.navigation.active .navigation-item {
    width: 100%;
    max-width: 100%;
    align-items: flex-start;
}
.navigation.active .navigation-link {
    justify-content: space-between;
    width: calc(100% - 50px);
    padding: 10px 25px;
}
.navigation-item {
    position: relative;
}
@media (min-width: 992px) {
    .navigation-item:hover > .navigation-down {
        opacity: 1;
        transition: all 0.5s ease-in-out;
        pointer-events: all;
    }
}
.navigation-link {
    border-bottom: 2px solid transparent;
    text-align: center;
    white-space: nowrap;
    padding: 5px 25px;
    color: #333;
}
@media (min-width: 992px) {
    .navigation-link:hover {
        border-bottom: 2px solid #333;
    }
}
.navigation-link.is-current {
    font-weight: 600;
}
.navigation-link .svg {
    margin-left: 5px;
    width: 13px;
    height: 13px;
    transition: all 0.5s ease-in-out;
    stroke: #0098cf;
}
@media (max-width: 992px) {
    .navigation-link .svg {
        margin-left: 0;
        width: 15px;
        height: 15px;
    }
}
.navigation-link.open .svg {
    transform: rotate(180deg);
    transition: all 0.5s ease-in-out;
    stroke: #0098cf;
}
.navigation-down {
    opacity: 0;
    transition: all 0.5s ease-in-out;
    position: absolute;
    top: 100%;
    left: -30px;
    right: 0;
    min-width: calc(100% + 50px);
    box-sizing: border-box;
    pointer-events: none;
    z-index: 20;
    background: #fff;
    padding: 5px 5px 7px;
    overflow: hidden;
}
@media (max-width: 992px) {
    .navigation-down {
        position: unset;
        display: none !important;
    }
    .navigation-down.active {
        display: flex !important;
        opacity: 1;
        transition: all 0.5s ease-in-out;
        pointer-events: all;
        background: transparent;
        min-width: calc(100% - 30px);
        max-width: calc(100% - 30px);
        margin: 0 auto;
    }
    .navigation-down.active .navigation-link {
        text-align: left;
    }
}
.navigation-down .navigation-link {
    white-space: normal;
    font-size: 15px;
    text-transform: none;
}
.top {
    max-width: 1920px;
    max-height: 100vh;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    margin-bottom: -5px;
    min-height: 15vh;
    color: white;
}
.top a {
    color: white;
}
@media (max-width: 992px) {
    .top {
        min-height: 0vh;
    }
}
.top-bnm-item {
    position: relative;
}
.top-bnm-item::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}
.top-bnm-item.noblur::before {
    content: none;
}
@media (max-width: 992px) {
    .top-bnm-item.noblur {
        min-height: 20vh;
    }
}
@media (max-width: 992px) {
    .top-bnm-item {
        min-height: 75vh;
    }
    .top-bnm-item img {
        vertical-align: middle;
        position: absolute;
        z-index: -1;
        top: 50%;
        transform: translateY(-50%);
        height: 100%;
        object-fit: cover;
        object-position: center;
        width: 100%;
    }
    .top-bnm-item::before {
        content: "";
    }
}
.top-bnm-item-info {
    position: absolute;
    top: 25%;
    left: 5%;
    right: 15%;
}
@media (max-width: 992px) {
    .top-bnm-item-info {
        top: 10%;
        left: 0;
        right: 0;
        padding: 15px;
    }
}
.top-bnm-item .btn,
.top-bnm-item-name,
.top-bnm-item-text {
    position: relative;
    z-index: 1;
}
.top-bnm-item-name {
    font-size: 2.8em;
}
.top-bnm-item-text {
    font-size: 1.4em;
    margin-bottom: 30px;
    max-width: 900px;
    color: white;
}
@media (max-width: 576px) {
    .top-bnm-item-text {
        font-size: 1.2em;
    }
}
.top-more {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: fit-content;
    cursor: pointer;
}
.top-more .svg {
    width: 35px;
    height: 35px;
    stroke: white;
    z-index: 20;
}
.kids-els {
    grid-column-gap: 30px;
    align-items: end;
    padding: 30px 15px 50px 15px;
    width: calc(100% - 30px);
}
.kids-el {
    font-weight: 400;
    margin-bottom: 30px;
    max-height: max-content;
    height: 100%;
}
.kids-el-title {
    font-size: 24px;
    line-height: 30px;
    margin: 30px 0 15px 0;
    width: 100%;
    max-height: 55px;
    height: 100%;
    overflow: hidden;
}
.kids-el-img {
    position: relative;
    overflow: hidden;
    height: 100%;
}
.kids-el-img img {
    transition: all 0.7s ease-in-out;
    margin: 0 auto;
}
.kids-el-img-price {
    position: absolute;
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    top: 0;
    left: 0;
    right: 0;
    font-size: 20px;
    line-height: 28px;
    padding: 40px;
    color: #fff;
    text-transform: uppercase;
}
.kids-el:hover img {
    transform: scale(1.05);
    transition: all 0.5s ease-in-out;
}
.about {
    background-image: url(/img/design/about.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.about-inner {
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 30px;
    width: calc(100% - 60px);
}
@media (max-width: 992px) {
    .about-inner {
        padding: 0 15px;
        width: calc(100% - 30px);
    }
}
.about-content {
    padding: 50px 0;
    color: #333;
    position: relative;
    z-index: 1;
}
.about-content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    filter: blur(1px);
    background: linear-gradient(90deg, rgba(102, 102, 102, 0.48), rgba(102, 102, 102, 0));
    inset: 0px 0 0px -100%;
    z-index: -1;
}
@media (max-width: 992px) {
    .about {
        background-color: #ebe9ec;
        background-position: bottom;
        background-size: contain;
        background-attachment: unset;
    }
}
.main {
    min-height: 73vh;
    padding-bottom: 50px;
}
.noms-title {
    margin: 5px auto;
}
.noms-filters {
    padding: 10px 0;
}
.noms-sort {
    font-weight: 400;
    font-size: 18px;
    color: #333;
}
.noms-sort-title {
    margin-right: 5px;
}
@media (max-width: 576px) {
    .noms-sort-title {
        display: none;
    }
}
.noms-sort-list {
    border: 0;
    outline: none;
    cursor: pointer;
    padding: 0 20px 0 5px;
    text-align: left;
    background: transparent;
}
.noms-bcb {
    position: fixed;
    left: -100%;
    opacity: 0;
    z-index: 90;
    background: #ffffffe8;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 15px;
    transition: all 0.5s ease-in-out;
    top: 125px;
    left: -100%;
    height: 100%;
    padding: 15px;
    max-width: 350px;
    width: 100%;
    box-sizing: border-box;
}
@media (max-width: 576px) {
    .noms-bcb {
        top: 0;
        max-width: 100%;
        z-index: 999;
    }
    .noms-bcb form {
        max-height: 90vh;
        overflow: auto;
        height: 100%;
    }
}
.noms-bcb-hide {
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    min-height: 50px;
}
.noms-bcb.show {
    transition: all 0.5s ease-in-out;
    opacity: 1;
    left: 0;
    overflow-y: scroll;
    overflow-x: hidden;
}
.noms-bcb.show::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
    bottom: 0;
    right: -40px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    pointer-events: none;
}
.noms-row {
    margin: 0 -15px;
}
.noms-row-el {
    margin: 15px;
    height: auto;
    justify-content: space-between;
}
.noms-row-el-head {
    overflow: hidden;
    position: relative;
    padding-bottom: 100%;
}
.noms-row-el-head-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.noms-row-el-head-labels {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 1;
}
.noms-row-el-head-labels-el {
    padding: 5px 15px;
    color: #fff;
    margin-bottom: 10px;
    background: #333;
}
.noms-row-el-head-labels-el.new {
    background-color: #3f51b5;
    color: #fff;
}
.noms-row-el-head-labels-el.hit {
    background-color: #f44336;
    color: #fff;
}
.noms-row-el-head-labels-el.sale {
    background-color: #8bc34a;
    color: #fff;
}
@media (min-width: 992px) {
    .noms-row-el-head:hover .noms-row-el-head-use {
        transform: translateX(0px);
    }
}
.noms-row-el-head-use {
    background: #f5f5f59e;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.7s ease-in-out;
    z-index: 10;
    transform: translateX(100px);
}
.noms-row-el-head-use-btn {
    background: none;
    border: 0;
    outline: none;
    width: 35px;
    height: 35px;
    cursor: pointer;
    padding: 0;
    padding: 5px;
}
.noms-row-el-head-use-btn:hover,
.noms-row-el-head-use-btn.heart--active {
    background: rgba(62, 212, 234, 0.6);
}
.noms-row-el-head-use-btn:hover .svg,
.noms-row-el-head-use-btn.heart--active .svg {
    fill: #0098cf;
}
.noms-row-el-head-use-btn .svg {
    width: 25px;
    height: 25px;
    stroke-width: 0%;
    fill: #0098cf;
}
.noms-row-el-name {
    margin: 5px 0;
    font-size: 18px;
    text-align: center;
    line-height: 1;
    min-height: 35px;
}
@media (min-width: 380px) and (max-width: 480px) {
    .noms-row-el-name {
        font-size: 15px;
    }
}
.noms-row-el-name i {
    font-size: 14px;
    margin-top: 5px;
    color: #666;
}
.noms-row-el-price {
    margin: 5px 0;
}
.noms-row-el-price-item {
    font-size: 20px;
    text-align: center;
    line-height: 1;
    margin-right: 10px;
}
.noms-row-el-price-item.old {
    text-decoration: line-through;
    color: #666;
    font-size: 15px;
}
.noms-row-el-price-item.current {
    color: #1e5726;
    font-weight: bold;
}
.noms-row-el-add {
    margin-top: 15px;
    width: 100%;
}
.noms-row-el-add button {
    margin-top: 10px;
    position: relative;
}
.noms-row-el-add button.bsked {
    background: rgba(0, 152, 207, 0.6);
    border: rgba(0, 152, 207, 0.6);
    color: #fff;
}
.noms-row-el-add button.bsked .svg {
    fill: #0098cf;
}
.noms-row-el-add button.bsked:hover {
    border: rgba(0, 152, 207, 0.6);
    background-color: #0098cf;
}
.nom-img {
    position: relative;
    margin-bottom: 30px;
}
@media (min-width: 992px) {
    .nom-img {
        position: sticky;
    }
}
.nom-img a {
    width: 100%;
}
.nom-img img {
    width: 100%;
}
.nom-img-labales {
    position: absolute;
    top: 0;
    left: 0;
}
.nom-img-labales-el {
    padding: 5px 15px;
    color: #fff;
    margin-bottom: 10px;
    background: #333;
}
.nom-img-labales-el.new {
    background-color: #3f51b5;
    color: #fff;
}
.nom-img-labales-el.hit {
    background-color: #f44336;
    color: #fff;
}
.nom-img-labales-el.sale {
    background-color: #8bc34a;
    color: #fff;
}
.nom-img .slick-list {
    margin: 10px !important;
}
.nom-img .slick-slide {
    margin: 0 15px !important;
}
.nom-img .slick-prev {
    left: -10px !important;
}
.nom-img .slick-next {
    right: -10px !important;
}
.nom-info {
    position: sticky;
    top: 120px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
}
.nom-name {
    margin-bottom: 30px;
}
.nom-name h1 {
    margin: 0;
    font-weight: 500;
}
.nom-name-art {
    color: rgba(102, 102, 102, 0.5);
}
.nom-art {
    color: #898989;
    margin: 0 auto 5px auto;
}
.nom-price {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
    font-family: "Tinos";
}
.nom-price-current {
    color: #1e5726;
}
.nom-price-old {
    color: rgba(102, 102, 102, 0.5);
    text-decoration: line-through;
    font-size: 18px;
    font-weight: 300;
}
.nom-price-notify {
    font-size: 16px;
    font-weight: normal;
    text-decoration: underline;
    color: #666;
    cursor: pointer;
}
.nom-add {
    margin-bottom: 15px;
}
.nom-add-qty-btn,
.nom-add-qty-input {
    background: transparent;
    border: 0;
    padding: 10px;
    line-height: 1;
    font-size: 18px;
}
.nom-add-qty-btn {
    cursor: pointer;
}
.nom-add-qty-btn:hover .svg {
    stroke-width: 10%;
    stroke: #0098cf;
}
.nom-add-qty-input {
    background: white;
    border: 1px solid #333;
    padding: 5px 10px;
    text-align: center;
    outline: none;
}
.nom-add-qty-add {
    position: relative;
}
.nom-add-qty-add,
.nom-add-qty-fst,
.nom-add-qty-delay {
    margin-left: 10px;
}
.nom-add-qty-delay {
    margin-left: 15px;
    border: 0;
    background: none;
    outline: none;
    cursor: pointer;
    padding: 0;
}
.nom-add-qty-delay .svg {
    width: 25px;
    height: 25px;
    stroke: #0098cf;
}
.nom-add-qty-delay:hover .svg,
.nom-add-qty-delay.heart--active .svg {
    fill: red;
    stroke: red;
}
@media (max-width: 576px) {
    .nom-add-qty .nom-add-qty-fst {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }
    .nom-add-qty .nom-add-qty-add {
        width: 50%;
    }
}
.nom-add-other {
    margin-bottom: 10px;
}
@media (max-width: 576px) {
    .nom-add-other .btn-info {
        margin-top: 15px;
    }
}
.nom-features {
    max-width: 700px;
    margin-top: 20px;
}
.nom-features-item {
    display: flex;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.nom-features-item .svg {
    flex: none;
    width: 1.5em;
    height: 1.5em;
    stroke-width: 0;
    fill: #0098cf;
    margin-right: 10px;
}
.nom-tabs {
    margin: 50px 0;
}
.nom-tabs-mobile {
    display: none;
    border: 1px solid #333;
    padding: 10px;
    font-size: 18px;
    transition: all 0.5s ease-in-out;
}
.nom-tabs-mobile.active .svg {
    transform: rotate(180deg);
}
@media (max-width: 992px) {
    .nom-tabs-mobile {
        display: flex;
    }
}
@media (max-width: 992px) {
    .nom-tabs-els {
        display: none;
        border: 1px solid #333;
        border-top: 0;
    }
}
.nom-tabs-el {
    padding: 5px 15px;
    margin: 0 5px;
    cursor: pointer;
    font-size: 24px;
    color: #333;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
    border-bottom: 2px solid transparent;
    font-family: "Tinos";
}
@media (min-width: 992px) {
    .nom-tabs-el.active {
        border-bottom: 2px solid #666;
    }
    .nom-tabs-el:hover {
        border-bottom: 2px solid rgba(102, 102, 102, 0.7);
    }
}
@media (max-width: 992px) {
    .nom-tabs-el {
        font-size: 16px;
        padding: 10px 15px;
    }
}
.nom-tabs-row {
    margin-top: 30px;
}
.nom-tabs-row-el {
    display: none;
}
.nom-tabs-row-el.active {
    display: block;
}
.nom-behs {
    margin: 15px 0;
}
.nom-behs-all {
    margin-top: 10px;
    color: #666;
    border-bottom: 1px dotted #666;
    width: auto;
    display: inline-block;
    cursor: pointer;
}
.nom-beh {
    position: relative;
    margin-bottom: 10px;
}
.nom-beh::before {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 3px;
    border-bottom: 1px dotted #666;
    z-index: 0;
}
.nom-beh-name,
.nom-beh-vals {
    z-index: 1;
    background: #fff;
}
.nom-beh-name {
    color: #666;
}
.nom-beh:hover .nom-beh-vals {
    font-weight: bold;
}
.files {
    grid-column-gap: 10px;
    align-items: flex-start;
}
.files-item {
    margin-bottom: 15px;
}
.files-item-name {
    color: #333;
    font-size: 15px;
    text-align: center;
}
.files-item-desc {
    color: #666;
    font-size: 14px;
    text-align: center;
}
.files-item-ico .svg {
    width: 40px;
    height: 40px;
    stroke-width: 0%;
    fill: #0098cf;
}
.video {
    grid-column-gap: 15px;
}
.video .video-box {
    margin-bottom: 15px;
}
.news {
    padding-top: 30px;
    padding-bottom: 30px;
}
.news-items {
    grid-column-gap: 30px;
}
.news-item {
    max-width: 470px;
    width: 100%;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}
.news-item-date {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 10px;
    background: #ffffffc7;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 0px 0px 0px 5px;
    z-index: 10;
}
.news-item-img {
    min-width: 100%;
    min-height: 350px;
    max-height: 500px;
    position: relative;
    overflow: hidden;
}
.news-item-img-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    transition: all 0.7s ease-in-out;
}
.news-item-img-title {
    position: absolute;
    bottom: 0;
    width: calc(100% - 30px);
    text-align: center;
    padding: 5px 15px;
    background: #ffffffc7;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    min-height: 37px;
}
.news-item-anounce {
    padding-top: 10px;
}
.articles-item {
    width: 100%;
    margin-bottom: 30px;
}
@media (max-width: 768px) {
    .articles-item {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}
.articles-item-img {
    max-width: 250px;
    height: 250px;
    width: 100%;
}
@media (max-width: 768px) {
    .articles-item-img {
        max-width: 100%;
        height: 400px;
    }
}
.articles-item-img-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.articles-item-date {
    font-size: 18px;
    color: #666;
    margin-bottom: 5px;
}
.articles-item-name {
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}
.articles-item-resume {
    margin-top: 5px;
}
.articles-item-info {
    padding: 0 15px;
    width: calc(100% - 280px);
}
@media (max-width: 768px) {
    .articles-item-info {
        width: 100%;
        padding: 15px 0;
    }
}
.articles-item-view {
    margin-top: 15px;
}
.articles-sort {
    padding: 15px 0;
}
.articles-sort-el {
    padding: 5px 10px;
    margin: 0 5px;
}
.articles-sort p {
    margin-right: 10px;
}
.articles-sort strong {
    opacity: 0.6;
}
.reviews {
    padding-top: 30px;
    padding-bottom: 30px;
}
.reviews-row-el {
    max-width: 500px;
    text-align: center;
}
.reviews-row-el-img {
    overflow: hidden;
    border-radius: 50%;
    text-align: center;
    max-width: 90px;
    margin: 0 auto;
}
.reviews-row-el-author {
    font-weight: bold;
    margin-top: 15px;
}
.reviews .slick-list {
    margin: 0 -30px !important;
    padding: 0 !important;
}
@media (max-width: 992px) {
    .reviews .slick-list {
        margin: 0 -15px !important;
    }
}
.reviews .slick-slide {
    margin: 0 15px !important;
}
.reviews .slick-prev,
.reviews .slick-next {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    background: #ffffff87 !important;
    z-index: 25;
}
.reviews .slick-prev {
    left: -10px !important;
}
.reviews .slick-next {
    right: -10px !important;
}
.short-search,
.short-login,
.short-basket,
.short-delay {
    position: relative;
    cursor: pointer;
}
.short-search-link,
.short-login-link,
.short-basket-link,
.short-delay-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 35px;
    width: 100%;
    background: none;
    outline: none;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    margin-left: 5px;
}
.short-search-total,
.short-login-total,
.short-basket-total,
.short-delay-total {
    position: absolute;
    bottom: -3px;
    right: -3px;
    background: #3ed4ea;
    color: #333;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 50%;
    font-size: 10px;
    width: 17px;
    height: 17px;
    text-align: center;
    line-height: 17px;
}
.short-search {
    margin-left: 0;
    margin-right: -5px;
}
.short-login {
    position: relative;
}
.short-login-info {
    display: none;
    position: absolute;
    top: 22px;
    right: 0;
    padding: 5px 10px;
    width: 150px;
    background: white;
}
.short-basket-onoms {
    margin-bottom: 30px;
}
.short-basket-onoms-el {
    padding-bottom: 10px;
    margin: 10px 0;
    border-bottom: 1px dotted #666;
}
@media (max-width: 768px) {
    .short-basket-onoms-el {
        flex-flow: row wrap;
    }
}
.short-basket-onoms-el:last-child {
    border-bottom: 0;
}
.short-basket-onoms-el-name {
    max-width: 350px;
    width: 100%;
    color: #333;
}
@media (max-width: 768px) {
    .short-basket-onoms-el-name {
        max-width: 100%;
    }
}
.short-basket-onoms-el-name span {
    color: #666;
    font-size: 13px;
    margin-top: 2px;
}
.short-basket-onoms-el-count {
    max-width: 160px;
}
@media (max-width: 768px) {
    .short-basket-onoms-el-count {
        width: 40%;
    }
}
.short-basket-onoms-el-count .nom-add-qty {
    margin-bottom: 0;
}
.short-basket-onoms-el-count .nom-add-qty-input {
    pointer-events: none;
    border: 0;
    padding: 5px 0;
}
@media (max-width: 768px) {
    .short-basket-onoms-el-total {
        width: 30%;
    }
}
.short-basket-onoms-el-del {
    max-width: 50px;
}
@media (max-width: 768px) {
    .short-basket-onoms-el-del {
        max-width: 100%;
        width: 20%;
    }
}
.footer {
    background-color: #f1f1f1;
    color: #333;
}
.footer a {
    color: #333;
}
.footer-title {
    font-size: 24px;
    margin-bottom: 10px;
    color: #333;
}
.footer-row {
    min-height: 27vh;
    padding: 30px;
    max-width: 1700px;
    margin: 0 auto;
    width: calc(100% - 60px);
    color: #333;
}
@media (max-width: 992px) {
    .footer-row {
        padding: 30px 15px;
        width: calc(100% - 30px);
    }
}
.footer-row-kids,
.footer-row-addr {
    padding: 0 15px;
    padding-bottom: 30px;
}
@media (max-width: 1200px) {
    .footer-row-kids,
    .footer-row-addr {
        padding: 0 30px;
        text-align: center;
    }
}
@media (max-width: 768px) {
    .footer-row-kids,
    .footer-row-addr {
        padding: 0;
    }
}
@media (max-width: 1200px) {
    .footer-row-soci,
    .footer-row-subs {
        padding: 0 30px;
        text-align: center;
    }
}
@media (max-width: 768px) {
    .footer-row-soci,
    .footer-row-subs {
        padding: 0;
    }
}
@media (max-width: 1200px) {
    .footer-row-kids,
    .footer-row-subs {
        padding-bottom: 30px;
    }
}
@media (max-width: 768px) {
    .footer-row-subs,
    .footer-row-addr {
        padding-bottom: 30px;
    }
}
@media (max-width: 1200px) {
    .footer-row-kids {
        order: 1;
    }
    .footer-row-subs {
        order: 2;
    }
    .footer-row-addr {
        order: 3;
    }
    .footer-row-soci {
        order: 4;
    }
}
@media (max-width: 768px) {
    .footer-row-subs {
        order: 1;
    }
    .footer-row-kids {
        order: 2;
    }
    .footer-row-addr {
        order: 3;
    }
    .footer-row-soci {
        order: 4;
    }
}
.footer-nav {
    width: 50%;
}
@media (max-width: 1200px) {
    .footer-nav:first-child {
        text-align: left;
    }
    .footer-nav:last-child {
        text-align: right;
    }
}
.footer-nav-el {
    padding-right: 10px;
}
.footer-nav-el-link {
    font-size: 18px;
    margin-bottom: 5px;
    color: #333;
}
.socials {
    margin: 15px 0;
}
@media (max-width: 1200px) {
    .socials {
        justify-content: center;
    }
}
.socials-el {
    margin-right: 10px;
}
.socials-el .svg {
    width: 30px;
    height: 30px;
    stroke: #0098cf;
    fill: #0098cf;
}
.socials-el:hover .svg {
    fill: #3ed4ea;
}
.form {
    max-width: 600px;
}
.form.form-center {
    margin: 0 auto;
}
.form-horisontal {
    white-space: nowrap;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.form-success {
    background: #ccc;
    padding: 0.5em 1em;
    text-align: center;
}
.form-search {
    clear: both;
    margin: 0;
    white-space: nowrap;
}
.form-search .input-element {
    padding-right: 2em;
}
.form-search .btn {
    margin-left: -2em;
    position: relative;
}
.form-subscribe {
    position: relative;
}
.form-subscribe .input {
    margin-bottom: 0;
    margin-right: 5px;
}
.form-subscribe .input-element,
.form-subscribe .btn {
    outline: none;
    min-height: 40px;
    height: 100%;
    padding: 0 10px;
    border-radius: 0;
}
.form-subscribe .input-element[required]:focus,
.form-subscribe .btn[required]:focus {
    border-bottom: 1px solid red;
}
.form-subscribe .help-block {
    position: absolute;
    bottom: -19px;
    left: 0;
    margin: 0 auto;
    right: 0;
    max-width: 320px;
    color: red;
    font-size: 14px;
}
.form-inner {
    padding: 5px 0 0 20px;
}
.subscribe-terms {
    font-size: 12px;
    color: rgba(102, 102, 102, 0.5);
    max-width: 325px;
    margin: 20px auto 5px;
}
.flag {
    padding-top: 30px;
    padding-bottom: 30px;
}
.flag .slick-list {
    margin: 0 -30px !important;
    padding: 0 !important;
}
@media (max-width: 992px) {
    .flag .slick-list {
        margin: 0 -15px !important;
    }
}
.flag .slick-slide {
    margin: 0 15px !important;
}
.flag .slick-prev,
.flag .slick-next {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    background: #ffffff87 !important;
    z-index: 25;
}
.flag .slick-prev {
    left: -10px !important;
}
.flag .slick-next {
    right: -10px !important;
}
.flag .noms-row-el {
    margin: 0;
}
.flag-all {
    margin: 30px 0 0 0;
}
.page-up {
    display: none;
    position: fixed;
    z-index: 51;
    right: 15px;
    top: 90%;
    height: 45px;
    width: 45px;
    cursor: pointer;
}
.page-up .svg {
    height: 45px;
    width: 45px;
    stroke-width: 0%;
    fill: #0098cf;
}
.page-up:hover .svg {
    fill: #3ed4ea;
}
.cabinet {
    margin-bottom: 50px;
}
@media (max-width: 992px) {
    .cabinet {
        flex-direction: column !important;
    }
}
.cabinet-subtitle {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.cabinet-header-exit {
    font-size: 18px;
    color: #666;
    font-weight: 400;
    text-align: right;
}
.cabinet-nav {
    max-width: 260px;
    width: 100%;
    margin-right: 50px;
}
@media (max-width: 992px) {
    .cabinet-nav {
        display: none;
        max-width: 100%;
        margin-right: 0;
        align-items: center;
        justify-content: center;
        background: white;
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        border: 1px solid #333;
        width: calc(100% - 2px);
        border-top: 0;
    }
}
.cabinet-nav-el {
    font-size: 22px;
    font-weight: 400;
    font-family: "Tinos";
    text-align: right;
    padding: 0 10px 5px 10px;
    color: #333;
    transition: all 0.3s ease-in-out;
    border-bottom: 2px solid transparent;
    margin-bottom: 15px;
}
.cabinet-nav-el-mobile {
    display: none;
    background: white;
    color: #333;
    padding: 10px;
    font-size: 17px;
    width: calc(100% - 22px);
    border: 1px solid #333;
    transition: all 0.5s ease-in-out;
}
.cabinet-nav-el-mobile.active .svg {
    transform: rotate(180deg);
}
@media (max-width: 992px) {
    .cabinet-nav-el {
        width: calc(100% - 20px);
        font-size: 17px;
        padding: 7px 10px;
        margin: 5px 0;
    }
    .cabinet-nav-el-mobile {
        display: flex;
    }
}
.cabinet-nav-el.active {
    transition: all 0.3s ease-in-out;
    border-bottom: 2px solid #666;
}
@media (min-width: 992px) {
    .cabinet-nav-el:hover {
        transition: all 0.3s ease-in-out;
        border-bottom: 2px solid #666;
    }
}
@media (max-width: 992px) {
    .cabinet-row {
        width: 100%;
        margin-top: 30px;
    }
}
.cabinet-row-el-section {
    margin-bottom: 50px;
}
.cabinet-orders-row {
    margin-top: 15px;
}
.cabinet-orders-row-el {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #666;
}
.cabinet-orders-row-el:last-child {
    border-bottom: 0;
}
.table-mobile {
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.table-mobile table {
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0;
}
.table-mobile table td,
.table-mobile table th {
    padding: 5px;
    border: 1px solid rgba(102, 102, 102, 0.25);
    text-align: center;
}
.table-mobile tr:nth-child(even) {
    background-color: rgba(102, 102, 102, 0.15);
}
@media (max-width: 1200px) {
    .table-mobile table thead {
        display: none;
    }
    .table-mobile table tr {
        display: block;
    }
    .table-mobile table td {
        display: flex;
        justify-content: space-between;
        font-size: 15px;
        padding: 10px;
    }
    .table-mobile table td::before {
        content: attr(data-label);
        font-weight: bold;
        margin-right: 20px;
    }
}
.table b {
    color: #333;
}
.table-title {
    font-size: 22px;
    margin-bottom: 10px;
}
.table-line {
    position: relative;
    margin-bottom: 15px;
}
.table-line::before {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 3px;
    border-bottom: 1px dotted #666;
    z-index: 0;
}
.table-line.undotted::before {
    border-bottom: 1px dotted transparent;
}
.table-line.black * {
    color: #333;
}
.table-line-name,
.table-line-val {
    z-index: 1;
    background: white;
}
.table-line-name {
    color: #666;
}
.forum-answer {
    background: rgba(102, 102, 102, 0.09);
    padding: 15px;
}
.forum-answer .input {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.forum-answer .input:last-child {
    margin-bottom: 0;
}
.forum-answer .input-label {
    display: none;
}
.forum-answer .input-pad {
    display: flex;
    flex: 1 1 auto;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.forum-answer .input-pad.submit {
    justify-content: flex-end;
    align-items: flex-end;
}
.forum-answer .input-element-file {
    margin-bottom: 5px;
}
.answer {
    border-bottom: 1px dotted;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.answer:last-child {
    border-bottom: 0;
}
.answer-head {
    flex: 1 1 25%;
    max-width: 200px;
    width: 100%;
    padding: 5px 0;
}
.answer-user {
    font-weight: bold;
    font-size: 18px;
}
.answer-body {
    flex: 1 1 75%;
    padding: 5px 15px;
}
.answer-date {
    color: #666;
    opacity: 0.7;
    margin-bottom: 5px;
}
.answer-comment {
    margin: 5px 0;
    font-size: 17px;
}
.answer-imgs {
    margin: 15px 0;
}
.answer-imgs-title {
    font-weight: bold;
    margin-bottom: 5px;
}
.path {
    overflow-x: auto;
    white-space: nowrap;
    padding: 20px 0;
}
.path-item {
    font-size: 18px;
    text-decoration: underline;
    color: #333;
    font-weight: 400;
}
.path-item.is-last {
    color: #666;
    text-decoration: none;
}
.path-arr {
    width: 7px;
    height: 7px;
    min-width: 7px;
    min-height: 7px;
    background-color: #666;
    margin: 0 10px;
    transform: rotate(45deg);
}
.basket-fieldset {
    margin: 15px auto;
    padding: 15px;
    border: 2px solid rgba(102, 102, 102, 0.25);
}
.basket-radio-choice {
    padding: 10px;
}
.basket-radio-choice.is-active {
    background: #f4f4f4;
}
.basket-radio-desc {
    font-size: 0.8125em;
}
.basket-radio-pad {
    margin-top: 15px;
}
.basket span {
    font-size: 16px;
    color: #666;
    font-weight: 400;
    font-family: "Tinos";
}
.basket-title {
    font-size: 24px;
    font-weight: 400;
    font-family: "Tinos";
    margin-bottom: 15px;
}
.basket-subtitle {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.basket-promo-val {
    position: relative;
}
.basket-promo-submit {
    border: 1px solid #333;
    position: absolute;
    right: 0;
    top: 0;
    outline: none;
    margin: 0 !important;
    padding: 0;
    height: 2em;
    width: 2em !important;
    cursor: pointer;
    border-left: 0;
}
.basket-promo .input {
    margin-bottom: 0;
    max-width: 180px;
}
@media (max-width: 1200px) {
    .basket-start {
        flex-direction: column !important;
    }
}
.basket-total {
    background-color: rgba(102, 102, 102, 0.09);
    flex: 1 1 300px;
    max-width: 300px;
    padding: 15px 25px;
    position: sticky;
    top: 120px;
    height: fit-content;
    margin-left: 15px;
}
@media (max-width: 1200px) {
    .basket-total {
        margin: 0;
    }
}
@media (max-width: 1200px) {
    .basket-total {
        flex: 1 1 auto;
        max-width: 100%;
    }
}
.basket-total-row {
    border-bottom: 1px dashed #666;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.basket-total-row:last-child {
    border-bottom: 2px solid transparent;
}
.basket-total-row-el {
    font-size: 18px;
    color: #333;
    font-weight: 400;
}
.basket-total-row-el-disc {
    color: #666 !important;
}
.basket-total-row b {
    font-family: "Tinos";
    font-size: 24px;
}
.basket-total-row button {
    margin-bottom: 5px;
    width: 100%;
}
.basket-order {
    margin: 30px 0;
}
.basket-order-section {
    padding: 0 30px;
    border-right: 1px solid #666;
}
@media (max-width: 1200px) {
    .basket-order-section {
        border-right: 0;
        margin-bottom: 30px;
    }
    .basket-order-section:first-child {
        border-right: 1px solid #666;
    }
}
@media (max-width: 992px) {
    .basket-order-section {
        border: 0 !important;
        padding: 0;
    }
}
.basket-order-section:last-child {
    border-right: 0;
}
@media (max-width: 992px) {
    .onoms-list {
        flex-flow: row wrap;
        flex-direction: unset !important;
        padding: 0;
    }
}
.onoms-list-el {
    border-bottom: 1px dashed #666;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.onoms-list-el span {
    margin-bottom: 15px;
}
@media (max-width: 992px) {
    .onoms-list-el {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .onoms-list-el {
        flex-flow: row wrap;
    }
}
.onoms-list-el-img {
    max-width: 150px;
}
@media (max-width: 992px) {
    .onoms-list-el-img {
        max-width: 100px;
        width: 100%;
    }
}
@media (max-width: 768px) {
    .onoms-list-el-img img {
        max-width: 95%;
    }
}
.onoms-list-el-info {
    flex: 1 1 250px;
    max-width: 250px;
}
.onoms-list-el-info-move {
    margin-top: 15px;
}
.onoms-list-el-info-move button {
    font-size: 15px;
    margin-right: 10px;
    color: rgba(102, 102, 102, 0.5);
}
.onoms-list-el-info p {
    font-size: 18px;
    color: #333;
    font-weight: 700;
    font-family: "Tinos";
    margin: 0;
    padding: 0;
}
.onoms-list-el-info i {
    color: rgba(102, 102, 102, 0.5);
}
@media (max-width: 992px) {
    .onoms-list-el-info a {
        text-align: center;
        width: 100%;
        display: flex;
        margin-bottom: 5px;
    }
    .onoms-list-el-info p {
        font-size: 16px;
        font-weight: 500;
    }
}
.onoms-list-el-price b {
    font-size: 18px;
}
@media (max-width: 992px) {
    .onoms-list-el-price b {
        font-size: 16px;
    }
}
.onoms-list-el-price-old {
    text-decoration: line-through;
    color: #666;
    font-size: 15px;
}
.onoms-list-el-price-total b {
    font-size: 20px;
}
@media (max-width: 992px) {
    .onoms-list-el-price-total b {
        font-size: 18px;
    }
}
@media (max-width: 576px) {
    .onoms-list-el-qty .nom-add-qty-input,
    .onoms-list-el-qty .nom-add-qty-btn,
    .onoms-list-el-qty .nom-add-qty-input {
        padding: 5px 2px;
        border: 0;
    }
}
.onoms-list-el-img,
.onoms-list-el-info,
.onoms-list-el-qty,
.onoms-list-el-price {
    margin-right: 15px;
}
@media (max-width: 992px) {
    .onoms-list-el-img,
    .onoms-list-el-info,
    .onoms-list-el-qty,
    .onoms-list-el-price {
        margin-right: 0;
    }
}
@media (max-width: 992px) {
    .onoms-list-el-info,
    .onoms-list-el-qty,
    .onoms-list-el-price,
    .onoms-list-el-action,
    .onoms-list-el-price-total {
        max-width: 100%;
        width: 100%;
        flex: auto;
        align-items: center;
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .onoms-list-el-img,
    .onoms-list-el-info,
    .onoms-list-el-price {
        max-width: 33%;
        margin-bottom: 15px;
    }
}
@media (max-width: 768px) {
    .onoms-list-el-qty,
    .onoms-list-el-price-total {
        max-width: 50%;
    }
}
@media (max-width: 576px) {
    .onoms-list-el-img,
    .onoms-list-el-info {
        max-width: 50%;
    }
}
@media (max-width: 576px) {
    .onoms-list-el-price,
    .onoms-list-el-qty,
    .onoms-list-el-price-total {
        max-width: 33%;
        margin-bottom: 0;
    }
}
@media (max-width: 992px) {
    .onoms-list-el-action {
        margin-top: 20px;
    }
}
.onoms-list-el-action button {
    width: 50%;
}
.onoms-list-el-action button.heart--active .svg {
    fill: red;
    stroke: red;
}
.onoms-list-el-action button:hover .svg {
    fill: red;
    stroke: red;
    transition: all 0.3s ease-in-out;
}
.onoms-list-el-action .svg {
    width: 23px;
    height: 23px;
}
.onoms-list-order .nom-add-qty-input {
    pointer-events: none;
    border: 0;
}
@media (max-width: 992px) {
    .onoms-list-order .nom-add-qty-input {
        font-size: 16px;
    }
}
.onoms-list-cut-bsk:hover .svg,
.onoms-list-cut-bsk.bsked .svg {
    fill: #3eb650 !important;
    stroke: #3eb650 !important;
}
.onoms-list-cut .onoms-list-el-img {
    max-width: 100px;
}
@media (max-width: 992px) {
    .onoms-list-cut .onoms-list-el-img {
        margin-bottom: 0;
    }
}
@media (max-width: 576px) {
    .onoms-list-cut .onoms-list-el-img {
        max-width: 33%;
        margin-bottom: 15px;
    }
}
.onoms-list-cut .onoms-list-el-info {
    max-width: 175px;
    flex: 1 1 175px;
}
@media (max-width: 992px) {
    .onoms-list-cut .onoms-list-el-info {
        margin-bottom: 0;
    }
}
@media (max-width: 576px) {
    .onoms-list-cut .onoms-list-el-info {
        max-width: 33%;
        margin-bottom: 15px;
    }
}
.onoms-list-cut .onoms-list-el-price {
    flex: 1 1 100px;
}
@media (max-width: 992px) {
    .onoms-list-cut .onoms-list-el-price {
        margin-bottom: 0;
        margin-top: -15px;
    }
}
@media (max-width: 576px) {
    .onoms-list-cut .onoms-list-el-price {
        max-width: 33%;
        margin-bottom: 15px;
    }
}
.onoms-list-cut .onoms-list-el-action {
    flex: 1 1 150px;
}
@media (max-width: 992px) {
    .onoms-list-cut .onoms-list-el-action {
        margin-top: 0;
    }
}
@media (max-width: 576px) {
    .onoms-list-cut .onoms-list-el-action {
        flex: 1 1 auto;
    }
}
.filter {
    overflow: hidden;
    padding: 0 15px;
}
.filter-close {
    position: absolute;
    right: 0;
    top: 15px;
    cursor: pointer;
}
@media (max-width: 576px) {
    .filter-close {
        right: 15px;
    }
}
.filter-beh {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #666;
}
.filter-beh:last-child {
    border-bottom: 0;
}
.filter-name-beh {
    margin-bottom: 10px;
    overflow: hidden;
    font-weight: bold;
    text-overflow: ellipsis;
    font-size: 18px;
}
.filter-input-val {
    max-width: 80px;
}
.filter-range-slider {
    margin: 15px 0;
}
.filter-vals-all {
    text-decoration: underline;
    cursor: pointer;
    order: 2;
}
.filter-vals .input-checkbox {
    order: 1;
}
.pager {
    margin: 30px auto;
    text-align: center;
}
.pager-page {
    width: 30px;
    height: 30px;
    background: #333;
    color: #fff;
    margin: 0 3px;
    border: 1px solid transparent;
    text-decoration: none;
}
.pager-page:hover {
    background: white;
    color: #333;
    border: 1px solid #666;
}
.pager-page.is-active {
    background-color: rgba(102, 102, 102, 0.1);
    border-color: #666;
    box-shadow: none;
    color: #333;
    cursor: default;
}
.advantages {
    grid-column-gap: 30px;
    background-color: rgba(102, 102, 102, 0.05);
    align-items: flex-start;
    padding: 30px 15px 50px 15px;
    width: calc(100% - 30px);
}
.advantages-item {
    margin: 15px;
    text-align: center;
}
.advantages-item img {
    max-width: 150px;
}
@media (max-width: 576px) {
    .advantages-item img {
        max-width: 100%;
    }
}
.advantages-name {
    font-size: 20px;
    margin: 10px auto;
    font-weight: 600;
    color: #333;
}
@media (max-width: 576px) {
    .advantages-name {
        font-size: 15px;
    }
}
.advantages-desc {
    color: #333;
}
@media (max-width: 576px) {
    .advantages-desc {
        font-size: 13px;
    }
}
.compare-row {
    overflow-x: auto;
    margin-bottom: 30px;
    position: relative;
    padding: 60px 15px 0 15px;
}
.compare-row-group {
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 30;
}
.compare-row::-webkit-scrollbar {
    height: 7px;
    background-color: #f9f9fd;
}
.compare-row::-webkit-scrollbar-thumb {
    background-color: rgba(102, 102, 102, 0.48);
    border-radius: 10px;
}
.compare-row::-webkit-scrollbar-track {
    -webkit-box-shadow: 5px 5px 5px -5px #666 inset;
    background-color: #f9f9fd;
}
.compare-row:nth-child(2n + 1) {
    background-color: rgba(102, 102, 102, 0.05);
}
.compare-row-el {
    min-width: 250px;
    max-width: 250px;
    flex: 1 1 250px;
    padding: 0 5px;
}
@media (max-width: 576px) {
    .compare-row-el {
        min-width: 150px;
        max-width: 150px;
        flex: 1 1 150px;
    }
}
.compare-row-el.lock {
    position: sticky;
    left: -20px;
    z-index: 20;
}
.compare-row-el-preview {
    position: relative;
    background-color: #fff;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}
.compare-row-el-preview-name {
    min-height: 40px;
    max-height: 40px;
    overflow: hidden;
    padding: 0 10px;
}
.compare-row-el-preview-img {
    background-color: #fff;
}
.compare-row-el-preview:hover .compare-row-el-preview-use {
    transition: all 0.5s ease-in-out;
    transform: translateX(0%);
    opacity: 1;
    pointer-events: all;
}
.compare-row-el-preview-use {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #f5f5f59e;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: all 0.7s ease-in-out;
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
}
.compare-row-el-preview-use-btn {
    background: none;
    border: 0;
    outline: none;
    width: 35px;
    height: 35px;
    cursor: pointer;
    padding: 0;
    padding: 5px;
}
.compare-row-el-preview-use-btn:hover,
.compare-row-el-preview-use-btn.lock {
    background: rgba(62, 212, 234, 0.6);
}
.compare-row-el-preview-use-btn:hover .svg,
.compare-row-el-preview-use-btn.lock .svg {
    fill: #0098cf;
}
.compare-row-el-preview-use-btn .svg {
    width: 25px;
    height: 25px;
    stroke-width: 0%;
    fill: #0098cf;
}
.compare-row-el-behs {
    width: calc(100% - 20px);
    margin-bottom: 15px;
    padding: 10px;
    background-color: #fff;
}
.compare-row-el-behs-row {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(102, 102, 102, 0.5);
}
.compare-row-el-behs-row-name {
    color: #666;
    font-size: 13px;
    text-transform: uppercase;
}
.compare-row-el-behs-row-value {
    color: #333;
    min-height: 20px;
}
.svg {
    display: block;
    width: 1em;
    height: 1em;
    margin: 0;
    stroke: currentColor;
    transition: transform 0.15s;
    pointer-events: none;
    stroke: black;
}
.svg-inline {
    display: inline-block;
    vertical-align: middle;
}
.input {
    margin-bottom: 15px;
}
.input.is-err {
    color: red;
}
.input.is-err .input-element {
    border-color: red;
}
.form-horisontal .input {
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
    white-space: normal;
}
.form-horisontal .input:first-child {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
.form-horisontal .input:last-child {
    margin-right: 0;
}
.input-label {
    display: inline-block;
    line-height: 1;
    margin-bottom: 4px;
}
.input-element {
    vertical-align: middle;
    outline: none;
    line-height: 1;
    background: #fff;
    border: 1px solid #666;
    width: 100%;
    height: 2em;
    padding: 0.3125em;
    box-sizing: border-box;
    border-radius: 2px;
    transition:
        border-color 0.15s,
        box-shadow 0.15s;
}
.input-element:focus,
.input-element:active {
    border-color: #666;
    box-shadow: inset 0 0 0 1px rgba(102, 102, 102, 0.2);
}
.input-element[readonly] {
    color: #333;
    border-color: #333;
    box-shadow: none;
    cursor: default;
    user-select: none;
}
.input-element-file {
    width: 100%;
}
.input-checkbox,
.input-radio {
    position: relative;
    display: block;
    padding-left: 25px;
    margin: 5px 0;
}
.input-checkbox input,
.input-radio input {
    position: absolute;
    left: 0;
    top: 3px;
    width: 15px;
    height: 15px;
}
.input-checkbox input[disabled] + label,
.input-radio input[disabled] + label {
    color: #666;
}
.input-desc {
    color: #666;
    font-style: italic;
    font-size: 0.8125em;
}
.input-error {
    color: red;
    font-style: normal;
}
.input-rating input[type="radio"] {
    display: none;
}
.input-rating-star {
    display: inline-block;
    overflow: hidden;
    padding-right: 2px;
    cursor: pointer;
    font-size: 1.25em;
}
.input-rating-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.input-rating-star:hover .rating-star,
.input-rating-star:hover ~ .input-rating-star .rating-star,
.input-rating input:checked ~ .input-rating-star .rating-star {
    fill: black;
}
select.input-element {
    padding-top: 0;
    padding-bottom: 0;
}
textarea.input-element,
select[multiple].input-element {
    height: auto;
}
.is-submitted .input-element:invalid,
.is-submitted input:invalid {
    border-color: red;
    box-shadow: none;
}
.is-submitted .input-element:invalid:focus,
.is-submitted .input-element:invalid:active,
.is-submitted input:invalid:focus,
.is-submitted input:invalid:active {
    box-shadow: inset 0 0 0 1px rgba(255, 0, 0, 0.3);
}
.is-submitted .input-checkbox input:invalid + label {
    color: red;
}
.rating {
    font-size: medium;
    margin-top: 15px;
    cursor: pointer;
}
.rating .rating-star {
    display: inline-block;
}
.rating-star {
    display: block;
    width: 16px;
    height: 16px;
    stroke: #666666;
    stroke-width: 6.25%;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: #fff;
    transition: fill 0.15s;
}
.rating-star.is-active {
    fill: #1393cc;
}
.l-manip-nom {
    margin-bottom: 10px;
}
.l-add-qty {
    margin-bottom: 0;
    white-space: nowrap;
}
.l-add-qty .input-element {
    width: 60px;
    text-align: center;
}
.dyna-notify-add,
.dyna-notify-delay,
.dyna-notify-compare {
    position: fixed;
    top: 90%;
    left: 0;
    z-index: 80;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    transform: translateX(-150%);
    transition: all 0.3s ease-in-out;
    pointer-events: none;
    backdrop-filter: blur(8px);
    padding: 10px 15px;
    background-color: rgba(110, 110, 110, 0.5);
    color: white;
    border-radius: 0 10px 10px 0;
    font-size: 20px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.01);
}
.dyna-notify-add:hover,
.dyna-notify-delay:hover,
.dyna-notify-compare:hover {
    color: white;
}
.dyna-notify-add.dyna-notify-show,
.dyna-notify-delay.dyna-notify-show,
.dyna-notify-compare.dyna-notify-show {
    transform: translateX(0%);
    pointer-events: all;
}
.dyna-notify-add .svg,
.dyna-notify-delay .svg,
.dyna-notify-compare .svg {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    fill: white;
    stroke: white;
}
.preloader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border-width: 3px;
    border-style: solid;
    border-color: #000 #000 transparent transparent;
    animation: rotation 1s linear infinite;
}
.preloader::before,
.preloader::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    margin: auto;
    border-radius: 50%;
    border-width: 3px;
    border-style: solid;
    border-color: transparent transparent #0098cf #0098cf;
    transform-origin: center center;
    animation: rotationBack 0.5s linear infinite;
}
.preloader::before {
    width: 32px;
    height: 32px;
    animation: rotation 1.5s linear infinite;
    border-color: #000 #000 transparent transparent;
}
.preloader-container {
    min-height: 48px;
    position: relative;
}
.preloader-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.7);
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}
.media-box {
    position: relative;
    display: block;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #ddd;
    background: #fff;
    padding: 2px;
}
.media-box img {
    display: block;
    box-sizing: border-box;
}
.media-box .btn {
    position: absolute;
    bottom: 0;
    right: 0;
}
.video-box {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 56.25%;
    padding-top: 30px;
}
.video-box iframe,
.video-box video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tree-grow {
    display: none;
    padding-left: 15px;
}
.tree-grow.is-open {
    display: block;
}
.tree-item {
    margin: 4px 0;
}
.tree-link {
    color: #333;
}
.tree-link.is-grow {
    margin-right: 1em;
}
.tree-link.is-current {
    color: #666;
}
.tree-toggle {
    float: right;
}
.tree-toggle.is-open .svg {
    transform-origin: 50% 50%;
    transform: rotate(180deg);
}
.nav-line {
    text-align: center;
}
.nav-line-link {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    color: #666;
}
.nav-kids-item {
    margin: 15px 0;
}
.nav-kids-img {
    display: block;
}
.loginpage {
    max-width: 500px;
    width: 100%;
    margin: 30px auto;
    background-color: #fff;
    border-radius: 20px;
    padding: 15px;
    box-sizing: border-box;
    box-shadow: 0px 8px 20px rgba(0, 152, 207, 0.2);
}
.loginpage .form {
    width: 100%;
}
.loginpage .form .input-label {
    padding: 0 0 5px 5px;
    font-size: 18px;
}
.scroll-block {
    max-height: 60vh;
    overflow-y: auto;
}
.tooltip {
    opacity: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    bottom: auto;
    position: fixed;
    animation: tooltip 2.5s ease-out;
    background: #333;
    padding: 5px 15px;
    color: #fff;
    box-shadow: 0px 8px 20px #00000030;
    z-index: 999;
    width: 250px;
    text-align: center;
    border-radius: 20px;
    line-height: 1;
}
@keyframes tooltip {
    0% {
        opacity: 0;
        top: 0;
    }
    50% {
        opacity: 1;
        top: 10%;
    }
    100% {
        opacity: 0;
        top: 0;
    }
}
.bubble-count {
    font-size: 10px;
    border: 1px solid #c1c1c1;
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    position: absolute;
    top: 0;
    right: 0;
    background: black;
    color: white;
}
.fullcompare-beh:nth-child(even) td {
    background-color: #f4f4f4;
}
.fullcompare-beh:nth-child(odd) td {
    background-color: #fcfcfc;
}
.table-pair {
    margin: 0.56em 0;
    width: auto;
    border-collapse: collapse;
}
.table-pair td,
.table-pair th {
    padding: 3px;
    vertical-align: top;
}
.table-pair th {
    text-align: right;
}
.ui-autocomplete-category {
    padding: 3px 1em 3px 0.4em;
    color: #666;
    font-weight: 700;
}
.template-contacts {
    display: flex;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 50px;
}
@media (max-width: 576px) {
    .template-contacts {
        flex-wrap: wrap;
    }
}
.template-contacts-text {
    flex: 1;
}
.template-contacts-feedback {
    width: 50%;
    box-sizing: border-box;
    flex: none;
    padding-right: 30px;
}
@media (max-width: 576px) {
    .template-contacts-feedback {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }
}
.feedback-block {
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0px 10px 30px 0px rgba(97, 97, 97, 0.2);
    max-width: 560px;
    margin: 0 auto;
}
.feedback-block-head {
    background-color: #9e4a6a;
    text-align: center;
    padding: 40px 60px;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    border-radius: 20px 20px 0 0;
}
@media (max-width: 992px) {
    .feedback-block-head {
        padding: 20px;
    }
}
.feedback-block-text {
    opacity: 0.5;
}
.feedback-block-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px;
}
.feedback-block-inner {
    padding: 40px 60px;
}
@media (max-width: 992px) {
    .feedback-block-inner {
        padding: 20px;
    }
}
.contacts-block {
    display: flex;
    margin-bottom: 30px;
    font-size: 18px;
}
.contacts-icon {
    border-radius: 10px;
    background-image: radial-gradient(#bf6188 0%, #9e4a6a 98%);
    border-color: transparent;
    border-style: solid;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 60px;
    height: 60px;
    margin-right: 20px;
}
.contacts-icon img {
    width: 27px;
    flex: none;
}
.contacts-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
.contacts a {
    text-decoration: none;
}
.is-hidden {
    display: none;
}
.h-text-center {
    text-align: center;
}
.h-text-right {
    text-align: right;
}
.h-text-left {
    text-align: left;
}
.h-muted {
    color: #666;
}
.h-text-error {
    color: red;
}
.h-text-warn {
    color: #fdca33;
}
.h-text-succ {
    color: #3eb650;
}
.h-font-medium {
    font-size: medium;
}
.h-visible-lg {
    display: none;
}
.h-visible-md {
    display: none;
}
.h-visible-sm {
    display: none;
}
.h-visible-ms {
    display: none;
}
.h-visible-xs {
    display: none;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.error {
    color: red;
}
.success {
    color: #3eb650;
}
.unhref {
    text-decoration: none;
}
.underline {
    text-decoration: underline;
}
.upper {
    text-transform: uppercase;
}
.hidden {
    display: none !important;
}
@media (max-width: 1200px) {
    .h-hidden-lg {
        display: none;
    }
    .h-visible-lg {
        display: block;
    }
}
@media (max-width: 992px) {
    .h-hidden-md {
        display: none;
    }
    .h-visible-md {
        display: block;
    }
}
@media (max-width: 768px) {
    .h-hidden-sm {
        display: none;
    }
    .h-visible-sm {
        display: block;
    }
}
@media (max-width: 576px) {
    .h-hidden-ms {
        display: none;
    }
    .h-visible-ms {
        display: block;
    }
}
@media (max-width: 480px) {
    .h-hidden-xs {
        display: none;
    }
    .h-visible-xs {
        display: block;
    }
}
.slick-preview > .slick-item {
    display: none !important;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-loading .slick-list {
    background: #fff url(/img/design/preloader_m.gif) center center no-repeat;
}
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 2em;
    width: 2em;
    box-sizing: border-box;
    line-height: 0px;
    cursor: pointer;
    background: transparent;
    top: 50%;
    margin-top: -1em;
    padding: 0.5em;
    border: none;
    outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
    opacity: 0.25;
}
.slick-prev {
    left: -2em;
}
[dir="rtl"] .slick-prev {
    left: auto;
    right: -2em;
}
.slick-next {
    right: -2em;
}
[dir="rtl"] .slick-next {
    left: -2em;
    right: auto;
}
.slick-dotted.slick-slider {
    margin: 0 2em 2em;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 2em;
    width: 2em;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 2em;
    width: 2em;
    overflow: hidden;
    outline: none;
    line-height: 0;
    color: transparent;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.5em;
    content: "●";
    width: 1em;
    height: 1em;
    font-size: 2em;
    line-height: 1;
    text-align: center;
    color: #333;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 0.75;
}
.slick-slide-pad {
    box-sizing: border-box;
    padding: 0 15px;
}
html.remodal-is-locked {
    overflow: hidden;
    touch-action: none;
}
.remodal,
[data-remodal-id] {
    display: none;
}
.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    display: none;
}
.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
    display: inline-block;
    height: 100%;
    margin-left: -0.05em;
    content: "";
}
.remodal-overlay,
.remodal-wrapper {
    backface-visibility: hidden;
}
.remodal {
    position: relative;
    text-align: left;
    outline: none;
    text-size-adjust: 100%;
}
.remodal-is-initialized {
    display: inline-block;
}
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
    filter: blur(3px);
}
.remodal-overlay {
    background: rgba(43, 46, 56, 0.9);
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
    animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
    animation-name: remodal-overlay-closing-keyframes;
}
.remodal-wrapper {
    padding: 10px 10px 0;
}
.remodal {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding: 35px;
    transform: translate3d(0, 0, 0);
    color: #2b2e38;
    background: #fff;
    border-radius: 2px;
}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
    animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
    animation-name: remodal-closing-keyframes;
}
.remodal,
.remodal-wrapper:after {
    vertical-align: middle;
}
.remodal-close {
    position: absolute;
    top: 0;
    right: 0;
}
.remodal .form {
    margin: 0 auto;
}
@keyframes remodal-opening-keyframes {
    from {
        transform: scale(1.05);
        opacity: 0;
    }
    to {
        transform: none;
        opacity: 1;
        filter: blur(0);
    }
}
@keyframes remodal-closing-keyframes {
    from {
        transform: scale(1);
        opacity: 1;
    }
    to {
        transform: scale(0.95);
        opacity: 0;
        filter: blur(0);
    }
}
@keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@media only screen and (min-width: 641px) {
    .remodal {
        max-width: 700px;
    }
}
.lt-ie9 .remodal-overlay {
    background: #2b2e38;
}
.lt-ie9 .remodal {
    width: 700px;
}
body.compensate-for-scrollbar {
    overflow: hidden;
}
.fancybox-active {
    height: auto;
}
.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}
.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}
.fancybox-container * {
    box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}
.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition:
        opacity 0.25s ease,
        visibility 0s ease 0.25s;
    visibility: hidden;
    z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition:
        opacity 0.25s ease 0s,
        visibility 0s ease 0s;
    visibility: visible;
}
.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox-toolbar {
    right: 0;
    top: 0;
}
.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}
.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}
.fancybox-slide::before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}
.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}
.fancybox-slide--image::before {
    display: none;
}
.fancybox-slide--html {
    padding: 6px;
}
.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    border-radius: 15px;
    -webkit-overflow-scrolling: touch;
    padding: 30px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
    cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
.fancybox-spaceball {
    z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}
.fancybox-slide--video .fancybox-content {
    background: #000;
}
.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}
.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}
.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}
.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}
.fancybox-button:hover {
    color: #fff;
}
.fancybox-button:focus {
    outline: none;
}
.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}
.fancybox-button div {
    height: 100%;
}
.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}
.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}
.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}
.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}
.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}
.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}
.fancybox-navigation .fancybox-button div {
    padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}
.fancybox-caption {
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.3) 50%,
        rgba(0, 0, 0, 0.15) 65%,
        rgba(0, 0, 0, 0.075) 75.5%,
        rgba(0, 0, 0, 0.037) 82.85%,
        rgba(0, 0, 0, 0.019) 88%,
        rgba(0, 0, 0, 0) 100%
    );
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}
@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom))
            max(44px, env(safe-area-inset-left));
    }
}
.fancybox-caption--separate {
    margin-top: -50px;
}
.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}
.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}
.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}
@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}
.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }
    .fancybox-slide--image {
        padding: 6px 0;
    }
    .fancybox-close-small {
        right: -6px;
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }
    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}
.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.fancybox-share p {
    margin: 0;
    padding: 0;
}
.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}
.fancybox-share__button:hover {
    text-decoration: none;
}
.fancybox-share__button--fb {
    background: #3b5998;
}
.fancybox-share__button--fb:hover {
    background: #344e86;
}
.fancybox-share__button--pt {
    background: #bd081d;
}
.fancybox-share__button--pt:hover {
    background: #aa0719;
}
.fancybox-share__button--tw {
    background: #1da1f2;
}
.fancybox-share__button--tw:hover {
    background: #0d95e8;
}
.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}
.fancybox-share__button svg path {
    fill: #fff;
}
.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995;
}
.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}
.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}
.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}
.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}
.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
    opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
.autoComplete_wrapper {
    display: inline-block;
    position: relative;
    width: 100%;
}
.autoComplete_wrapper > input::placeholder {
    color: rgba(51, 51, 51, 0.5);
    transition: all 0.3s ease;
}
.autoComplete_wrapper > ul {
    position: absolute;
    max-height: 226px;
    overflow-y: scroll;
    top: 100%;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0.5rem 0 0 0;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(51, 51, 51, 0.15);
    border: 1px solid #333;
    z-index: 1000;
    outline: none;
}
.autoComplete_wrapper > ul[hidden],
.autoComplete_wrapper > ul:empty {
    display: block;
    opacity: 0;
    transform: scale(0);
}
.autoComplete_wrapper > ul > li {
    margin: 0.3rem;
    padding: 0.3rem 0.5rem;
    list-style: none;
    text-align: left;
    font-size: 1rem;
    color: #333;
    transition: all 0.1s ease-in-out;
    border-radius: 2px;
    background-color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.2s ease;
}
.autoComplete_wrapper > ul > li::selection {
    color: rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
}
.autoComplete_wrapper > ul > li:hover {
    cursor: pointer;
    background-color: rgba(51, 51, 51, 0.1);
}
.autoComplete_wrapper > ul > li mark {
    background-color: transparent;
    color: #666;
    font-weight: bold;
}
.autoComplete_wrapper > ul > li mark::selection {
    color: rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
}
.autoComplete_wrapper > ul > li[aria-selected="true"] {
    background-color: rgba(51, 51, 51, 0.1);
}
.autoComplete_item_grp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.autoComplete_val {
    flex-grow: 1;
}
.autoComplete_grp {
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
    font-weight: 100;
    color: #a1a1a1;
} /*! nouislider - 14.6.4 - 3/18/2021 */
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
.noUi-target {
    position: relative;
}
.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.noUi-connects {
    overflow: hidden;
    z-index: 0;
}
.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat;
}
.noUi-connect {
    height: 100%;
    width: 100%;
}
.noUi-origin {
    height: 10%;
    width: 10%;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto;
}
.noUi-vertical .noUi-origin {
    width: 0;
}
.noUi-horizontal .noUi-origin {
    height: 0;
}
.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
}
.noUi-touch-area {
    height: 100%;
    width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}
.noUi-state-drag * {
    cursor: inherit !important;
}
.noUi-horizontal {
    height: 18px;
}
.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    right: -17px;
    top: -6px;
}
.noUi-vertical {
    width: 18px;
}
.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    right: -6px;
    top: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto;
}
.noUi-target {
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    box-shadow:
        inset 0 1px 1px #f0f0f0,
        0 3px 6px -5px #bbb;
}
.noUi-connects {
    border-radius: 3px;
}
.noUi-connect {
    background: #3fb8af;
}
.noUi-draggable {
    cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}
.noUi-handle {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    box-shadow:
        inset 0 0 1px #fff,
        inset 0 1px 7px #ebebeb,
        0 3px 6px -3px #bbb;
}
.noUi-active {
    box-shadow:
        inset 0 0 1px #fff,
        inset 0 1px 7px #ddd,
        0 3px 6px -3px #bbb;
}
.noUi-handle:before,
.noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px;
}
.noUi-handle:after {
    left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}
.noUi-vertical .noUi-handle:after {
    top: 17px;
}
[disabled] .noUi-connect {
    background: #b8b8b8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
    cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.noUi-pips {
    position: absolute;
    color: #999;
}
.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}
.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}
.noUi-marker {
    position: absolute;
    background: #ccc;
}
.noUi-marker-sub {
    background: #aaa;
}
.noUi-marker-large {
    background: #aaa;
}
.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}
.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}
.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}
.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}
.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    left: auto;
    bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(0, -18px);
    transform: translate(0, -18px);
    top: auto;
    right: 28px;
}
.filter-range-slider .noUi-handle {
    box-shadow: none;
    cursor: pointer;
}
.filter-range-slider .noUi-handle::before,
.filter-range-slider .noUi-handle::after {
    display: none;
}
.filter-range-slider .noUi-handle .noUi-touch-area {
    border: 1px solid transparent;
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    width: auto;
    height: auto;
}
.filter-range-slider.noUi-target {
    height: 10px;
}
.filter-range-slider .noUi-connect {
    background: #666;
}
.filter-range-slider .noUi-handle {
    height: 18px;
    width: 18px;
    top: -5px;
    right: -9px;
    border-radius: 9px;
}
.filter-range-slider .noUi-active {
    border-color: #666;
    box-shadow: inset 0 0 0 1px rgba(102, 102, 102, 0.2);
}
.remodal.modal-md {
    max-width: 992px;
}
.remodal.modal-sm {
    max-width: 768px;
}
.remodal.modal-ms {
    max-width: 576px;
}
.remodal.modal-xs {
    max-width: 480px;
}
@media (max-width: 768px) {
    .remodal {
        padding: 15px !important;
    }
}
@media (max-width: 576px) {
    .remodal .add-basket-modal-noms .btn,
    .remodal .add-compare-modal-noms .btn {
        width: calc(100% - 30px);
        margin: 5px auto;
        padding: 10px 15px;
        box-sizing: border-box;
    }
}
.slick-dotted.slick-slider {
    margin: 0 !important;
}
.slick-dots {
    bottom: 15px !important;
    text-align: left !important;
    width: auto !important;
    margin-left: 8px !important;
}
.slick-dots li {
    height: 25px !important;
    width: 25px !important;
    margin: 0 !important;
}
.slick-dots li button {
    height: 25px !important;
    width: 25px !important;
}
.slick-dots li button::before {
    content: "■" !important;
    color: #fff !important;
    height: 25px !important;
    width: 25px !important;
    margin-top: 0 !important;
    top: 0 !important;
    font-size: 25px !important;
}
.cookie {
    position: fixed;
    left: 10px;
    bottom: 10px;
    max-width: 275px;
    background: #000;
    padding: 15px;
    border-radius: 15px;
    color: white;
    opacity: 0;
    box-shadow: 0px 8px 20px #00000030;
    pointer-events: none;
    left: -100%;
    z-index: 999;
}
.cookie-title {
    font-size: 18px;
    margin-bottom: 10px;
}
.cookie-desc {
    margin-bottom: 10px;
    font-size: 12px;
}
.cookie-desc a {
    text-decoration: underline;
    color: #fff;
}
.cookie-btn {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    background: #0098cf;
    color: white;
    border-radius: 5px;
    outline: none;
    border: none;
    padding: 3px 14px;
    transition: all 0.3s ease-in-out;
}
