@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/Nunito-Light.woff2) format("woff2");
}
@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Nunito-Regular.woff2) format("woff2");
}
@font-face {
    font-family: DrukWideCyWebMediumRegular;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/DrukWideCyWebMediumRegular.woff2) format("woff2");
}
@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/Nunito-SemiBold.woff2) format("woff2");
}
@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Nunito-Bold.woff2) format("woff2");
}
body,
html {
    height: 100%;
}
body {
    font-family: Nunito, sans-serif;
    font-size: 1em;
    line-height: 1.375;
    width: 100%;
    min-width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #3d382b;
    background-color: #fff;
    font-weight: 400;
}
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;
}
.container {
    padding-left: 30px;
    padding-right: 30px;
}
@media all and (max-width: 1199px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}
ul {
    list-style: none;
    margin: 0;
}
p {
    font-style: normal;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    margin: 0;
}
.heading {
    margin-bottom: 24px;
}
.heading h2 {
    font-size: 28px;
    line-height: 36px;
}
@media all and (max-width: 575px) {
    .heading h2 {
        font-size: 24px;
        line-height: 32px;
    }
}
.btn {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #090;
    padding: 13px 24px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    border: none;
    border-radius: 8px;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
.btn:hover {
    color: #fff;
    background-color: #008200;
}
.btn.btn-callback {
    padding-right: 57px;
    background-size: 12px;
    background-position: calc(100% - 35px) 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_9.svg);
}
.btn.btn-line {
    border: 1px solid rgba(0, 153, 0, 0.15);
    background-color: #fff;
    color: #090;
}
.btn.btn-line:hover {
    background-color: #008200;
    color: #fff;
}
.btn.btn-line:hover.btn-callback {
    background-image: url(../img/icon_9.svg);
}
.btn.btn-line.btn-callback {
    background-image: url(../img/icon_11.svg);
}
.btn-more {
    display: inline-block;
    color: #090;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    border: 1px solid rgba(0, 153, 0, 0.15);
    border-radius: 8px;
    cursor: pointer;
    padding: 8.5px 20px;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    font-weight: 300;
}
.btn-more:hover {
    background-color: #008200;
    color: #fff;
}
.btn-image img {
    margin-right: 9px;
    position: relative;
    top: -1px;
}
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;
}
* {
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
}
.center {
    text-align: center;
}
.stop-scrolling {
    height: 100%;
    overflow: hidden;
}
input,
textarea {
    outline: 0 !important;
    border-radius: 0;
}
input.wpcf7-submit {
    cursor: pointer;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
#whatsapp {
    position: fixed;
    right: 60px;
    bottom: 30px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    z-index: 1000;
    text-align: center;
    -webkit-box-shadow: 8px 25px 90px rgba(0, 0, 0, 0.1);
    box-shadow: 8px 25px 90px rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 1600px) {
    #whatsapp {
        width: 100px;
        height: 100px;
        right: 20px;
    }
}
@media all and (max-width: 1199px) {
    #whatsapp {
        display: none;
    }
}
#whatsapp a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    color: #3d382b;
}
@media all and (max-width: 1600px) {
    #whatsapp a {
        font-size: 14px;
        line-height: 17px;
    }
}
#whatsapp a:hover {
    color: #090;
}
#whatsapp a span {
    display: block;
    margin-bottom: 10px;
}
#whatsapp a img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.modal {
    max-width: 850px;
    width: 100%;
    color: #3d382b;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/bg_1.jpg);
}
.modal .carousel__button.is-close {
    top: 20px !important;
    right: 20px !important;
    width: 24px;
    height: 24px;
    background-color: #090;
}
.modal .carousel__button.is-close svg {
    width: 15px;
    height: 15px;
}
.modal h2 {
    font-family: DrukWideCyWebMediumRegular, sans-serif;
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 40px;
    font-weight: 500;
}
@media all and (max-width: 575px) {
    .modal h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 36px;
    }
}
.form__inner form .form__item {
    margin-bottom: 20px;
}
.form__inner form .form__item input {
    width: 100%;
    height: 50px;
    border-radius: 8px;
    border: 2px solid rgba(61, 56, 43, 0.1);
    padding-left: 25px;
    padding-right: 10px;
    background-color: transparent;
}
.form__inner form .form__submit {
    margin-bottom: 50px;
    position: relative;
}
.wpcf7-spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.form__inner form .form__submit .btn {
    min-width: 190px;
}
.form__inner form .form__policy p a {
    color: #090;
}
.form__inner form .form__policy p a:hover {
    text-decoration: underline;
}

article form .form__item {
    margin-bottom: 20px;
}
article form .form__item input {
    width: 100%;
    height: 50px;
    border-radius: 8px;
    border: 2px solid rgba(61, 56, 43, 0.1);
    padding-left: 25px;
    padding-right: 10px;
    background-color: transparent;
}
article form .form__submit {
    margin-bottom: 50px;
    position: relative;
}
article form .form__submit .btn {
    min-width: 190px;
}
article form .form__policy p a {
    color: #090;
}
article form .form__policy p a:hover {
    text-decoration: underline;
}

#modal_cart {
    background-position: 50% 50%;
    background-image: url(../img/bg3.jpg);
    max-width: 1070px;
    width: 100%;
    padding: 50px 110px;
    color: #3d382b;
}
@media all and (max-width: 767px) {
    #modal_cart {
        padding: 40px 20px 33px 20px;
    }
}

#modal_cart .is-close-btn {
    top: 0;
    background: #009900;
    border-radius: 50%;
    top: 20px;
    right: 20px;
}

#modal_cart h2 {
    font-family: DrukWideCyWebMediumRegular, sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    margin-bottom: 22px;
}
@media all and (max-width: 575px) {
    #modal_cart h2 {
        font-size: 32px;
        line-height: 120%;
    }
}
#modal_cart .form__inner {
    max-width: 630px;
    width: 100%;
    display: none;
}
#modal_cart .form__inner form .form__item-phone {
    max-width: 50%;
}
@media all and (max-width: 767px) {
    #modal_cart .form__inner form .form__item-phone {
        max-width: 100%;
    }
}
#modal_cart .form__inner form .form__item textarea {
    width: 100%;
    height: 150px;
    border-radius: 8px;
    border: 2px solid rgba(61, 56, 43, 0.1);
    padding-left: 25px;
    padding-right: 10px;
    background-color: transparent;
    resize: none;
    padding-top: 8px;
}
@media all and (max-width: 767px) {
    #modal_cart .form__inner form .form__item textarea {
        height: 70px;
    }
}
#modal_cart .cart__wrapper {
    background-color: #fff;
    border-radius: 8px;
    padding: 30px 0 20px 0;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.03),
        0 5px 20px rgba(0, 0, 0, 0.04), 0 30px 70px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.03), 0 5px 20px rgba(0, 0, 0, 0.04),
        0 30px 70px rgba(0, 0, 0, 0.05);
    margin-bottom: 50px;
    display: none;
}
@media all and (max-width: 1199px) {
    #modal_cart .cart__wrapper {
        padding: 20px;
    }
}
#modal_cart .cart__wrapper a {
    outline: 0 !important;
}
#modal_cart .cart__wrapper table {
    width: 100%;
}
@media all and (max-width: 1199px) {
    #modal_cart .cart__wrapper table {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media all and (max-width: 1199px) {
    #modal_cart .cart__wrapper table thead {
        display: none;
    }
}
#modal_cart .cart__wrapper table thead tr {
    border-bottom: 1px solid #d9f0d9;
}
#modal_cart .cart__wrapper table thead tr th {
    font-size: 14px;
    color: #8b8880;
    font-weight: 400;
    padding: 10px;
}
#modal_cart .cart__wrapper table thead tr .product__image {
    width: 150px;
}
#modal_cart .cart__wrapper table thead tr .product__inbox {
    width: 110px;
}
#modal_cart .cart__wrapper table thead tr .product__quantity {
    width: 170px;
}
#modal_cart .cart__wrapper table thead tr .product__totalpackages {
    width: 126px;
    padding-right: 20px;
}
#modal_cart .cart__wrapper table tbody tr {
    border-bottom: 1px solid #d9f0d9;
}
#modal_cart .cart__wrapper table tbody tr .art {
    display: block;
}
@media all and (max-width: 1199px) {
    #modal_cart .cart__wrapper table tbody tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 50px;
    }
}
#modal_cart .cart__wrapper table tbody tr .title {
    display: none;
    font-size: 14px;
    line-height: 14px;
    color: #8b8880;
    margin-bottom: 7px;
}
@media all and (max-width: 1199px) {
    #modal_cart .cart__wrapper table tbody tr .title {
        display: block;
    }
}
#modal_cart .cart__wrapper table tbody tr td {
    padding: 11px;
    position: relative;
}
@media all and (max-width: 1199px) {
    #modal_cart .cart__wrapper table tbody tr td {
        padding: 0 5px;
    }
}
#modal_cart .cart__wrapper table tbody tr td:last-child {
    padding-right: 20px;
}
@media all and (max-width: 1199px) {
    #modal_cart .cart__wrapper table tbody tr td:last-child {
        padding: 0;
    }
}
@media all and (max-width: 1199px) {
    #modal_cart .cart__wrapper table tbody tr .image {
        width: 45%;
        text-align: center;
    }
}
#modal_cart .cart__wrapper table tbody tr .image__inner {
    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;
    max-width: 150px;
    height: 100px;
    margin: 0 auto;
    width: 100%;
    padding-left: 20px;
}
@media all and (max-width: 1199px) {
    #modal_cart .cart__wrapper table tbody tr .image__inner {
        padding-left: 0;
    }
}
#modal_cart .cart__wrapper table tbody tr .image__inner img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
@media all and (max-width: 1199px) {
    #modal_cart .cart__wrapper table tbody tr .name {
        width: 55%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}
#modal_cart .cart__wrapper table tbody tr .name a {
    color: #3d382b;
    line-height: 22px;
    display: inline-block;
}
@media all and (max-width: 1199px) {
    #modal_cart .cart__wrapper table tbody tr .name a {
        font-size: 14px;
        line-height: 17px;
    }
}
#modal_cart .cart__wrapper table tbody tr .name a:hover {
    color: #090;
}
@media all and (max-width: 1199px) {
    #modal_cart .cart__wrapper table tbody tr .inbox__total {
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
#modal_cart .cart__wrapper table tbody tr .inbox {
    text-align: right;
    font-size: 20px;
    line-height: 120%;
}
@media all and (max-width: 1199px) {
    #modal_cart .cart__wrapper table tbody tr .inbox {
        width: 25%;
        text-align: left;
        font-size: 16px;
    }
}
@media all and (max-width: 1199px) {
    #modal_cart .cart__wrapper table tbody tr .quantity__wrapper {
        width: 50%;
    }
}
#modal_cart .cart__wrapper table tbody tr .quantity__wrapper .title {
    text-align: center;
}
#modal_cart .cart__wrapper table tbody tr .quantity {
    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: 0 5px;
}
#modal_cart .cart__wrapper table tbody tr .quantity .quantity__btn {
    width: 30px;
    height: 50px;
    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-negative: 0;
    flex-shrink: 0;
    background-color: #f7f7f7;
    color: #090;
    border-radius: 8px;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}
#modal_cart .cart__wrapper table tbody tr .quantity input {
    width: 80px;
    height: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 2px solid #c5c4c0;
    background-color: #fff;
    border-radius: 8px;
    text-align: center;
    -moz-appearance: textfield;
    color: #c5c4c0;
}
#modal_cart
    .cart__wrapper
    table
    tbody
    tr
    .quantity
    input::-webkit-input-placeholder {
    color: #c5c4c0;
    opacity: 1;
}
#modal_cart .cart__wrapper table tbody tr .quantity input::-moz-placeholder {
    color: #c5c4c0;
    opacity: 1;
}
#modal_cart .cart__wrapper table tbody tr .quantity input::-ms-placeholder {
    color: #c5c4c0;
    opacity: 1;
}
#modal_cart
    .cart__wrapper
    table
    tbody
    tr
    .quantity
    input::-webkit-input-placeholder {
    color: #c5c4c0;
    opacity: 1;
}
#modal_cart .cart__wrapper table tbody tr .quantity input::-moz-placeholder {
    color: #c5c4c0;
    opacity: 1;
}
#modal_cart
    .cart__wrapper
    table
    tbody
    tr
    .quantity
    input:-ms-input-placeholder {
    color: #c5c4c0;
    opacity: 1;
}
#modal_cart
    .cart__wrapper
    table
    tbody
    tr
    .quantity
    input::-ms-input-placeholder {
    color: #c5c4c0;
    opacity: 1;
}
#modal_cart .cart__wrapper table tbody tr .quantity input::placeholder {
    color: #c5c4c0;
    opacity: 1;
}
#modal_cart
    .cart__wrapper
    table
    tbody
    tr
    .quantity
    input[type="number"]::-webkit-inner-spin-button,
#modal_cart
    .cart__wrapper
    table
    tbody
    tr
    .quantity
    input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
@media all and (max-width: 1199px) {
    #modal_cart .cart__wrapper table tbody tr .totalpackages__wrapper {
        width: 25%;
    }
}
#modal_cart .cart__wrapper table tbody tr .totalpackages__wrapper .title {
    text-align: right;
}
#modal_cart .cart__wrapper table tbody tr .totalpackages {
    text-align: right;
    font-size: 20px;
    line-height: 120%;
}
@media all and (max-width: 1199px) {
    #modal_cart .cart__wrapper table tbody tr .totalpackages {
        font-size: 16px;
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
#modal_cart .cart__wrapper table tbody tr .product__remove {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #8b8880;
    position: absolute;
    bottom: 10px;
    right: 20px;
    padding-right: 19px;
    background-size: 14px;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-image: url("../img/icon_26.svg");
}
@media all and (max-width: 1199px) {
    #modal_cart .cart__wrapper table tbody tr .product__remove {
        bottom: -40px;
        right: 0;
    }
}
#modal_cart .cart__wrapper table tbody tr .product__remove:hover {
    color: #090;
}
#modal_cart .cart__wrapper table tbody tr .product__remove img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 5px;
}
#modal_cart .cart__wrapper hr {
    width: 100%;
    height: 1px;
    background-color: #d9f0d9;
    border: none;
    margin-top: 3px;
}
#modal_cart .cart__wrapper .cart__total {
    text-align: right;
    padding: 30px 20px 0 20px;
}
@media all and (max-width: 1199px) {
    #modal_cart .cart__wrapper .cart__total {
        padding: 30px 0 0 0;
    }
}
#modal_cart .cart__wrapper .cart__total h5 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 40px;
    color: #8b8880;
}
#modal_cart .cart__wrapper .cart__total #total-packages {
    color: #3d382b;
}
#modal_cart .cart__wrapper .cart__total .empty-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 14px;
    line-height: 17px;
    color: #8b8880;
    cursor: pointer;
}
#modal_cart .cart__wrapper .cart__total .empty-cart:hover {
    color: #090;
}
#modal_cart .cart__wrapper .cart__total .empty-cart img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 5px;
}
header {
    margin-bottom: 40px;
    min-height: 149px;
}
@media all and (max-width: 575px) {
    header {
        margin-bottom: 0;
    }
}
header .header__top {
    padding-top: 9px;
    padding-bottom: 9px;
}
@media all and (max-width: 991px) {
    header .header__top {
        display: none;
    }
}
header .header__top .header__menu .menu__inner ul li {
    display: inline-block;
}
header .header__top .header__menu .menu__inner ul li:not(:last-child) {
    margin-right: 20px;
}
header .header__top .header__menu .menu__inner ul li.current-menu-item a {
    color: #090;
}
header .header__top .header__menu .menu__inner ul li a {
    font-weight: 300;
    color: rgba(61, 56, 43, 0.6);
}
@media all and (max-width: 1199px) {
    header .header__top .header__menu .menu__inner ul li a {
        font-size: 13px;
    }
}
header .header__top .header__menu .menu__inner ul li a:hover {
    color: #090;
}
header .header__top .header__contacts .contacts__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: rgba(61, 56, 43, 0.6);
}
@media all and (max-width: 1199px) {
    header .header__top .header__contacts .contacts__inner {
        font-size: 13px;
    }
}
header .header__top .header__contacts .contacts__inner p {
    font-weight: 300;
}
header .header__top .header__contacts .contacts__inner .phone {
    color: rgba(61, 56, 43, 0.6);
    display: inline-block;
    margin: 0 10px 0 20px;
}
header .header__top .header__contacts .contacts__inner .phone:hover {
    color: #090;
}
header .header__top .header__contacts .contacts__inner .whatsapp {
    position: relative;
    top: -3px;
}
header .header__top .header__contacts .contacts__inner .whatsapp:hover img {
    opacity: 1;
    -webkit-filter: inherit;
    filter: inherit;
}
header .header__top .header__contacts .contacts__inner .whatsapp img {
    /* -webkit-filter: grayscale(100%);
  filter: grayscale(100%);*/
    opacity: 0.7;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
header .header__top .header__contacts .contacts__inner .whatsapp:hover {
    opacity: 0.8;
}
header .header__main {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/bg.jpg);
    padding-top: 20px;
    padding-bottom: 20px;
}
header .header__main.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 5px 9px 0 rgba(0, 0, 0, .1);
}
header .header__main .header__logo img {
    width: 132px;
    height: auto;
}
@media all and (max-width: 991px) {
    header .header__main {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    header {
        min-height: 99px;
    }
    /* header .header__main.fixed {
        position: relative!important;
        box-shadow: none;
        padding-top: 20px;
        padding-bottom: 20px;
    } */
    header .header__main .header__logo img {
        width: 113px;
    }
}
@media all and (max-width: 575px) {
    header {
        min-height: 120px;
    }
}
header .header__main .header__search .search__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media all and (max-width: 991px) {
    header .header__main .header__search .search__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
header .header__main .header__search .search__inner form {
    width: 100%;
    height: 50px;
    position: relative;
    border-radius: 8px;
    border: 2px solid rgba(61, 56, 43, 0.1);
    overflow: hidden;
}
header .header__main .header__search .search__inner form label {
    height: 50px;
}
@media all and (max-width: 991px) {
    header .header__main .header__search .search__inner form {
        display: none;
    }
}
header .header__main .header__search .search__inner form .is-search-input {
    width: 100%;
    height: 100%;
    border: none !important;
    border-radius: 0;
    padding-left: 25px;
    padding-right: 60px;
    font-size: 16px !important;
    background-color: transparent;
}
header .header__main .header__search .search__inner form .is-search-submit {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 54px;
    height: 100%;
    background-size: 19px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_2.svg);
    background-color: transparent;
    border: none;
    z-index: 2;
    cursor: pointer;
}
header
    .header__main
    .header__search
    .search__inner
    form
    .is-search-submit
    .is-search-icon {
    display: none !important;
}

header
    .header__main
    .header__search
    .search__inner
    form
    .is-search-submit:hover {
    opacity: 0.8;
}
header .header__main .header__search .toggle__inner .close {
    position: absolute;
    top: 7px;
    right: 15px;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_3.svg);
    cursor: pointer;
}
header .header__main .header__search .header_burger {
    position: relative;
    display: none;
    margin-left: 10px;
}
@media all and (max-width: 991px) {
    header .header__main .header__search .header_burger {
        display: block;
    }
}
header .header__main .header__search .header_burger.menuopen .menu_toggle {
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
}
header .header__main .header__search .header_burger .burger_button {
    position: relative;
    width: 20px;
    height: 50px;
    border-radius: 8px;
    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;
    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;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
header .header__main .header__search .header_burger .burger_button h6 {
    color: #090;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
}
header .header__main .header__search .header_burger .burger_button div {
    position: relative;
    width: 18px;
    height: 12px;
}
header .header__main .header__search .header_burger .burger_button div span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #090;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -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__main
    .header__search
    .header_burger
    .burger_button
    div
    span:nth-child(1) {
    top: 0;
    width: 50%;
}
header
    .header__main
    .header__search
    .header_burger
    .burger_button
    div
    span:nth-child(2) {
    top: 4.5px;
}
header
    .header__main
    .header__search
    .header_burger
    .burger_button
    div
    span:nth-child(3) {
    top: 9px;
    width: 70%;
}
header .header__main .header__search .header_burger .menu_toggle {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    margin: 0;
    overflow: auto;
    z-index: 11;
    top: 0;
    padding-bottom: 30px;
    -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__main .header__search .header_burger .menu_toggle.slide {
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
}
header .header__main .header__search .header_burger .menu_toggle .wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 30px;
}
header
    .header__main
    .header__search
    .header_burger
    .menu_toggle
    .wrapper:after {
    position: absolute;
    content: "";
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/bg_2_1.jpg);
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: -1;
}
header
    .header__main
    .header__search
    .header_burger
    .menu_toggle
    .toggle__inner {
    width: 100%;
    margin: 0 auto;
    max-width: 690px;
    position: relative;
}
@media all and (max-width: 767px) {
    header
        .header__main
        .header__search
        .header_burger
        .menu_toggle
        .toggle__inner {
        max-width: 510px;
    }
}
@media all and (max-width: 575px) {
    header
        .header__main
        .header__search
        .header_burger
        .menu_toggle
        .toggle__inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}
header
    .header__main
    .header__search
    .header_burger
    .menu_toggle
    .toggle__inner
    h5 {
    font-family: DrukWideCyWebMediumRegular, sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 50px;
}
header
    .header__main
    .header__search
    .header_burger
    .menu_toggle
    .toggle__inner
    .main__menu
    li {
    margin-bottom: 4px;
}
header
    .header__main
    .header__search
    .header_burger
    .menu_toggle
    .toggle__inner
    .main__menu
    li.current-menu-item
    a {
    color: #090;
}
header
    .header__main
    .header__search
    .header_burger
    .menu_toggle
    .toggle__inner
    .main__menu
    li
    a {
    color: rgba(61, 56, 43, 0.6);
    display: inline-block;
}
header
    .header__main
    .header__search
    .header_burger
    .menu_toggle
    .toggle__inner
    .main__menu
    li
    a:hover {
    color: #090;
}
header
    .header__main
    .header__search
    .header_burger
    .menu_toggle
    .toggle__inner
    .category__menu {
    padding-top: 16px;
    padding-bottom: 20px;
    position: relative;
}
header
    .header__main
    .header__search
    .header_burger
    .menu_toggle
    .toggle__inner
    .category__menu
    li {
    position: relative;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}
header
    .header__main
    .header__search
    .header_burger
    .menu_toggle
    .toggle__inner
    .category__menu
    li.current-menu-item
    a {
    color: #090;
}
header
    .header__main
    .header__search
    .header_burger
    .menu_toggle
    .toggle__inner
    .category__menu
    li
    a {
    color: rgba(61, 56, 43, 0.6);
    line-height: 20px;
    font-weight: 600;
}
header
    .header__main
    .header__search
    .header_burger
    .menu_toggle
    .toggle__inner
    .category__menu
    li:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
}
header
    .header__main
    .header__search
    .header_burger
    .menu_toggle
    .toggle__inner
    .category__menu
    li:first-child {
    border-top: 1px solid #ebebeb;
}
header
    .header__main
    .header__search
    .header_burger
    .menu_toggle
    .toggle__inner
    .category__menu
    li.is-active
    > a {
    color: #3d382b;
}
header
    .header__main
    .header__search
    .header_burger
    .menu_toggle
    .toggle__inner
    .category__menu
    li.is-active
    > a:before {
    -webkit-filter: none !important;
    filter: none !important;
}
header
    .header__main
    .header__search
    .header_burger
    .menu_toggle
    .toggle__inner
    .category__menu
    li.is-active
    > ul.sub-menu {
    display: block !important;
}
header
    .header__main
    .header__search
    .header_burger
    .menu_toggle
    .toggle__inner
    .category__menu
    li.catalog-1
    > a:before {
    background-image: url(../img/icon_20.png);
    width: 40px;
    height: 24px;
}
header
    .header__main
    .header__search
    .header_burger
    .menu_toggle
    .toggle__inner
    .category__menu
    li.catalog-2
    > a:before {
    background-image: url(../img/icon_21.png);
    width: 37px;
    height: 37px;
}
header
    .header__main
    .header__search
    .header_burger
    .menu_toggle
    .toggle__inner
    .category__menu
    li.catalog-3
    > a:before {
    background-image: url(../img/icon_22.png);
    width: 40px;
    height: 35px;
}
header
    .header__main
    .header__search
    .header_burger
    .menu_toggle
    .toggle__inner
    .category__menu
    li.catalog-4
    > a:before {
    background-image: url(../img/icon_23.png);
    width: 26px;
    height: 36px;
}
header
    .header__main
    .header__search
    .header_burger
    .menu_toggle
    .toggle__inner
    .category__menu
    li.catalog-5
    > a:before {
    background-image: url(../img/icon_24.png);
    width: 41px;
    height: 35px;
}
header
    .header__main
    .header__search
    .header_burger
    .menu_toggle
    .toggle__inner
    .category__menu
    li
    > a {
    padding-left: 58px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-right: 10px;
}
header
    .header__main
    .header__search
    .header_burger
    .menu_toggle
    .toggle__inner
    .category__menu
    li
    > a:before {
    position: absolute;
    content: "";
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-filter: hue-rotate(180deg) grayscale(100%) brightness(1.4);
    filter: hue-rotate(180deg) grayscale(100%) brightness(1.4);
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
header
    .header__main
    .header__search
    .header_burger
    .menu_toggle
    .toggle__inner
    .category__menu
    li.menu-item-has-children
    ul.sub-menu {
    margin-top: 20px;
    padding: 10px 0 10px 0;
    width: 100%;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    display: none;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.03),
        0 5px 20px rgba(0, 0, 0, 0.04), 0 30px 70px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.03), 0 5px 20px rgba(0, 0, 0, 0.04),
        0 30px 70px rgba(0, 0, 0, 0.05);
    border-radius: 0 0 8px 8px;
    border-top: 2px solid #090;
}
header
    .header__main
    .header__search
    .header_burger
    .menu_toggle
    .toggle__inner
    .category__menu
    li.menu-item-has-children
    ul.sub-menu
    li {
    padding: 6px 15px 6px 20px;
    margin-right: 0;
    border-bottom: none;
    border-top: none;
}
header
    .header__main
    .header__search
    .header_burger
    .menu_toggle
    .toggle__inner
    .category__menu
    li.menu-item-has-children
    ul.sub-menu
    li
    a {
    line-height: 20px;
    display: block;
    color: #3d382b;
    font-weight: 600;
    padding: 0;
}
header
    .header__main
    .header__search
    .header_burger
    .menu_toggle
    .toggle__inner
    .category__menu
    li.menu-item-has-children
    ul.sub-menu
    li
    a:before {
    display: none;
}
header
    .header__main
    .header__search
    .header_burger
    .menu_toggle
    .toggle__inner
    .category__menu
    li.menu-item-has-children
    ul.sub-menu
    li
    a:hover {
    color: #090;
}

header
    .header__main
    .header__search
    .header_burger
    .menu_toggle
    .toggle__inner
    .catalog__menu {
    background-color: #fff;
    position: relative;
    z-index: 2;
}
header
    .header__main
    .header__search
    .header_burger
    .menu_toggle
    .toggle__inner
    .catalog__menu:after {
    position: absolute;
    content: "";
    width: 1500px;
    height: 100%;
    top: 0;
    left: -500px;
    background-color: #fff;
    z-index: -1;
}
header
    .header__main
    .header__search
    .header_burger
    .menu_toggle
    .toggle__inner
    .catalog__menu
    li {
    margin-bottom: 0;
}
header
    .header__main
    .header__search
    .header_burger
    .menu_toggle
    .toggle__inner
    .catalog__menu
    li:not(:last-child) {
    margin-bottom: 10px;
}
header .header__main .header__search .mobile__search {
    position: relative;
    display: none;
    margin-left: 10px;
}
@media all and (max-width: 991px) {
    header .header__main .header__search .mobile__search {
        display: block;
    }
}
header .header__main .header__search .mobile__search .search__btn {
    width: 20px;
    height: 20px;
    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;
}
header .header__main .header__search .mobile__search.menuopen .menu_toggle {
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
}
header .header__main .header__search .mobile__search.menuopen .burger_button {
    padding: 0;
    border: none;
    top: -2px;
}
header
    .header__main
    .header__search
    .mobile__search.menuopen
    .burger_button
    .burger__list {
    width: 24px;
    height: 24px;
    background-color: #090;
    border-radius: 50%;
    margin-left: auto;
    margin-right: 0;
}
header .header__main .header__search .mobile__search .burger_button {
    position: relative;
    width: 118px;
    height: 50px;
    border-radius: 8px;
    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;
    border: 2px solid rgba(61, 56, 43, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 17px 12px 20px;
}
header .header__main .header__search .mobile__search .menu_toggle {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    margin: 0;
    overflow: auto;
    z-index: 11;
    top: 0;
    padding-bottom: 30px;
    -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__main .header__search .mobile__search .menu_toggle.slide {
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
}
header .header__main .header__search .mobile__search .menu_toggle .wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 50px;
}
header
    .header__main
    .header__search
    .mobile__search
    .menu_toggle
    .wrapper:after {
    position: absolute;
    content: "";
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/bg_2_1.jpg);
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 210px;
    z-index: -1;
}
header
    .header__main
    .header__search
    .mobile__search
    .menu_toggle
    .toggle__inner {
    width: 100%;
    margin: 0 auto;
    max-width: 690px;
    position: relative;
}
@media all and (max-width: 767px) {
    header
        .header__main
        .header__search
        .mobile__search
        .menu_toggle
        .toggle__inner {
        max-width: 510px;
    }
}
@media all and (max-width: 575px) {
    header
        .header__main
        .header__search
        .mobile__search
        .menu_toggle
        .toggle__inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}
header
    .header__main
    .header__search
    .mobile__search
    .menu_toggle
    .toggle__inner
    h5 {
    font-family: DrukWideCyWebMediumRegular, sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 50px;
}
header
    .header__main
    .header__search
    .mobile__search
    .menu_toggle
    .toggle__inner
    form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header .header__main .header__cart {
    width: 80px;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 30px;
}
@media all and (max-width: 991px) {
    header .header__main .header__cart {
        margin-left: 0;
    }
}
header .header__main .header__cart .cart__inner .image {
    position: relative;
}
header .header__main .header__cart .cart__inner .image .basket-item-count {
    position: absolute;
    top: -5px;
    right: 20px;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    -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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 5px;
    background-color: #fff;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #fff;
    background-color: #dd000e;
}
header .header__main .header__cart h6 {
    font-size: 15px;
    line-height: 18px;
    color: #3d382b;
    font-weight: 400;
    padding-top: 7px;
}
@media all and (max-width: 991px) {
    header .header__main .header__cart h6 {
        display: none;
    }
}

.catalog__menu li {
    margin-bottom: 10px;
}
/* .catalog__menu li.c1 a {
  background-image: url(../img/c1.png)
}
.catalog__menu li.c2 a {
  background-image: url(../img/c2.png)
}
.catalog__menu li.c3 a {
  background-image: url(../img/c3.png)
}
.catalog__menu li.c4 a {
  background-image: url(../img/c4.png)
}
.catalog__menu li.c5 a {
  background-image: url(../img/c5.png)
}
.catalog__menu li.c6 a {
  background-image: url(../img/c6.png)
}
.catalog__menu li.c7 a {
  background-image: url(../img/c7.png)
}
.catalog__menu li.c8 a {
  background-image: url(../img/c8.png)
}
.catalog__menu li.c9 a {
  background-image: url(../img/c9.png)
}
.catalog__menu li.c10 a {
  background-image: url(../img/c10.png)
}
.catalog__menu li.c11 a {
  background-image: url(../img/c10.png)
}
.catalog__menu li.c12 a {
  background-image: url(../img/c10.png)
}
.catalog__menu li.c13 a {
  background-image: url(../img/c10.png)
}
.catalog__menu li.c14 a {
  background-image: url(../img/c10.png)
} */
.catalog__menu li a img {
    padding-right: 0 !important;
}
.catalog__menu li a {
    border-bottom: 1px solid rgba(0, 153, 0, 0.15);
    border-radius: 8px;
    font-weight: 600;
    color: #090;
    display: inline-block;
    background-color: #fff;
    padding: 10px;
    background-size: 76px;
    background-position: 0 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.catalog__menu li a:hover {
    z-index: 2;
    position: relative;
    -webkit-box-shadow: 0 30px 70px 0 rgba(0, 0, 0, 0.15),
        0 5px 10px 0 rgba(0, 0, 0, 0.06), 0 3px 5px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 30px 70px 0 rgba(0, 0, 0, 0.15),
        0 5px 10px 0 rgba(0, 0, 0, 0.06), 0 3px 5px 0 rgba(0, 0, 0, 0.03);
}

.catalog__menu li.current-catalog-ancestor a {
    z-index: 2;
    position: relative;
    -webkit-box-shadow: 0 30px 70px 0 rgba(0, 0, 0, 0.15),
        0 5px 10px 0 rgba(0, 0, 0, 0.06), 0 3px 5px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 30px 70px 0 rgba(0, 0, 0, 0.15),
        0 5px 10px 0 rgba(0, 0, 0, 0.06), 0 3px 5px 0 rgba(0, 0, 0, 0.03);
}

.catalog__menu li.current-menu-item a {
    z-index: 2;
    position: relative;
    -webkit-box-shadow: 0 30px 70px 0 rgba(0, 0, 0, 0.15),
        0 5px 10px 0 rgba(0, 0, 0, 0.06), 0 3px 5px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 30px 70px 0 rgba(0, 0, 0, 0.15),
        0 5px 10px 0 rgba(0, 0, 0, 0.06), 0 3px 5px 0 rgba(0, 0, 0, 0.03);
}

#catalog-section {
    margin-bottom: 48px;
}
@media all and (max-width: 991px) {
    #catalog-section {
        display: none;
    }
}
#catalog-section .menu__wrapper ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 10px;
}
#catalog-section .menu__wrapper ul li {
    position: relative;
    position: relative;
    border-bottom: 1px solid #ebebeb;
    height: 50px;
}
@media all and (max-width: 1600px) {
    #catalog-section .menu__wrapper ul li {
        margin-right: 0;
    }
}
#catalog-section .menu__wrapper ul li.current-menu-item a {
    color: #090;
}
#catalog-section .menu__wrapper ul li:hover a {
    color: #3d382b;
}
#catalog-section .menu__wrapper ul li:hover a:before {
    -webkit-filter: none !important;
    filter: none !important;
}
#catalog-section .menu__wrapper ul li.catalog-1 > a:before {
    background-image: url(../img/icon_20.png);
    width: 40px;
    height: 24px;
}
#catalog-section .menu__wrapper ul li.catalog-2 > a:before {
    background-image: url(../img/icon_21.png);
    width: 37px;
    height: 37px;
}
#catalog-section .menu__wrapper ul li.catalog-3 > a:before {
    background-image: url(../img/icon_22.png);
    width: 40px;
    height: 35px;
}
#catalog-section .menu__wrapper ul li.catalog-4 > a:before {
    background-image: url(../img/icon_23.png);
    width: 26px;
    height: 36px;
}
#catalog-section .menu__wrapper ul li.catalog-5 > a:before {
    background-image: url(../img/icon_24.png);
    width: 41px;
    height: 35px;
}
#catalog-section .menu__wrapper ul li a {
    color: rgba(61, 56, 43, 0.6);
    line-height: 20px;
    font-weight: 600;
}
@media all and (max-width: 1300px) {
    #catalog-section .menu__wrapper ul li a {
        font-size: 14px;
        line-height: 17px;
    }
}
@media all and (max-width: 1199px) {
    #catalog-section .menu__wrapper ul li a {
        font-size: 10px;
    }
}
#catalog-section .menu__wrapper ul li > a {
    padding-left: 58px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-right: 10px;
}
#catalog-section .menu__wrapper ul li > a:before {
    position: absolute;
    content: "";
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-filter: hue-rotate(180deg) grayscale(100%) brightness(1.4);
    filter: hue-rotate(180deg) grayscale(100%) brightness(1.4);
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
#catalog-section .menu__wrapper ul li > a:hover:before {
    -webkit-filter: none;
    filter: none;
}
#catalog-section
    .menu__wrapper
    ul
    li.menu-item-has-children:hover
    > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
#catalog-section .menu__wrapper ul li.menu-item-has-children ul.sub-menu {
    position: absolute;
    top: 50px;
    left: 0;
    padding: 10px 0 10px 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    display: block;
    background-color: #fff;
    z-index: 10;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.03),
        0 5px 20px rgba(0, 0, 0, 0.04), 0 30px 70px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.03), 0 5px 20px rgba(0, 0, 0, 0.04),
        0 30px 70px rgba(0, 0, 0, 0.05);
    border-radius: 0 0 8px 8px;
    border-top: 2px solid #090;
}
@media all and (max-width: 991px) {
    #catalog-section .menu__wrapper ul li.menu-item-has-children ul.sub-menu {
        width: 180px;
    }
}
#catalog-section .menu__wrapper ul li.menu-item-has-children ul.sub-menu li {
    padding: 6px 15px 6px 20px;
    border-bottom: none;
    margin-right: 0;
    height: auto;
}
#catalog-section .menu__wrapper ul li.menu-item-has-children ul.sub-menu li a {
    line-height: 20px;
    display: block;
    color: #3d382b;
    font-weight: 600;
    padding: 0;
}
#catalog-section
    .menu__wrapper
    ul
    li.menu-item-has-children
    ul.sub-menu
    li
    a::before {
    display: none;
}
#catalog-section
    .menu__wrapper
    ul
    li.menu-item-has-children
    ul.sub-menu
    li
    a:hover {
    color: #090;
}

#page .aside {
    margin-bottom: 40px;
}
@media all and (max-width: 991px) {
    #page .aside {
        display: none;
    }
}
#page .page__wrapper {
    border-bottom: 4px solid #f8f4f2;
    padding-bottom: 70px;
    margin-bottom: 80px;
}
@media all and (max-width: 575px) {
    #page .page__wrapper {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 50px;
    }
}
#page .page__main .main__inner .breadcrumbs {
    color: rgba(61, 56, 43, 0.6);
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 16px;
}
@media all and (max-width: 575px) {
    #page .page__main .main__inner .breadcrumbs {
        margin-top: 20px;
        margin-bottom: 10px;
    }
}
#page .page__main .main__inner .breadcrumbs span {
    color: rgba(61, 56, 43, 0.6);
    display: inline-block;
}
#page .page__main .main__inner .breadcrumbs span a {
    color: rgba(61, 56, 43, 0.6);
    display: inline-block;
}
#page .page__main .main__inner .breadcrumbs span a:hover {
    color: #090;
}
#page .page__main .main__inner .breadcrumbs span a span {
    color: inherit;
}
#page .page__main .main__inner .breadcrumbs .sep {
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_4.svg);
    width: 9px;
    height: 5px;
    position: relative;
    top: -2px;
}
#page .page__main .main__inner .main__image {
    height: 420px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 30px;
    margin-bottom: 100px;
}
@media all and (max-width: 1199px) {
    #page .page__main .main__inner .main__image {
        margin-bottom: 60px;
    }
}
@media all and (max-width: 575px) {
    #page .page__main .main__inner .main__image {
        padding: 40px 20px;
        height: 300px;
        border-radius: 0;
        width: calc(100% + 30px);
        left: -15px;
    }
}
#page .page__main .main__inner .main__image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
#page .page__main .main__inner .main__image h1 {
    font-family: DrukWideCyWebMediumRegular, sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 36px;
    max-width: 380px;
    width: 100%;
}
@media all and (max-width: 575px) {
    #page .page__main .main__inner .main__image h1 {
        font-size: 29px;
        line-height: 33px;
    }
}
#page .page__main .main__inner .product__list {
    margin-bottom: 100px;
}
@media all and (max-width: 1199px) {
    #page .page__main .main__inner .product__list {
        margin-bottom: 40px;
    }
}
#page .page__main .main__inner .page__heading h1 {
    font-family: DrukWideCyWebMediumRegular, sans-serif;
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 30px;
    font-weight: 500;
}
#page .page__main .main__inner .page__heading .art {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 30px;
}
@media all and (max-width: 575px) {
    #page .page__main .main__inner .page__heading h1 {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 24px;
    }
}
#page .page__main .main__inner .page__top {
    margin-bottom: 40px;
}
#page .page__main .main__inner .page__top .top__slider {
    border-radius: 8px;
    overflow: hidden;
}
#page .page__main .main__inner .page__top .top__slider .slide__inner {
    width: 100%;
    height: 560px;
    border-radius: 8px;
    overflow: hidden;
}
@media all and (max-width: 1199px) {
    #page .page__main .main__inner .page__top .top__slider .slide__inner {
        height: 400px;
    }
}
@media all and (max-width: 575px) {
    #page .page__main .main__inner .page__top .top__slider .slide__inner {
        height: 300px;
    }
}
#page .page__main .main__inner .page__top .top__slider .slide__inner img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
#page .page__main .main__inner .page__top .swiper-pagination {
    bottom: 20px !important;
}
#page .page__main .main__inner .page__top .swiper-pagination span {
    width: 8px;
    height: 8px;
    background-color: #fff;
    opacity: 1;
}
#page
    .page__main
    .main__inner
    .page__top
    .swiper-pagination
    span.swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 10px;
}
#page .page__main .main__inner .maps {
    border-radius: 8px;
    overflow: hidden;
    height: 716px;
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
}
@media all and (max-width: 991px) {
    #page .page__main .main__inner .maps {
        height: 500px;
        margin-bottom: 20px;
    }
}
@media all and (max-width: 575px) {
    #page .page__main .main__inner .maps {
        height: 300px;
    }
}
#page .page__main .main__inner .maps #map {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}
#page .page__main .main__inner .maps .maps__content {
    position: absolute;
    z-index: 3;
    top: 30px;
    left: 30px;
    border-radius: 8px;
    max-width: 300px;
    width: 100%;
    background-color: #fff;
    padding: 30px;
}
@media all and (max-width: 1199px) {
    #page .page__main .main__inner .maps .maps__content {
        top: 15px;
        left: 15px;
    }
}
@media all and (max-width: 991px) {
    #page .page__main .main__inner .maps .maps__content {
        display: none;
    }
}
#page .page__main .main__inner .maps .maps__content p {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 26px;
    font-weight: 300;
}
@media all and (max-width: 1199px) {
    #page .page__main .main__inner .maps .maps__content p {
        margin-bottom: 16px;
    }
}
#page .page__main .main__inner .maps .maps__content .phone {
    display: block;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    color: #3d382b;
}
#page .page__main .main__inner .maps .maps__content .btn {
    margin-top: 40px;
}
@media all and (max-width: 1199px) {
    #page .page__main .main__inner .maps .maps__content .btn {
        margin-top: 20px;
    }
}
#page .page__main .main__inner .contacts {
    display: none;
    margin-bottom: 50px;
}
@media all and (max-width: 991px) {
    #page .page__main .main__inner .contacts {
        display: block;
    }
}
#page .page__main .main__inner .contacts .wrapper {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/bg.jpg);
    border-radius: 8px;
    padding: 50px 15px;
}
#page .page__main .main__inner .contacts .wrapper p {
    font-size: 18px;
    line-height: 26px;
}
#page .page__main .main__inner .contacts .wrapper .phones {
    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: 0 20px;
    margin-top: 22px;
    margin-bottom: 26px;
}
@media all and (max-width: 575px) {
    #page .page__main .main__inner .contacts .wrapper .phones {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
#page .page__main .main__inner .contacts .wrapper .phones a {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #3d382b;
}
#page .page__main .main__inner .box__contacts {
    margin-bottom: 25px;
}
#page .page__main .main__inner .box__contacts h3 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 18px;
}
@media all and (max-width: 575px) {
    #page .page__main .main__inner .box__contacts h3 {
        font-size: 24px;
        line-height: 32px;
    }
}
#page .page__main .main__inner .box__contacts a {
    color: #090;
    display: inline-block;
}
@media all and (max-width: 991px) {
    #page .page__main .main__inner .product__desc .char {
        margin-bottom: 50px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}
#page .page__main .main__inner .product__desc .char .char__inner {
    max-width: 300px;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
}
@media all and (max-width: 991px) {
    #page .page__main .main__inner .product__desc .char .char__inner {
        max-width: 500px;
        margin-left: 0;
        margin-right: auto;
    }
}
#page .page__main .main__inner .product__desc .char table {
    margin-bottom: 26px;
}
#page .page__main .main__inner .product__desc .char table tbody {
    vertical-align: top;
}
#page
    .page__main
    .main__inner
    .product__desc
    .char
    table
    tbody
    tr:not(:last-child) {
    border-bottom: 1px solid #d9f0d9;
}
#page .page__main .main__inner .product__desc .char table tbody tr td {
    padding-top: 6px;
    padding-bottom: 6px;
}
#page
    .page__main
    .main__inner
    .product__desc
    .char
    table
    tbody
    tr
    td:first-child {
    min-width: 110px;
    padding-right: 6px;
}
#page
    .page__main
    .main__inner
    .product__desc
    .char
    table
    tbody
    tr
    td:last-child {
    font-weight: 600;
}
.box_pagination {
    padding-top: 40px;
}
.box_pagination .wp-pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media all and (max-width: 575px) {
    .box_pagination {
        margin-bottom: 20px;
    }
}
.box_pagination a,
.box_pagination span {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    position: relative;
    padding: 3px;
    line-height: 1.42857143;
    color: #090;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 153, 0, 0.15);
    border-radius: 8px;
    margin: 3px 10px;
    min-width: 40px;
    min-height: 40px;
    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;
}
.box_pagination a {
    color: #090;
}
.box_pagination a:hover {
    background-color: #090;
    color: #fff;
}
.box_pagination span {
    border-color: #090;
    background-color: #090;
    color: #fff;
}
.box_pagination .nextpostslink,
.box_pagination .previouspostslink {
    display: none;
}
.box__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.box__product.box__product-catalog .product__inner .images .image__before {
    opacity: 1 !important;
}
.box__product.box__product-catalog .product__inner .images .image__after {
    display: none !important;
}
.box__product.box__product-catalog .product__inner .images {
    overflow: visible;
}
.box__product.box__product-catalog
    .product__inner:hover
    .images
    .image__before {
    transform: scale(1.2);
}
@media all and (max-width: 575px) {
    .box__product.box__product-catalog
        .product__inner:hover
        .images
        .image__before {
        transform: scale(1);
    }
}
.box__product .product__inner {
    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;
    color: #3d382b;
    margin-bottom: 30px;
}
.box__product .product__inner:hover .images .image__before {
    opacity: 0;
}
.box__product .product__inner:hover .images .image__after {
    opacity: 1;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
.box__product .product__inner .inner__wrapper {
    -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;
    margin-bottom: 35px;
}
@media all and (max-width: 575px) {
    .box__product .product__inner .inner__wrapper {
        margin-bottom: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.box__product .product__inner .images {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    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;
    max-width: 300px;
    height: 200px;
    margin: 0 auto 20px auto;
    width: 100%;
}
@media all and (max-width: 575px) {
    .box__product .product__inner .images {
        margin: 0 20px 0 0;
        max-width: 150px;
        height: 100px;
    }
}
.box__product .product__inner .images img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.box__product .product__inner .images .image__before {
    opacity: 1;
}
.box__product .product__inner .images .image__after {
    opacity: 0;
}
.box__product .product__inner .content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.box__product .product__inner .content a {
    color: #3d382b;
}
.box__product .product__inner .content a:hover {
    color: #090;
}
.box__product .product__inner .content h5 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: inherit;
}
@media all and (max-width: 575px) {
    .box__product .product__inner .box__btn {
        padding-left: 170px;
    }
}
.box__product .product__inner .add-to-cart {
    font-size: 18px;
    line-height: 120%;
    padding-left: 24px;
    color: #090;
    display: inline-block;
    background-size: 14px;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_25.svg);
}
article img {
    border-radius: 8px;
}
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: 700;
    margin-bottom: 0.625em;
}
article h2 {
    font-size: 28px;
    line-height: 36px;
}
article h3 {
    font-size: 26px;
    line-height: 34px;
}
article h4 {
    font-size: 22px;
}
article h5 {
    font-size: 18px;
}
article h6 {
    font-size: 16px;
}
article p {
    margin-bottom: 0.625em;
}
article a {
    color: #009900;
}
article ul {
    margin-bottom: 0.625em;
    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: 0.625em;
    padding-left: 15px;
}
article table,
article table.wp-block-table {
    overflow-x: auto;
    width: 100%;
    text-align: left;
    margin: 0 0 33px 0;
    padding: 0;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
    border: 3px solid rgba(0, 0, 0, 0.12);
    border-spacing: 0;
    border-radius: 4px;
}
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 #ddd;
    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 #ddd;
    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);
}
#about {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/bg_2.jpg);
    padding-top: 100px;
    padding-bottom: 70px;
    margin-bottom: 80px;
}
@media all and (max-width: 1199px) {
    #about {
        padding-top: 40px;
        padding-bottom: 0;
    }
}
@media all and (max-width: 575px) {
    #about {
        background-image: url(../img/bg_2_1.jpg);
    }
}
#about .box__content {
    margin-bottom: 30px;
}
#about .box__content .content__inner {
    max-width: 850px;
    width: 100%;
}
@media all and (max-width: 991px) {
    #about .box__content .content__inner article h2 {
        display: none;
    }
}
#about .box__content .content__inner article p {
    font-size: 20px;
    line-height: 27px;
    font-weight: 300;
}
#about .box__image {
    margin-bottom: 30px;
}
@media all and (max-width: 991px) {
    #about .box__image {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}
#about .box__image .image__inner article {
    display: none;
}
#about .box__image .image__inner article h2 {
    font-size: 24px;
    line-height: 32px;
}
@media all and (max-width: 991px) {
    #about .box__image .image__inner article {
        display: block;
    }
}
#about .box__image .image__inner img {
    border-radius: 8px;
}
#profit {
    overflow: hidden;
    padding-bottom: 20px;
}
@media all and (max-width: 575px) {
    #profit {
        padding-bottom: 50px;
    }
}
#profit .profit__slider {
    position: relative;
    padding-bottom: 10px;
}
#profit .row {
    width: auto !important;
}
@media all and (max-width: 575px) {
    #profit .row {
        width: 100% !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
#profit .swiper-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media all and (max-width: 575px) {
    #profit .swiper-wrapper {
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }
}
@media all and (max-width: 575px) {
    #profit .swiper-slide {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
#profit .slide__inner {
    margin-bottom: 40px;
}
#profit .slide__inner .icon {
    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;
    max-width: 96px;
    height: 84px;
    margin: 0 auto 20px auto;
    width: 100%;
}
#profit .slide__inner .icon img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
#profit .swiper-pagination {
    display: none;
    bottom: 0 !important;
}
@media all and (max-width: 575px) {
    #profit .swiper-pagination {
        display: block;
    }
}
#profit .swiper-pagination span {
    width: 8px;
    height: 8px;
    background-color: rgba(0, 153, 0, 0.5);
    opacity: 1;
}
#profit .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #090;
    width: 20px;
    border-radius: 10px;
}
@media all and (max-width: 991px) {
    #contacts.page-contacts {
        display: none;
    }
}
#contacts .wrapper {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/bg_2.jpg);
    border-radius: 8px;
    padding: 50px 15px;
}
@media all and (max-width: 575px) {
    #contacts .wrapper {
        background-image: url(../img/bg_2_1.jpg);
    }
}
#contacts .wrapper p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
}
#contacts .wrapper .phones {
    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: 0 20px;
    margin-top: 22px;
    margin-bottom: 26px;
}
@media all and (max-width: 575px) {
    #contacts .wrapper .phones {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
#contacts .wrapper .phones a {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #3d382b;
}
#footer {
    padding-top: 40px;
    padding-bottom: 20px;
    font-weight: 300;
}
@media all and (max-width: 1199px) {
    #footer {
        text-align: center;
    }
}
@media all and (max-width: 575px) {
    #footer {
        padding-top: 30px;
    }
}
#footer .footer__item {
    margin-bottom: 20px;
}
#footer .footer__copyright p {
    color: rgba(61, 56, 43, 0.6);
}
#footer .footer__links .links__inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 0 24px;
}
@media all and (max-width: 1199px) {
    #footer .footer__links .links__inner ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
#footer .footer__links .links__inner ul li.current-menu-item a {
    color: #090;
}
#footer .footer__links .links__inner ul li a {
    color: rgba(61, 56, 43, 0.6);
}
#footer .footer__links .links__inner ul li a:hover {
    color: #090;
}

/*****************  contact form 7 style  *****************/

.wpcf7-validation-errors {
    display: none !important;
}

.wpcf7-form .wpcf7-response-output {
    font-size: 13px;
    line-height: 17px;
    margin: 3px auto 10px auto !important;
}

select.wpcf7-not-valid,
input[type="text"].wpcf7-not-valid,
input[type="date"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
textarea.wpcf7-not-valid,
#block-7 input[type="text"].wpcf7-not-valid,
#block-7 input[type="tel"].wpcf7-not-valid,
#block-15 input[type="tel"].wpcf7-not-valid,
#block-15 input[type="text"].wpcf7-not-valid {
    border: 2px solid #ec3c06 !important;
    position: relative;
}

body span.wpcf7-not-valid-tip {
    display: none !important;
    color: #ec3c06;
    border: none;
    background: none;
}
body span.wpcf7-not-valid-tip-no-ajax {
    display: inline-block;
    font-size: 18px;
    margin: 0 0 0 10px;
}
body div.wpcf7-validation-errors {
    background: #ffe2e2;
    border: 2px solid #ff8a8a;
    color: #ec3c06;
    font-size: 18px;
    text-align: center;
    position: relative;
    z-index: 12000;
}
.contact-inner-form .wpcf7-response-output {
    width: 95%;
}
body div.wpcf7-response-output {
    padding: 6px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 3px;
}

body .wpcf7-mail-sent-ng {
    background: #fff2e2;
    border: 1px solid #ffbc8a;
    color: #e17731;
}

body .wpcf7-mail-sent-ok {
    border: 1px solid transparent;
    color: #ff5805;
    text-align: center;
}

.cart__empty {
    display: none;
    text-align: center;
}

.cf7-data {
    display: none !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: none !important;
}

.grecaptcha-badge {
	position: absolute!important;
	top: 0;
    visibility: hidden;
    height: 0px!important;
}

.topmenu {background:#343a40;}
.topmenu ul {display:flex;justify-content:center;align-items:center;gap:15px;margin:0;padding:0;list-style:none;}
.topmenu ul a {color:#fff;display:block;padding:5px;}
.topmenu ul .active a {background:#0e9a46;}
.topmenu ul li span {
animation: pulse 1.5s infinite;display:inline-block;vertical-align:super;margin:0 0 0 5px;
text-transform:uppercase;font-size:10px;padding:5px;border-radius:5px;line-height:10px;background:#eeebe6;
color:#343a40;
}
@keyframes pulse {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}

.newhead-line1 {
	padding:10px 0 0;
}

.newhead-line1 .newhead-grid {
	display:grid;
	grid-template-columns:repeat(4,1fr);
	align-items:center;
	gap:40px;
}

.subsites {
	grid-column:span 2;
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:10px;
}

.subsites a {
	display:flex;
	align-items:center;
	gap:10px;
	justify-content:center;
	border-radius:16px 16px 0 0;
	background:url(../img/bg.jpg);
	padding:8px 0 5px 0;
	font-size: 20px;
	text-transform: uppercase;
	font-weight:bold;
	color: #090;
}
.subsites .subsite1 a {
	color: rgba(61, 56, 43, 0.60);
	position:relative;
}
.subsites .subsite1 a:before{
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border-radius:16px 16px 0 0;
	opacity: 0.2;
	background: linear-gradient(180deg, rgba(75, 54, 0, 0.00) 87.5%, #4B3600 100%), linear-gradient(0deg, rgba(75, 54, 0, 0.15) 0%, rgba(75, 54, 0, 0.00) 6.5%), linear-gradient(0deg, #4B3600 0%, rgba(75, 54, 0, 0.00) 100%);
}
.head-adress {
	margin:18px 0 8px 0;
	color: rgba(61, 56, 43, 0.60);
	font-weight: 300;
}
.head-phone {
	display:flex;
	align-items:center;
	gap:8px;
}
.head-phone a {
	color: #3D382B;
}
.head-phone a, .head-phone a img {
	display:inline-block;
	vertical-align:top;
}
.head-shema a {
	display:inline-block;
	vertical-align:top;
	color: rgba(61, 56, 43, 0.60);
	font-size: 14px;
	font-weight: 300;
	padding:0 0 0 16px;
	background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuNiAwQzIuNTIgMCAwIDIuNTIgMCA1LjZDMCA3LjE4NjY3IDAuNjUzMzMzIDguNTg2NjcgMS42OCA5LjUyQzIuNzA2NjcgMTAuNTQ2NyA1LjA0IDEyLjA0IDUuMjI2NjcgMTMuNTMzM0M1LjIyNjY3IDEzLjgxMzMgNS40MTMzMyAxNCA1LjYgMTRDNS43ODY2NyAxNCA1Ljk3MzMzIDEzLjgxMzMgNS45NzMzMyAxMy42MjY3QzYuMTYgMTIuMDQgOC40OTMzMyAxMC42NCA5LjUyIDkuNjEzMzNDMTAuNTQ2NyA4LjU4NjY3IDExLjIgNy4xODY2NyAxMS4yIDUuNkMxMS4yIDIuNTIgOC42OCAwIDUuNiAwWiIgZmlsbD0iIzNEMzgyQiIgZmlsbC1vcGFjaXR5PSIwLjYiLz4KPGVsbGlwc2UgY3g9IjUuNiIgY3k9IjUuNiIgcng9IjIuMSIgcnk9IjIuMSIgZmlsbD0id2hpdGUiLz4KPC9zdmc+) 0 50% no-repeat;
}
.newhead-line2 .newhead-grid {
	display:flex;
	align-items:center;
	gap:30px;
}
header .header__main .header__cart {
	margin:0;
}
.newhead-search {
	width:100%;
	flex:1;
}
.newhead-menu ul {
	display:flex;
	align-items:center;
	gap:30px;
}
.newhead-menu ul a{
	color: #3D382B;
	font-size: 18px;
}
.mobile-logo{display:none;}
@media (max-width: 991px) {
	.newhead-line1 .logo, .head-contacts, .newhead-menu {
		display:none;
	}
	.mobile-logo {
		display:block;
		margin-right:auto;
	}
	.mobile-logo img {
		width:110px;
	}
	.newhead-line1 .newhead-grid {
		display:flex;
		justify-content:center;
	}
	.subsites a {
		flex-direction:column;
		align-items:center;
		justify-content:center;
		padding:8px 15px 2px;
	}
	.subsites a img {
		max-height:60px;
	}
	.newhead-line2 .newhead-grid {
		gap:5px;
	}
	.newhead-search {
		width:auto;flex:initial;
	}
}