@font-face {
    font-family: Manrope;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Manrope-Regular.woff2) format("woff2");
}
@font-face {
    font-family: Lora;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Lora-Regular.woff2) format("woff2");
}
@font-face {
    font-family: Lora;
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/Lora-Italic.woff2) format("woff2");
}
@font-face {
    font-family: Caveat;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Caveat-Regular.woff2) format("woff2");
}
@font-face {
    font-family: Manrope;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Manrope-Medium.woff2) format("woff2");
}
@font-face {
    font-family: Lora;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Lora-Medium.woff2) format("woff2");
}
html {
    min-height: 100%;
}
body,
html {
    scroll-behavior: smooth;
}
body {
    font-family: Manrope, sans-serif;
    font-size: 1em;
    line-height: 1.375;
    width: 100%;
    min-width: 320px;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #380a05;
    background-color: #fdfafa;
    font-weight: 400;
}
@media all and (max-width: 575px) {
    body {
        font-size: 0.875em;
        line-height: 1.4285714;
    }
}
footer,
header {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
ul {
    list-style: none;
    margin: 0;
}
p {
    font-style: normal;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Lora, sans-serif;
    font-weight: 500;
    line-height: 120%;
    font-style: normal;
    margin: 0;
}
.heading {
    margin-bottom: 30px;
}
@media all and (max-width: 575px) {
    .heading {
        margin-bottom: 20px;
    }
}
.heading h1,
.heading h2 {
    font-size: 50px;
    font-weight: 400;
}
@media all and (max-width: 575px) {
    .heading h1,
    .heading h2 {
        font-size: 30px;
    }
}
.heading img {
    max-width: 386px;
    width: 100%;
    margin-top: 10px;
}
.heading.heading-small h1,
.heading.heading-small h2 {
    font-size: 40px;
}
@media all and (max-width: 575px) {
    .heading.heading-small h1,
    .heading.heading-small h2 {
        font-size: 32px;
    }
}
h4 {
    font-size: 31px;
}
@media all and (max-width: 575px) {
    h4 {
        font-size: 26px;
    }
}
h5 {
    font-size: 25px;
}
@media all and (max-width: 575px) {
    h5 {
        font-size: 20px;
    }
}
h6 {
    font-size: 20px;
}
@media all and (max-width: 575px) {
    h6 {
        font-size: 18px;
    }
}
strong {
    font-weight: 500;
}
.btn {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #cd4365;
    padding: 17px 30px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    border: none;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    cursor: pointer;
    border-radius: 29px;
}
@media all and (max-width: 575px) {
    .btn {
        border-radius: 26px;
        padding: 14px 26px;
    }
}
.btn.btn-medium {
    font-size: 14px;
    padding: 9px 16px;
}
.btn.btn-small {
    font-size: 14px;
    border-radius: 17px;
    padding: 5px 28px;
}
.btn:hover {
    color: #fff;
    background-color: #c4284f;
}
.btn.btn-border {
    background-color: #fdfafa;
    border: 1px solid #cd4365;
    color: #cd4365;
    padding: 16px 29px;
}
@media all and (max-width: 575px) {
    .btn.btn-border {
        border-radius: 26px;
        padding: 13px 25px;
    }
}
.btn.btn-border:hover {
    color: #fff;
    background-color: #c4284f;
    border: 1px solid #c4284f;
}
@media all and (max-width: 575px) {
    .btn-100 {
        max-width: none !important;
        width: 100% !important;
        min-width: inherit !important;
    }
}
a {
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    text-decoration: none;
}
a:active,
a:focus,
a:hover {
    text-decoration: none;
}
button {
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
button:active,
button:focus {
    outline: 0;
}
button:disabled,
button[disabled] {
    border: 1px solid #999;
    background-color: #ccc;
    color: #666;
    pointer-events: all !important;
}
button:disabled:hover,
button[disabled]:hover {
    border: 1px solid #999;
    background-color: #ccc;
    color: #666;
    pointer-events: all !important;
}
:focus {
    outline: 0;
}
* {
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.center {
    text-align: center;
}
.stop-scrolling {
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
}
.stop-scrolling header:after {
    opacity: 1;
}
input,
textarea {
    outline: 0 !important;
    border-radius: 0;
}
input.wpcf7-submit {
    cursor: pointer;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
details summary::-webkit-details-marker {
    display: none;
}
details > summary {
    list-style: none;
}
.swiper-button-disabled {
    cursor: pointer !important;
    pointer-events: auto !important;
}
section {
    margin-bottom: 60px;
}
@media all and (max-width: 575px) {
    section {
        margin-bottom: 40px;
    }
}
section#footer {
    margin-bottom: 0;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.bg__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.bg__image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
@media all and (max-width: 575px) {
    .row-15 {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }
}
@media all and (max-width: 575px) {
    .row-15 .box-15 {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
}
.modal {
    color: #380a05;
    max-width: 794px;
    width: 100%;
    border-radius: 20px;
    padding: 30px;
}
@media all and (max-width: 575px) {
    .modal {
        padding: 20px 16px;
    }
}
.modal .modal__heading {
    margin-bottom: 11px;
}
.modal .modal__heading .title {
    font-family: Lora, sans-serif;
    font-size: 31px;
    margin-bottom: 10px;
    font-weight: 400;
    display: block;
}
.modal .modal__heading img {
    max-width: 386px;
    width: 100%;
}
.modal .phone {
    font-family: Lora, sans-serif;
    font-size: 39px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 16px;
    color: #380a05;
}
@media all and (max-width: 575px) {
    .modal .modal__heading .title {
        font-size: 26px;
    }
    .modal .phone {
        font-size: 28px;
        margin-bottom: 20px;
    }
}
.modal .modal__text {
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
}
.modal .modal__text p {
    margin-bottom: 12px;
}
@media all and (max-width: 575px) {
    .modal .modal__text p {
        margin-bottom: 16px;
    }
}
.modal .modal__text ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 16px;
}
@media all and (max-width: 575px) {
    .modal .modal__text ul {
        margin-bottom: 20px;
    }
}
.modal .modal__text ul li {
    position: relative;
    color: #6e6463;
    font-size: 14px;
}
@media all and (max-width: 575px) {
    .modal .modal__text ul li {
        font-size: 12px;
    }
}
.modal .modal__text ul li:not(:last-child)::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #cd4365;
    top: 0;
    bottom: 0;
    right: -12px;
    margin: auto;
}
.modal .modal__text .text-title {
    font-family: "Lora", sans-serif;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 11px;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 30px;
}
@media all and (max-width: 575px) {
    .modal .modal__text .text-title {
        font-size: 14px;
        margin-bottom: 24px;
    }
}
.modal .modal__text .text-title img {
    width: 32px;
    height: auto;
}
.modal .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}
@media all and (max-width: 575px) {
    .modal .social {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }
}
@media all and (max-width: 575px) {
    .modal .social li {
        width: 100%;
    }
}
.modal .social li:first-child a {
    background: linear-gradient(73.55deg, #4cf 14.56%, #53e 63.57%, #93d 88.6%);
}
.modal .social li a {
    background-color: #1389ef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 29px;
    padding: 18px 20px;
    font-weight: 500;
    color: #fff;
}
@media all and (max-width: 575px) {
    .modal .social li a {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.modal .social li a:hover {
    opacity: 0.8;
}
.modal .social li a img {
    width: 22px;
    height: auto;
}
header {
    position: relative;
    min-height: 1080px;
    border-radius: 0 0 60px 60px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
}
@media all and (max-width: 1600px) {
    header {
        display: block;
        min-height: 800px;
    }
}
@media all and (max-width: 1199px) {
    header {
        min-height: auto;
        border-radius: 0 0 30px 30px;
    }
}
@media all and (max-width: 575px) {
    header {
        margin-bottom: 40px;
    }
}
header::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 120px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(80%, #fdfafa),
        to(rgba(253, 250, 250, 0))
    );
    background: linear-gradient(
        to bottom,
        #fdfafa 80%,
        rgba(253, 250, 250, 0) 100%
    );
    top: 0;
    left: 0;
    z-index: 19;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
header.page {
    display: block;
    min-height: auto;
    border-radius: 0;
    margin-bottom: 42px;
}
@media all and (max-width: 575px) {
    header.page {
        margin-bottom: 17px;
    }
}
header.page .header__delivery,
header.page .header__top {
    position: relative;
    top: 0;
}
header .header__delivery {
    background-color: #fffdfc;
    padding: 8px 0;
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
@media all and (max-width: 1600px) {
    header .header__delivery {
        position: relative;
    }
}
@media all and (max-width: 1199px) {
    header .header__delivery {
        padding: 6px 0;
    }
}
header .header__delivery p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    font-size: 12px;
}
@media all and (max-width: 1199px) {
    header .header__delivery p {
        font-size: 10px;
        gap: 4px;
    }
}
header .header__top {
    padding: 10px 0;
    position: absolute;
    top: 32px;
    left: 0;
    width: 100%;
}
@media all and (max-width: 1600px) {
    header .header__top {
        position: relative;
        top: 0;
    }
}
header .header__top .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
}
@media all and (max-width: 575px) {
    header .header__top .wrapper {
        gap: 20px;
    }
}
header .header__top .wrapper .header__logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 20;
}
header .header__top .wrapper .header__logo img {
    width: 151px;
    height: auto;
}
@media all and (max-width: 1220px) {
    header .header__top .wrapper .header__logo img {
        width: 130px;
    }
}
@media all and (max-width: 1199px) {
    header .header__top .wrapper .header__logo img {
        width: 119px;
    }
}
header .header__top .wrapper .header__menu {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (max-width: 1199px) {
    header .header__top .wrapper .header__menu {
        display: none;
    }
}
header .header__top .wrapper .header__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    gap: 20px;
}
header
    .header__top
    .wrapper
    .header__menu
    ul
    li.current-menu-item:not(.menu-item-object-custom)
    > a {
    background-size: 100% 1px;
}
header .header__top .wrapper .header__menu ul li a {
    font-size: 14px;
    color: #380a05;
    display: inline;
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        from(#380a05),
        to(#380a05)
    );
    background: linear-gradient(to left, #380a05, #380a05);
    background-size: 0 1px;
    -webkit-background-position:
        0 100%,
        100% 100%;
    background-position:
        0 100%,
        100% 100%;
    background-repeat: no-repeat;
    -webkit-transition: background-size cubic-bezier(0.8, 0, 0.2, 1) 0.4s;
    transition: background-size cubic-bezier(0.8, 0, 0.2, 1) 0.4s;
    padding-bottom: 1px;
}
header .header__top .wrapper .header__menu ul li a:hover {
    background-size: 100% 1px;
}
header .header__top .wrapper .header__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (max-width: 1199px) {
    header .header__top .wrapper .header__contacts {
        gap: 10px;
    }
}
header .header__top .wrapper .header__contacts .phones {
    text-align: right;
    position: relative;
    z-index: 20;
}
header .header__top .wrapper .header__contacts .phones .phone {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #380a05;
    white-space: nowrap;
}
@media all and (max-width: 1199px) {
    header .header__top .wrapper .header__contacts .phones .phone {
        font-size: 14px;
    }
}
header .header__top .wrapper .header__contacts .phones .phone:hover {
    color: #c4284f;
}
header .header__top .wrapper .header__contacts .phones p {
    font-size: 12px;
    color: #6e6463;
}
@media all and (max-width: 1199px) {
    header .header__top .wrapper .header__contacts .phones p {
        font-size: 10px;
    }
}
@media all and (max-width: 1199px) {
    header .header__top .wrapper .header__contacts .phones p span {
        display: none;
    }
}
header .header__top .wrapper .header__contacts .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}
@media all and (max-width: 1199px) {
    header .header__top .wrapper .header__contacts .social {
        display: none;
    }
}
header .header__top .wrapper .header__contacts .social a:hover {
    opacity: 0.8;
}
header .header__top .wrapper .header__contacts .social img {
    width: 26px;
    height: 26px;
}
@media all and (max-width: 1199px) {
    header .header__top .wrapper .header__contacts .btn {
        display: none;
    }
}
header .header__top .wrapper .header_burger {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (max-width: 1199px) {
    header .header__top .wrapper .header_burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
header .header__top .wrapper .header_burger .burger_button {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #cd4365;
    display: block;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 20;
}
header .header__top .wrapper .header_burger .burger_button span {
    display: block;
    position: absolute;
    height: 1.5px;
    width: 13px;
    background: #fffdfc;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
header .header__top .wrapper .header_burger .burger_button span:nth-child(1) {
    top: 14px;
}
header .header__top .wrapper .header_burger .burger_button span:nth-child(2) {
    top: 19px;
    width: 15px;
}
header .header__top .wrapper .header_burger .burger_button span:nth-child(3) {
    top: 24px;
}
header
    .header__top
    .wrapper
    .header_burger
    .burger_button.open
    span:nth-child(1) {
    top: 19px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 15px;
}
header
    .header__top
    .wrapper
    .header_burger
    .burger_button.open
    span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
header
    .header__top
    .wrapper
    .header_burger
    .burger_button.open
    span:nth-child(3) {
    top: 19px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 15px;
}
header .header__top .wrapper .header_burger .menu_toggle {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fdfafa;
    margin: 0;
    overflow: auto;
    z-index: 11;
    padding-top: 120px;
    top: 0;
    padding-bottom: 33px;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
header .header__top .wrapper .header_burger .menu_toggle.slide {
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
}
header .header__top .wrapper .header_burger .menu_toggle.menuopen {
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
}
header
    .header__top
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .container {
    padding-left: 10px;
    padding-right: 10px;
}
@media all and (max-width: 575px) {
    header
        .header__top
        .wrapper
        .header_burger
        .menu_toggle
        .toggle__inner
        .container {
        padding-left: 16px;
        padding-right: 16px;
    }
}
header
    .header__top
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__title {
    margin-bottom: 10px;
}
header
    .header__top
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__title
    .title {
        font-family: "Lora", sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 6px;
    display: block;
}
header
    .header__top
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__title
    img {
    width: 108px;
    height: auto;
}
header
    .header__top
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    margin-bottom: 26px;
}
header
    .header__top
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li {
    margin-bottom: 10px;
}
header
    .header__top
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.current-menu-item:not(.menu-item-object-custom)
    > a {
    background-size: 100% 1px;
}
header
    .header__top
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li
    a {
    font-size: 14px;
    color: #380a05;
    display: inline;
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        from(#380a05),
        to(#380a05)
    );
    background: linear-gradient(to left, #380a05, #380a05);
    background-size: 0 1px;
    -webkit-background-position:
        0 100%,
        100% 100%;
    background-position:
        0 100%,
        100% 100%;
    background-repeat: no-repeat;
    -webkit-transition: background-size cubic-bezier(0.8, 0, 0.2, 1) 0.4s;
    transition: background-size cubic-bezier(0.8, 0, 0.2, 1) 0.4s;
}
header
    .header__top
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li
    a:hover {
    background-size: 100% 1px;
}
header
    .header__top
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__contacts {
    margin-bottom: 26px;
    margin-bottom: 26px;
}
header
    .header__top
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__contacts
    li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    font-weight: 500;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
header
    .header__top
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__contacts
    li:nth-child(2) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
header
    .header__top
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__contacts
    li:not(:last-child) {
    margin-bottom: 12px;
}
header
    .header__top
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__contacts
    li
    span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #6e6463;
}
header
    .header__top
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__contacts
    li
    .icon {
    position: relative;
    top: -2px;
}
header
    .header__top
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__contacts
    li
    .icon
    img {
    width: 18px;
    height: 18px;
}
header
    .header__top
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__contacts
    li
    a {
    color: #380a05;
}
header
    .header__top
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__social {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 50px;
}
header
    .header__top
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__social
    img {
    width: 38px;
    height: 38px;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
header
    .header__top
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__social
    li
    a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    color: #380a05;
    font-weight: 500;
}
header
    .header__top
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__social
    li
    a:hover
    img {
    opacity: 0.8;
}
header .header__main {
    /* padding-top: 32px; */
    padding-bottom: 65px;
    width: 100%;
    margin-top: -50px;
}
@media all and (max-width: 1600px) {
    header .header__main {
        padding-top: 32px;
        margin-top: 0;
    }
}
@media all and (max-width: 575px) {
    header .header__main {
        padding-bottom: 53px;
    }
}
header .header__main.header__main-category .content .title h1 {
    font-size: 50px;
}
header .header__main.header__main-category .content .title h1 strong {
    font-weight: 400;
}
@media all and (max-width: 575px) {
    header .header__main.header__main-category .content .title h1 {
        font-size: 32px;
    }
    header .header__main.header__main-category .content .title h1 strong {
        display: block;
    }
}
header .header__main .content {
    max-width: 863px;
    width: 100%;
}
header .header__main .content .title {
    margin-bottom: 40px;
}
header .header__main .content .title.title-small {
    max-width: 600px;
    width: 100%;
} 
@media all and (max-width: 575px) {
    header .header__main .content .title {
        margin-bottom: 30px;
    }
}
header .header__main .content .title h1 {
    font-size: 60px;
    font-weight: 400;
    margin-bottom: 20px;
}
@media all and (max-width: 767px) {
    header .header__main .content .title h1 {
        font-size: 50px;
    }
}
@media all and (max-width: 575px) {
    header .header__main .content .title h1 {
        font-size: 32px;
    }
}
header .header__main .content .title p {
    max-width: 510px;
    width: 100%;
    font-size: 16px;
}
header .header__main .content .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-family: Lora, sans-serif;
    font-size: 20px;
    line-height: 140%;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 20px;
}
@media all and (max-width: 575px) {
    header .header__main .content .text {
        font-size: 16px;
    }
}
@media all and (max-width: 575px) {
    header .header__main .content .text img {
        width: 35px;
        height: auto;
    }
}
header .header__main .content .line {
    margin-bottom: 20px;
}
@media all and (max-width: 575px) {
    header .header__main .content .line {
        display: none;
    }
}
header .header__main .content .line img {
    max-width: 424px;
    width: 100%;
}
header .header__main .content .features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px 30px;
    max-width: 530px;
    width: 100%;
}
@media all and (max-width: 575px) {
    header .header__main .content .features {
        display: none;
    }
}
header .header__main .content .features li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-size: 16px;
}
.box__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
}
@media all and (max-width: 575px) {
    .box__buttons {
        margin-bottom: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
    }
}
.box__buttons .btn {
    min-width: 285px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (max-width: 575px) {
    .box__buttons .btn {
        width: 100%;
    }
}
.box__buttons ul {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}
@media all and (max-width: 575px) {
    .box__buttons ul {
        gap: 10px;
    }
}
.box__buttons ul li a img {
    width: 58px;
    height: 58px;
}
@media all and (max-width: 575px) {
    .box__buttons ul li a img {
        width: 42px;
        height: 42px;
    }
}
.box__buttons ul li a:hover {
    opacity: 0.8;
}
#breadcrumbs {
    margin-bottom: 10px;
}
#breadcrumbs .breadcrumbs {
    color: #cd4365;
    font-size: 12px;
}
#breadcrumbs .breadcrumbs span {
    color: #cd4365;
    display: inline-block;
}
#breadcrumbs .breadcrumbs span a {
    color: #6e6463;
    display: inline-block;
}
#breadcrumbs .breadcrumbs span a span {
    color: inherit;
}
article .aligncenter,
article div.aligncenter,
article img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
article img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
article img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
article .alignright {
    float: right;
}
article .alignleft {
    float: left;
}
article h2,
article h3,
article h4,
article h5,
article h6 {
    font-weight: 500;
    margin-bottom: 0.625em;
}
article h2 {
    font-size: 32px;
}
@media all and (max-width: 575px) {
    article h2 {
        font-size: 28px;
    }
}
article h3 {
    font-size: 26px;
}
article h4 {
    font-size: 22px;
}
article h5 {
    font-size: 18px;
}
article h6 {
    font-size: 16px;
}
article p {
    margin-bottom: 1em;
}
article a {
    color: #00a8d2;
}
article ul {
    margin-bottom: 1em;
    list-style-type: disc;
    padding-left: 15px;
}
article ul ul {
    margin-bottom: 0;
}
article ol li,
article ul li {
    margin-bottom: 4px;
}
article ol {
    margin-bottom: 1em;
    padding-left: 15px;
}
article mark {
    padding: 0;
}
article .wp-block-table,
article table {
    overflow-x: auto;
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
    padding: 0;
    border-spacing: 0;
}
article table form,
article table li,
article table p,
article table ul {
    margin: 6px 0;
    padding: 0;
}
article table tfoot,
article table thead,
article table.wp-block-table tfoot,
article table.wp-block-table thead {
    border: 1px solid rgba(0, 0, 0, 0.12);
}
article table tbody tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0.04);
}
article table th,
article table.wp-block-table th {
    font-size: 1.1rem;
    text-transform: uppercase;
    margin: 0;
    padding: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media all and (max-width: 575px) {
    article table td,
    article table th {
        min-width: 180px;
    }
}
article table td,
article table.wp-block-table td {
    padding: 12px;
    margin: 0;
    border-top: 1px solid #ddd;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
article table.wp-block-table.is-style-stripes {
    border-collapse: collapse;
}
article table.wp-block-table.is-style-stripes td {
    border: 1px solid #ddd;
    border: 1px solid rgba(0, 0, 0, 0.12);
}
.lightbox-image-container {
    width: 100vw !important;
}
.lightbox-image-container figure img {
    width: auto !important;
    height: auto !important;
    -o-object-fit: contain !important;
    object-fit: contain !important;
    max-height: 100% !important;
}
.section-present .wrapper {
    position: relative;
    z-index: 2;
}
.section-present .wrapper::before {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_16.svg);
    width: 188px;
    height: 188px;
    top: -140px;
    left: -94px;
    z-index: -1;
}
@media all and (max-width: 767px) {
    .section-present .wrapper::before {
        display: none;
    }
}
.section-present .wrapper:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_16_1.svg);
    width: 173px;
    height: 149px;
    bottom: -106px;
    left: -127px;
    z-index: -1;
}
@media all and (max-width: 767px) {
    .section-present .wrapper:after {
        display: none;
    }
}
.section-present .present__item {
    margin-bottom: 20px;
}
.section-present .present__item .item__inner {
    border: 1px solid #faece9;
    background-color: #fffdfc;
    border-radius: 30px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
}
@media all and (max-width: 575px) {
    .section-present .present__item .item__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
    }
}
.section-present .present__item .item__inner .present__image {
    height: 200px;
    border-radius: 30px;
    overflow: hidden;
    display: block;
}
@media all and (max-width: 575px) {
    .section-present .present__item .item__inner .present__image {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 154px;
        height: 100%;
        border-radius: 20px;
    }
}
.section-present .present__item .item__inner .present__image:hover {
    opacity: 0.8;
}
.section-present .present__item .item__inner .present__image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
.section-present .present__item .item__inner .present__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    padding: 0 10px 10px 10px;
}
@media all and (max-width: 575px) {
    .section-present .present__item .item__inner .present__content {
        text-align: left;
        padding: 0;
        gap: 15px;
    }
}
.section-present .present__item .item__inner .present__content .content__inner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.section-present
    .present__item
    .item__inner
    .present__content
    .content__inner
    h3 {
    font-size: 20px;
    margin-bottom: 8px;
}
@media all and (max-width: 575px) {
    .section-present
        .present__item
        .item__inner
        .present__content
        .content__inner
        h3 {
        font-size: 18px;
    }
    .section-present
        .present__item
        .item__inner
        .present__content
        .content__inner
        p {
        font-size: 12px;
    }
}
@media all and (max-width: 575px) {
    .section-present .present__item .item__inner .present__content .btn {
        font-size: 12px;
        padding: 8px 12px;
    }
}
.section-popular {
    position: relative;
    z-index: 2;
}
.section-popular .box__more {
    padding-top: 10px;
    position: relative;
}
@media all and (max-width: 575px) {
    .section-popular .box__more {
        padding-top: 4px;
    }
}
.section-popular .box__more:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_17.svg);
    width: 254px;
    height: 233px;
    bottom: -80px;
    right: -139px;
    z-index: -1;
}
@media all and (max-width: 1600px) {
    .section-popular .box__more:after {
        right: -50px;
    }
}
@media all and (max-width: 1330px) {
    .section-popular .box__more:after {
        right: 0;
    }
}
@media all and (max-width: 575px) {
    .section-popular .box__more:after {
        display: none;
    }
}
.section-popular .box__more .btn {
    max-width: 276px;
    width: 100%;
}
.product__item {
    margin-bottom: 20px;
}
@media all and (max-width: 575px) {
    .product__item {
        margin-bottom: 16px;
    }
}
.product__item .item__inner {
    border-radius: 30px;
    border: 1px solid #faece9;
    background-color: #fffdfc;
    padding: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12px;
}
@media all and (max-width: 575px) {
    .product__item .item__inner {
        border-radius: 20px;
    }
}
.product__item .item__inner .product__image {
    display: block;
    height: 220px;
    border-radius: 30px;
    overflow: hidden;
}
@media all and (max-width: 575px) {
    .product__item .item__inner .product__image {
        height: 122px;
        border-radius: 20px;
    }
}
.product__item .item__inner .product__image:hover {
    opacity: 0.8;
}
.product__item .item__inner .product__image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
.product__item .item__inner .product__details {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
    padding: 10px;
}
@media all and (max-width: 575px) {
    .product__item .item__inner .product__details {
        padding: 2px;
    }
}
.product__item .item__inner .product__details .details__inner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product__item .item__inner .product__details .details__inner .product__title {
    display: block;
    margin-bottom: 10px;
    color: #380a05;
}
@media all and (max-width: 575px) {
    .product__item
        .item__inner
        .product__details
        .details__inner
        .product__title {
        margin-bottom: 6px;
    }
}
.product__item
    .item__inner
    .product__details
    .details__inner
    .product__title:hover {
    color: #cd4365;
}
.product__item
    .item__inner
    .product__details
    .details__inner
    .product__title
    h3 {
    font-size: 16px;
    color: inherit;
}
@media all and (max-width: 575px) {
    .product__item
        .item__inner
        .product__details
        .details__inner
        .product__title
        h3 {
        font-size: 12px;
    }
}
.product__item .item__inner .product__details .details__inner .product__price {
    font-family: Lora, sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #cd4365;
    display: block;
}
@media all and (max-width: 575px) {
    .product__item
        .item__inner
        .product__details
        .details__inner
        .product__price {
        font-size: 14px;
    }
}
.section-discuss {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/bg.webp);
    border-radius: 40px;
    overflow: hidden;
    max-width: 1400px;
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
@media all and (max-width: 1199px) {
    .section-discuss {
        width: 100%;
    }
}
@media all and (max-width: 575px) {
    .section-discuss {
        border-radius: 30px;
        padding: 20px 0;
    }
}
@media all and (min-width: 575px) {
    .section-discuss .discuss__content .content__inner {
        padding: 50px 0;
    }
}
.section-discuss .discuss__content .content__inner .heading {
    margin-bottom: 10px;
}
@media all and (max-width: 1199px) {
    .section-discuss .discuss__content .content__inner .heading img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}
.section-discuss .discuss__content .content__inner .image {
    margin-bottom: 22px;
}
@media all and (min-width: 1199px) {
    .section-discuss .discuss__content .content__inner .image {
        display: none;
    }
}
.section-discuss .discuss__content .content__inner .image img {
    border-radius: 30px;
}
.section-discuss .discuss__content .content__inner .text {
    margin-bottom: 30px;
}
.section-discuss .discuss__content .content__inner .text {
    font-size: 16px;
}
@media all and (min-width: 991px) {
    .section-discuss .discuss__content .content__inner .text {
        max-width: 432px;
        width: 100%;
    }
}
@media all and (max-width: 575px) {
    .section-discuss .discuss__content .content__inner .text {
        margin-bottom: 20px;
    }
}
.section-discuss .discuss__content .content__inner .offer {
    position: relative;
    padding-left: 70px;
    margin-bottom: 50px;
    z-index: 2;
}
@media all and (max-width: 575px) {
    .section-discuss .discuss__content .content__inner .offer {
        padding-left: 43px;
        margin-bottom: 25px;
    }
}
.section-discuss .discuss__content .content__inner .offer:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_18.png);
    width: 202px;
    height: 220px;
    top: 0;
    bottom: 0;
    left: -100px;
    margin: auto;
    z-index: -1;
}
@media all and (max-width: 575px) {
    .section-discuss .discuss__content .content__inner .offer:after {
        background-image: url(../img/icon_12.png);
        width: 32px;
        height: 25px;
        left: 0;
    }
}
.section-discuss .discuss__content .content__inner .offer p {
    font-family: Lora, sans-serif;
    font-size: 20px;
    line-height: 140%;
    font-weight: 400;
    font-style: italic;
}
@media all and (max-width: 575px) {
    .section-discuss .discuss__content .content__inner .offer p {
        font-size: 18px;
    }
}
.section-discuss .discuss__content .content__inner .box__buttons {
    position: relative;
    z-index: 2;
}
.section-discuss .discuss__image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 40px;
    overflow: hidden;
}
@media all and (max-width: 1199px) {
    .section-discuss .discuss__image {
        display: none;
    }
}
.section-discuss .discuss__image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
.section-conditions {
    overflow: hidden;
}
.section-conditions .wrapper {
    position: relative;
    z-index: 2;
}
.section-conditions .wrapper:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_19.svg);
    width: 125px;
    height: 112px;
    top: -60px;
    right: -31px;
    z-index: -1;
}
@media all and (max-width: 991px) {
    .section-conditions .wrapper:after {
        display: none;
    }
}
.section-conditions .conditions__item {
    margin-bottom: 20px;
}
@media all and (max-width: 575px) {
    .section-conditions .conditions__item {
        margin-bottom: 16px;
    }
}
.section-conditions .conditions__item .item__inner {
    border: 1px solid #faece9;
    background-color: #fffdfc;
    border-radius: 30px;
    padding: 20px;
}
@media all and (max-width: 575px) {
    .section-conditions .conditions__item .item__inner {
        border-radius: 20px;
        padding: 16px;
    }
}
.section-conditions .conditions__item .item__inner .title {
    font-family: Lora, sans-serif;
    font-size: 20px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
@media all and (max-width: 575px) {
    .section-conditions .conditions__item .item__inner .title {
        gap: 10px;
        font-size: 18px;
    }
}
.section-conditions .conditions__item .item__inner .title img {
    width: 48px;
    height: 48px;
}
@media all and (max-width: 575px) {
    .section-conditions .conditions__item .item__inner .title img {
        width: 38px;
        height: 38px;
    }
}
.section-about {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_21.webp);
}
@media all and (max-width: 991px) {
    .section-about .about__image {
        display: none;
    }
}
.section-about .about__image .image__inner {
    position: relative;
}
.section-about .about__image .image__inner:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_20.svg);
    width: 181px;
    height: 98px;
    left: -55px;
    bottom: 8px;
}
.section-about .about__image .image__inner img {
    border-radius: 30px;
}
@media all and (min-width: 1199px) {
    .section-about .about__content .content__inner {
        padding-left: 100px;
    }
}
@media all and (max-width: 991px) {
    .section-about .about__content .content__inner .heading {
        text-align: center;
    }
}
.section-about .about__content .content__inner .heading img {
    max-width: 204px;
}
.section-about .about__content .content__inner .image {
    text-align: center;
    margin-bottom: 24px;
}
@media all and (min-width: 991px) {
    .section-about .about__content .content__inner .image {
        display: none;
    }
}
.section-about .about__content .content__inner .image img {
    border-radius: 30px;
}
.section-about .about__content .content__inner .text {
    padding-bottom: 10px;
}
@media all and (max-width: 575px) {
    .section-about .about__content .content__inner .text {
        padding-bottom: 8px;
    }
}
.section-about .about__content .content__inner .text p {
    margin-bottom: 10px;
}
@media all and (max-width: 575px) {
    .section-about .about__content .content__inner .text p {
        margin-bottom: 8px;
    }
}
.section-about .about__content .content__inner .sign {
    font-family: Caveat, sans-serif;
    font-size: 35px;
    line-height: 140%;
    color: #cd4365;
    margin-bottom: 26px;
}
@media all and (max-width: 575px) {
    .section-about .about__content .content__inner .sign {
        font-size: 25px;
        margin-bottom: 16px;
    }
}
.section-about .about__content .content__inner .features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px 30px;
}
@media all and (max-width: 575px) {
    .section-about .about__content .content__inner .features {
        gap: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.section-about .about__content .content__inner .features li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-size: 16px;
}
@media all and (max-width: 575px) {
    .section-about .about__content .content__inner .features li img {
        width: 36px;
        height: 36px;
    }
}
.section-faq {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-image: url(../img/bg_3.webp);
    background-color: #fdf3f3;
    border-radius: 40px;
    overflow: hidden;
    max-width: 1400px;
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 50px 0;
}
@media all and (max-width: 1199px) {
    .section-faq {
        width: 100%;
    }
}
@media all and (max-width: 575px) {
    .section-faq {
        border-radius: 30px;
        padding: 20px 0;
    }
}
.section-faq .faq_tabs {
    max-width: 794px;
    width: 100%;
    margin: 0 auto;
}
.section-faq .faq_tabs .tabs_item {
    background-color: #fffdfc;
    border-radius: 28px;
}
.section-faq .faq_tabs .tabs_item:not(:last-child) {
    margin-bottom: 16px;
}
.section-faq .faq_tabs .tabs_item .title {
    font-family: Lora, sans-serif;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 23px 66px 23px 20px;
}
@media all and (max-width: 575px) {
    .section-faq .faq_tabs .tabs_item .title {
        font-size: 18px;
        padding-left: 16px;
        padding-right: 62px;
    }
}
.section-faq .faq_tabs .tabs_item .title:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_23.svg);
    width: 38px;
    height: 38px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}
@media all and (max-width: 575px) {
    .section-faq .faq_tabs .tabs_item .title:after {
        right: 16px;
    }
}
.section-faq .faq_tabs .tabs_item .title.active:after {
    background-image: url(../img/icon_23_1.svg);
}
.section-faq .faq_tabs .tabs_item .tab_content {
    display: none;
    padding: 0 20px 20px 20px;
}
@media all and (max-width: 575px) {
    .section-faq .faq_tabs .tabs_item .tab_content {
        padding: 0 16px 16px 16px;
    }
}
#footer {
    background-color: #fef8f7;
    border-radius: 40px 40px 0 0;
    padding-top: 20px;
    overflow: hidden;
}
@media all and (max-width: 575px) {
    #footer {
        border-radius: 30px 30px 0 0;
        padding-top: 10px;
    }
}
#footer .footer__top .image {
    margin-bottom: 20px;
}
@media all and (max-width: 575px) {
    #footer .footer__top .image {
        margin-bottom: 10px;
    }
}
@media all and (max-width: 575px) {
    #footer .footer__top .image img {
        display: none;
    }
}
#footer .footer__top .image .image__mobile {
    display: none;
}
@media all and (max-width: 575px) {
    #footer .footer__top .image .image__mobile {
        display: block;
    }
}
#footer .footer__top .footer__item {
    margin-bottom: 40px;
}
@media all and (max-width: 575px) {
    #footer .footer__top .footer__item {
        margin-bottom: 20px;
    }
}
#footer .footer__top .footer__title {
    margin-bottom: 16px;
}
#footer .footer__top .footer__title .title {
    font-family: Lora, sans-serif;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 6px;
    display: block;
}
#footer .footer__top .footer__title img {
    max-width: 108px;
    width: 100%;
}
@media all and (min-width: 991px) {
    #footer .footer__top .footer__logo .logo__inner {
        text-align: center;
    }
}
#footer .footer__top .footer__logo .logo__inner .logo {
    margin-bottom: 16px;
}
@media all and (max-width: 575px) {
    #footer .footer__top .footer__title .title {
        font-size: 20px;
    }
    #footer .footer__top .footer__logo .logo__inner .logo {
        margin-bottom: 20px;
    }
}
#footer .footer__top .footer__logo .logo__inner .logo img {
    width: 224px;
    height: auto;
}
@media all and (max-width: 575px) {
    #footer .footer__top .footer__logo .logo__inner .logo img {
        width: 120px;
    }
}
#footer .footer__top .footer__logo .logo__inner .text {
    font-size: 14px;
}
@media all and (min-width: 991px) {
    #footer .footer__top .footer__logo .logo__inner .text {
        max-width: 265px;
        width: 100%;
        margin: 0 auto 16px auto;
        text-align: center;
    }
}
#footer .footer__top .footer__logo .logo__inner .delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
}
@media all and (max-width: 1199px) {
    #footer .footer__top .footer__logo .logo__inner .delivery {
        display: none;
    }
}
#footer .footer__top .footer__logo .logo__inner .delivery img {
    width: 16px;
    height: auto;
}
#footer .footer__top .footer__logo .logo__inner .delivery ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}
#footer .footer__top .footer__logo .logo__inner .delivery ul li {
    position: relative;
    color: #6e6463;
    font-size: 12px;
}
#footer
    .footer__top
    .footer__logo
    .logo__inner
    .delivery
    ul
    li:not(:last-child)::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #cd4365;
    top: 0;
    bottom: 0;
    right: -12px;
    margin: auto;
}
@media all and (max-width: 575px) {
    #footer .footer__top .footer__menu ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
#footer .footer__top .footer__menu ul li:not(:last-child) {
    margin-bottom: 10px;
}
#footer
    .footer__top
    .footer__menu
    ul
    li.current-menu-item:not(.menu-item-object-custom)
    > a {
    text-decoration: underline;
}
#footer .footer__top .footer__menu ul li a {
    display: inline-block;
    color: #380a05;
}
#footer .footer__top .footer__menu ul li a:hover {
    text-decoration: underline;
}
@media all and (min-width: 1199px) {
    #footer .footer__top .footer__contacts .contacts__inner {
        padding-left: 50px;
    }
}
#footer .footer__top .footer__contacts .contacts__inner ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    font-weight: 500;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
#footer .footer__top .footer__contacts .contacts__inner ul li:nth-child(2) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#footer .footer__top .footer__contacts .contacts__inner ul li:not(:last-child) {
    margin-bottom: 12px;
}
#footer .footer__top .footer__contacts .contacts__inner ul li span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #6e6463;
}
#footer .footer__top .footer__contacts .contacts__inner ul li .icon {
    position: relative;
    top: -2px;
}
#footer .footer__top .footer__contacts .contacts__inner ul li .icon img {
    width: 18px;
    height: 18px;
}
#footer .footer__top .footer__contacts .contacts__inner ul li a {
    color: #380a05;
}
@media all and (max-width: 991px) {
    #footer .footer__top .footer__social ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 20px;
    }
}
#footer .footer__top .footer__social ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media all and (min-width: 991px) {
    #footer .footer__top .footer__social ul li:not(:last-child) {
        margin-bottom: 10px;
    }
}
#footer .footer__top .footer__social ul li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    color: #380a05;
    font-weight: 500;
}
#footer .footer__top .footer__social ul li a img {
    width: 38px;
    height: 38px;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
#footer .footer__top .footer__social ul li a:hover img {
    opacity: 0.8;
}
#footer .footer__bottom {
    background-color: #faece9;
    padding-top: 30px;
}
@media all and (max-width: 991px) {
    #footer .footer__bottom {
        padding-bottom: 30px;
    }
}
@media all and (max-width: 575px) {
    #footer .footer__bottom {
        padding: 12px 0;
    }
}
#footer .footer__bottom .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
    position: relative;
    z-index: 2;
}
@media all and (max-width: 991px) {
    #footer .footer__bottom .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8px;
    }
}
#footer .footer__bottom .content::before {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/11.webp);
    width: 105px;
    height: 99px;
    left: 0;
    top: -66px;
    z-index: -1;
}
@media all and (max-width: 1199px) {
    #footer .footer__bottom .content::before {
        display: none;
    }
}
#footer .footer__bottom .content::after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/12.webp);
    width: 159px;
    height: 93px;
    right: -50px;
    top: -63px;
    z-index: -1;
}
@media all and (max-width: 1320px) {
    #footer .footer__bottom .content::after {
        right: 0;
    }
}
@media all and (max-width: 1199px) {
    #footer .footer__bottom .content::after {
        display: none;
    }
}
#footer .footer__bottom .content .item {
    position: relative;
    font-size: 14px;
}
@media all and (min-width: 991px) {
    #footer .footer__bottom .content .item {
        margin-bottom: 30px;
    }
}
@media all and (max-width: 575px) {
    #footer .footer__bottom .content .item {
        font-size: 12px;
    }
}
#footer .footer__bottom .content .item:not(:last-child)::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background-color: #cd4365;
    top: 0;
    bottom: 0;
    right: -20px;
    margin: auto;
}
@media all and (max-width: 991px) {
    #footer .footer__bottom .content .item:not(:last-child)::after {
        display: none;
    }
}
#footer .footer__bottom .content .item a {
    color: #380a05;
}
#footer .footer__bottom .content .item a:hover {
    text-decoration: underline;
}
#footer .footer__bottom .content .item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}
#footer .footer__bottom .content .item ul li {
    position: relative;
}
#footer .footer__bottom .content .item ul li:not(:last-child)::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #cd4365;
    top: 0;
    bottom: 0;
    right: -12px;
    margin: auto;
}
#page .page__catalog nav {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    text-align: center;
}
#page .page__catalog nav button {
    font-size: 14px;
    font-weight: 500;
    color: #cd4365;
    background-color: #fdfafa;
    border: 1px solid #cd4365;
    display: inline-block;
    padding: 11px 20px;
    border-radius: 21px;
}
@media all and (max-width: 575px) {
    #page .page__catalog nav button {
        font-size: 12px;
        padding: 7.5px 20px;
        border-radius: 17px;
    }
}
#page .page__catalog nav button.active {
    background-color: #cd4365;
    color: #fffdfc;
}
#page .page__catalog .block__more {
    max-width: 214px;
    width: 100%;
    margin: 0 auto;
}
@media all and (max-width: 991px) {
    #page .page__product .product__gallery {
        display: none;
    }
}
#page .page__product .product__gallery .gallery__inner .gallery__slider {
    background-color: #f8f4f1;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}
@media all and (max-width: 575px) {
    #page .page__product .product__gallery .gallery__inner .gallery__slider {
        margin-bottom: 16px;
    }
}
#page
    .page__product
    .product__gallery
    .gallery__inner
    .gallery__slider
    .slide__inner
    a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 440px;
    text-align: center;
    padding: 20px;
    /* border-radius: 20px; */
    /* overflow: hidden; */
}
#page
    .page__product
    .product__gallery
    .gallery__inner
    .gallery__slider
    .slide__inner
    a
    img {
    max-height: 400px;
    /* border-radius: 20px; */
}
@media all and (max-width: 575px) {
    #page
        .page__product
        .product__gallery
        .gallery__inner
        .gallery__slider
        .slide__inner
        a {
        height: 270px;
        padding: 10px;
    }
    #page
        .page__product
        .product__gallery
        .gallery__inner
        .gallery__slider
        .slide__inner
        a
        img {
        max-height: 250px;
    }
}
#page
    .page__product
    .product__gallery
    .gallery__inner
    .gallery__thumb
    .swiper-slide.swiper-slide-thumb-active
    .slide__inner {
    border: 1px solid #cd4365;
    padding: 3px;
}
#page
    .page__product
    .product__gallery
    .gallery__inner
    .gallery__thumb
    .slide__inner {
    border-radius: 14px;
    height: 82px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #fdfafa;
    background-color: #fdfafa;
    cursor: pointer;
}
@media all and (max-width: 575px) {
    #page
        .page__product
        .product__gallery
        .gallery__inner
        .gallery__thumb
        .slide__inner {
        height: 63px;
    }
}
#page
    .page__product
    .product__gallery
    .gallery__inner
    .gallery__thumb
    .slide__inner
    img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    border-radius: 14px;
    overflow: hidden;
}
#page .page__product .product__details #breadcrumbs {
    margin-bottom: 12px;
}
#page .page__product .product__details .heading {
    margin-bottom: 12px;
}
#page .page__product .product__details .text {
    margin-bottom: 12px;
}
@media all and (max-width: 991px) {
    #page .page__product .product__details .text {
        margin-bottom: 16px;
    }
}
#page .page__product .product__details .text ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 12px;
}
#page .page__product .product__details .text ul li {
    position: relative;
    color: #cd4365;
    font-size: 14px;
}
@media all and (max-width: 575px) {
    #page .page__product .product__details .text ul li {
        font-size: 12px;
    }
}
#page .page__product .product__details .text ul li:not(:last-child)::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #cd4365;
    top: 0;
    bottom: 0;
    right: -12px;
    margin: auto;
}
#page .page__product .product__details .text img {
    max-width: 544px;
    width: 100%;
}
@media all and (max-width: 991px) {
    #page .page__product .product__details .text img {
        margin: 0 auto;
        display: block;
    }
}
#page .page__product .product__details .product__gallery {
    display: none;
    margin-bottom: 20px;
}
@media all and (max-width: 991px) {
    #page .page__product .product__details .product__gallery {
        display: block;
    }
}
#page .page__product .product__details article {
    font-size: 16px;
}
@media all and (min-width: 575px) {
    #page .page__product .product__details article {
        padding-bottom: 4px;
    }
}
#page .page__product .product__details .price {
    font-family: Lora, sans-serif;
    font-size: 40px;
    line-height: 120%;
    font-weight: 400;
    color: #cd4365;
    display: block;
    margin-bottom: 30px;
}
@media all and (max-width: 575px) {
    #page .page__product .product__details .price {
        font-size: 28px;
        margin-bottom: 20px;
    }
}
#page .page__product .product__details .attr ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}
@media all and (max-width: 575px) {
    #page .page__product .product__details .attr ul li {
        gap: 10px;
    }
}
#page .page__product .product__details .attr ul li:not(:last-child) {
    margin-bottom: 16px;
}
@media all and (max-width: 575px) {
    #page .page__product .product__details .attr ul li:not(:last-child) {
        margin-bottom: 12px;
    }
}
#page .page__product .swiper-button-next,
#page .page__product .swiper-button-prev {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    color: #cd4365;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
@media all and (max-width: 575px) {
    #page .page__product .swiper-button-next,
    #page .page__product .swiper-button-prev {
        display: none;
    }
}
#page .page__product .swiper-button-next:after,
#page .page__product .swiper-button-prev:after {
    display: none;
}
#page .page__product .swiper-button-next {
    background-image: url(../img/arrow.svg);
}
#page .page__product .swiper-button-prev {
    background-image: url(../img/arrow.svg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
