html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
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: rgba(0, 0, 0, 0);
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[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;
}
.wpcf7-spinner {
    display: none !important;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
html {
    box-sizing: border-box;
}
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue",
        sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}
p {
    margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
body {
    background: #fff;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul,
ol {
    margin: 0 0 1.5em 0em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: 700;
}
dd {
    margin: 0 1.5em 1.5em;
}
embed,
iframe,
object {
    max-width: 100%;
}
img {
    height: auto;
    max-width: 100%;
}
figure {
    margin: 1em 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
a {
    color: #bc051e;
}
a:hover,
a:focus,
a:active {
    color: #f40627;
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active {
    outline: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}
@media (min-width: 1500px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1430px;
    }
}
a {
    text-decoration: none;
}
a {
    outline: none !important;
}
select {
    border: 1px solid #ccc;
}
textarea {
    width: 100%;
}
@font-face {
    font-family: "Lora";
    src: url("/wp-content/themes/cvetoff/fonts/Lora-Medium.ttf");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Lora";
    src: url("/wp-content/themes/cvetoff/fonts/Lora-SemiBold.ttf");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Lora";
    src: url("/wp-content/themes/cvetoff/fonts/Lora-Bold.ttf");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat";
    src: url("/wp-content/themes/cvetoff/fonts/Montserrat-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat";
    src: url("/wp-content/themes/cvetoff/fonts/Montserrat-Medium.ttf");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat";
    src: url("/wp-content/themes/cvetoff/fonts/Montserrat-Bold.ttf");
    font-weight: 700;
    font-style: normal;
}
body {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #09191c;
    background: #fff;
    margin-top: 114px;
}
#primary {
    padding: 10px 0;
}
h1 {
    font-family: "Lora";
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 45px;
    margin-top: 50px;
    margin-bottom: 40px;
}
h2 {
    font-family: "Lora";
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 50px;
    color: #154249;
}
h2.h2-white {
    font-family: "Lora";
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 45px;
    color: #fff;
}
header.main-header {
    position: fixed;
    left: 0%;
    right: 0%;
    top: 0%;
    background: #fff;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.12);
    padding: 25px 10px;
    z-index: 100;
    transition: all 0.3s;
}
header.main-header a.logo img {
    transition: all 0.3s;
    width: 120px;
}
a.btn-red.btn-mobile {
    display: none;
}
.menu-header {
    display: flex;
    justify-content: space-between;
}
.menu-header .menu-items {
    list-style: none;
    padding: 0;
    margin: 0 10px;
    display: flex;
    align-items: center;
}
.menu-header .menu-items li {
    margin: 0 35px;
}
.menu-header .menu-items li a {
    color: #09191c;
    font-weight: 500;
    font-size: 18px;
}
.menu-header .menu-items li a:hover {
    color: #bc051e;
}
.menu-header .menu-items li a.act {
    color: #bc051e;
}
.menu-header .social {
    display: flex;
    align-items: center;
}
.menu-header .social a {
    color: #09191c;
    font-weight: 500;
    font-size: 16px;
    text-decoration: underline;
}
.menu-header .social .phone {
    margin-right: 50px;
    white-space: nowrap;
}
.menu-header .social .phone img {
    margin-right: 12px;
}
.main {
    margin-top: 150px;
    background: #154249;
}
.main-block .main-block__content .main-slider .swiper-slide {
    position: relative;
    color: #fff;
}
.main-block .main-block__content .main-slider .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background-position: 50% 50%;
    background-size: cover;
    z-index: 0;
    filter: brightness(0.8);
    -webkit-filter: brightness(0.8);
}
.main-block .main-block__content .main-slider .swiper-slide .background-filter {
    color: rgba(21, 66, 73, 0.4);
    opacity: 40%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.main-block .main-block__content .main-slider .swiper-slide .swiper-slide__content {
    position: relative;
    z-index: 2;
    padding: 130px 24px;
    max-width: 1410px;
    margin: 0 auto;
}
.main-block .main-block__content .main-slider .swiper-slide .swiper-slide__content h2 {
    border: none;
    padding-left: 0;
    margin-bottom: 15px;
    font-size: 36px;
    color: #fff;
}
.main-block .main-block__content .main-slider .swiper-slide .swiper-slide__content span {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 50px;
    display: block;
}
.main-block .main-block__content .main-slider .swiper-slide .swiper-slide__content .slider-priv {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 50px;
}
.main-block .main-block__content .main-slider .swiper-slide .swiper-slide__content .slider-priv li {
    color: #000;
    background: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    padding: 20px 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.main-block .main-block__content .main-slider .swiper-slide .swiper-slide__content .slide_btn_group {
    display: flex;
    gap: 20px;
}
.main-block .main-block__content .main-slider .sw-button-prev {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    left: 8%;
}
.main-block .main-block__content .main-slider .sw-button-next {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    right: 8%;
}
.btn-red {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #bc051e;
    border-radius: 4px;
    color: #fff !important;
    font-weight: 500;
    font-size: 18px;
    padding: 10px 60px;
    transition: all 0.2s;
    border: 0;
}
.btn-red:hover {
    background: #f40627;
}
.btn-red-alt {
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    border-radius: 4px;
    color: #bc051e !important;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 60px;
    border: 1px solid #bc051e;
}
.about {
    position: relative;
    overflow: hidden;
    background: url("/wp-content/uploads/2026/06/about-bg.png") no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 70px;
    color: #fff;
}
.about p {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
}
.about h2 {
    margin-bottom: 40px;
}
.about .about-bg {
    position: absolute;
    top: 0;
    right: -12px;
    bottom: 0;
    width: 47%;
}
.about .about-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.how-to {
    position: relative;
    padding-top: 80px;
    padding-bottom: 100px;
    overflow: hidden;
}
.how-to .how-to-bg {
    position: relative;
}
.how-to .how-to-bg .background-1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.16));
    border-radius: 4px;
}
.how-to .how-to-bg .background-2 {
    position: absolute;
    bottom: 8%;
    left: 0;
    filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.16));
    border-radius: 4px;
}
.how-to .steps .step {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.how-to .steps .step img {
    margin-right: 20px;
}
.how-to .steps .step .how-to-steps-icon {
    margin-right: 20px;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    flex: 0 0 88px;
    justify-content: center;
    background-color: #fff;
    position: relative;
    border: 2px solid #154249;
    transition: box-shadow 0.4s ease-in-out;
}
.how-to .steps .step .how-to-steps-icon::before {
    content: "";
    width: 88px;
    height: 88px;
    position: absolute;
    background: #154249;
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.4s ease-in-out;
}
.how-to .steps .step .how-to-steps-icon svg {
    fill: #154249;
    z-index: 1;
}
.how-to .steps .step .how-to-steps-icon svg path {
    fill: #154249;
    transition: all 0.2s ease-in-out;
}
.how-to .steps .step .how-to-steps-icon svg .step-5,
.how-to .steps .step .how-to-steps-icon svg .step-4 {
    fill: #fff;
    stroke: #154249;
}
.how-to .steps .step .how-to-steps-icon.step-active svg {
    fill: #fff;
}
.how-to .steps .step .how-to-steps-icon.step-active svg path {
    fill: #fff;
}
.how-to .steps .step .how-to-steps-icon.step-active svg .step-5,
.how-to .steps .step .how-to-steps-icon.step-active svg .step-4 {
    fill: #154249;
    stroke: #fff;
}
.how-to .steps .step .how-to-steps-icon.step-active::before {
    transform: scale(1);
}
.how-to .steps .step span {
    display: block;
    font-family: "Lora";
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
}
.how-to .steps .arrow {
    margin-bottom: 30px;
    margin-left: 40px;
}
.faq {
    overflow: hidden;
    position: relative;
    background: #154249;
    padding-top: 90px;
    padding-bottom: 110px;
    color: #fff;
}
.faq img.faq-girl {
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.12));
    border-radius: 4px;
}
.faq .container {
    position: relative;
    z-index: 1;
}
.faq .background-1 {
    position: absolute;
    right: -330px;
    top: -143px;
    z-index: 0;
}
.faq .background-2 {
    position: absolute;
    left: -130px;
    bottom: -454px;
    z-index: 0;
}
.faq #faq-accordion .accordion-item {
    background: none;
    border: none;
    border-bottom: 1px solid #d9d9d9;
}
.faq #faq-accordion .accordion-item h2 {
    padding: 0;
    border: none;
}
.slider-content img {
    max-width: 460px;
    flex: 1 0 0;
}
.faq #faq-accordion .accordion-item h2 .faq-accordion-btn {
    position: relative;
    font-family: "Lora";
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    color: #fff;
    padding: 30px 0;
    padding-right: 30px;
}
.faq #faq-accordion .accordion-item h2 .faq-accordion-btn img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.faq #faq-accordion .accordion-item h2 button[aria-expanded="false"] .closed {
    display: block;
}
.faq #faq-accordion .accordion-item h2 button[aria-expanded="false"] .opened {
    display: none;
}
.faq #faq-accordion .accordion-item h2 button[aria-expanded="true"] .closed {
    display: none;
}
.faq #faq-accordion .accordion-item h2 button[aria-expanded="true"] .opened {
    display: block;
}
.faq #faq-accordion .accordion-item .accordion-body {
    padding-left: 0;
    padding-top: 0;
    color: #fff;
}
footer {
    padding: 50px 0;
    background: #0e2e33;
    color: #fff;
    padding-bottom: 0;
}
footer ul {
    list-style: none;
    padding: 0;
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer ul li {
    margin: 0 20px;
    width: 120px;
    text-align: center;
}
footer ul li a {
    color: #fff;
}
footer .menu-items a:hover {
    color: #fff;
    font-weight: 500;
}
footer .social-footer {
    margin: 8px 0;
    text-align: center;
    margin-bottom: 30px;
}
footer .social-footer a {
    padding: 10px;
}
footer .email {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    padding: 35px;
    display: inline-block;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #fff;
}
footer .email img {
    margin-right: 10px;
}
footer .legal a {
    color: #fff;
}
footer .legal a:hover {
    color: #fff;
    font-weight: 500;
}
#information-contact {
    padding-bottom: 60px;
}
#information-contact h1 {
    margin-top: 0;
}
.category .category-item {
    background: #0e2e33;
    padding: 40px 70px;
    margin-bottom: 25px;
    position: relative;
}
.category .category-item h2 {
    position: relative;
    border: none;
    color: #fff;
    margin-bottom: 25px;
    padding: 0;
}
.category .category-item::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    transition: all 0.3s;
    opacity: 0;
}
.category .category-item:hover::before {
    opacity: 1;
}
.category .category-item:hover .btn-white {
    background: #fff;
    color: #bc051e;
}
.btn-white {
    border: 1px solid #fff;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: auto;
    padding: 9px 39px;
    font-weight: 500;
    font-size: 18px;
    position: relative;
    border-radius: 4px;
}
.btn-white:hover {
    background: #fff;
    color: #bc051e;
}
.breadcrumb {
    margin: 0;
}
.breadcrumb li {
    color: #bbb;
    margin-right: 5px;
}
.breadcrumb li a {
    color: #bbb;
}
.gallery-header {
    margin-bottom: 40px;
}
.gallery-content {
    padding-bottom: 60px;
}
.how-to-order {
    position: relative;
}
.how-to-order .how-to-steps {
    position: relative;
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
}
.how-to-order .how-to-steps .step {
    margin-bottom: 30px;
    text-align: center;
    flex-basis: 20%;
}
.how-to-order .how-to-steps .step img {
    margin-bottom: 20px;
}
.how-to-order .how-to-steps .step .how-to-steps-icon {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: relative;
    border: 2px solid #154249;
    transition: box-shadow 0.4s ease-in-out;
}
.how-to-order .how-to-steps .step .how-to-steps-icon::before {
    content: "";
    width: 88px;
    height: 88px;
    position: absolute;
    background: #154249;
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.4s ease-in-out;
}
.how-to-order .how-to-steps .step .how-to-steps-icon svg {
    fill: #154249;
    z-index: 1;
}
.how-to-order .how-to-steps .step .how-to-steps-icon svg path {
    fill: #154249;
    transition: all 0.2s ease-in-out;
}
.how-to-order .how-to-steps .step .how-to-steps-icon svg .step-5,
.how-to-order .how-to-steps .step .how-to-steps-icon svg .step-4 {
    fill: #fff;
    stroke: #154249;
}
.how-to-order .how-to-steps .step .how-to-steps-icon.step-active svg {
    fill: #fff;
}
.how-to-order .how-to-steps .step .how-to-steps-icon.step-active svg path {
    fill: #fff;
}
.how-to-order .how-to-steps .step .how-to-steps-icon.step-active svg .step-5,
.how-to-order .how-to-steps .step .how-to-steps-icon.step-active svg .step-4 {
    fill: #154249;
    stroke: #fff;
}
.how-to-order .how-to-steps .step .how-to-steps-icon.step-active::before {
    transform: scale(1);
}
.how-to-order .how-to-steps .step span {
    display: block;
    font-family: "Lora";
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
}
.how-to-order .how-to-steps .line {
    position: absolute;
    width: 76%;
    height: 1px;
    background: #154249;
    left: 50%;
    transform: translateX(-50%);
    top: 35%;
    z-index: -1;
}
.how-to-get {
    background: #154249;
    padding-top: 80px;
    padding-bottom: 50px;
}
.how-to-get p {
    color: #fff;
    padding-top: 100px;
    padding-bottom: 20px;
}
.how-to-get img {
    margin-bottom: 90px;
}
#information-contact a.wa img {
    width: 18px;
    margin-right: 10px;
}
#information-contact h3 {
    font-family: "Lora";
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    border-left: 2px solid #09191c;
    padding-left: 16px;
    margin-bottom: 15px;
    margin-top: 32px;
}
#information-contact .contact-info a {
    display: block;
    color: #bc051e;
    text-decoration: underline;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}
.form-contact {
    padding-top: 90px;
    padding-bottom: 100px;
}
.form-contact h2 {
    margin-bottom: 0;
}
.form-contact label {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    padding-bottom: 8px;
    padding-top: 20px;
}
.form-contact p {
    margin: 0;
}
.form-contact input[type="text"],
.form-contact input[type="phone"] {
    border: 1px solid #949494;
    border-radius: 4px;
    height: 42px;
    padding: 10px;
    width: 100%;
}
.form-contact textarea {
    border: 1px solid #949494;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 0px;
}
input[type="submit"] {
    display: inline-block;
    background: #bc051e;
    border-radius: 4px;
    color: #fff !important;
    font-weight: 500;
    font-size: 18px;
    padding: 15px 60px;
    border: none;
}
.products-list .product-thumb {
    position: relative;
    height: 440px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
}
.products-list .product-thumb::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    transition: all 0.3s;
    opacity: 0;
}
.products-list .product-thumb:hover::before {
    opacity: 1;
}
.products-list .product-thumb:hover img {
    height: 110%;
}
.products-list .product-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.5s;
}
.products-list .product-thumb .product-info {
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
    min-height: 146px;
    background: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border-radius: 0px 0px 4px 4px;
    padding: 16px;
    padding-bottom: 74px;
}
.products-list .product-thumb .product-info .product-desc {
    overflow: hidden;
    position: absolute;
    left: 16px;
    right: 16px;
    top: 16px;
    bottom: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.products-list .product-thumb .product-info h3 {
    font-family: "Lora";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #09191c;
    text-align: center;
    margin-bottom: 0;
}
.products-list .product-thumb .product-info p {
    font-size: 14px;
    line-height: 20px;
    color: #09191c;
    display: none;
}
.products-list .product-thumb .product-info button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 16px;
}
.products-list .product-thumb .product-info button:hover {
    border-color: #bc051e;
}
.custom-filter .category-group {
    display: none;
}
.custom-filter .filer {
    margin-top: 53px;
}
.custom-filter h3 {
    font-family: "Lora";
    font-weight: 600;
    font-size: 24px;
    line-height: 45px;
}
.custom-filter .list-group {
    margin-top: 50px;
    margin-bottom: 40px;
}
.custom-filter .list-group h3 {
    font-family: "Lora";
    font-weight: 600;
    font-size: 24px;
    line-height: 45px;
}
.custom-filter .list-group .list-group-item {
    border: none;
    font-weight: 500;
    padding-left: 0;
}
.custom-filter .list-group .list-group-item.active {
    background: none;
    color: #bc051e;
}
.custom-filter .panel h4 {
    font-family: "Lora";
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
}
.custom-filter .panel .list-group {
    margin-top: 0px;
    margin-bottom: 10px;
}
.custom-filter .panel .list-group .list-group-item .checkbox {
    margin-bottom: 10px;
}
.custom-filter .panel #button-filter {
    background: #bc051e;
    border: 0;
}
#product-product .second_desc {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 20px;
}
#product-product .line {
    width: 379px;
    height: 2px;
    background: #bbb;
    margin-bottom: 30px;
}
#product-product h3 {
    font-family: "Lora";
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
}
#product-product .thumbnails {
    height: 460px;
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
}
#product-product .thumbnails .zoom {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 13px;
    border-radius: 50%;
    background: #fff;
}
#product-product .thumbnails .zoom img {
    width: 100%;
}
#product-product .thumbnails img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}
.popup-form {
    max-width: 643px;
}
.popup-form h2 {
    margin-bottom: 10px;
}
.popup-form label {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    padding-bottom: 0;
    padding-top: 15px;
}
.popup-form input[type="text"],
.popup-form input[type="phone"],
.popup-form input[type="email"] {
    border: 1px solid #949494;
    border-radius: 4px;
    padding: 6px 10px;
    width: 100%;
}
.popup-form textarea {
    border: 1px solid #949494;
    border-radius: 4px;
    padding: 6px;
    margin-bottom: 25px;
    height: 120px;
}
.popup-form p {
    margin: 0;
}
.popup-form .btn-red {
    margin-top: 10px;
}
.error {
    border: 1px solid #bc051e !important;
}
.l_error {
    color: #bc051e;
}
.swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    box-shadow: none;
    margin: 0 5px;
    opacity: 1;
}
.catalog {
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
}
.catalog .products-list {
    position: relative;
    padding-top: 0;
    margin-bottom: 50px;
}
.catalog .products-list .product-thumb {
    margin-bottom: 0;
}
.catalog .products-list .product-thumb .product-info {
    min-height: 56px;
}
.catalog .products-list .button-prev {
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
}
.catalog .products-list .button-next {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
}
.mobile {
    display: none;
}
.mobile .menu-items {
    list-style: none;
    padding: 0;
    margin: 0 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.mobile .menu-items li {
    margin: 10px 20px;
}
.nav {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu a {
    display: block;
    padding: 30px;
}
.menu a:hover {
    color: #bc051e;
}
.nav {
    max-height: 0;
    transition: max-height 0.5s ease-out;
}
.hamb {
    cursor: pointer;
    float: right;
    padding: 40px 20px;
    z-index: 1;
    position: fixed;
    right: 0;
    top: 0;
}
.hamb-line {
    background: #09191c;
    display: block;
    height: 4px;
    position: relative;
    width: 16px;
    border-radius: 4px;
}
.hamb-line::before,
.hamb-line::after {
    background: #09191c;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 29px;
    border-radius: 4px;
}
.hamb-line::before {
    top: 10px;
    right: 0;
}
.hamb-line::after {
    top: -10px;
    right: 0;
}
.side-menu {
    display: none;
}
.side-menu:checked ~ nav {
    max-height: 100%;
}
.side-menu:checked ~ .hamb .hamb-line {
    background: rgba(0, 0, 0, 0);
}
.side-menu:checked ~ .hamb .hamb-line::before {
    transform: rotate(-45deg);
    top: 0;
}
.side-menu:checked ~ .hamb .hamb-line::after {
    transform: rotate(45deg);
    top: 0;
}
.about-us {
    padding-bottom: 80px;
}
.about-us h1 {
    margin-top: 0;
}
.about-us h2 {
    font-family: "Lora";
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    padding-left: 0;
    border: 0;
    margin-bottom: 20px;
}
.about-us blockquote {
    border-left: 2px solid #bc051e;
    padding-left: 15px;
    margin-left: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
}
.success-message h2 {
    padding: 0;
    border: 0;
    font-weight: 700;
    font-size: 28px;
    line-height: 50px;
    margin-bottom: 0px;
}
.mobile nav {
    left: 0;
    right: 0;
}
.sales {
    padding: 60px 0;
}
.sales .sales_group {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}
.title_desc {
    color: #bc051e;
    font-family: "Lora";
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0%;
    margin-bottom: 20px;
}
.privileges {
    padding: 60px 0;
}
.privileges .tabs {
    display: flex;
    gap: 36px;
    border-bottom: 2px solid #0e2e33;
    margin-bottom: 50px;
    list-style: none;
    margin-left: 0;
    padding: 0;
}
.privileges .tabs button {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    padding-bottom: 20px;
    border-bottom: 2px solid;
    border-radius: 0;
    position: relative;
    bottom: -2px;
}
.privileges .tabs button.active {
    color: #bc051e;
    border-bottom: 2px solid;
    border-radius: 0;
}
.privileges .tab {
    position: relative;
    padding-bottom: 18px;
    font-size: 16px;
    font-weight: 600;
    color: #1a2b32;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}
.privileges .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.privileges .card-p {
    position: relative;
    background: #f1f4f4;
    border-radius: 4px;
    padding: 32px 36px 32px 32px;
    padding-left: 44px;
    min-height: 320px;
    overflow: hidden;
}
.privileges .card-p::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    background: #bc051e;
}
.privileges .card-p h3 {
    font-family: "Lora", serif;
    font-size: 22px;
    font-weight: 500;
    color: #1a2b32;
    margin-bottom: 16px;
}
.privileges .card-p p {
    font-size: 16px;
    line-height: 1.6;
    color: #154249;
    max-width: 380px;
}
.privileges .card-p .number {
    position: absolute;
    right: -2px;
    bottom: -12px;
    font-family: "Lora", sans-serif;
    font-size: 128px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 2px #154249;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.gallery-block {
    padding: 60px 0;
}
.flex-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 80px;
}
.image-rate {
    position: relative;
    overflow: hidden;
    height: 250px;
    flex-grow: 1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.image-rate img {
    width: auto;
    height: 100%;
    min-width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer;
    transition: 1s;
}
.loyalty {
    padding: 60px 0;
    padding-bottom: 120px;
}
.loyalty .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-bottom: 40px;
}
.loyalty .card-p {
    position: relative;
    background: #f1f4f4;
    border-radius: 4px;
    padding: 32px 36px 32px 32px;
    padding-left: 44px;
    min-height: 320px;
    overflow: hidden;
    text-align: center;
}
.loyalty .card-p::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #bc051e;
}
.loyalty .card-p svg {
    margin-bottom: 20px;
}
.loyalty .card-p h3 {
    font-family: "Lora", serif;
    font-size: 22px;
    font-weight: 500;
    color: #1a2b32;
    margin-bottom: 16px;
}
.loyalty .card-p p {
    font-size: 16px;
    line-height: 1.6;
    color: #154249;
    max-width: 380px;
}
.how-order {
    padding: 80px 0;
}
.how-order .how-order_card {
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    background: #f4f6f7;
    padding: 40px;
    height: 100%;
    min-height: 290px;
    width: 100%;
}
.how-order .how-order_card img {
    position: absolute;
    right: 0;
    bottom: 0;
}
.how-order .how-order_card .how-order_card-number {
    font-size: 18px;
    font-weight: 700;
}
.how-order .how-order_card p {
    font-family: "Lora", sans-serif;
    font-size: 22px;
}
.how-order .how-order_card.alt-card {
    color: #fff;
    background: #154249;
}
.how-order .col-lg-8 .row {
    row-gap: 25px;
}
.card {
    position: relative;
    width: 340px;
    background: #fff;
    border: 1px solid #154249;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}
.card_info {
    padding: 15px;
}
.badge {
    display: inline-block;
    background: #bc051e;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 5px 12px;
    border-radius: 4px;
    align-self: flex-start;
    position: absolute;
    left: 15px;
    top: 15px;
}
.image-placeholder {
    overflow: hidden;
    height: 337px;
    border-radius: 4px 4px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.image-placeholder img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.title {
    font-size: 18px;
    font-weight: 700;
    color: #154249;
    margin-top: 10px;
    margin-bottom: 16px;
}
.specs {
    display: flex;
    gap: 24px;
    margin-bottom: 14px;
}
.spec-label {
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #949494;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.spec-value {
    font-size: 16px;
    color: #154249;
    font-weight: 500;
}
.divider {
    border: none;
    border-top: 1px solid #949494;
    margin-bottom: 16px;
}
.bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.price-block {
    display: flex;
    flex-direction: column;
    width: 83px;
}
.price-group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.price-from {
    font-size: 12px;
    color: #949494;
    letter-spacing: 0.5px;
}
.price-current {
    font-size: 18px;
    font-weight: 700;
    color: #c10e2b;
    line-height: 1.1;
}
.price-old {
    font-size: 18px;
    color: #154249;
    text-decoration: line-through;
    font-weight: 700;
    white-space: nowrap;
}
.btn-details {
    background: #154249;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 15px 50px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s ease;
}
.btn-details:hover {
    background: #16292f;
    color: #fff !important;
}
.reservation {
    padding: 60px 0;
}
.reservation .reservation_card {
    padding: 40px;
    background: #f0f4f4;
    border-radius: 4px;
    min-height: 378px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.reservation .reservation_card .btn-details {
    padding: 11px 50px;
    color: #fff !important;
}
.reservation .reservation_card h3 {
    font-family: "Lora", sans-serif;
    font-size: 32px;
    font-weight: 600;
}
.reservation .reservation_card.alt-res-card {
    background: #bc051e;
    color: #fff;
}
.reservation .reservation_card.alt-res-card .btn-res {
    background: #fff;
    color: #bc051e !important;
    border: 1px solid #fff;
}
.reservation .reservation_card.alt-res-card .btn-res:hover {
    color: #fff !important;
    background: #bc051e;
}
section.category {
    padding: 30px 0;
}
.catalog-header {
    position: relative;
    padding: 80px 0;
    background: url("/wp-content/themes/cvetoff/img/a0438354f44f485ee2ce4319dc2d1162349e94fc.jpg");
    background-position: 50% 50%;
    background-size: cover;
    color: #fff;
}
.catalog-header::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(21, 66, 73, 0.4);
}
.catalog-header h1 {
    margin-bottom: 20px;
}
.catalog-header .container {
    position: relative;
    z-index: 1;
}
.catalog-header p {
    font-family: "Lora", sans-serif;
    font-weight: 600;
    font-size: 22px;
}
.default-header {
    position: relative;
    padding: 80px 0;
    color: #fff;
    margin-bottom: 60px;
    overflow: hidden;
}
.default-header::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(21, 66, 73, 0.4);
}
.default-header img {
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: auto;
    height: auto;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.default-header .container {
    position: relative;
    z-index: 1;
}
.catalog-content {
    padding: 60px 0;
}
form.filter-form button.btn-red {
    width: 100%;
}
.filter-content {
    background: #f1f4f4;
    border-radius: 4px;
    padding: 30px;
}
.filter-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
h4.filter-subtitle {
    font-size: 16px;
    font-weight: 500;
}
.filter-check-group {
    display: flex;
    flex-direction: column;
}
.custom-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 8px;
    margin-right: 2rem;
    position: relative;
    padding-left: 28px;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.custom-checkbox .checkmark {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    border: 1.5px solid #154249;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.2s ease;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.custom-checkbox:hover input ~ .checkmark {
    border-color: #154249;
}
.custom-checkbox input:checked ~ .checkmark {
    background-color: #154249;
    border-color: #154249;
}
.custom-checkbox .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 5px;
    top: 0px;
    width: 8px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.custom-checkbox input:checked ~ .checkmark::after {
    display: block;
}
.category-product form .filter-group {
    margin-bottom: 20px;
}
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
}
.catalog-category-title {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    gap: 10px;
}
.catalog-category-title h2 {
    margin: 0;
    white-space: nowrap;
}
.delimiter {
    flex: 1;
    background: #154249;
    height: 1px;
    opacity: 0.2;
}
.category-reserv {
    background: #ffebee;
    border-radius: 4px;
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #bc051e;
    white-space: nowrap;
}
.pred {
    background: #154249;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 20px;
    color: #fff;
}
.pred p {
    font-size: 16px;
    margin: 0;
}
.pred p span {
    font-size: 18px;
    font-weight: 700;
}
.prizn {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.prizn .exclusive {
    background: #ffebee;
    color: #bc051e;
    border-radius: 4px;
    padding: 5px 10px;
    text-transform: uppercase;
}
.prizn .bron {
    border-radius: 4px;
    padding: 5px;
    text-transform: uppercase;
    background: rgba(21, 66, 73, 0.1);
    color: #154249;
}
.product-page {
    padding: 60px 0;
}
.product-page .category {
    color: #154249;
    text-transform: uppercase;
    font-size: 12px;
}
.product-page h1 {
    margin-top: 30px;
    font-size: 36px;
    color: #154249;
}
.product-meta,
.product-conditions {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}
.product-conditions {
    padding-top: 60px;
}
.product-meta-item,
.product-conditions-item {
    position: relative;
    background: #f1f4f4;
    border-radius: 4px;
    padding: 15px;
    padding-left: 44px;
    overflow: hidden;
}
.product-meta-item::before,
.product-conditions-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    background: #bc051e;
}
.product-meta-item .product-meta-item-name,
.product-conditions-item .product-meta-item-name {
    color: #949494;
    text-transform: uppercase;
}
.product-meta-item .product-meta-item-value,
.product-conditions-item .product-meta-item-value {
    color: #154249;
    font-size: 18px;
    font-weight: 700;
}
.product-conditions-item {
    display: flex;
    align-items: center;
    padding-left: 20px;
}
.product-conditions-item .product-conditions-item-name {
    color: #154249;
    font-size: 18px;
    font-weight: 700;
}
.product-conditions-item .product-conditions-item-value {
    font-size: 16px;
    font-weight: 400;
}
.product-conditions-item-text {
    height: 100%;
    margin-left: 30px;
}
.product-actions {
    background: #f1f4f4;
    border-radius: 4px;
    padding: 20px;
}
.product-actions .note {
    background: #ffebee;
    position: relative;
    border-radius: 4px;
    padding: 15px;
    overflow: hidden;
    margin-top: 20px;
    max-width: 500px;
}
.product-actions .note::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    background: #ffaab6;
}
.product-price {
    font-size: 18px;
    font-weight: 500;
    color: #154249;
    margin-bottom: 20px;
}
.product-price span {
    font-size: 32px;
    font-family: "Lora", sans-serif;
    font-weight: 400;
    color: #bc051e;
}
.count-group {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.count-group .cart-controls__title {
    font-size: 18px;
    font-weight: 700;
    padding-right: 20px;
    color: #154249;
}
input.count-input.quantity {
    background: rgba(0, 0, 0, 0);
    height: 40px;
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    width: 120px;
    border-radius: 0;
    position: relative;
    top: 1px;
}
button.count-minus {
    background: rgba(0, 0, 0, 0);
    border-radius: 4px 0px 0px 4px;
    height: 40px;
    padding: 0px 10px;
    padding-bottom: 0px;
}
button.count-plus {
    background: rgba(0, 0, 0, 0);
    border-radius: 0px 4px 4px 0px;
    height: 40px;
    padding: 0px 10px;
    padding-bottom: 0px;
    position: relative;
    top: -1px;
}
.product-main-swiper .swiper-slide .img-slide {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
}
img.img-back {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    filter: blur(15px);
}
.product-main-swiper .swiper-slide {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    height: 487px;
}
.product-main-swiper .swp-button-prev,
.product-main-swiper .swp-button-next {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.product-main-swiper .swp-button-next {
    left: auto;
    right: 10px;
}
.product-thumbs-swiper .swiper-slide img {
    width: 100%;
    display: block;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
}
.product-thumbs-swiper .swiper-slide {
    margin-bottom: 10px;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    height: 160px;
}
.swiper.product-thumbs-swiper {
    margin-top: 20px;
}
.product-content {
    padding-top: 60px;
    font-size: 18px;
    line-height: 35px;
}
.callback-form.callback-footer {
    background: #154249;
    color: #fff;
    padding: 60px 0;
    text-align: center;
}
.callback-form.callback-footer h2 {
    margin-bottom: 20px;
}
.callback-form.callback-footer p.desc {
    margin-bottom: 40px;
}
.callback-form.callback-footer .callback-footer-inputs p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.callback-form.callback-footer .callback-footer-inputs p input {
    width: 315px;
    border-radius: 4px;
    border-width: 1px;
    border-color: #fff;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 11px 20px;
}
.callback-form.callback-footer input[type="submit"] {
    padding: 15px 60px;
    max-width: 650px;
    width: 100%;
}
.open-cart-btn {
    position: relative;
    border: 0;
    background: none;
    margin-right: 15px;
}
.open-cart-btn #cart-count {
    position: absolute;
    display: none;
    background: #bc051e;
    color: #fff;
    padding: 0px 5px;
    bottom: -9px;
    right: -5px;
    font-size: 12px;
    height: 17px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
button.add-to-cart-btn.btn-red {
    height: 48px;
}
.cart .cart-header {
    background: #154249;
    padding: 60px 0;
    color: #fff;
}
.cart .cart-header h1 {
    margin-top: 25px;
    margin-bottom: 20px;
}
.cart .cart-body {
    padding: 60px 0;
}
.cart .order-form {
    background: #f1f4f4;
    border-radius: 4px;
    padding: 20px;
}
.cart .order-form .order-form-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 40px;
}
.cart .order-form .order-form-group p {
    color: #154249;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}
.cart .order-form .order-form-group span {
    font-size: 18px;
    font-weight: 500;
}
.cart .order-form .order-form-group .order-desc {
    color: #949494;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    padding-top: 10px;
}
.cart .order-form .order-form-group a.btn-red.btn-res {
    height: 48px;
    width: 100%;
    text-align: center;
}
.cart .order-form .note-order {
    font-size: 16px;
    padding-bottom: 20px;
}
.cart .order-form .note-order svg {
    margin-right: 6px;
}
.cart ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.cart ul li {
    border: 1px solid #154249;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
}
.cart ul li .remove-item {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    padding: 0;
    line-height: 0;
    border: 0;
    background: none;
}
.cart ul li .product-actions {
    background: none;
    padding: 0;
    border-radius: 0;
}
.cart ul li .cart-group {
    display: flex;
}
.cart ul li .cart-group .cart-img {
    overflow: hidden;
    border-radius: 4px;
    width: 200px;
    height: 200px;
    margin-right: 20px;
}
.cart ul li .cart-group .cart-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.cart ul li .cart-group .cart-category {
    color: #949494;
    font-size: 12px;
}
.cart ul li .cart-group .cart-title {
    font-size: 28px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 20px;
    color: #154249;
}
.cart ul li .cart-group-meta {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}
.cart ul li .cart-group-meta .cart-meta {
    color: #154249;
    font-size: 18px;
    font-weight: 700;
}
.cart ul li .cart-group-meta .cart-meta span {
    color: #bbb;
    font-weight: 500;
    font-size: 16px;
}
.cart ul li.cart-empty {
    border-color: #fff;
    text-align: center;
    color: #bbb;
    font-size: 32px;
}
.sale-switch {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    gap: 10px;
}
.sale-switch input {
    display: none;
}
.sale-switch__slider {
    position: relative;
    width: 46px;
    height: 24px;
    background: #ccc;
    border-radius: 50px;
    transition: 0.3s;
}
.sale-switch__slider::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: 3px;
    top: 3px;
    background: #fff;
    border-radius: 50%;
    transition: 0.3s;
}
.sale-switch input:checked + .sale-switch__slider {
    background: #154249;
}
.sale-switch input:checked + .sale-switch__slider::before {
    transform: translateX(22px);
}
.sale-switch__text {
    color: #154249;
    font-size: 18px;
    font-weight: 700;
}
.breadcrumbs a {
    color: #fff;
}
.default-breadcrumbs {
    padding: 23px 0;
}
.default-breadcrumbs .breadcrumbs a {
    color: #09191c;
}
.green-header {
    background: #154249;
    color: #fff;
    padding: 23px 15px;
}
.has-submenu {
    position: relative;
}
.has-submenu .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #154249;
    border-radius: 4px;
    padding: 10px 0;
    min-width: 280px;
    display: none;
    z-index: 1000;
    list-style: none;
    margin: 0;
}
.has-submenu .submenu li {
    padding: 5px 0px;
}
.has-submenu .submenu li a {
    color: #fff;
    text-decoration: none;
}
.has-submenu .submenu li a:hover {
    color: rgba(255, 255, 255, 0.7);
}
.has-submenu:hover .submenu {
    display: block;
}
.has-submenu.open .submenu {
    display: block;
}
.how-order-single {
    padding-top: 0;
}
.sw-button-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
    margin-top: 20px;
}
@media (max-width: 1100px) {
    .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 700px) {
    .grid {
        grid-template-columns: 1fr;
    }
}
@media only screen and (max-width: 1500px) {
    .menu-header .menu-items li {
        margin: 0px 25px;
    }
    .products-list .product-thumb .product-info h3 {
        font-size: 17px;
        line-height: 25px;
    }
    .card {
        width: auto;
    }
    .image-placeholder {
        height: 310px;
    }
    .btn-details {
        padding: 15px 25px;
    }
}
@media only screen and (max-width: 1400px) {
    .image-placeholder {
        height: 267px;
    }
    .price-block {
        width: 67px;
    }
    .price-current {
        font-size: 16px;
    }
    .price-old {
        font-size: 14px;
    }
    .products-list .product-thumb .product-info h3 {
        font-size: 16px;
        line-height: 25px;
    }
    .menu-header .menu-items li {
        margin: 0px 15px;
    }
    .menu-header .menu-items li a {
        font-size: 16px;
    }
    .main .main-slider .slider-content h3 {
        font-size: 26px;
    }
    .main .main-slider .slider-content ul li {
        font-size: 16px;
        line-height: 28px;
    }
    .slider-content img {
        max-width: 370px;
        flex: 1 0 0;
    }
    .main .main-slider .slider-content {
        margin-right: 88px;
    }
    .main .slider-block {
        padding-top: 80px;
        padding-bottom: 100px;
    }
    .catalog .products-list .button-next {
        right: -35px;
    }
    .catalog .products-list .button-prev {
        left: -35px;
    }
    .about .about-bg {
        width: 50%;
    }
    .how-to {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .how-to .how-to-bg .background-2 {
        position: absolute;
        bottom: 8%;
        left: 5%;
    }
    .how-to .steps .step span {
        font-size: 18px;
        line-height: 30px;
    }
    .how-to .steps .step {
        margin-bottom: 10px;
    }
    .how-to .steps .arrow {
        margin-bottom: 10px;
    }
    .faq {
        padding-top: 60px;
        padding-bottom: 80px;
    }
    .how-to-order .how-to-steps .line {
        top: 76px;
    }
    .how-to-order .how-to-steps .step span {
        display: block;
        font-family: "Lora";
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 28px;
    }
    .how-order .how-order_card img {
        position: absolute;
        right: -30px;
        bottom: -47px;
    }
}
@media only screen and (max-width: 1200px) {
    .privileges .grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .product-meta,
    .product-conditions {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        margin-bottom: 20px;
    }
    .main-block .main-block__content .main-slider .swiper-slide .swiper-slide__content {
        padding: 60px 24px;
    }
    .catalog-header {
        padding: 40px 0;
    }
    .default-header {
        padding: 40px 0;
    }
    .products-list .product-thumb .product-info h3 {
        font-size: 14px;
        line-height: 25px;
    }
    body {
        margin-top: 102px;
    }
    .menu-header .menu-items li {
        margin: 0px 10px;
    }
    header.main-header a.logo img {
        width: 100px;
    }
    .catalog {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .catalog .products-list .button-next {
        right: 12px;
        z-index: 1;
        background: rgba(255, 255, 255, 0.5);
        padding: 7px;
        border-radius: 4px 0 0 4px;
    }
    .catalog .products-list .button-prev {
        left: 12px;
        z-index: 1;
        background: rgba(255, 255, 255, 0.5);
        padding: 7px;
        border-radius: 0 4px 4px 0;
    }
    .main .slider-block {
        padding-top: 10px;
        padding-bottom: 70px;
    }
    .main .main-slider .slider-content h3 {
        font-size: 24px;
    }
    h2 {
        margin-bottom: 30px;
    }
    .about h2 {
        margin-bottom: 20px;
    }
    .faq #faq-accordion .accordion-item h2 .faq-accordion-btn {
        padding: 15px 0;
        padding-right: 30px;
    }
    #information-information,
    #information-contact,
    #product-category,
    #product-product {
        margin-top: 103px;
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .products-list .product-thumb {
        height: 332px;
        margin-bottom: 20px;
    }
}
.filter-toggle {
    display: none;
}
.filter-close {
    display: none;
}
@media only screen and (max-width: 991px) {
    body {
        margin-top: 72px;
    }
    .filter-check-group {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
    }
    .product-info {
        margin-top: 40px;
    }
    .delimiter {
        display: none;
    }
    .col-12.catalog-category-title {
        margin-top: 30px;
        justify-content: space-between;
    }
    .filter-content {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        height: 100%;
        z-index: 9999;
        overflow-y: auto;
        transition: 0.3s;
        padding: 20px;
    }
    .filter-content.active {
        right: 0;
    }
    .filter-toggle {
        display: block;
        background: none;
        border: 0;
        padding: 5px;
    }
    .filter-close {
        display: block;
        padding: 0;
        font-size: 24px;
        position: absolute;
        background: none;
        border: 0;
        right: 20px;
        top: 15px;
    }
    #product-product .thumbnails {
        height: 270px;
    }
    #information-information,
    #information-contact,
    #product-category,
    #product-product {
        margin-top: 72px;
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .desctop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .menu-header.mobile {
        display: flex;
        justify-content: space-around;
    }
    header.main-header {
        padding: 10px 10px;
    }
    .main .main-slider .slider-content h3 {
        font-size: 20px;
    }
    .slider-content img {
        max-width: 220px;
        flex: 1 0 0;
    }
    .main {
        margin-top: 85px;
    }
    .main .main-slider .slider-content p {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .main .main-slider .slider-content ul {
        margin-left: 0;
        padding-left: 17px;
        margin-bottom: 20px;
    }
    .main .main-slider .slider-content ul li {
        font-size: 16px;
        line-height: 25px;
    }
    .main .main-slider .slider-content {
        margin-right: 63px;
    }
    .main .button-prev img,
    .main .button-next img {
        width: 30px;
    }
    .main span.swiper-pagination-bullet {
        width: 40px;
        height: 40px;
        text-align: center;
        padding: 11px;
        font-weight: 500;
        font-size: 14px;
        color: #09191c;
        background: none;
        opacity: 1;
    }
    .main .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
        top: 50%;
        bottom: auto;
        display: flex;
        flex-direction: column;
        width: 47px;
        left: auto;
        right: 10px;
        transform: translateY(-50%);
    }
    .main .button-prev {
        top: 12%;
        right: 18px;
        z-index: 2;
    }
    .main .button-next {
        position: absolute;
        bottom: 12%;
        right: 19px;
        z-index: 2;
    }
    .main .slider-block {
        padding-top: 10px;
        padding-bottom: 50px;
        border-radius: 0px 0px 60px 60px;
    }
    .btn-red {
        font-size: 16px;
    }
    h2.h2-white {
        font-size: 26px;
    }
    h2 {
        font-size: 26px;
    }
    .catalog .products-list .button-prev,
    .catalog .products-list .button-next {
        display: none;
    }
    .about .about-bg {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        width: auto;
    }
    .how-to .how-to-bg .background-1 {
        position: relative;
        top: 0;
        transform: none;
        right: 0;
        left: 16%;
    }
    .how-to .how-to-bg {
        position: relative;
        margin-top: 30px;
    }
    .how-to .steps .step span {
        font-size: 20px;
        line-height: 30px;
    }
    .faq img.faq-girl {
        filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.12));
        border-radius: 4px;
        max-width: 350px;
    }
    .faq #faq-accordion .accordion-item h2 .faq-accordion-btn {
        font-size: 20px;
    }
    footer {
        font-size: 14px;
    }
    .menu-header .menu-items li a {
        font-weight: 500;
        font-size: 18px;
        line-height: 32px;
    }
    .menu-header .menu-items li {
        margin-bottom: 12px;
    }
    .menu-header .menu-items .logo {
        display: block;
        margin-bottom: 30px;
    }
    h1 {
        font-size: 26px;
        line-height: 36px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .custom-filter .list-group .list-group-item {
        border: none;
        font-weight: 500;
        padding-left: 0;
        font-size: 13px;
    }
    .custom-filter h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .custom-filter .panel h4 {
        font-size: 18px;
        line-height: 10px;
    }
    #information-contact h3 {
        font-size: 20px;
        line-height: 30px;
        padding-left: 16px;
        margin-bottom: 15px;
        margin-top: 0px;
    }
    #information-contact .contact-info a {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .how-to-get {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .how-to-get p {
        color: #fff;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .form-contact {
        padding-top: 60px;
        padding-bottom: 70px;
    }
    iframe {
        height: 381px;
    }
    .how-order .how-order_card.alt-card {
        color: #fff;
        background: #154249;
        margin-bottom: 25px;
        height: auto;
    }
    .how-order .how-order_card img {
        position: absolute;
        right: -30px;
        bottom: -47px;
        width: 180px;
    }
    .main-block .main-block__content .main-slider .swiper-slide .swiper-slide__content h2 {
        margin-bottom: 15px;
        font-size: 26px;
    }
    .main-block .main-block__content .main-slider .swiper-slide .swiper-slide__content span {
        font-size: 18px;
        font-weight: 500;
        line-height: 30px;
        margin-bottom: 20px;
        display: block;
    }
    .main-block .main-block__content .main-slider .swiper-slide .swiper-slide__content .slider-priv {
        margin-bottom: 30px;
    }
    .main-block .main-block__content .main-slider .swiper-slide .swiper-slide__content .slider-priv li {
        font-size: 14px;
        padding: 15px 20px;
    }
    .loyalty .grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .privileges .grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .cart ul li .cart-group .cart-title {
        font-size: 18px;
        font-weight: 600;
        margin-top: 15px;
        margin-bottom: 10px;
        color: #154249;
    }
    .product-main-swiper .swiper-slide {
        height: 360px;
    }
    .sales_group .card {
        width: 100%;
    }
    .loyalty .grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .loyalty .card-p p {
        max-width: -moz-max-content;
        max-width: max-content;
    }
    .product-thumbs-swiper .swiper-slide {
        height: 100px;
    }
    .product-page h1 {
        margin-top: 30px;
        font-size: 22px;
        color: #154249;
    }
    .count-group {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 20px;
    }
    .count-group .cart-controls__title {
        padding-bottom: 10px;
        font-weight: 500;
    }
    .cart ul li .cart-group-meta {
        padding-top: 30px;
        flex-direction: column;
    }
    .main-block .main-block__content .main-slider .swiper-slide .swiper-slide__content .slide_btn_group {
        gap: 10px;
        flex-wrap: wrap;
    }
    .wpcf7-form-control-wrap {
        position: relative;
        width: 100%;
    }
    .callback-form.callback-footer .callback-footer-inputs p input {
        width: 100%;
    }
    .callback-form.callback-footer .callback-footer-inputs p {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1px;
    }
    .main-block .main-block__content .main-slider .swiper-slide .swiper-slide__content .slider-priv li {
        font-size: 14px;
        padding: 15px 20px;
        width: 100%;
        text-align: center;
    }
    .title_desc {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0%;
        margin-bottom: 10px;
    }
    .loyalty .card-p h3 {
        font-size: 18px;
        margin-bottom: 16px;
    }
    .main-block .main-block__content .main-slider .swiper-slide .swiper-slide__content .slider-priv {
        gap: 10px;
    }
    .main-block .main-block__content .main-slider .swiper-slide .swiper-slide__content h2 {
        margin-bottom: 15px;
        font-size: 22px;
    }
    .main-block .main-block__content .main-slider .swiper-slide .swiper-slide__content span {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        margin-bottom: 20px;
        display: block;
    }
    .main-block .main-block__content .main-slider .swiper-slide .swiper-slide__content .slide_btn_group a {
        width: 100%;
        text-align: center;
    }
    .how-order .how-order_card p {
        font-size: 18px;
    }
    #information-contact h3 {
        font-size: 16px;
        line-height: 23px;
        padding-left: 16px;
        margin-bottom: 15px;
        margin-top: 0px;
    }
    .how-order .how-order_card {
        padding: 20px;
    }
    .how-order .how-order_card .how-order_card-number {
        font-size: 14px;
        font-weight: 500;
    }
    .how-to-get {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .col-md-4.contact-info {
        margin-top: 27px;
    }
    .how-to-get img {
        margin-bottom: 15px;
    }
    .success-message h2 {
        font-size: 16px;
        line-height: 30px;
    }
    .success-message p {
        font-size: 14px;
        line-height: 19px;
    }
    .popup-form h2,
    .form-contact h2 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .popup-form label,
    .form-contact label {
        font-weight: 500;
        font-size: 12px;
        line-height: 14px;
        padding-bottom: 0;
        padding-top: 15px;
    }
    .popup-form input[type="submit"],
    .form-contact input[type="submit"] {
        font-size: 16px;
        padding: 10px 60px;
        border: none;
    }
    .form-contact input[type="text"],
    .form-contact input[type="phone"],
    .form-contact input[type="email"] {
        height: 38px;
        padding: 10px;
    }
    p.soglas {
        font-size: 13px;
        line-height: 19px;
    }
    .form-contact .buttons {
        text-align: center;
        margin-bottom: 25px;
    }
    .form-contact p {
        margin: 0;
    }
    .popup-form textarea {
        border: 1px solid #949494;
        border-radius: 4px;
        padding: 6px;
        margin-bottom: 20px;
        height: 85px;
    }
    .popup-form p {
        margin: 0;
        font-size: 13px;
    }
    .how-to-order .how-to-steps {
        padding-top: 20px;
        display: flex;
        flex-direction: column;
    }
    .how-to-order .how-to-steps .line {
        width: 1px;
        bottom: 14%;
        height: auto;
        top: 76px;
    }
    .how-to-order .how-to-steps .step span {
        background: #fff;
    }
    .how-to-order .how-to-steps .step span {
        font-size: 16px;
        line-height: 23px;
    }
    #product-product .second_desc {
        font-weight: 500;
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 20px;
    }
    #product-product .line {
        width: 100%;
        margin-bottom: 20px;
    }
    #product-product .thumbnails {
        height: 180px;
    }
    #product-product {
        font-size: 13px;
    }
    #product-product h3 {
        font-size: 16px;
        line-height: 25px;
        margin-top: 15px;
    }
    #product-product .description {
        font-size: 13px;
        line-height: 20px;
    }
    .filter-button {
        border: 1px solid #154249;
        border-radius: 4px;
        width: 100%;
        padding: 5px;
    }
    .filter-button h3 {
        font-size: 16px;
        line-height: 23px;
        color: #154249;
        margin: 0;
        text-align: center;
    }
    .filter-button.show img {
        transform: rotateZ(180deg);
    }
    .custom-filter .panel .list-group {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .panel.panel-default.filter {
        padding: 0px;
        overflow: hidden;
        margin-bottom: 15px;
        max-height: 0px;
        transition: all 0.3s;
    }
    .panel.panel-default.filter .list-group {
        padding-top: 15px;
    }
    .panel.panel-default.filter.show {
        max-height: 500px;
    }
    .breadcrumb {
        margin: 0;
        font-size: 13px;
    }
    #information-information,
    #information-contact,
    #product-category,
    #product-product {
        margin-top: 0px;
        padding-top: 0px;
        padding-bottom: 20px;
    }
    a.btn-red.btn-mobile {
        display: inline-block;
    }
    .hamb {
        padding: 27px 20px;
    }
    .faq img.faq-girl {
        width: 100%;
    }
    .main .main-slider .slider-content {
        display: block;
        margin: 0;
        text-align: center;
    }
    .main .main-slider .slider-content .slide-info {
        max-width: initial;
    }
    .slide-text-2 {
        display: none;
    }
    a.btn-red.btn-desctop {
        display: none;
    }
    .slide-text-1 {
        text-align: left;
    }
    .main .main-slider .slider-content h3 {
        font-size: 20px;
        text-align: left;
        padding: 8px;
    }
    a.btn-red.btn-mobile {
        margin-top: 15px;
    }
    .slider-content img {
        max-width: inherit;
        max-height: 249px;
        flex: 1 0 0;
        margin: 0 auto;
    }
    .main .main-slider .slider-content {
        display: block;
        margin: 0;
        text-align: center;
    }
    .main .slider-block .slider-block-col {
        display: block;
    }
    .main .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
        position: relative;
        top: auto;
        bottom: auto;
        display: block;
        width: 100%;
        left: auto;
        right: auto;
        margin-top: 45px;
        z-index: 0;
    }
    .main .button-prev {
        top: auto;
        right: auto;
        z-index: 2;
        bottom: 5%;
        transform: rotateZ(-90deg);
    }
    .main .button-next {
        position: absolute;
        bottom: 5%;
        right: 13px;
        z-index: 2;
        transform: rotateZ(-90deg);
    }
    h2.h2-white {
        font-size: 22px;
        line-height: 28px;
    }
    h2 {
        font-size: 22px;
        margin-bottom: 28px;
        line-height: 28px;
    }
    .btn-red {
        font-size: 16px;
    }
    .btn-white {
        font-size: 16px;
    }
    .catalog {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .products-list .product-thumb {
        position: relative;
        height: 345px;
        border-radius: 4px;
        overflow: hidden;
        margin-bottom: 20px;
        max-width: 268px;
    }
    .products-list .product-thumb .product-info {
        padding: 14px;
    }
    .products-list .product-thumb .product-info h3 {
        font-size: 14px;
    }
    .btn-red-alt {
        font-weight: 500;
        font-size: 14px;
    }
    .catalog .products-list .product-thumb .product-info {
        min-height: 105px;
    }
    .about p {
        font-weight: 500;
        font-size: 18px;
        line-height: 32px;
    }
    .reservation .reservation_card h3 {
        font-family: "Lora", sans-serif;
        font-size: 18px;
        font-weight: 600;
    }
    .reservation .reservation_card {
        padding: 20px;
        border-radius: 4px;
        min-height: auto;
        text-align: center;
        align-items: center;
        margin-bottom: 20px;
    }
    .reservation .reservation_card.alt-res-card .btn-res {
        background: #fff;
        color: #bc051e !important;
        border: 1px solid #fff;
        padding: 11px 50px;
    }
    .reservation .reservation_card .btn-details {
        padding: 12px 50px;
        font-size: 16px;
    }
    .about {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .how-to {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .how-to .steps .step span {
        font-size: 16px;
        line-height: 30px;
    }
    .how-to .how-to-bg {
        position: relative;
        margin-top: 30px;
        height: 300px;
    }
    .how-to .how-to-bg .background-1 {
        position: absolute;
        top: auto;
        transform: none;
        right: 5%;
        left: auto;
        max-width: 232px;
    }
    .how-to .how-to-bg .background-2 {
        position: absolute;
        bottom: 8%;
        left: 5%;
        width: 170px;
    }
    .swiper-slide.product-layout.product-list {
        text-align: -webkit-center;
    }
    .faq {
        padding-top: 40px;
        padding-bottom: 90px;
    }
    .faq #faq-accordion .accordion-item h2 .faq-accordion-btn {
        font-size: 16px;
    }
    .faq #faq-accordion .accordion-item .accordion-body p {
        font-size: 13px;
    }
    .faq .background-2 {
        position: absolute;
        left: -130px;
        bottom: -239px;
        z-index: 0;
    }
    footer .menu-items {
        display: none;
    }
    footer .email {
        font-size: 14px;
        line-height: 22px;
        padding: 12px;
    }
    footer {
        padding: 25px 0;
        padding-bottom: 0;
        font-size: 12px;
        text-align: center;
    }
    footer .legal {
        margin-bottom: 15px;
    }
    footer .col-md-4.legal.text-end {
        text-align: center !important;
    }
    body {
        margin-top: 58px;
    }
    .catalog-header {
        padding: 30px 0;
    }
    .menu-header.mobile {
        display: flex;
        justify-content: flex-start;
    }
    .menu-header .social .phone img {
        margin-right: 12px;
    }
    .menu-header .social .phone {
        margin-right: 30px;
    }
    .menu-header .social {
        width: 100%;
        justify-content: center;
    }
    .main {
        margin-top: 70px;
        overflow: hidden;
    }
    .menu-header.mobile a.logo {
        flex: 0 0 69px;
    }
    h1 {
        font-family: "Lora";
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 28px;
        margin-top: 10px;
        margin-bottom: 18px;
    }
    .products-grid {
        grid-template-columns: repeat(1, minmax(260px, 1fr));
    }
    .catalog-header p {
        font-size: 16px;
    }
    .about-us p {
        font-size: 13px;
    }
    .about-us blockquote {
        font-size: 16px;
        line-height: 22px;
    }
    .category .category-item h2 {
        margin-bottom: 15px;
        font-size: 26px;
        line-height: 45px;
        padding: 0;
    }
    .category .category-item {
        padding: 91px 15px 15px 15px;
        margin-bottom: 25px;
        text-align: center;
    }
    #product-product .thumbnails .zoom {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 25px;
        height: 25px;
        padding: 3px;
        padding-left: 7px;
        border-radius: 50%;
        background: #fff;
    }
    #product-product .thumbnails .zoom img {
        width: 10px;
        height: 10px;
    }
}
@media (max-width: 575px) {
    .cart ul li .cart-group {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .cart ul li .cart-group .cart-img {
        overflow: hidden;
        border-radius: 4px;
        width: 100%;
        height: 240px;
        margin-right: 0;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .cart .order-form .order-form-group {
        margin-bottom: 30px;
        flex-direction: column;
        gap: 20px;
    }
    .cart .order-form .order-form-group .total-text {
        display: flex;
        align-items: center;
        gap: 20px;
    }
    .cart ul li .cart-group-meta {
        padding-top: 10px;
        flex-direction: column;
    }
    body {
        margin-top: 109px;
    }
    .catalog-content {
        padding: 40px 0;
    }
    .slider-content img {
        max-width: inherit;
        max-height: 182px;
        display: block;
        flex: 1 0 0;
        margin: 0 auto;
    }
    .menu-header.mobile {
        flex-direction: column;
    }
    .menu-header .social {
        width: 100%;
        justify-content: end;
    }
    #product-product .thumbnails {
        height: 298px;
        max-width: 284px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .title {
        font-size: 16px;
    }
    .btn-details {
        font-size: 14px;
        padding: 7px 22px;
    }
    .badge {
        font-size: 13px;
    }
    .spec-label {
        font-size: 10px;
    }
    .spec-value {
        font-size: 12px;
    }
    .menu-header.mobile a.logo {
        flex: 0 0 58px;
    }
    .products-list .product-thumb {
        position: relative;
        height: 230px;
        border-radius: 4px;
        overflow: hidden;
        margin-bottom: 20px;
        max-width: 268px;
    }
    .btn-red-alt {
        font-weight: 500;
        font-size: 12px;
        padding: 7px 20px;
    }
    .products-list .product-thumb .product-info h3 {
        font-size: 14px;
        line-height: 20px;
    }
    .products-list .product-thumb .product-info {
        padding: 6px;
    }
    .products-list .product-thumb .product-info {
        min-height: 120px;
    }
    .products-list .product-thumb .product-info .product-desc {
        overflow: hidden;
        position: absolute;
        left: 6px;
        right: 6px;
        top: 0px;
        bottom: 31px;
    }
    .products-list .product-thumb .product-info button {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 6px;
    }
    .catalog .products-list .product-thumb {
        height: 290px;
    }
}
@keyframes text-focus-in {
    0% {
        filter: blur(12px);
        opacity: 0;
    }
    100% {
        filter: blur(0px);
        opacity: 1;
    }
}
@keyframes fade-in-left {
    0% {
        transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes pulsate-bck {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes vibrate-2 {
    0% {
        transform: translate(0);
    }
    20% {
        transform: translate(2px, -2px);
    }
    40% {
        transform: translate(2px, 2px);
    }
    60% {
        transform: translate(-2px, 2px);
    }
    80% {
        transform: translate(-2px, -2px);
    }
    100% {
        transform: translate(0);
    }
}
.text-focus-in {
    animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
.fade-in-left {
    animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.pulsate-bck {
    animation: pulsate-bck 5.5s ease-in-out infinite both;
}
.vibrate-1 {
    animation: vibrate-2 5.3s linear infinite both;
}
.vibrate-2 {
    animation: vibrate-2 8.3s linear infinite both;
}
.vibrate-3 {
    animation: vibrate-2 10.3s linear infinite both;
}
