@charset "UTF-8";
@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Inter-Regular.woff2) format("woff2");
}
@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/Inter-Medium.woff2) format("woff2");
}
@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/Inter-SemiBold.woff2) format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Inter-Bold.woff2) format("woff2")
}
body,
html {
    height: 100%;
}
body {
    font-family: Inter, sans-serif;
    font-size: 1em;
    line-height: 1.1875;
    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: #000;
    background-color: #f5f3f4;
    letter-spacing: -0.03em;
    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;
}
@media all and (max-width: 1199px) {
    main {
        padding-top: 59px;
    }
}
@media all and (max-width: 575px) {
    body {
        font-size: 0.875em;
        line-height: 1.214285;
    }
}
ul {
    list-style: none;
    margin: 0;
}
p {
    font-style: normal;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    font-style: normal;
    margin: 0;
    letter-spacing: -0.03em;
}
.swiper-button-disabled {
    cursor: pointer !important;
    pointer-events: auto !important;
}
.heading {
    margin-bottom: 40px;
}
@media all and (max-width: 767px) {
    .heading {
        margin-bottom: 30px;
    }
}
@media all and (max-width: 575px) {
    .heading {
        margin-bottom: 20px;
    }
}
.heading.heading-white {
    color: #fff;
}
.heading.heading-green {
    color: #59a58b;
}
.heading.heading-small h2 {
    font-size: 36px;
}
@media all and (max-width: 575px) {
    .heading.heading-small h2 {
        font-size: 28px;
    }
}
.heading h1,
.heading h2 {
    font-size: 44px;
}
@media all and (max-width: 767px) {
    .heading h1,
    .heading h2 {
        font-size: 36px;
    }
}
@media all and (max-width: 575px) {
    .heading h1,
    .heading h2 {
        font-size: 28px;
    }
}
.heading h1 strong,
.heading h2 strong {
    font-weight: 500;
    color: #2c4829;
}
.heading h3 {
    font-size: 32px;
}
@media all and (max-width: 575px) {
    .heading h3 {
        font-size: 24px;
    }
}
.heading p {
    margin-top: 24px;
}
@media all and (max-width: 575px) {
    .heading p {
        margin-top: 16px;
    }
}
.heading.heading-arrows {
    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: 20px 40px;
}
@media all and (max-width: 767px) {
    .heading.heading-arrows {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.heading.heading-arrows.heading-arrows-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
@media all and (max-width: 767px) {
    .heading.heading-arrows.heading-arrows-bottom .swiper__nav {
        display: none;
    }
}
.heading.heading-arrows .swiper__nav {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 177px;
    height: 43px;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: 0;
}
@media all and (max-width: 575px) {
    .heading.heading-arrows .swiper__nav {
        display: none;
    }
}
.heading.heading-arrows .swiper__nav.swiper__nav-black {
    width: 106px;
    height: 48px;
}
.heading.heading-arrows .swiper__nav.swiper__nav-black .swiper-button {
    background-image: url(../img/arrow_balck.svg);
    width: 48px;
    height: 48px;
}
.heading.heading-arrows .swiper__nav.swiper__nav-accent .swiper-button {
    background-image: url(../img/arrow_accent.svg);
}
.heading.heading-arrows .swiper__nav .swiper-button {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    top: 0;
    bottom: 0;
    position: absolute;
    cursor: pointer;
    margin: auto;
    z-index: 100;
    width: 74px;
    height: 43px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/arrows_white.svg);
}
.heading.heading-arrows .swiper__nav .swiper-button:after {
    display: none !important;
}
.heading.heading-arrows .swiper__nav .swiper-button.swiper-button-prev {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: 0;
}
.heading.heading-arrows .swiper__nav .swiper-button.swiper-button-next {
    right: 0;
}
.btn,
.button {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #6e7180;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
@media all and (max-width: 575px) {
    .btn,
    .button {
        padding: 16px 24px;
    }
}
.btn:hover,
.button:hover {
    color: #fff;
    background-color: #5b5d69;
}
.btn span,
.button span {
    position: relative;
    padding-right: 23px;
}
.btn span:after,
.button span:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_5.svg);
    width: 18px;
    height: 19px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.btn.btn-small,
.button.btn-small {
    padding: 10px 16px;
}
.btn.btn-white,
.button.btn-white {
    background-color: #fff;
    color: #2d422b;
}
.btn.btn-white span::after,
.button.btn-white span::after {
    -webkit-filter: brightness(0) saturate(100%) invert(22%) sepia(23%)
        saturate(629%) hue-rotate(67deg) brightness(94%) contrast(94%);
    filter: brightness(0) saturate(100%) invert(22%) sepia(23%) saturate(629%)
        hue-rotate(67deg) brightness(94%) contrast(94%);
}
.btn.btn-white:hover,
.button.btn-white:hover {
    color: #fff;
    background-color: #6e7180;
}
.btn.btn-white:hover span::after,
.button.btn-white:hover span::after {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0)
        saturate(1%) hue-rotate(26deg) brightness(107%) contrast(102%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(1%)
        hue-rotate(26deg) brightness(107%) contrast(102%);
}
.btn.btn-char,
.button.btn-char {
    border: 1px solid #d6d3d1;
    background-color: #f5f3f4;
    color: #000;
    padding: 15px 39px 15px 39px;
}
@media all and (max-width: 575px) {
    .btn.btn-char,
    .button.btn-char {
        padding: 15px 24px;
        text-align: center;
    }
}
.btn.btn-char:hover,
.button.btn-char:hover {
    background-color: #d6d3d1;
}
.btn.btn-char span,
.button.btn-char span {
    padding-right: 0;
    padding-left: 26px;
}
@media all and (max-width: 575px) {
    .btn.btn-char span,
    .button.btn-char span {
        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;
    }
}
.btn.btn-char span:after,
.button.btn-char span:after {
    background-image: url(../img/icon_31.svg);
    width: 18px;
    height: 19px;
    right: auto;
    left: 0;
}

.btn-green {
    background-color: #90c4af;
    font-weight: 700;
    font-size: 12.5px;
    line-height: 16px;
    letter-spacing: 1.3px;
    color: #0a443e;
    text-transform: uppercase;
    padding: 19px 22px;
    text-align: left;
}
.btn-green:hover {
    background-color: #073f3a;
}
.btn-green:hover span:after {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0)
        saturate(7500%) hue-rotate(146deg) brightness(121%) contrast(121%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(7500%)
        hue-rotate(146deg) brightness(121%) contrast(121%);
}
.btn-green span {
    display: block;
    padding-right: 50px;
}
.btn-green span:after {
    position: absolute;
    content: "";
    background-image: url(../img/icon_105.svg);
    width: 22px;
    height: 10px;
    right: 0;
    margin: auto;
}

@media all and (max-width: 575px) {
    .btn-100 {
        max-width: none !important;
        width: 100% !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: none;
    background-color: #ccc;
    color: #666;
    pointer-events: all !important;
}
button:disabled:hover,
button[disabled]:hover {
    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%;
}
.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;
}
details summary::-webkit-details-marker {
    display: none;
}
details > summary {
    list-style: none;
}
section {
    padding-top: 120px;
    padding-bottom: 120px;
}
@media all and (max-width: 1600px) {
    section {
        padding-top: 110px;
        padding-bottom: 110px;
    }
}
@media all and (max-width: 767px) {
    section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@-webkit-keyframes showBlock {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes showBlock {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.modal {
    color: #000;
    max-width: 650px;
    width: 100%;
    padding: 40px;
}
@media all and (max-width: 575px) {
    .modal {
        padding: 30px;
    }
}
.modal .modal__heading {
    margin-bottom: 40px;
}
.modal .modal__heading h2 {
    font-size: 32px;
    margin-bottom: 16px;
}
.modal .modal__heading p {
    font-size: 14px;
}
.form__inner form .item__title {
    margin-bottom: 10px;
}
.form__inner form .form__item {
    margin-bottom: 20px;
}
.form__inner form .form__item.form__item-mb {
    margin-bottom: 10px;
}
.form__inner form .form__item input,
.form__inner form .form__item textarea {
    width: 100%;
    height: 57px;
    border-radius: 0;
    border: 1px solid #e7e7e7;
    font-size: 16px;
    padding: 0 20px;
}
@media all and (max-width: 575px) {
    .form__inner form .form__item input,
    .form__inner form .form__item textarea {
        height: 50px;
    }
}
.form__inner form .form__item textarea {
    height: 120px;
    padding-top: 12px;
}
@media all and (max-width: 575px) {
    .form__inner form .form__item textarea {
        height: 90px;
    }
}
.form__inner form .form__submit {
    position: relative;
    margin-bottom: 16px;
}
.form__inner form .form__submit .wpcf7-spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.form__inner form .file-upload {
    position: relative;
    overflow: hidden;
    max-width: 240px;
    width: 100%;
    margin-bottom: 10px;
    height: 50px;
}
.form__inner form .file-upload label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    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;
}
.form__inner form .file-upload label input[type="file"] {
    display: none;
}
.form__inner form .file-upload label .file__text {
    font-weight: 500;
    padding-left: 34px;
    position: relative;
    text-decoration: underline;
}
.form__inner form .file-upload label .file__text:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_12.svg);
    width: 24px;
    height: 24px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.form__inner form .file-upload #file-name {
    font-size: 9px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.form__inner form .form__policy p {
    font-size: 14px;
    color: #adb3b4;
}
.form__inner form .form__policy a {
    font-weight: 500;
    color: #59a58b;
    text-decoration: underline;
}
.location {
    position: relative;
    font-size: 14px;
    line-height: 18px;
}
.location .city-name {
    font-weight: 600;
    color: #2d422b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    min-width: 180px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    position: relative;
    z-index: 12;
}
@media all and (max-width: 1600px) {
    .location .city-name {
        min-width: 120px;
    }
}
@media all and (max-width: 1199px) {
    .location .city-name {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 5px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}
.location .city-name span {
    display: block;
    margin-bottom: 2px;
    white-space: nowrap;
}
.location .city-name p {
    border-bottom: 1px dotted #fff;
    display: inline-block;
}
@media all and (max-width: 1199px) {
    .location .city-name p {
        color: #fff;
    }
}
.location ul {
    position: absolute;
    z-index: 20;
    top: calc(100% + 4px);
    left: 0;
    width: 132px;
    padding: 10px 16px;
    background-color: #fff;
    display: none;
    -webkit-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1);
}
.location ul li a {
    color: #000;
    display: inline-block;
    padding: 6px 0;
}
.location ul li a:hover {
    text-decoration: underline;
}
@-webkit-keyframes slideIn {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideIn {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
header {
    min-height: 123px;
    position: relative;
}
@media all and (max-width: 1199px) {
    header {
        min-height: inherit;
        position: fixed;
        width: 100%;
        z-index: 999;
    }
}
header .header__top {
    background-color: #f5f3f4;
    padding: 10px 0;
}
@media all and (max-width: 1199px) {
    header .header__top {
        display: none;
    }
}
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: 40px;
}
header .header__top .location__worktime {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    gap: 20px;
}
header .header__top .location__worktime .location {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.03em;
    color: #2d422b;
}
header .header__top .location__worktime .location .city-name {
    min-width: inherit;
}
header .header__top .location__worktime .location ul {
    width: 140px;
}
header .header__top .location__worktime .location ul a {
    color: #2d422b;
}
header .header__top .location__worktime .worktime {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.03em;
    color: #2d422b;
}
header .header__top .search {
    width: 100%;
}
header .header__top .social {
    -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: 5px;
}
@media all and (max-width: 1199px) {
    header .header__top .social li:not(.item__show) {
        display: none;
    }
}
header .header__top .social li a:hover {
    opacity: 0.8;
}
header .header__top .social li a img {
    width: 32px;
    height: 32px;
}
header .header__main {
    background-color: #94cdba;
    padding-top: 12px;
    padding-bottom: 12px;
}
@media all and (min-width: 1199px) {
    header .header__main.header__fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        margin: auto;
        z-index: 999;
        -webkit-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1);
        -webkit-animation: slideIn 0.4s ease-in;
        animation: slideIn 0.4s ease-in;
    }
}
header .header__main .container {
    position: relative;
}
header .header__main .main__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: 16px;
}
@media all and (max-width: 1199px) {
    header .header__main .main__wrapper .logo__burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20px;
    }
}
header .header__main .main__wrapper .logo {
    max-width: 35vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
header .header__main .main__wrapper .logo img {
    width: 196px;
    height: auto;
}
@media all and (max-width: 1199px) {
    header .header__main .main__wrapper .logo img {
        width: 170px;
    }
}
header .header__main .main__wrapper .header_burger {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    display: none;
}
@media all and (max-width: 1199px) {
    header .header__main .main__wrapper .header_burger {
        display: block;
    }
}
header .header__main .main__wrapper .header_burger .burger_button {
    position: relative;
    top: 2px;
    width: 30px;
    height: 30px;
    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;
    background-color: transparent;
    border: none;
}
header .header__main .main__wrapper .header_burger .burger_button span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #2d422b;
    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
    .main__wrapper
    .header_burger
    .burger_button
    span:nth-child(1) {
    top: 4px;
}
header
    .header__main
    .main__wrapper
    .header_burger
    .burger_button
    span:nth-child(2) {
    top: 12px;
}
header
    .header__main
    .main__wrapper
    .header_burger
    .burger_button
    span:nth-child(3) {
    top: 20px;
}
header
    .header__main
    .main__wrapper
    .header_burger
    .burger_button.open
    span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
header
    .header__main
    .main__wrapper
    .header_burger
    .burger_button.open
    span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
header
    .header__main
    .main__wrapper
    .header_burger
    .burger_button.open
    span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
header .header__main .main__wrapper .header_burger .menu_toggle {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f5f3f4;
    margin: 0;
    overflow: auto;
    z-index: 11;
    padding-top: 80px;
    top: 0;
    padding-bottom: 70px;
    -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 .main__wrapper .header_burger .menu_toggle.slide {
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
}
header .header__main .main__wrapper .header_burger .menu_toggle.menuopen {
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
}
header .header__main .main__wrapper .header_burger .menu_toggle .toggle__inner {
    width: 100%;
    margin: 0 auto;
    max-width: 920px;
    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: 40px;
    height: 100%;
}
@media all and (max-width: 991px) {
    header
        .header__main
        .main__wrapper
        .header_burger
        .menu_toggle
        .toggle__inner {
        max-width: 690px;
    }
}
@media all and (max-width: 767px) {
    header
        .header__main
        .main__wrapper
        .header_burger
        .menu_toggle
        .toggle__inner {
        max-width: 510px;
    }
}
@media all and (max-width: 575px) {
    header
        .header__main
        .main__wrapper
        .header_burger
        .menu_toggle
        .toggle__inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}
header
    .header__main
    .main__wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu {
    max-width: 420px;
    width: 100%;
}
header
    .header__main
    .main__wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li {
    display: block;
    position: relative;
}
header
    .header__main
    .main__wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li:not(:last-child) {
    margin-bottom: 16px;
}
header
    .header__main
    .main__wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.current-menu-item
    > a {
    color: #59a58b;
}
header
    .header__main
    .main__wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li
    a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    display: block;
    padding: 8px 0;
}
header
    .header__main
    .main__wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li
    a:hover {
    color: #59a58b;
}
header
    .header__main
    .main__wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.menu-item-has-children {
    padding-right: 30px;
}
header
    .header__main
    .main__wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.menu-item-has-children
    > a {
    position: relative;
    -webkit-transition: 0s;
    transition: 0s;
}
header
    .header__main
    .main__wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.menu-item-has-children:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-size: 12px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_11.svg);
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
header
    .header__main
    .main__wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.menu-item-has-children.open:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
header
    .header__main
    .main__wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.menu-item-has-children.open
    > a {
    color: #59a58b;
}
header
    .header__main
    .main__wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.menu-item-has-children.current-menu-item
    > a {
    color: #59a58b;
}
header
    .header__main
    .main__wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.menu-item-has-children
    > ul.sub-menu {
    margin-right: -40px;
    display: none;
}
header
    .header__main
    .main__wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.menu-item-has-children
    > ul.sub-menu
    li {
    margin-bottom: 0;
}
header
    .header__main
    .main__wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.menu-item-has-children
    > ul.sub-menu
    li:nth-last-child(1) {
    border-bottom: none;
}
header
    .header__main
    .main__wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.menu-item-has-children
    > ul.sub-menu
    li.current-menu-item
    > a {
    background-color: #59a58b;
    color: #fff;
}
header
    .header__main
    .main__wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.menu-item-has-children
    > ul.sub-menu
    li
    a {
    padding-left: 16px;
}
header
    .header__main
    .main__wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.menu-item-has-children
    > ul.sub-menu
    li
    > ul.sub-menu
    li {
    padding-left: 20px;
}
header
    .header__main
    .main__wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__contacts {
    max-width: 420px;
    width: 100%;
}
@media all and (min-width: 1199px) {
    header
        .header__main
        .main__wrapper
        .header_burger
        .menu_toggle
        .toggle__inner
        .mobile__contacts {
        display: none;
    }
}
header
    .header__main
    .main__wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .worktime {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #2d422b;
    margin-bottom: 16px;
}
header
    .header__main
    .main__wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .phone {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.03em;
    color: #2d422b;
    margin-bottom: 16px;
}
header
    .header__main
    .main__wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .phone:hover {
    color: #59a58b;
}
header
    .header__main
    .main__wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}
header
    .header__main
    .main__wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .location
    ul {
    width: 180px;
}
header
    .header__main
    .main__wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .location
    .city-name {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.03em;
    color: #2d422b;
    gap: 12px;
}
header
    .header__main
    .main__wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .location
    a {
    font-size: 18px;
}
header
    .header__main
    .main__wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .social__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
header
    .header__main
    .main__wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .social__btn
    .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
header
    .header__main
    .main__wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .social__btn
    .social
    li {
    display: block;
}
header
    .header__main
    .main__wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .social__btn
    .social
    a:hover {
    opacity: 0.8;
}
header
    .header__main
    .main__wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .social__btn
    .btn {
    display: inline-block;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}
header .header__main .main__wrapper .desk__menu {
    -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: 26px;
}
@media all and (max-width: 1199px) {
    header .header__main .main__wrapper .desk__menu {
        display: none;
    }
}
header .header__main .main__wrapper .desk__menu > li {
    position: relative;
    display: inline-block;
    text-align: center;
}
header .header__main .main__wrapper .desk__menu > li.current-menu-item > a {
    color: #2d422b;
}
header .header__main .main__wrapper .desk__menu > li:hover > a {
    color: #2d422b;
}
header .header__main .main__wrapper .desk__menu > li a {
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.03em;
    color: #fff;
    padding: 10px 0;
}
@media all and (max-width: 1400px) {
    header .header__main .main__wrapper .desk__menu > li a {
        font-size: 16px;
    }
}
header .header__main .main__wrapper .desk__menu > li.menu-item-has-children {
    position: relative;
}
header
    .header__main
    .main__wrapper
    .desk__menu
    > li.menu-item-has-children:before {
    position: absolute;
    content: "";
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_1.svg);
    width: 8px;
    height: 19px;
    top: -2px;
    bottom: 0;
    right: 0;
    margin: auto;
}
header
    .header__main
    .main__wrapper
    .desk__menu
    > li.menu-item-has-children
    > a {
    padding-right: 15px;
}
header
    .header__main
    .main__wrapper
    .desk__menu
    > li.menu-item-has-children:hover
    > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
header
    .header__main
    .main__wrapper
    .desk__menu
    > li.menu-item-has-children
    ul.sub-menu {
    position: absolute;
    top: 46px;
    left: 0;
    width: 300px;
    border-radius: 5px;
    background-color: #94cdba;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.16);
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    display: block;
    overflow: hidden;
    padding: 10px 15px;
    z-index: 10;
}
header
    .header__main
    .main__wrapper
    .desk__menu
    > li.menu-item-has-children
    ul.sub-menu
    li {
    margin: 0 auto;
    text-align: left;
    display: block;
    width: 100%;
}
header
    .header__main
    .main__wrapper
    .desk__menu
    > li.menu-item-has-children
    ul.sub-menu
    li:after {
    left: 16px;
}
header
    .header__main
    .main__wrapper
    .desk__menu
    > li.menu-item-has-children
    ul.sub-menu
    li.current-menu-item
    > a {
    color: #2d422b;
}
header
    .header__main
    .main__wrapper
    .desk__menu
    > li.menu-item-has-children
    ul.sub-menu
    li
    a {
    display: block;
    padding: 6px 0;
    position: relative;
}
header
    .header__main
    .main__wrapper
    .desk__menu
    > li.menu-item-has-children
    ul.sub-menu
    li
    a:hover {
    color: #2d422b;
}
header .header__main .main__wrapper .search {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    /* position: relative; */
    /* z-index: 20; */
}
@media all and (max-width: 1199px) {
    header .header__main .main__wrapper .search.search-desk {
        display: none;
    }
}
header .header__main .main__wrapper .search__btn {
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
header .header__main .main__wrapper .search__btn:hover {
    opacity: 0.8;
}
header .header__main .main__wrapper .phone {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.03em;
    color: #2d422b;
    white-space: nowrap;
}
@media all and (max-width: 1400px) {
    header .header__main .main__wrapper .phone {
        font-size: 16px;
    }
}
@media all and (max-width: 1199px) {
    header .header__main .main__wrapper .phone {
        display: none;
    }
}
header .header__main .main__wrapper .social {
    display: none;
}
@media all and (max-width: 1199px) {
    header .header__main .main__wrapper .social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
    }
}
header .header__main .main__wrapper .social .header__card img {
    width: min(7.5vw, 35px);
    height: min(7.5vw, 35px);
}
header .header__main .main__wrapper .btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (max-width: 1199px) {
    header .header__main .main__wrapper .btn {
        display: none;
    }
}
header .header__main .dgwt-wcas-search-wrapp {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 12px);
    width: calc(100% - 40px);
    max-width: none;
}
header .header__card {
    position: relative;
    z-index: 20;
    width: 32px;
    height: 32px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (max-width: 767px) {
    header .header__card {
        width: 28px;
        height: 28px;
    }
}
header .header__card .count {
    position: absolute;
    top: -8px;
    right: -5px;
    font-size: 12px;
    font-weight: 500;
    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: 16px;
    height: 16px;
    padding: 5px;
    background-color: #59a58b;
    border-radius: 9px;
    color: #fff;
}
@media all and (max-width: 767px) {
    header .header__card .count {
        font-size: 8px;
        min-width: 16px;
        height: 16px;
    }
}
header .dgwt-wcas-search-wrapp .dgwt-wcas-search-form .dgwt-wcas-sf-wrapp {
    padding: 0;
    border-radius: 0;
    background-color: #f5f3f4;
    border: 1px solid #d9d9d9;
}
header
    .dgwt-wcas-search-wrapp
    .dgwt-wcas-search-form
    .dgwt-wcas-sf-wrapp
    .dgwt-wcas-search-input {
    padding-right: 110px !important;
    padding-left: 12px !important;
    background-color: #f5f3f4;
    height: 32px;
    border: none !important;
    background-color: #f5f3f4 !important;
}
@media all and (max-width: 1199px) {
    header
        .dgwt-wcas-search-wrapp
        .dgwt-wcas-search-form
        .dgwt-wcas-sf-wrapp
        .dgwt-wcas-search-input {
        height: 50px;
    }
}
header
    .dgwt-wcas-style-pirx
    .dgwt-wcas-sf-wrapp
    button.dgwt-wcas-search-submit {
    top: 0;
    bottom: 0;
    left: auto;
    right: 12px;
    margin: auto;
}
header
    .dgwt-wcas-style-pirx
    .dgwt-wcas-sf-wrapp
    button.dgwt-wcas-search-submit
    svg {
    width: 16px;
    height: 16px;
}
#mainblock {
    background-color: #3b4a55;
    padding-top: 100px;
    /* padding-bottom: 500px; */
    padding-bottom: 80px;
    color: #fff;
    position: relative;
    z-index: 2;
}
#mainblock .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#mainblock .bg img {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}

#mainblock .video {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: -1;
}

#mainblock .video video {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}

@media all and (max-width: 1600px) {
    #mainblock {
        padding-top: 80px;
    }
}
@media all and (max-width: 767px) {
    #mainblock {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}
#mainblock .content {
    max-width: 850px;
    width: 100%;
    margin-bottom: 120px;
}
@media all and (max-width: 1600px) {
    #mainblock .content {
        margin-bottom: 80px;
    }
}
@media all and (max-width: 767px) {
    #mainblock .content {
        margin-bottom: 50px;
    }
}
#mainblock .content h1 {
    font-size: 86px;
    line-height: 110%;
    margin-bottom: 50px;
    text-shadow:
        -1.5px -1.5px 0 black,
        1.5px -1.5px 0 black,
        -1.5px 1.5px 0 black,
        1.5px 1.5px 0 black;
}
@media all and (max-width: 1600px) {
    #mainblock .content h1 {
        font-size: 60px;
    }
}
@media all and (max-width: 767px) {
    #mainblock .content h1 {
        font-size: 40px;
        margin-bottom: 40px;
    }
}
@media all and (max-width: 575px) {
    #mainblock .content h1 {
        font-size: 42px !important;
        margin-bottom: 28px;
    }
}
#mainblock .content h1 strong {
    font-weight: 500;
    color: #94cdba;
}
#mainblock .content p {
    max-width: 600px;
    width: 100%;
}
#mainblock .mainblock__item {
    margin-bottom: 20px;
}
#mainblock .mainblock__item:not(:last-child) .item__inner h6::after {
    width: calc(100% + 10px);
}
@media all and (max-width: 767px) {
    #mainblock .mainblock__item:not(:last-child) .item__inner h6::after {
        width: 100%;
    }
}
#mainblock .mainblock__item .item__inner h6 {
    font-weight: 600;
    font-size: 48px;
    margin-bottom: 32px;
    position: relative;
    padding-left: 30px;
}
@media all and (max-width: 1199px) {
    #mainblock .mainblock__item .item__inner h6 {
        font-size: 36px;
    }
}
@media all and (max-width: 767px) {
    #mainblock .mainblock__item .item__inner h6 {
        margin-bottom: 24px;
    }
}
@media all and (max-width: 575px) {
    #mainblock .mainblock__item .item__inner h6 {
        font-size: 32px;
    }
}
#mainblock .mainblock__item .item__inner h6:before {
    position: absolute;
    content: "";
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_6.svg);
    width: 14px;
    height: 22px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
#mainblock .mainblock__item .item__inner h6::after {
    position: absolute;
    content: "";
    bottom: -8px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
}
#mainblock .mainblock__item .item__inner h6 strong {
    font-weight: 400;
    font-size: 24px;
}
@media all and (max-width: 767px) {
    #mainblock .mainblock__item .item__inner h6 strong {
        font-size: 20px;
    }
}
.wpcf7-validation-errors {
    display: none !important;
}
.wpcf7-form .wpcf7-response-output {
    font-size: 13px;
    line-height: 17px;
    margin: 3px auto 10px auto !important;
}
#block-15 input[type="tel"].wpcf7-not-valid,
#block-15 input[type="text"].wpcf7-not-valid,
#block-7 input[type="tel"].wpcf7-not-valid,
#block-7 input[type="text"].wpcf7-not-valid,
input[type="date"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
input[type="text"].wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid {
    border: 2px solid #ec3c06 !important;
    position: relative;
}
body span.wpcf7-not-valid-tip {
    display: none !important;
    color: #ec3c06;
    border: none;
    background: 0 0;
}
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;
}

.slider-section .wrapper {
    position: relative;
    margin-bottom: 50px;
}

.slider-section .wrapper .swiper__nav {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 48px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
@media all and (max-width: 575px) {
    .slider-section .wrapper .swiper__nav {
        display: none;
    }
}
.slider-section .wrapper .swiper__nav.swiper__nav-black .swiper-button {
    background-image: url(../img/arrow_balck.svg);
}
.slider-section .wrapper .swiper__nav .swiper-button {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    top: 0;
    bottom: 0;
    position: absolute;
    cursor: pointer;
    margin: auto;
    z-index: 100;
    width: 74px;
    height: 43px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/arrows_white.svg);
}

.slider-section .wrapper .swiper__nav .swiper-button:after {
    display: none !important;
}
.slider-section .wrapper .swiper__nav .swiper-button.swiper-button-prev {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: -100px;
}
@media all and (max-width: 1525px) {
    .slider-section .wrapper .swiper__nav .swiper-button.swiper-button-prev {
        left: -35px;
    }
}
.slider-section .wrapper .swiper__nav .swiper-button.swiper-button-next {
    right: -100px;
}
@media all and (max-width: 1525px) {
    .slider-section .wrapper .swiper__nav .swiper-button.swiper-button-next {
        right: -35px;
    }
}

#maincategory {
    padding-top: 50px;
    background-color: #6e7180;
}
@media all and (max-width: 767px) {
    #maincategory {
        padding-top: 40px;
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#maincategory .rotating {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#maincategory .category__list {
    background-color: #b3ffe5;
    padding: 28px 28px 0 28px;
}
#maincategory .category__list ul {
    column-count: 5;
    column-gap: 20px;
}
#maincategory .category__list ul li {
    margin-bottom: 40px;
}
#maincategory .category__list ul li a {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}
#maincategory .category__list ul li a img {
    flex-shrink: 0;
}
#maincategory .category__list ul li a:hover {
    color: #79868f;
}
@media all and (max-width: 1199px) {
    #maincategory .category__list ul {
        column-count: 3;
    }
}
#maincategory .swiper-pagination,
#partners .swiper-pagination,
#objects .swiper-pagination {
    bottom: 0 !important;
    display: none;
}
@media all and (max-width: 575px) {
    #maincategory .swiper-pagination,
    #partners .swiper-pagination,
    #objects .swiper-pagination {
        display: block;
    }
}
#maincategory .swiper-pagination span,
#objects .swiper-pagination span {
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 1;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
#maincategory .swiper-pagination span.swiper-pagination-bullet-active,
#objects .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #59a58b;
}
@media all and (max-width: 575px) {
    #maincategory .maincategory__slider {
        padding-bottom: 40px;
    }
}
#maincategory .maincategory__slider .swiper-slide {
    height: auto;
}
#maincategory .maincategory__slider .slide__inner {
    min-height: 220px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media all and (max-width: 767px) {
    #maincategory .category__list ul {
        column-count: 1;
    }
    #maincategory .maincategory__slider .slide__inner {
        min-height: 200px;
    }
}
@media all and (max-width: 575px) {
    #maincategory .maincategory__slider .slide__inner {
        min-height: 150px;
    }
}
#maincategory .item__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;
    padding: 32px 24px 24px 24px;
    gap: 27px;
    height: 100%;
    background-color: #b3ffe5;
    color: #2d422b;
    position: relative;
}
#maincategory .item__inner .icon {
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
#maincategory .item__inner:hover .icon {
    /* -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px); */
}
#maincategory .item__inner:hover::after {
    background-color: #2c4829;
}
#maincategory .item__inner::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    background-color: #59a58b;
    width: 45px;
    height: 45px;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
#maincategory .item__inner h3 {
    font-size: 20px;
    color: inherit;
}
@media all and (max-width: 767px) {
    #maincategory .item__inner h3 {
        font-size: 16px;
    }
}

#partners .wrapper .swiper__nav .swiper-button {
    filter: invert(1);
}

#partners .swiper-slide {
    max-width: 600px;
}

.partners_logo {
    position: relative;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#partners .swiper-pagination {
    top: 100%;
}

#objects .wrapper .swiper__nav .swiper-button {
    background-color: #2c4829;
    background-image: none;
    mask: url("../img/arrows_white.svg") no-repeat center / contain;
    -webkit-mask: url("../img/arrows_white.svg") no-repeat center / contain;
}

#objects {
    background: #59a58b;
}

#objects .swiper-slide {
    height: auto;
    max-width: 600px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

#objects .slide__inner {
    height: 100%;
}

.object_img {
    position: relative;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    transition: transform 0.3s ease-out;
}

#objects .swiper-slide:hover .object_img {
    transform: scale(1.3);
}
.section-areas {
    background-color: #59a58b;
}
.section-areas .areas__item {
    margin-bottom: 40px;
}
@media all and (max-width: 991px) {
    .section-areas .areas__item {
        margin-bottom: 30px;
    }
}
@media all and (max-width: 575px) {
    .section-areas .areas__item {
        margin-bottom: 26px;
    }
}
.section-areas .areas__item .item__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;
    gap: 12px;
}
.section-areas .areas__item .item__inner .item__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#0a443e),
        to(#02302c)
    );
    background: linear-gradient(180deg, #0a443e 0, #02302c 100%);
    padding: 32px;
    position: relative;
    color: #fff;
    display: block;
    overflow: hidden;
}
@media all and (max-width: 991px) {
    .section-areas .areas__item .item__inner .item__content {
        padding-top: 150px;
    }
}
.section-areas .areas__item .item__inner .item__content:hover {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#0f5449),
        to(#053b35)
    );
    background: linear-gradient(180deg, #0f5449 0, #053b35 100%);
}
.section-areas .areas__item .item__inner .item__content:hover .image img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.section-areas .areas__item .item__inner .item__content .content__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;
    gap: 45px;
    position: relative;
    padding-top: 44px;
    padding-bottom: 42px;
    max-width: 248px;
    width: 100%;
    height: 100%;
}
@media all and (max-width: 991px) {
    .section-areas .areas__item .item__inner .item__content .content__inner {
        gap: 20px;
    }
}
.section-areas
    .areas__item
    .item__inner
    .item__content
    .content__inner::before {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_104.svg);
    width: 26px;
    height: 26px;
    top: 0;
    left: 0;
}
.section-areas .areas__item .item__inner .item__content .content__inner::after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_103.svg);
    width: 22px;
    height: 22px;
    bottom: 0;
    left: 0;
}
.section-areas
    .areas__item
    .item__inner
    .item__content
    .content__inner
    .content__title
    h3 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    letter-spacing: 0.2px;
    margin-bottom: 14px;
}
.section-areas
    .areas__item
    .item__inner
    .item__content
    .content__inner
    .content__title
    h3
    strong {
    font-size: 12px;
    line-height: 14px;
    display: block;
    margin-bottom: 6px;
}
.section-areas
    .areas__item
    .item__inner
    .item__content
    .content__inner
    .content__title
    p {
    font-size: 13px;
    line-height: 18px;
    color: #a9cbbd;
}
.section-areas .areas__item .item__inner .item__content .content__inner ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    line-height: 16px;
    color: #dceae3;
}
.section-areas
    .areas__item
    .item__inner
    .item__content
    .content__inner
    ul
    li:not(:last-child) {
    margin-bottom: 14px;
}
.section-areas
    .areas__item
    .item__inner
    .item__content
    .content__inner
    ul
    li
    .icon {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    -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;
}
.section-areas
    .areas__item
    .item__inner
    .item__content
    .content__inner
    ul
    li
    .icon
    img {
    width: 20px;
    height: 20px;
}
.section-areas .areas__item .item__inner .item__content .image {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 150px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 56px 215px);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 56px 215px);
    overflow: hidden;
}
@media all and (max-width: 1199px) {
    .section-areas .areas__item .item__inner .item__content .image {
        width: 200px;
    }
}
@media all and (max-width: 991px) {
    .section-areas .areas__item .item__inner .item__content .image {
        width: 100%;
        height: 150px;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 74%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 74%);
        inset: 0;
    }
}
.section-areas .areas__item .item__inner .item__content .image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    will-change: transform;
}

/* #areas {
    background-color: #59a58b;
    overflow: hidden;
}
@media all and (max-width: 1199px) {
    #areas .wrapper::-webkit-scrollbar {
        display: none;
    }
}
@media all and (max-width: 575px) {
    #areas .container-p0 {
        padding-left: 0;
        padding-right: 0;
    }
}
#areas .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media all and (max-width: 1199px) {
    #areas .wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}
@media all and (max-width: 575px) {
    #areas .wrapper {
        padding-left: 60px;
        padding-right: 60px;
    }
}
#areas .wrapper .areas__item {
    min-width: 260px;
    margin-left: -25px;
    margin-right: -25px;
}
@media all and (max-width: 1400px) {
    #areas .wrapper .areas__item {
        min-width: 220px;
    }
}
@media all and (max-width: 1199px) {
    #areas .wrapper .areas__item {
        min-width: 260px;
        scroll-snap-align: start;
    }
}
@media all and (max-width: 767px) {
    #areas .wrapper .areas__item {
        min-width: 240px;
    }
}
@media all and (max-width: 575px) {
    #areas .wrapper .areas__item {
        min-width: 230px;
        padding-left: 5px;
        padding-right: 5px;
    }
}
#areas .wrapper .areas__item:hover .image img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
#areas .wrapper .areas__item .image {
    margin-bottom: 16px;
    overflow: hidden;
    -webkit-clip-path: polygon(24% 0, 100% 0, 75% 100%, 0 100%);
    clip-path: polygon(24% 0, 100% 0, 75% 100%, 0 100%);
}
#areas .wrapper .areas__item .image img {
    -webkit-transition: 0.3s ease-out all;
    transition: 0.3s ease-out all;
}
#areas .wrapper .areas__item h3 {
    font-size: 16px;
    color: #f5f3f4;
    position: relative;
    padding-left: 21px;
}
@media all and (max-width: 1400px) {
    #areas .wrapper .areas__item h3 {
        font-size: 14px;
    }
}
@media all and (max-width: 1199px) {
    #areas .wrapper .areas__item h3 {
        font-size: 16px;
    }
}
#areas .wrapper .areas__item h3:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_13.svg);
    width: 9px;
    height: 13px;
    top: 2px;
    left: 0;
} */
@media all and (max-width: 991px) {
    #mainfilter .step-indicator-wrapper {
        overflow: hidden;
        width: 100%;
        max-width: 100%;
        position: relative;
    }
}
#mainfilter .step-indicator {
    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;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}
@media all and (max-width: 991px) {
    #mainfilter .step-indicator {
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition:
            transform 0.3s ease,
            -webkit-transform 0.3s ease;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        width: auto;
    }
}
@media all and (max-width: 575px) {
    #mainfilter .step-indicator {
        margin-bottom: 20px;
    }
}
#mainfilter .step-indicator::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background-color: #d6d3d1;
    z-index: -1;
}
@media all and (max-width: 575px) {
    #mainfilter .step-indicator::after {
        display: none;
    }
}
#mainfilter .step-indicator .step-dot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    color: #6e7180;
    font-size: 24px;
    font-weight: 500;
    background-color: #f5f3f4;
    white-space: nowrap;
}
@media all and (max-width: 991px) {
    #mainfilter .step-indicator .step-dot {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: center;
    }
}
@media all and (max-width: 575px) {
    #mainfilter .step-indicator .step-dot {
        font-size: 20px;
    }
}
#mainfilter .step-indicator .step-dot:not(:last-child) {
    padding-right: 10px;
}
@media all and (max-width: 991px) {
    #mainfilter .step-indicator .step-dot:not(:last-child) {
        padding-right: 0;
    }
}
#mainfilter .step-indicator .step-dot:not(:first-child) {
    padding-left: 10px;
}
@media all and (max-width: 991px) {
    #mainfilter .step-indicator .step-dot:not(:first-child) {
        padding-left: 0;
    }
}
#mainfilter .step-indicator .step-dot.active {
    color: #2c4829;
}
#mainfilter .step-indicator .step-dot.active::after {
    background-color: #59a58b;
}
#mainfilter .step-indicator .step-dot.active .number {
    background-color: #59a58b;
    color: #f5f3f4;
}
#mainfilter .step-indicator .step-dot .number {
    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;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #6e7180;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
@media all and (max-width: 575px) {
    #mainfilter .step-indicator .step-dot .number {
        width: 40px;
        height: 40px;
    }
}
#mainfilter .filter__wrapper {
    margin-bottom: 30px;
}
@media all and (max-width: 575px) {
    #mainfilter .filter__wrapper {
        margin-bottom: 20px;
    }
}
#mainfilter .filter__wrapper .step {
    display: none;
}
#mainfilter .filter__wrapper .step.active {
    display: block;
}
#mainfilter .filter__wrapper .step.step-1 .steps__wrapper {
    background-color: transparent;
    grid-template-columns: repeat(1, 1fr);
}
#mainfilter .filter__wrapper .step .steps__wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    background-color: #b3ffe5;
    padding: 20px;
    gap: 16px 20px;
}
@media all and (max-width: 767px) {
    #mainfilter .filter__wrapper .step .steps__wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media all and (max-width: 575px) {
    #mainfilter .filter__wrapper .step .steps__wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 10px;
    }
}
#mainfilter .filter__wrapper .step .steps__wrapper .checkbox__wrapper {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 17px;
    color: #000;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media all and (max-width: 767px) {
    #mainfilter .filter__wrapper .step .steps__wrapper .checkbox__wrapper {
        font-size: 14px;
    }
}
#mainfilter .filter__wrapper .step .steps__wrapper .checkbox__wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
#mainfilter .filter__wrapper .step .steps__wrapper .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #59a58c;
}
#mainfilter
    .filter__wrapper
    .step
    .steps__wrapper
    .checkbox__wrapper
    input:checked
    ~ .checkmark {
    background-color: #59a58b;
}
#mainfilter .filter__wrapper .step .steps__wrapper .checkmark:after {
    display: none;
}
#mainfilter
    .filter__wrapper
    .step
    .steps__wrapper
    .checkbox__wrapper
    input:checked
    ~ .checkmark:after {
    display: block;
}
#mainfilter
    .filter__wrapper
    .step
    .steps__wrapper
    .checkbox__wrapper
    .checkmark:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_14.svg);
    width: 12px;
    height: 12px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#mainfilter .step-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
@media all and (max-width: 575px) {
    #mainfilter .step-buttons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
#mainfilter .step-buttons #reset-filter {
    background-color: transparent;
    border: none;
    color: #6e7180;
    text-decoration: underline;
    margin-left: 30px;
}
@media all and (max-width: 575px) {
    #mainfilter .step-buttons #reset-filter {
        margin-left: 0;
    }
}
#mainfilter #filtered-products {
    margin-top: 30px;
}
@media (min-width: 1200px) {
    #mainfilter #filtered-products .product__item {
        width: 25%;
    }
}
#brands {
    background-color: #59a58b;
}
#brands .brands__slider {
    height: 240px;
}
@media all and (max-width: 991px) {
    #brands .brands__slider {
        height: 480px;
    }
}
@media all and (max-width: 575px) {
    #brands .brands__slider {
        height: 400px;
    }
}
#brands .brands__slider .swiper-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#brands .brands__slider .swiper-slide {
    height: 50% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media all and (max-width: 991px) {
    #brands .brands__slider .swiper-slide {
        height: 25% !important;
    }
}
#brands .brands__slider .swiper-slide .slide__inner {
    width: 100%;
    background-color: #b3ffe5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    color: #2c4829;
    border: 1px solid #81cdb3;
    padding: 24px;
    overflow: hidden;
}
#brands .brands__slider .swiper-slide .slide__inner:hover h3 {
    -webkit-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    transform: translateY(-24px);
}
#brands .brands__slider .swiper-slide .slide__inner:hover .image {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}
#brands .brands__slider .swiper-slide .slide__inner::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    background-color: #2c4829;
    width: 45px;
    height: 45px;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
@media all and (max-width: 575px) {
    #brands .brands__slider .swiper-slide .slide__inner::after {
        width: 32px;
        height: 32px;
    }
}
#brands .brands__slider .swiper-slide .slide__inner h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: inherit;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
}
@media all and (max-width: 1400px) {
    #brands .brands__slider .swiper-slide .slide__inner h3 {
        font-size: 18px;
    }
}
@media all and (max-width: 1199px) {
    #brands .brands__slider .swiper-slide .slide__inner h3 {
        font-size: 20px;
    }
}
@media all and (max-width: 575px) {
    #brands .brands__slider .swiper-slide .slide__inner h3 {
        font-size: 16px;
    }
}
#brands .brands__slider .swiper-slide .slide__inner .image {
    position: absolute;
    right: 30px;
    -webkit-transform: translateY(140px);
    -ms-transform: translateY(140px);
    transform: translateY(140px);
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
}
@media all and (max-width: 767px) {
    #brands .brands__slider .swiper-slide .slide__inner .image {
        display: none;
    }
}
#brands .brands__slider .swiper-slide .slide__inner .image img {
    max-height: 126px;
}
#footer {
    padding-top: 20px;
    padding-bottom: 36px;
    border-top: 1px solid #59a58b;
    margin-top: 60px;
}
#footer .footer__top .footer__item {
    margin-bottom: 36px;
}
#footer .footer__top .footer__logo .logo {
    margin-bottom: 28px;
}
#footer .footer__top .footer__logo .logo img {
    width: 139px;
    height: auto;
}
#footer .footer__top .footer__logo .pay h5 {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #6e7180;
    margin-bottom: 18px;
}
#footer .footer__top .footer__logo .pay ul {
    margin-bottom: 28px;
}
#footer .footer__top .footer__logo .pay ul li {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #2d422b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}
#footer .footer__top .footer__logo .pay ul li:not(:last-child) {
    margin-bottom: 8px;
}
#footer .footer__top .footer__logo .pay ul li .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#footer .footer__top .footer__logo .social__location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#footer .footer__top .footer__logo .social__location .social {
    -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: 10px;
}
#footer .footer__top .footer__logo .social__location .social li a:hover {
    opacity: 0.8;
}
#footer .footer__top .footer__logo .social__location .social li a img {
    width: 28px;
    height: 28px;
}
#footer .footer__top .footer__logo .social__location .location {
    position: relative;
    font-size: 14px;
    line-height: 18px;
}
#footer .footer__top .footer__logo .social__location .location .city-name {
    font-weight: 600;
    color: #2d422b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    min-width: 180px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    position: relative;
    z-index: 12;
}
@media all and (max-width: 1600px) {
    #footer .footer__top .footer__logo .social__location .location .city-name {
        min-width: 120px;
    }
}
@media all and (max-width: 1199px) {
    #footer .footer__top .footer__logo .social__location .location .city-name {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 5px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}
#footer .footer__top .footer__logo .social__location .location .city-name span {
    display: block;
    margin-bottom: 2px;
    white-space: nowrap;
}
#footer .footer__top .footer__logo .social__location .location .city-name p {
    border-bottom: 1px dotted #fff;
    display: inline-block;
}
@media all and (max-width: 1199px) {
    #footer
        .footer__top
        .footer__logo
        .social__location
        .location
        .city-name
        p {
        color: #fff;
    }
}
#footer .footer__top .footer__logo .social__location .location ul {
    position: absolute;
    z-index: 20;
    top: calc(100% + 4px);
    left: 0;
    width: 132px;
    padding: 10px 16px;
    background-color: #fff;
    display: none;
    -webkit-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1);
}
#footer .footer__top .footer__logo .social__location .location ul li a {
    color: #000;
    display: inline-block;
    padding: 6px 0;
}
#footer .footer__top .footer__logo .social__location .location ul li a:hover {
    text-decoration: underline;
}
@media all and (min-width: 1199px) {
    #footer .footer__top .footer__menu .menu__inner {
        padding-right: 50px;
    }
}
#footer .footer__top .footer__menu .menu__inner h5 {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #6e7180;
    margin-bottom: 20px;
}
#footer .footer__top .footer__menu .menu__inner ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
@media all and (max-width: 575px) {
    #footer .footer__top .footer__menu .menu__inner ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}
#footer .footer__top .footer__menu .menu__inner ul li:not(:last-child) {
    margin-bottom: 16px;
}
@media all and (max-width: 575px) {
    #footer .footer__top .footer__menu .menu__inner ul li:not(:last-child) {
        margin-bottom: 10px;
    }
}
#footer .footer__top .footer__menu .menu__inner ul li.current-menu-item a {
    text-decoration: underline;
}
#footer .footer__top .footer__menu .menu__inner ul li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #2d422b;
    display: inline-block;
}
#footer .footer__top .footer__menu .menu__inner ul li a:hover {
    text-decoration: underline;
}
#footer .footer__bootom .footer__item {
    margin-bottom: 10px;
}
#footer .footer__bootom .footer__item .item__inner {
    background-color: #6e7180;
    padding: 24px;
    color: #fff;
    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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 120px;
    gap: 30px;
}
@media all and (max-width: 575px) {
    #footer .footer__bootom .footer__item .item__inner {
        min-height: 98px;
        gap: 20px;
        padding: 20px;
    }
}
#footer .footer__bootom .footer__item .item__inner h5 {
    font-size: 16px;
    font-weight: 400;
}
#footer .footer__bootom .footer__item .item__inner a,
#footer .footer__bootom .footer__item .item__inner p {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
@media all and (max-width: 575px) {
    #footer .footer__bootom .footer__item .item__inner a,
    #footer .footer__bootom .footer__item .item__inner p {
        font-size: 16px;
    }
}
#footer .footer__bootom .footer__item .item__inner a:hover {
    color: #b3ffe5;
}
#footer .footer__bootom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 26px;
}
@media all and (max-width: 991px) {
    #footer .footer__bootom ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media all and (max-width: 575px) {
    #footer .footer__bootom ul {
        padding-top: 14px;
    }
}
#footer .footer__bootom ul li {
    background-color: #b3ffe5;
    text-align: center;
    font-size: 14px;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media all and (max-width: 991px) {
    #footer .footer__bootom ul li {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }
}
@media all and (max-width: 575px) {
    #footer .footer__bootom ul li {
        font-size: 12px;
    }
}
#footer .footer__bootom ul li:not(:last-child) {
    border-right: 1px solid #59a58b;
}
@media all and (max-width: 991px) {
    #footer .footer__bootom ul li:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #59a58b;
    }
}
#footer .footer__bootom ul li:not(:last-child)::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    background-color: #2c4829;
    width: 20px;
    height: 20px;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
#footer .footer__bootom ul li a {
    display: block;
    padding: 20px;
    color: #2c4829;
}
#footer .footer__bootom ul li.copyright {
    padding: 20px;
    color: #7c9879;
}
#breadcrumbs {
    padding-top: 50px;
    padding-bottom: 20px;
}
#breadcrumbs .breadcrumbs {
    color: #59a58b;
}
#breadcrumbs .breadcrumbs span {
    color: #000;
    display: inline-block;
    padding: 1px 0;
}
#breadcrumbs .breadcrumbs span.sep {
    width: 6px;
    height: 10px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_16.svg);
}
#breadcrumbs .breadcrumbs span a {
    color: #59a58b;
    display: inline-block;
    padding: 1px 0;
}
#breadcrumbs .breadcrumbs span a span {
    color: inherit;
}
#page {
    padding-top: 0;
    padding-bottom: 0;
}
#page .heading {
    margin-bottom: 50px;
}
@media all and (max-width: 575px) {
    #page .heading {
        margin-bottom: 30px;
    }
}
#page .heading .heading__inner {
    max-width: 760px;
    width: 100%;
}
@media all and (max-width: 575px) {
    #page .page__products {
        overflow: hidden;
    }
}
#page .page__products .products__wrapper {
    padding-bottom: 120px;
}
@media all and (max-width: 1600px) {
    #page .page__products .products__wrapper {
        padding-bottom: 110px;
    }
}
@media all and (max-width: 767px) {
    #page .page__products .products__wrapper {
        padding-bottom: 60px;
    }
}
#page .page__products .products__wrapper:not(:first-child) {
    padding-top: 120px;
}
@media all and (max-width: 1600px) {
    #page .page__products .products__wrapper:not(:first-child) {
        padding-top: 110px;
    }
}
@media all and (max-width: 767px) {
    #page .page__products .products__wrapper:not(:first-child) {
        padding-top: 60px;
    }
}
#page
    .page__products
    .products__wrapper:nth-child(2n + 1)
    .heading-arrows
    .swiper__nav
    .swiper-button {
    background-image: url(../img/arrow_accent.svg);
}
#page .page__products .products__wrapper:nth-child(2n) {
    background-color: #59a58b;
    color: #fff;
}
#page
    .page__products
    .products__wrapper:nth-child(2n)
    .products__slider
    .slide__inner
    .item__inner {
    color: #fff;
}
#page
    .page__products
    .products__wrapper:nth-child(2n)
    .products__slider
    .slide__inner
    .item__inner
    p {
    color: #fff;
}
#page
    .page__products
    .products__wrapper:nth-child(2n)
    .products__slider
    .slide__inner
    .item__inner
    .product__title {
    color: #fff;
}
#page
    .page__products
    .products__wrapper:nth-child(2n)
    .products__slider
    .slide__inner
    .item__inner
    .product__title:hover {
    color: #29363f;
}
#page .page__contacts .tabs .nav {
    border-bottom: 1px solid #e1e3e8;
    margin-bottom: 40px;
}
@media all and (max-width: 767px) {
    #page .page__contacts .tabs .nav {
        margin-bottom: 30px;
    }
}
@media all and (max-width: 575px) {
    #page .page__contacts .tabs .nav {
        margin-bottom: 40px;
    }
}
#page .page__contacts .tabs .tabs__caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
}
#page .page__contacts .tabs .tabs__caption li {
    cursor: pointer;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    color: #6e7180;
    position: relative;
    padding-left: 28px;
    padding-bottom: 15px;
    border-bottom: 2px solid transparent;
}
#page .page__contacts .tabs .tabs__caption li:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_21.svg);
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    margin: auto;
}
#page .page__contacts .tabs .tabs__caption li.active {
    color: #2d422b;
    border-bottom: 2px solid #59a58b;
}
#page .page__contacts .tabs .tabs__caption li.active:after {
    -webkit-filter: brightness(0) saturate(100%) invert(22%) sepia(18%)
        saturate(881%) hue-rotate(67deg) brightness(91%) contrast(91%);
    filter: brightness(0) saturate(100%) invert(22%) sepia(18%) saturate(881%)
        hue-rotate(67deg) brightness(91%) contrast(91%);
}
#page .page__contacts .tabs .tabs__content {
    display: none;
}
#page .page__contacts .tabs .tabs__content.active {
    display: block;
    -webkit-animation: showBlock 0.3s linear forwards;
    animation: showBlock 0.3s linear forwards;
}
#page .page__contacts .tabs .tabs__content .contacts__items {
    margin-bottom: 40px;
}
@media all and (max-width: 767px) {
    #page .page__contacts .tabs .tabs__content .contacts__items {
        margin-bottom: 30px;
    }
}
#page .page__contacts .tabs .tabs__content .contacts__item {
    padding-left: 0;
    padding-right: 0;
}
#page .page__contacts .tabs .tabs__content .contacts__item .item__inner {
    background-color: #bde4d9;
    border: 0.5px solid #81cdb3;
    padding: 32px 24px 24px 24px;
    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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
    min-height: 180px;
}
@media all and (max-width: 767px) {
    #page .page__contacts .tabs .tabs__content .contacts__item .item__inner {
        min-height: 140px;
        padding: 20px;
    }
}
#page .page__contacts .tabs .tabs__content .contacts__item .item__inner .icon {
    width: 48px;
    height: 48px;
}
@media all and (max-width: 767px) {
    #page
        .page__contacts
        .tabs
        .tabs__content
        .contacts__item
        .item__inner
        .icon {
        width: 36px;
        height: 36px;
    }
}
#page .page__contacts .tabs .tabs__content .contacts__item .item__inner p {
    font-size: 16px;
    color: #79868f;
}
#page
    .page__contacts
    .tabs
    .tabs__content
    .contacts__item
    .item__inner
    p
    strong {
    font-size: 20px;
    font-weight: 500;
    color: #2d422b;
}
@media all and (max-width: 767px) {
    #page
        .page__contacts
        .tabs
        .tabs__content
        .contacts__item
        .item__inner
        p
        strong {
        font-size: 16px;
    }
}
#page .page__contacts .tabs .tabs__content .contacts__item .item__inner a {
    font-size: 20px;
    font-weight: 500;
    color: #2d422b;
}
@media all and (max-width: 767px) {
    #page .page__contacts .tabs .tabs__content .contacts__item .item__inner a {
        font-size: 16px;
    }
}
#page
    .page__contacts
    .tabs
    .tabs__content
    .contacts__item
    .item__inner
    a:hover {
    color: #000;
}
#page .page__contacts .tabs .tabs__content .contacts__map .map__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    text-align: center;
    margin-bottom: 40px;
}
@media all and (max-width: 767px) {
    #page .page__contacts .tabs .tabs__content .contacts__map .map__nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px;
    }
}
#page .page__contacts .tabs .tabs__content .contacts__map .map__nav li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media all and (max-width: 767px) {
    #page .page__contacts .tabs .tabs__content .contacts__map .map__nav li {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }
}
#page .page__contacts .tabs .tabs__content .contacts__map .map__nav li a,
#page .page__contacts .tabs .tabs__content .contacts__map .map__nav li button {
    display: block;
    padding: 20px;
    color: #fff;
    background-color: #6e7180;
    position: relative;
    border: none;
    width: 100%;
}
#page .page__contacts .tabs .tabs__content .contacts__map .map__nav li a:hover,
#page
    .page__contacts
    .tabs
    .tabs__content
    .contacts__map
    .map__nav
    li
    button:hover {
    background-color: #5b5d69;
}
#page .page__contacts .tabs .tabs__content .contacts__map .map__nav li a::after,
#page
    .page__contacts
    .tabs
    .tabs__content
    .contacts__map
    .map__nav
    li
    button::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    background-color: #b3ffe5;
    width: 20px;
    height: 20px;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
#page .page__contacts .tabs .tabs__content .contacts__map .map__wrapper {
    height: 550px;
}
@media all and (max-width: 767px) {
    #page .page__contacts .tabs .tabs__content .contacts__map .map__wrapper {
        height: 500px;
    }
}
#page .page__contacts .tabs .tabs__content .contacts__map .map__wrapper iframe {
    width: 100%;
    height: 100%;
}
#page .page__about {
    padding-bottom: 110px;
}
@media all and (max-width: 767px) {
    #page .page__about {
        padding-bottom: 70px;
    }
}
#page .page__about .row {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
@media all and (max-width: 1199px) {
    #page .page__about .about__content {
        margin-bottom: 50px;
    }
}
@media all and (max-width: 767px) {
    #page .page__about .about__content {
        margin-bottom: 40px;
    }
}
@media all and (max-width: 575px) {
    #page .page__about .about__content {
        margin-bottom: 30px;
    }
}
#page .page__about .about__content #breadcrumbs {
    padding-bottom: 20px;
}
#page .page__about .about__content h1 {
    font-size: 44px;
    margin-bottom: 70px;
}
@media all and (max-width: 991px) {
    #page .page__about .about__content h1 {
        margin-bottom: 30px;
    }
}
@media all and (max-width: 767px) {
    #page .page__about .about__content h1 {
        font-size: 36px;
    }
}
@media all and (max-width: 575px) {
    #page .page__about .about__content h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }
}
#page .page__about .about__content p {
    font-size: 20px;
}
@media all and (max-width: 767px) {
    #page .page__about .about__content p {
        font-size: 16px;
    }
}
@media all and (max-width: 575px) {
    #page .page__about .about__content p {
        font-size: 14px;
    }
}
#page .page__about .about__image {
    text-align: right;
}
@media all and (max-width: 1199px) {
    #page .page__about .about__image {
        text-align: center;
    }
}
#page .page__about .about__image img {
    height: auto;
}
#page .page__catalog {
    overflow: hidden;
}
@media all and (max-width: 991px) {
    #page .page__catalog .catalog__filter {
        margin-bottom: 20px;
    }
}
/* @media all and (max-width: 767px) {
    #page .page__catalog .catalog__filter {
        margin-bottom: 40px;
    }
} */
#page .page__catalog .catalog__filter .filter__inner .filter__wrapper {
    background-color: #fff;
    padding: 24px 20px 26px 20px;
}
@media all and (max-width: 991px) {
    #page .page__catalog .catalog__filter .filter__inner .filter__wrapper {
        display: none;
    }
}
#page .page__catalog .catalog__filter .filter__inner #filter-btn {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    background-color: #fff;
    border: none;
    padding: 20px;
    font-size: 20px;
    color: #2d422b;
    width: 100%;
}
#page .page__catalog .catalog__filter .filter__inner #filter-btn img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (max-width: 991px) {
    #page .page__catalog .catalog__filter .filter__inner #filter-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
#page
    .page__catalog
    .catalog__filter
    .filter__inner
    .berocket_single_filter_widget:not(:last-child)
    .bapf_sfilter {
    margin-bottom: 28px;
}
#page
    .page__catalog
    .catalog__filter
    .filter__inner
    .berocket_single_filter_widget:last-child {
    border-top: 1px solid #e1dfe0;
    padding-top: 26px;
}
#page
    .page__catalog
    .catalog__filter
    .filter__inner
    .berocket_single_filter_widget:last-child
    .bapf_sfilter {
    margin-bottom: 0;
}
#page
    .page__catalog
    .catalog__filter
    .filter__inner
    .berocket_single_filter_widget:last-child
    .bapf_body {
    text-align: center;
}
#page
    .page__catalog
    .catalog__filter
    .filter__inner
    .berocket_single_filter_widget
    .bapf_head {
    margin-bottom: 24px;
}
@media all and (max-width: 991px) {
    #page
        .page__catalog
        .catalog__filter
        .filter__inner
        .berocket_single_filter_widget
        .bapf_head {
        margin-bottom: 16px;
    }
}
#page
    .page__catalog
    .catalog__filter
    .filter__inner
    .berocket_single_filter_widget
    .bapf_head
    h3 {
    font-size: 20px;
    color: #2d422b;
}
@media all and (max-width: 1199px) {
    #page
        .page__catalog
        .catalog__filter
        .filter__inner
        .berocket_single_filter_widget
        .bapf_head
        h3 {
        font-size: 18px;
    }
}
@media all and (max-width: 991px) {
    #page
        .page__catalog
        .catalog__filter
        .filter__inner
        .berocket_single_filter_widget
        .bapf_head
        h3 {
        font-size: 16px;
    }
}
#page
    .page__catalog
    .catalog__filter
    .filter__inner
    .berocket_single_filter_widget
    .bapf_body
    ul
    li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#page
    .page__catalog
    .catalog__filter
    .filter__inner
    .berocket_single_filter_widget
    .bapf_body
    ul
    li:not(:last-child) {
    margin-bottom: 16px !important;
}
@media all and (max-width: 991px) {
    #page
        .page__catalog
        .catalog__filter
        .filter__inner
        .berocket_single_filter_widget
        .bapf_body
        ul
        li:not(:last-child) {
        margin-bottom: 13px !important;
    }
}
#page
    .page__catalog
    .catalog__filter
    .filter__inner
    .berocket_single_filter_widget
    .bapf_body
    ul
    li.checked
    input {
    background-color: #59a58c;
}
#page
    .page__catalog
    .catalog__filter
    .filter__inner
    .berocket_single_filter_widget
    .bapf_body
    ul
    li.checked
    input::after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
#page
    .page__catalog
    .catalog__filter
    .filter__inner
    .berocket_single_filter_widget
    .bapf_body
    ul
    li
    input {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 11px;
    background-color: #fff;
    border: 1px solid #59a58c;
}
#page
    .page__catalog
    .catalog__filter
    .filter__inner
    .berocket_single_filter_widget
    .bapf_body
    ul
    li
    label {
    font-size: 15px;
    color: #2d422b;
    margin-top: 2px;
}
@media all and (max-width: 991px) {
    #page
        .page__catalog
        .catalog__filter
        .filter__inner
        .berocket_single_filter_widget
        .bapf_body
        ul
        li
        label {
        font-size: 14px;
    }
}
#page
    .page__catalog
    .catalog__filter
    .filter__inner
    .berocket_single_filter_widget
    .bapf_body
    .bapf_button.bapf_reset {
    text-align: center;
    background-color: #fff;
    border: none;
    color: #6e7180;
    text-decoration: underline;
}

#page [data-taxonomy="pa_tip-obekta"] {
    display: none;
}
#page [data-taxonomy="pa_tip-obekta"].visible {
    display: block;
}

@media (min-width: 1200px) {
    #page .page__product .product__gallery {
        width: 46%;
    }
}
@media all and (min-width: 1199px) {
    #page .page__product .product__gallery {
        padding-right: 0;
    }
}
@media all and (max-width: 1199px) {
    #page .page__product .product__gallery {
        margin-bottom: 0;
    }
}
#page .page__product .product__gallery .gallery__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #d6d3d1;
}
#page .page__product .product__gallery .gallery__thumbs {
    width: 130px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-right: 0.5px solid #d6d3d1;
    height: 480px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
@media all and (min-width: 1199px) {
    #page .page__product .product__gallery .gallery__thumbs {
        border-bottom: 0.5px solid #d6d3d1;
    }
}
@media all and (max-width: 767px) {
    #page .page__product .product__gallery .gallery__thumbs {
        height: 330px;
        width: 100px;
    }
}
@media all and (max-width: 575px) {
    #page .page__product .product__gallery .gallery__thumbs {
        width: 80px;
        height: 225px;
    }
}
#page
    .page__product
    .product__gallery
    .gallery__thumbs
    .swiper-slide-thumb-active
    .slide__inner {
    opacity: 1;
}
#page
    .page__product
    .product__gallery
    .gallery__thumbs
    .swiper-slide:not(:last-child)
    .slide__inner {
    border-bottom: 1px solid #d6d3d1;
}
#page .page__product .product__gallery .gallery__thumbs .slide__inner {
    width: 130px;
    height: 120px;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    opacity: 0.5;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    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;
}
@media all and (max-width: 767px) {
    #page .page__product .product__gallery .gallery__thumbs .slide__inner {
        width: 100px;
        height: 82.5px;
    }
}
@media all and (max-width: 575px) {
    #page .page__product .product__gallery .gallery__thumbs .slide__inner {
        width: 80px;
        height: 75px;
    }
}
#page .page__product .product__gallery .gallery__thumbs .slide__inner .image {
    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: 130px;
    height: 120px;
    margin: 0 auto;
    width: 100%;
    cursor: pointer;
    padding: 15px;
}
@media all and (max-width: 767px) {
    #page
        .page__product
        .product__gallery
        .gallery__thumbs
        .slide__inner
        .image {
        max-width: 100px;
        height: 82.5px;
    }
}
@media all and (max-width: 1199px) {
    #page
        .page__product
        .product__gallery
        .gallery__thumbs
        .slide__inner
        .image {
        max-width: 80px;
        height: 75px;
    }
}
#page
    .page__product
    .product__gallery
    .gallery__thumbs
    .slide__inner
    .image
    img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
#page .page__product .product__gallery .gallery__slider .slide__inner {
    height: 480px;
    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;
}
@media all and (max-width: 767px) {
    #page .page__product .product__gallery .gallery__slider .slide__inner {
        height: 330px;
    }
}
@media all and (max-width: 575px) {
    #page .page__product .product__gallery .gallery__slider .slide__inner {
        height: 225px;
    }
}
#page .page__product .product__gallery .gallery__slider .slide__inner a {
    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;
    margin: 0 auto;
    width: 100%;
}
#page .page__product .product__gallery .gallery__slider .slide__inner a img {
    max-height: 470px;
}
@media all and (max-width: 767px) {
    #page
        .page__product
        .product__gallery
        .gallery__slider
        .slide__inner
        a
        img {
        max-height: 320px;
    }
}
@media all and (max-width: 575px) {
    #page
        .page__product
        .product__gallery
        .gallery__slider
        .slide__inner
        a
        img {
        max-height: 210px;
    }
}
#page .page__product .product__gallery .product__characteristics {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}
#page .page__product .product__gallery .product__characteristics .char__list {
    position: relative;
    left: 0;
    top: 0;
    width: 80px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    gap: 0;
}
@media all and (max-width: 575px) {
    #page
        .page__product
        .product__gallery
        .product__characteristics
        .char__list {
        width: 60px;
    }
}
#page
    .page__product
    .product__gallery
    .product__characteristics
    .char__list
    li {
    width: 100%;
    height: 80px;
    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;
}
@media all and (max-width: 575px) {
    #page
        .page__product
        .product__gallery
        .product__characteristics
        .char__list
        li {
        height: 50px;
    }
}
#page
    .page__product
    .product__gallery
    .product__characteristics
    .char__list
    li
    .icon {
    width: 60px;
    height: 60px;
}
@media all and (max-width: 575px) {
    #page
        .page__product
        .product__gallery
        .product__characteristics
        .char__list
        li
        .icon {
        width: 40px;
        height: 40px;
    }
}
#page
    .page__product
    .product__gallery
    .product__characteristics
    .char__list
    li
    .icon
    img {
    width: 36px;
    height: 36px;
}
@media all and (max-width: 575px) {
    #page
        .page__product
        .product__gallery
        .product__characteristics
        .char__list
        li
        .icon
        img {
        width: 28px;
        height: 28px;
    }
}
#page
    .page__product
    .product__gallery
    .product__characteristics
    .char__list
    li
    .tooltip {
    left: 70px;
}
@media all and (max-width: 575px) {
    #page
        .page__product
        .product__gallery
        .product__characteristics
        .char__list
        li
        .tooltip {
        left: 50px;
    }
}
#page
    .page__product
    .product__gallery
    .product__characteristics
    .product__image {
    width: 100%;
    text-align: center;
}
#page .page__product .product__gallery .product__image {
    padding: 10px;
}
#page .page__product .product__gallery .product__image img {
    max-height: 480px;
    height: auto;
    width: auto;
}
@media all and (max-width: 767px) {
    #page .page__product .product__gallery .product__image img {
        max-height: 330px;
    }
}
@media all and (max-width: 575px) {
    #page .page__product .product__gallery .product__image img {
        max-height: 225px;
    }
}
@media (min-width: 1200px) {
    #page .page__product .product__details {
        width: 54%;
    }
}
@media all and (min-width: 1199px) {
    #page .page__product .product__details {
        padding-left: 0;
    }
}
@media all and (max-width: 767px) {
    #page .page__product .product__details {
        margin-bottom: 70px;
    }
}
#page .page__product .product__details .details__inner {
    border-top: 1px solid #d6d3d1;
    border-bottom: 1px solid #d6d3d1;
    border-right: 1px solid #d6d3d1;
    border-left: 0.5px solid #d6d3d1;
    padding: 40px 40px 10px;
}
@media all and (max-width: 1199px) {
    #page .page__product .product__details .details__inner {
        border-top: none;
        border-left: 1px solid #d6d3d1;
    }
}
@media all and (max-width: 767px) {
    #page .page__product .product__details .details__inner {
        padding: 30px;
    }
}
@media all and (max-width: 575px) {
    #page .page__product .product__details .details__inner {
        padding: 20px;
    }
}
#page .page__product .product__details .details__inner h3 {
    font-size: 20px;
    margin-bottom: 30px;
}
@media all and (max-width: 575px) {
    #page .page__product .product__details .details__inner h3 {
        font-size: 16px;
        margin-bottom: 20px;
    }
}
#page
    .page__product
    .product__details
    .details__inner
    ul:not(.variable-items-wrapper) {
    margin-bottom: 30px;
}
/* @media all and (max-width: 1199px) {
    #page .page__product .product__details .details__inner ul {
        margin-bottom: 36px;
    }
} */
@media all and (max-width: 767px) {
    #page
        .page__product
        .product__details
        .details__inner
        ul:not(.variable-items-wrapper) {
        margin-bottom: 20px;
    }
}
#page
    .page__product
    .product__details
    .details__inner
    ul:not(.variable-items-wrapper)
    li {
    color: #6e7180;
    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;
    position: relative;
    z-index: 2;
    font-size: 18px;
}
@media all and (max-width: 767px) {
    #page
        .page__product
        .product__details
        .details__inner
        ul:not(.variable-items-wrapper)
        li {
        font-size: 14px;
    }
}
#page
    .page__product
    .product__details
    .details__inner
    ul:not(.variable-items-wrapper)
    li:not(:last-child) {
    margin-bottom: 16px;
}
#page
    .page__product
    .product__details
    .details__inner
    ul:not(.variable-items-wrapper)
    li::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    border-bottom: 1px dashed #d6d3d1;
}
#page
    .page__product
    .product__details
    .details__inner
    ul:not(.variable-items-wrapper)
    li
    span.title {
    padding-right: 10px;
    background-color: #f5f3f4;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 62px;
}
#page
    .page__product
    .product__details
    .details__inner
    ul:not(.variable-items-wrapper)
    li
    span.text {
    max-width: 310px;
    width: 100%;
    padding-left: 10px;
    background-color: #f5f3f4;
    color: #000;
}
#page
    .page__product
    .product__details
    .details__inner
    ul:not(.variable-items-wrapper)
    li
    a {
    color: #59a58b;
}

table.variations {
    margin-bottom: 20px;
}

table.variations th {
    padding-bottom: 6px;
    font-weight: 400;
}

.reset_variations {
    color: #59a58b;
    text-decoration: underline;
    margin-top: 5px;
    display: inline-block;
}
.reset_variations:hover {
    color: #59a58b;
    text-decoration: underline;
}

#page .page__product .product__details .details__inner .box__buttons {
    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;
    gap: 10px 20px;
}
#page .page__product .product__details .price {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #59a58b;
    margin-bottom: 20px;
}
@media all and (max-width: 767px) {
    #page .page__product .product__details .details__inner .box__buttons .btn,
    #page
        .page__product
        .product__details
        .details__inner
        .box__buttons
        .button {
        width: 100%;
    }
}
#page .page__product .product__details .details__inner .product__desc {
    font-size: 16px;
}
#page .page__product .product__article {
    background-color: #59a58b;
    padding: 20px 0;
}
@media all and (max-width: 767px) {
    #page .page__product .product__article {
        /* padding-top: 60px; */
        /* padding-bottom: 50px; */
    }
}
#page .page__product .product__article .characteristics__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    text-align: center;
    margin-top: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
@media all and (max-width: 1199px) {
    #page .page__product .product__article .characteristics__list {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media all and (max-width: 991px) {
    #page .page__product .product__article .characteristics__list {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media all and (max-width: 767px) {
    #page .page__product .product__article .characteristics__list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media all and (max-width: 575px) {
    #page .page__product .product__article .characteristics__list {
        grid-template-columns: repeat(1, 1fr);
    }
}
#page .page__product .product__article .characteristics__list li {
    border: 2px solid #fff;
    min-height: 142px;
    padding: 24px 5px;
    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;
}
#page .page__product .product__article .characteristics__list li .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#page .page__product .product__article .characteristics__list li .icon img {
    width: 36px;
    height: 36px;
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0)
        saturate(0) hue-rotate(93deg) brightness(103%) contrast(103%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(0)
        hue-rotate(93deg) brightness(103%) contrast(103%);
}
#page .page__product .product__article article ul:not(tableul) {
    list-style-type: none;
    padding-left: 0;
}
#page .page__product .product__article article ul li:not(tableulli) {
    position: relative;
    padding-left: 24px;
}
#page
    .page__product
    .product__article
    article
    ul
    li:not(tableulli):not(:last-child) {
    margin-bottom: 12px;
}
#page .page__product .product__article article ul li:not(tableulli):after {
    position: absolute;
    content: "";
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_13.svg);
    width: 9px;
    height: 13px;
    top: 2px;
    left: 0;
    margin: auto;
}
.products__slider {
    margin-bottom: 50px;
}
@media all and (max-width: 767px) {
    .products__slider {
        margin-bottom: 40px;
    }
}
@media all and (max-width: 575px) {
    .products__slider {
        overflow: visible;
        margin-bottom: 30px;
    }
}
.products__slider .swiper-slide {
    height: auto;
}
.products__slider .slide__inner {
    min-height: 280px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
}
.products__slider .slide__inner .char__list li .tooltip {
    font-size: 9px !important;
}
.product__item {
    margin-bottom: 40px;
}
@media all and (max-width: 767px) {
    .product__item {
        margin-bottom: 30px;
    }
}
@media all and (max-width: 575px) {
    .product__item {
        margin-bottom: 40px;
    }
}
.product__item .item__inner {
    display: block;
    color: #29363f;
    position: relative;
    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;
    min-height: 280px;
    height: 100%;
    box-sizing: border-box;
}
@media all and (max-width: 575px) {
    .product__item .item__inner {
        overflow: hidden;
    }
}
.product__item .item__inner .product__image {
    min-height: 219px;
    margin-bottom: 12px;
    display: block;
}
.product__item .item__inner .product__image:hover {
    opacity: 0.8;
}
.product__item .item__inner .product__image img {
    max-height: 219px;
    width: auto;
}
.product__item .item__inner .product__details {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
    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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.product__item .item__inner .product__details .details__inner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.product__item .item__inner .product__title {
    color: #29363f;
}
.product__item .item__inner .product__title:hover {
    color: #59a58b;
}
.product__item .item__inner .product__title h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: inherit;
}
@media all and (max-width: 575px) {
    .product__item .item__inner .product__title h3 {
        font-size: 16px;
    }
}
.product__item .item__inner .price__addtocart {
    padding-top: 10px;
    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: 15px;
}
.product__item .item__inner .price__addtocart .price {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.product__item .item__inner .price__addtocart .button {
    font-size: 15px;
    padding: 12px 20px;
}
.product__item .item__inner p {
    font-size: 14px;
    color: #79868f;
}
.char__list {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 20px;
    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;
    gap: 5px;
    text-align: left;
}
@media all and (max-width: 1400px) {
    .char__list {
        left: 0;
    }
}
.char__list li {
    position: relative;
}
.char__list li:hover > .tooltip {
    opacity: 1;
    visibility: visible;
}
.char__list li .icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #fff;
    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;
    font-weight: 500;
    color: #59a58b;
}
.char__list li .icon img {
    width: 20px;
    height: 20px;
}
.char__list li .tooltip {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 38px;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    background-color: #fff;
    font-size: 12px;
    line-height: 100%;
    border-radius: 6px;
    white-space: nowrap;
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 200px;
    height: 36px;
    -webkit-box-shadow: 0 7px 14px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 7px 14px 0 rgba(0, 0, 0, 0.3);
}
@media all and (max-width: 575px) {
    .char__list li .tooltip {
        font-size: 10px;
    }
}
#trust {
    background-color: #6e7180;
}
#trust .trust__item {
    margin-bottom: 10px;
}
#trust .trust__item .item__inner {
    background-color: #b3ffe5;
    padding: 32px 24px 24px 24px;
    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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
    min-height: 210px;
}
@media all and (max-width: 575px) {
    #trust .trust__item .item__inner {
        padding: 20px;
        min-height: 170px;
        gap: 20px;
    }
}
#trust .trust__item .item__inner .icon img {
    width: 48px;
    height: 48px;
}
@media all and (max-width: 575px) {
    #trust .trust__item .item__inner .icon img {
        width: 36px;
        height: 36px;
    }
}
#trust .trust__item .item__inner h5 {
    font-size: 32px;
    margin-bottom: 16px;
}
@media all and (max-width: 767px) {
    #trust .trust__item .item__inner h5 {
        font-size: 28px;
    }
}
@media all and (max-width: 575px) {
    #trust .trust__item .item__inner h5 {
        font-size: 24px;
        margin-bottom: 12px;
    }
}
#profit {
    background-color: #59a58b;
}
@media all and (max-width: 991px) {
    #profit .profit__image {
        display: none !important;
    }
}
#profit .profit__image .image__inner img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
#profit .profit__content .content__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
@media all and (max-width: 767px) {
    #profit .profit__content .content__inner {
        grid-template-columns: repeat(1, 1fr);
    }
}
#profit .profit__content .content__inner .content__item {
    background-color: #b3ffe5;
    border: 0.5px solid #81cdb3;
    padding: 24px;
}
#profit .profit__content .content__inner h4 {
    font-size: 22px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 16px;
    color: #2d422b;
}
@media all and (max-width: 575px) {
    #profit .profit__content .content__inner h4 {
        font-size: 20px;
    }
}
#profit .profit__content .content__inner h4:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_28.svg);
    width: 8px;
    height: 13px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
#vacancies .vacancies__item {
    background-color: #b3ffe5;
    padding: 30px;
}
@media all and (max-width: 575px) {
    #vacancies .vacancies__item {
        padding: 20px;
    }
}
#vacancies .vacancies__item:not(:last-child) {
    margin-bottom: 20px;
}
#vacancies .vacancies__item .vacancies__top {
    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: 100px;
    border-bottom: 1px solid #59a58b;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
@media all and (max-width: 767px) {
    #vacancies .vacancies__item .vacancies__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 25px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}
@media all and (max-width: 575px) {
    #vacancies .vacancies__item .vacancies__top {
        gap: 14px;
        padding-bottom: 16px;
        margin-bottom: 16px;
    }
}
#vacancies .vacancies__item .vacancies__top h3 {
    font-size: 24px;
    color: #2d422b;
}
@media all and (max-width: 767px) {
    #vacancies .vacancies__item .vacancies__top h3 {
        font-size: 20px;
    }
}
@media all and (max-width: 575px) {
    #vacancies .vacancies__item .vacancies__top h3 {
        font-size: 16px;
    }
}
#vacancies .vacancies__item .vacancies__top .city__price {
    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;
    gap: 12px 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (max-width: 991px) {
    #vacancies .vacancies__item .vacancies__top .city__price {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media all and (max-width: 767px) {
    #vacancies .vacancies__item .vacancies__top .city__price {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 12px;
    }
}
#vacancies .vacancies__item .vacancies__top .city__price p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: #2d422b;
}
#vacancies .vacancies__item .vacancies__top .city__price p img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#vacancies .vacancies__item .vacancies__top .city__price .price {
    font-size: 24px;
    font-weight: 500;
}
@media all and (max-width: 767px) {
    #vacancies .vacancies__item .vacancies__top .city__price .price {
        font-size: 20px;
    }
}
@media all and (max-width: 575px) {
    #vacancies .vacancies__item .vacancies__top .city__price .price {
        font-size: 16px;
    }
}
#vacancies .vacancies__item .vacancies__main {
    margin-bottom: 30px;
    font-size: 20px;
}
@media all and (max-width: 767px) {
    #vacancies .vacancies__item .vacancies__main {
        font-size: 16px;
        margin-bottom: 20px;
    }
}
@media all and (max-width: 575px) {
    #vacancies .vacancies__item .vacancies__main {
        font-size: 14px;
    }
}
#vacancies .vacancies__item .vacancies__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media all and (max-width: 575px) {
    #vacancies .vacancies__item .vacancies__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
#vacancies .vacancies__item .vacancies__bottom .more {
    display: inline-block;
    color: #6e7180;
    text-decoration: underline;
}
article.article-white {
    color: #fff;
}
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 {
    margin-bottom: 0.625em;
}
article h2 {
    font-size: 32px;
    line-height: 38px;
}
@media all and (max-width: 767px) {
    article h2 {
        font-size: 30px;
    }
}
@media all and (max-width: 575px) {
    article h2 {
        font-size: 26px;
    }
}
article h3 {
    font-size: 26px;
    line-height: 34px;
}
@media all and (max-width: 767px) {
    article h3 {
        font-size: 24px;
    }
}
@media all and (max-width: 575px) {
    article h3 {
        font-size: 22px;
    }
}
article h4 {
    font-size: 22px;
}
@media all and (max-width: 767px) {
    article h4 {
        font-size: 20px;
    }
}
@media all and (max-width: 575px) {
    article h4 {
        font-size: 18px;
    }
}
article h5 {
    font-size: 18px;
}
@media all and (max-width: 767px) {
    article h5 {
        font-size: 16px;
    }
}
@media all and (max-width: 575px) {
    article h5 {
        font-size: 15px;
    }
}
article h6 {
    font-size: 16px;
}
@media all and (max-width: 767px) {
    article h6 {
        font-size: 15px;
    }
}
@media all and (max-width: 575px) {
    article h6 {
        font-size: 14px;
    }
}
article p {
    margin-bottom: 1em;
}
article a {
    color: #94cdba;
}
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 .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 ul {
    padding-left: 17px;
}
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: 150px;
    }
}
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);
}
article.article-white table td,
article.article-white table th {
    border: 1px solid #fff;
}
article.article-white table tbody tr:nth-child(odd) {
    background: 0 0;
}
.woocommerce-pagination {
    padding-top: 20px;
}
.woocommerce-pagination .page-numbers {
    text-align: center;
    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;
}
.woocommerce-pagination .page-numbers a,
.woocommerce-pagination .page-numbers span {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    float: left;
    padding: 9px 11px;
    margin: 0 5px 3px 5px;
    line-height: 1.42857143;
    color: #fff;
    text-decoration: none;
    min-width: 40px;
}
@media all and (max-width: 767px) {
    .woocommerce-pagination .page-numbers a,
    .woocommerce-pagination .page-numbers span {
        margin: 5px;
    }
}
.woocommerce-pagination .page-numbers a {
    color: #2e3b48;
}
.woocommerce-pagination .page-numbers span {
    border-color: #59a58b;
    background-color: #59a58b;
    color: #fff;
}
.woocommerce-pagination .page-numbers .next,
.woocommerce-pagination .page-numbers .prev {
    color: #fff;
    border: none;
    background-color: #6e7180;
    padding: 9px 24px;
}
.woocommerce-pagination .page-numbers .next span,
.woocommerce-pagination .page-numbers .prev span {
    background-color: #6e7180;
    padding: 0;
}
@media all and (max-width: 767px) {
    .woocommerce-pagination .page-numbers .next span,
    .woocommerce-pagination .page-numbers .prev span {
        display: none;
    }
}
.woocommerce-info {
    background-color: #94cdba !important;
    padding: 5px;
}
#related {
    overflow: hidden;
}
#related .products__slider {
    margin-bottom: 0;
}
#help {
    padding-top: 0;
    padding-bottom: 0;
}
#help.page {
    padding-top: 90px;
}
@media all and (max-width: 767px) {
    #help.page {
        padding-top: 70px;
    }
}
@media all and (max-width: 575px) {
    #help.page {
        padding-top: 60px;
    }
}
#help .wrapper {
    background-color: #b3ffe5;
    padding: 10px;
    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;
}
@media all and (max-width: 991px) {
    #help .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px;
    }
}
@media all and (max-width: 575px) {
    #help .wrapper {
        padding: 20px;
    }
}
#help .wrapper .content {
    width: 100%;
}
@media all and (min-width: 991px) {
    #help .wrapper .content {
        padding: 50px;
    }
}
#help .wrapper .content h3 {
    font-size: 44px;
    margin-bottom: 36px;
    color: #2d422b;
}
@media all and (max-width: 767px) {
    #help .wrapper .content h3 {
        font-size: 24px;
        margin-bottom: 28px;
    }
}
@media all and (max-width: 575px) {
    #help .wrapper .content h3 {
        font-size: 20px;
        margin-bottom: 16px;
    }
}
#help .wrapper .content p {
    font-size: 20px;
    font-weight: 500;
    color: #5f745d;
    margin-bottom: 40px;
}
@media all and (max-width: 991px) {
    #help .wrapper .content p {
        margin-bottom: 20px;
    }
}
@media all and (max-width: 767px) {
    #help .wrapper .content p {
        font-size: 16px;
    }
}
@media all and (max-width: 575px) {
    #help .wrapper .content p {
        font-size: 14px;
    }
}
@media all and (max-width: 991px) {
    #help .wrapper .content .btn {
        display: none;
    }
}
#help .wrapper .image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 370px;
}
@media all and (max-width: 991px) {
    #help .wrapper .image {
        width: auto;
        text-align: center;
    }
}
#help .wrapper .image .btn {
    width: 100%;
    margin-top: 24px;
}
@media all and (min-width: 991px) {
    #help .wrapper .image .btn {
        display: none;
    }
}
@media all and (max-width: 575px) {
    #help .wrapper .image .btn {
        margin-top: 16px;
    }
}
#page .page__sitemap article ul ul {
    padding-bottom: 10px;
}
.product__details .cart .quantity {
    margin-bottom: 20px;
}
.woocommerce .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    width: 122px;
}
.woocommerce .quantity .qty_button {
    background: 0 0;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 26.4px;
    width: 30px;
    height: 30px;
    border: 1px solid #d6d3d1;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
input {
    outline: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.woocommerce .quantity .qty {
    text-align: center;
    width: 100%;
    border-right: 0;
    border-left: 0;
    border: none;
    background-color: #fff;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.woocommerce-notices-wrapper {
    margin-bottom: 6px;
}
.woocommerce-notices-wrapper .woocommerce-message {
    background-color: #59a58b;
    color: #fff;
    padding: 10px;
    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;
    gap: 6px 20px;
}
@media all and (max-width: 1199px) {
    .cart__wrapper {
        margin-bottom: 20px;
    }
}
.cart__wrapper form {
    background-color: #fff;
    padding: 30px 30px 1px 30px;
}
@media all and (max-width: 767px) {
    .cart__wrapper form {
        padding: 5px 5px 1px 5px;
    }
}
.cart__wrapper .product-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    margin-bottom: 30px;
}
@media all and (max-width: 767px) {
    .cart__wrapper .product-select {
        padding: 10px;
        margin-bottom: 4px;
    }
}
@media all and (max-width: 575px) {
    .cart__wrapper .product-select {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.cart__wrapper .product-select .select__wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.cart__wrapper .product-select .select__wrapper label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 500;
}
.cart__wrapper .product-select .select__wrapper label input {
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 1px solid #cdcdcd;
}
.cart__wrapper .product-select button {
    font-size: 16px;
    font-weight: 500;
    background-color: #fff;
    border: none;
}
.cart__wrapper .product-select button:hover {
    text-decoration: underline;
}
.cart__wrapper table.shop_table thead {
    display: none;
}
.cart__wrapper table.shop_table tbody tr {
    background-color: #fff;
    padding: 10px;
}
@media all and (max-width: 767px) {
    .cart__wrapper table.shop_table tbody tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.cart__wrapper table.shop_table tbody tr .product-thumbnail {
    position: relative;
}

@media all and (min-width: 767px) {
    .cart__wrapper table.shop_table tbody tr .product-thumbnail {
        width: 90px;
    }
}
.cart__wrapper table.shop_table tbody tr .product-thumbnail::before {
    display: none;
}
.cart__wrapper table.shop_table tbody tr .product-thumbnail a {
    display: block;
    width: 90px;
    height: 90px;
}
.cart__wrapper table.shop_table tbody tr .product-thumbnail a img {
    display: block;
    height: 100%;
    width: auto;
}
@media all and (max-width: 767px) {
    .cart__wrapper table.shop_table tbody tr .product-name {
        display: block;
    }
}
.cart__wrapper table.shop_table tbody tr .product-name .product__art {
    margin-bottom: 12px;
}
.cart__wrapper
    table.shop_table
    tbody
    tr
    .product-name
    .product__art
    .product__sku {
    font-size: 12px;
    font-weight: 400;
    background-color: #f5f3f4;
    color: #6e7180;
    display: inline-block;
    padding: 3px 5px;
}
.cart__wrapper table.shop_table tbody tr .product-name .product__title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #2d2a38;
    display: inline-block;
    margin-bottom: 5px;
}
.cart__wrapper table.shop_table tbody tr .product-name .product-remove a {
    font-size: 14px;
    font-weight: 400;
    color: #b8b5b3;
    text-decoration: underline;
    display: inline-block;
    text-transform: none;
}
.cart__wrapper table.shop_table tbody tr .product-quantity {
    width: 122px;
}
@media all and (max-width: 767px) {
    .cart__wrapper table.shop_table tbody tr .product-quantity {
        text-align: left;
        width: 100%;
    }
}
.cart__wrapper table.shop_table tbody tr .product-quantity::before {
    float: none;
    text-align: left;
    left: 0;
    right: auto;
}
@media all and (max-width: 767px) {
    .cart__wrapper table.shop_table tbody tr .product-quantity .quantity {
        padding-top: 5px;
    }
}
.cart__wrapper
    table.shop_table
    tbody
    tr
    .product-quantity
    .quantity
    .input-text {
    background-color: #f5f3f4;
}
.cart__wrapper table.shop_table tbody tr .product-price {
    text-align: right;
}
@media all and (max-width: 767px) {
    .cart__wrapper table.shop_table tbody tr .product-price {
        padding-bottom: 0;
    }
}
.cart__wrapper table.shop_table tbody tr .product-price .cart-item-checkbox {
    width: 20px;
    height: 20px;
    border: 1px solid #cdcdcd;
    margin-bottom: 24px;
}
@media all and (max-width: 767px) {
    .cart__wrapper
        table.shop_table
        tbody
        tr
        .product-price
        .cart-item-checkbox {
        display: none;
    }
}
.cart__wrapper table.shop_table tbody tr .product-price .total__piece {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.cart__wrapper table.shop_table tbody tr .product-price .priceperpiece {
    color: #6e7180;
}
.cart__total .cart-collaterals {
    background-color: #59a58b;
    color: #fff;
    padding: 24px;
}
.cart__total .cart-collaterals .cart_totals table {
    margin-bottom: 20px;
}
.cart__total .cart-collaterals td,
.cart__total .cart-collaterals th {
    min-width: inherit !important;
}
.cart__total .cart-collaterals .cart-subtotal,
.cart__total .cart-collaterals .cart__positions {
    background: 0 0;
    border: none !important;
}
@media all and (max-width: 767px) {
    .cart__total .cart-collaterals .cart-subtotal,
    .cart__total .cart-collaterals .cart__positions {
        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: 20px;
        width: 100%;
    }
}
.cart__total .cart-collaterals .cart-subtotal th,
.cart__total .cart-collaterals .cart__positions th {
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    border: none;
    padding: 4.5px 0;
    display: block;
    white-space: nowrap;
}
@media all and (max-width: 767px) {
    .cart__total .cart-collaterals .cart-subtotal th,
    .cart__total .cart-collaterals .cart__positions th {
        width: auto;
    }
}
.cart__total .cart-collaterals .cart-subtotal td,
.cart__total .cart-collaterals .cart__positions td {
    font-size: 20px;
    font-weight: 600;
    border: none;
    text-align: right;
    padding: 4.5px 0;
}
.cart__total .cart-collaterals .cart-subtotal td::before,
.cart__total .cart-collaterals .cart__positions td::before {
    display: none;
}
@media all and (max-width: 767px) {
    .cart__total .cart-collaterals .cart-subtotal td,
    .cart__total .cart-collaterals .cart__positions td {
        font-size: 16px;
        font-weight: 500;
    }
}
.cart__total .cart-collaterals .cart-subtotal td,
.cart__total .cart-collaterals .cart-subtotal th {
    padding: 4.5px 0 24px 0;
}
.cart__total .cart-collaterals .order-total {
    background: 0 0;
    border: none !important;
}
.cart__total .cart-collaterals .order-total th {
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    border: none;
    border-top: 1px solid #b3ffe5;
    padding: 24px 0 4.5px 0;
}
.cart__total .cart-collaterals .order-total td {
    font-size: 20px;
    font-weight: 600;
    border: none;
    text-align: right;
    border-top: 1px solid #b3ffe5;
    padding: 24px 0 4.5px 0;
}
@media all and (max-width: 767px) {
    .cart__total .cart-collaterals .order-total td {
        font-size: 16px;
        font-weight: 500;
    }
}
.cart__total .cart-collaterals .checkout-button {
    background-color: #b3ffe5;
    color: #000;
}
.cart__total .cart-collaterals .checkout-button span::after {
    -webkit-filter: brightness(0) saturate(100%) invert(0) sepia(93%)
        saturate(15%) hue-rotate(339deg) brightness(104%) contrast(100%);
    filter: brightness(0) saturate(100%) invert(0) sepia(93%) saturate(15%)
        hue-rotate(339deg) brightness(104%) contrast(100%);
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error {
    padding-top: 10px;
    padding-bottom: 6px;
    list-style-type: none;
    color: #fff;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error a {
    color: #fff;
    display: inline-block;
}
.checkout.woocommerce-checkout .checkout__wrapper .wrapper__inner {
    background-color: #fff;
    padding: 24px;
}
.checkout.woocommerce-checkout
    .checkout__wrapper
    .wrapper__inner
    .checkout__heading {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #d6d3d1;
}
@media all and (max-width: 575px) {
    .checkout.woocommerce-checkout
        .checkout__wrapper
        .wrapper__inner
        .checkout__heading {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}
.checkout.woocommerce-checkout
    .checkout__wrapper
    .wrapper__inner
    .checkout__heading
    h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0;
}
.checkout.woocommerce-checkout
    .checkout__checkoutreview
    .checkoutreview__inner {
    background-color: #59a58b;
    padding: 24px;
    color: #fff;
}
.checkout.woocommerce-checkout
    .checkout__checkoutreview
    .checkoutreview__inner
    table {
    border-bottom: 1px solid #b3ffe5;
    margin-bottom: 24px;
}
.checkout.woocommerce-checkout
    .checkout__checkoutreview
    .checkoutreview__inner
    table
    tbody
    tr {
    background-color: #59a58b;
    vertical-align: top;
}
.checkout.woocommerce-checkout
    .checkout__checkoutreview
    .checkoutreview__inner
    table
    tbody
    tr:last-child
    td {
    border-bottom: 1px solid #b3ffe5;
    padding-bottom: 24px;
}
.checkout.woocommerce-checkout
    .checkout__checkoutreview
    .checkoutreview__inner
    table
    tbody
    tr
    td {
    font-size: 14px;
    border: none;
    padding: 4.5px 0;
}
.checkout.woocommerce-checkout
    .checkout__checkoutreview
    .checkoutreview__inner
    table
    tbody
    tr
    td:last-child {
    padding-left: 10px;
    text-align: right;
}
.checkout.woocommerce-checkout
    .checkout__checkoutreview
    .checkoutreview__inner
    table
    tbody
    th {
    border: none;
}
.checkout.woocommerce-checkout
    .checkout__checkoutreview
    .checkoutreview__inner
    table
    tfoot {
    border: none;
}
.checkout.woocommerce-checkout
    .checkout__checkoutreview
    .checkoutreview__inner
    table
    tfoot
    tr {
    vertical-align: top;
}
.checkout.woocommerce-checkout
    .checkout__checkoutreview
    .checkoutreview__inner
    table
    tfoot
    tr:first-child
    td,
.checkout.woocommerce-checkout
    .checkout__checkoutreview
    .checkoutreview__inner
    table
    tfoot
    tr:first-child
    th {
    padding-top: 24px;
}
.checkout.woocommerce-checkout
    .checkout__checkoutreview
    .checkoutreview__inner
    table
    tfoot
    tr:last-child
    td {
    padding-bottom: 24px;
}
.checkout.woocommerce-checkout
    .checkout__checkoutreview
    .checkoutreview__inner
    table
    tfoot
    tr
    th {
    padding: 6px 0;
    border: none;
    padding-bottom: 24px;
}
.checkout.woocommerce-checkout
    .checkout__checkoutreview
    .checkoutreview__inner
    table
    tfoot
    tr
    th:last-child {
    padding-left: 10px;
}
.checkout.woocommerce-checkout
    .checkout__checkoutreview
    .checkoutreview__inner
    table
    tfoot
    tr
    td {
    padding: 6px 0;
    border: none;
    text-align: right;
}
.checkout.woocommerce-checkout
    .checkout__checkoutreview
    .checkoutreview__inner
    .amount,
.checkout.woocommerce-checkout
    .checkout__checkoutreview
    .checkoutreview__inner
    .product-total {
    white-space: nowrap;
}
.checkout.woocommerce-checkout
    .checkout__checkoutreview
    .checkoutreview__inner
    .button {
    background-color: #b3ffe5;
    color: #000;
}
.checkout.woocommerce-checkout
    .checkout__checkoutreview
    .checkoutreview__inner
    .button
    span:after {
    -webkit-filter: brightness(0) saturate(100%) invert(0) sepia(93%)
        saturate(15%) hue-rotate(339deg) brightness(104%) contrast(100%);
    filter: brightness(0) saturate(100%) invert(0) sepia(93%) saturate(15%)
        hue-rotate(339deg) brightness(104%) contrast(100%);
}
.checkout.woocommerce-checkout
    .checkout__checkoutreview
    .checkoutreview__inner
    .woocommerce-terms-and-conditions-wrapper {
    font-size: 14px;
}
.checkout.woocommerce-checkout
    .checkout__checkoutreview
    .checkoutreview__inner
    .woocommerce-terms-and-conditions-wrapper
    a {
    color: #fff;
    text-decoration: underline;
}
.checkout__item:not(:last-child) {
    margin-bottom: 32px;
}
@media all and (max-width: 575px) {
    .checkout__item:not(:last-child) {
        margin-bottom: 24px;
    }
}
.checkout__item.checkout__item-list .form-row:not(:last-child) {
    margin-bottom: 10px;
}
.checkout__item .item__title {
    font-size: 16px;
    margin-bottom: 12px;
}
.checkout__item p {
    margin-bottom: 0;
}
.checkout__item p label {
    display: none;
}
.checkout__item .checkout-inline-error-message {
    display: none !important;
}
.checkout__item input {
    width: 100%;
    height: 51px;
    padding-left: 16px;
    padding-right: 10px;
    border: 1px solid #d6d3d1;
    border-radius: 0;
    color: #c1c0bf;
}
.checkout__item input::-webkit-input-placeholder {
    color: #c1c0bf;
    opacity: 1;
}
.checkout__item input::-moz-placeholder {
    color: #c1c0bf;
    opacity: 1;
}
.checkout__item input::-ms-placeholder {
    color: #c1c0bf;
    opacity: 1;
}
.checkout__item input::-webkit-input-placeholder {
    color: #c1c0bf;
    opacity: 1;
}
.checkout__item input::-moz-placeholder {
    color: #c1c0bf;
    opacity: 1;
}
.checkout__item input:-ms-input-placeholder {
    color: #c1c0bf;
    opacity: 1;
}
.checkout__item input::-ms-input-placeholder {
    color: #c1c0bf;
    opacity: 1;
}
.checkout__item input::placeholder {
    color: #c1c0bf;
    opacity: 1;
}
section.woocommerce-order-details {
    padding: 0;
}
section.woocommerce-customer-details {
    padding-top: 0;
    padding-bottom: 0;
}
.woocommerce-table.woocommerce-table--order-details thead tr th:last-child {
    text-align: right;
}
.woocommerce-table.woocommerce-table--order-details tbody tr td:last-child {
    text-align: right;
}
.woocommerce-table.woocommerce-table--order-details tfoot td {
    text-align: right;
}
.woocommerce-table.woocommerce-table--custom-fields thead tr th:last-child {
    text-align: right;
}
.woocommerce-table.woocommerce-table--custom-fields tbody tr td:last-child {
    text-align: right;
}

.woocommerce-MyAccount-content {
    max-width: 800px;
    width: 100%;
}
.woocommerce-MyAccount-content .checkout__item {
    margin-bottom: 22px;
}
.checkout__item.checkout__item-label p label {
    display: block;
}
.woocommerce-MyAccount-content .checkout__item input {
    padding-right: 36px;
}
.password-input {
    position: relative;
}
.show-password-input {
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../img/show.svg");
    border: none;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
}
.show-password-input.display-password {
    opacity: 0.3;
}

.category__filter {
    margin-bottom: 30px;
    background-color: #fff;
    padding: 20px;
}
.category__filter.active {
    text-align: right;
}
.category__filter.active .category__inner {
    height: auto;
    text-align: left;
}
.category__filter.active .filter-toggle {
    width: auto;
    color: #59a58b;
    border: 1px solid #fff;
    background-color: #fff;
}
.category__filter.active .filter-toggle span {
    background-image: url(../img/icon_49_1.svg);
}
.category__filter .category__inner {
    height: 37px;
    overflow: hidden;
}
/* .category__filter .bapf_sfilter {
    margin-bottom: 5px;
} */
/* .category__filter .bapf_head {
    display: none;
} */
.category__filter ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
}
.category__filter ul li.active a {
    color: #59a58b;
    padding: 8px 36px 8px 16px;
}
.category__filter ul li.active a:after {
    display: block;
}
.category__filter ul li a {
    border: none;
    background-color: #f5f3f4;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.03em;
    color: #000;
    padding: 8px 16px;
    border-radius: 17px;
    display: block;
    position: relative;
}
/* .category__filter ul li a::before {
    display: none !important;
} */
.category__filter ul li a:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_50.svg);
    width: 10px;
    height: 10px;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto;
    display: none;
}
.category__filter .filter-toggle {
    width: 100%;
    height: 35px;
    border: 1px solid #d6d3d1;
    background-color: #f5f3f4;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.03em;
    color: #6e7180;
}
.category__filter .filter-toggle span {
    padding-right: 15px;
    background-size: 8px;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_49.svg);
}

@media all and (min-width: 767px) {
    #page .page__category .category__item {
        padding: 0;
    }
}
#page .page__category .category__item .item__inner {
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 0.5px solid #d6d3d1;
}
#page .page__category .category__top .category__item .item__inner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#page .page__category .category__item .item__inner ul li:not(:last-child) {
    margin-bottom: 6px;
}
#page .page__category .category__item .item__inner ul li.link__title {
    margin-bottom: 20px;
}
#page .page__category .category__item .item__inner ul li.link__title 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;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.03em;
}
@media all and (max-width: 1400px) {
    #page .page__category .category__item .item__inner ul li.link__title a {
        font-size: 18px;
    }
}
#page .page__category .category__item .item__inner ul li.link__title .count {
    display: none;
}
#page .page__category .category__item .item__inner ul li a {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.03em;
    display: inline-block;
    color: #000;
}
#page .page__category .category__item .item__inner ul li a .count {
    color: #59a58b;
    /* min-width: 20px;
    height: 20px;
    background-color: #59A58B;
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center; */
}
#page .page__category .category__item .item__inner ul li a:hover {
    color: #59a58b;
}
#page .page__category .category__item .item__inner ul li a img {
    padding-right: 0;
}
#page .page__category .category__item .item__inner ul li a span {
    padding-left: 0;
}

/* ===================================================
   ACCESSIBILITY FIXES - Каталог promkraska.com
   Добавлено: 2026-01-20
   Задача: Accessibility 89 → 95+
   =================================================== */

/* 1. Контрастность хлебных крошек - было #59a58b (2.9:1), стало #2d7a5d (5.5:1) */
#breadcrumbs .breadcrumbs span a,
#breadcrumbs .breadcrumbs a,
.woocommerce-breadcrumb a {
    color: #2d7a5d !important;
}

#breadcrumbs .breadcrumbs span a:hover,
#breadcrumbs .breadcrumbs a:hover,
.woocommerce-breadcrumb a:hover {
    color: #1a5c43 !important;
}

/* 2. Контрастность текста категории под карточкой товара */
.product__item .product__details p,
.product__details .details__inner p {
    color: #595959 !important;
}

/* 3. Стили для footer-title (замена h5 для доступности) */
.footer-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#footer .footer__top .footer-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#footer .footer__bootom .footer-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/* 4. Бейджи "+X" - увеличиваем контраст */
.char__list .char__more .icon {
    background-color: #2d7a5d !important;
    color: #ffffff !important;
}

/* 5. Стили для h2 "Характеристики" на карточке товара (было h3) */
#page .page__product .product__details .details__inner h2 {
    font-size: 20px;
    margin-bottom: 30px;
}
@media all and (max-width: 575px) {
    #page .page__product .product__details .details__inner h2 {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

/***************************  ral filter  ****************************/

.ral__filter .fasovka-wrapper {
    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;
    gap: 5px 8px;
    margin-bottom: 14px;
}
.ral__filter .fasovka-wrapper .fasovka-item {
    font-weight: 700;
    color: #666;
    border-radius: 3px;
    border: 2px solid #666;
    background-color: #f5f3f4;
    padding: 1px 4px;
}
.ral__filter .fasovka-wrapper .fasovka-item:hover {
    background-color: #e2e2e2;
}
.ral__filter .fasovka-wrapper .fasovka-item.active {
    background-color: #e2e2e2;
}
.ral__filter #product-colors-wrapper {
    position: relative;
    max-width: 590px;
    width: 100%;
    margin-bottom: 14px;
}
.ral__filter #product-colors-wrapper #color-preloader {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.ral__filter #product-colors-wrapper #color-preloader img {
    width: 20px;
    height: 20px;
}
.ral__filter #product-colors-wrapper .color-list {
    text-align: right;
}
.ral__filter #product-colors-wrapper .color-list .list__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    visibility: hidden;
}
.ral__filter #product-colors-wrapper .list__wrapper.is-ready {
    visibility: visible;
}
.ral__filter #product-colors-wrapper .color-list #show-more {
    background-color: transparent;
    border: none;
    color: #000;
    font-weight: 500;
    border-bottom: 1px dashed #000;
    margin-top: 10px;
    text-align: right;
    display: none;
}
.ral__filter #product-colors-wrapper .color-list .parameters__color-notice {
    text-align: left;
    margin-top: 5px;
    font-weight: 500;
}
@media all and (min-width: 1199px) {
    .ral__filter #product-colors-wrapper .color-list .list__wrapper {
        gap: 3px;
    }
    .ral__filter #product-colors-wrapper .color-list .parameters__color-notice {
        display: none;
    }
}
.ral__filter #product-colors-wrapper .color-list .color-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    width: 34px;
    height: 34px;
    display: block;
    color: #666;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ral__filter #product-colors-wrapper .color-list .color-item.active {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.ral__filter
    #product-colors-wrapper
    .color-list
    .color-item.active
    .select-color__circle {
    border: 2px solid #ce1c22 !important;
}
.ral__filter
    #product-colors-wrapper
    .color-list
    .color-item
    .select-color__circle {
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid #f5f3f4;
    padding: 3px;
    position: relative;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}

.ral__filter
    #product-colors-wrapper
    .color-list
    .color-item
    .select-color__circle.select-color__circle-9003,
.ral__filter
    #product-colors-wrapper
    .color-list
    .color-item
    .select-color__circle.select-color__circle-9016 {
    border: 2px solid #fff;
}

.ral__filter
    #product-colors-wrapper
    .color-list
    .color-item
    .select-color__circle:hover {
    border: 2px solid #8f8f8f;
}
.ral__filter
    #product-colors-wrapper
    .color-list
    .color-item
    .select-color__circle:hover
    + .select-color__tooltip {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.ral__filter
    #product-colors-wrapper
    .color-list
    .color-item
    .select-color__circle
    .circle__inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.ral__filter
    #product-colors-wrapper
    .color-list
    .color-item
    .select-color__tooltip {
    position: absolute;
    width: 6.875rem;
    left: 50%;
    bottom: 2.5rem;
    -webkit-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
    background-color: rgba(0, 0, 0, 0);
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 1199px) {
    .ral__filter
        #product-colors-wrapper
        .color-list
        .color-item
        .select-color__tooltip {
        display: none;
    }
}
.ral__filter
    #product-colors-wrapper
    .color-list
    .color-item
    .select-color__tooltip
    .select-color__tooltip-inner {
    text-align: center;
}
.ral__filter
    #product-colors-wrapper
    .color-list
    .color-item
    .select-color__tooltip
    .select-color__tooltip-inner
    .select-color__ref {
    height: 54px;
}
.ral__filter
    #product-colors-wrapper
    .color-list
    .color-item
    .select-color__tooltip
    .select-color__tooltip-inner
    .select-color__tooltip-info {
    background-color: #fff;
    font-size: 11px;
    line-height: 13px;
    padding: 4px;
}

.filter__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_main.ui-widget-content
    .ui-slider-range {
    background: none repeat scroll 0 0 #2e7a5c;
}
.filter__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_main.ui-widget-content
    .ui-slider-handle {
    background: #2e7a5c;
}
.filter__wrapper .berocket_single_filter_widget .bapf_body .bapf_tbprice {
    display: none;
}
.filter__wrapper .berocket_single_filter_widget .bapf_body .bapf_slidr_all {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.filter__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_slidr_main {
    grid-column: 1 / -1;
}
.filter__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_from,
.filter__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_to {
    width: 100%;
    margin-bottom: 20px;
}
.filter__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_from
    input,
.filter__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_to
    input {
    border: 1px solid #2d422b;
    border-radius: 10px;
    height: 48px;
    background-color: #fff;
    padding-left: 10px;
    width: calc(100% - 10px);
    color: #2d422b;
    font-size: 16px;
}
.filter__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_from
    input::-webkit-input-placeholder,
.filter__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_to
    input::-webkit-input-placeholder {
    color: #2d422b;
    opacity: 1;
}
.filter__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_from
    input::-moz-placeholder,
.filter__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_to
    input::-moz-placeholder {
    color: #2d422b;
    opacity: 1;
}
.filter__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_from
    input::-ms-placeholder,
.filter__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_to
    input::-ms-placeholder {
    color: #2d422b;
    opacity: 1;
}
.filter__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_from
    input::-webkit-input-placeholder,
.filter__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_to
    input::-webkit-input-placeholder {
    color: #2d422b;
    opacity: 1;
}
.filter__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_from
    input::-moz-placeholder,
.filter__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_to
    input::-moz-placeholder {
    color: #2d422b;
    opacity: 1;
}
.filter__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_from
    input:-ms-input-placeholder,
.filter__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_to
    input:-ms-input-placeholder {
    color: #2d422b;
    opacity: 1;
}
.filter__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_from
    input::-ms-input-placeholder,
.filter__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_to
    input::-ms-input-placeholder {
    color: #2d422b;
    opacity: 1;
}
.filter__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_from
    input::placeholder,
.filter__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_to
    input::placeholder {
    color: #2d422b;
    opacity: 1;
}

.woocommerce-ordering {
    margin-bottom: 20px;
}
.woocommerce-ordering select {
    border: none;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 20px 10px 10px;
    background-size: 16px;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_39.svg);
}

.sw-app .sw-app-body {
    width: 100% !important;
    max-width: inherit !important;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.product__article .tabs {
    --transition-time: 0.3s;
}
.product__article .tabs .tabs__caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    margin-bottom: 28px;
}
.product__article .tabs .tabs__caption li {
    cursor: pointer;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    border: 1px solid #fff;
    border-radius: 5px;
    font-weight: 500;
    color: #fff;
    background-color: #59a58b;
    padding: 10px 25px;
}
.product__article .tabs .tabs__caption li.active {
    background-color: #fff;
    color: #000;
}
.product__article .tabs .tabs__content {
    display: none;
    -webkit-animation: fadeIn var(--transition-time) ease-out;
    animation: fadeIn var(--transition-time) ease-out;
}
.product__article .tabs .tabs__content.active {
    display: block;
}

#blog {
    padding-top: 0;
}
#blog .type-post {
    margin-bottom: 30px;
}
#blog .date {
    font-size: 14px;
    padding-top: 16px;
    padding-bottom: 10px;
    color: #6e7180;
}
#blog .post__title {
    color: #2c4829;
    display: inline-block;
    margin-bottom: 10px;
}
#blog a:hover {
    text-decoration: underline;
}
