@charset "UTF-8";
/* =========== BASE CONFIG =========== */
.alignwide {
    width: 100%;
}

.figure-image {
    margin: 0;
}
.figure-image img {
    max-height: 500px;
    object-fit: cover;
}
.alignfull {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    max-width: 1920px;
}

@media only screen and (min-width: 1920px) {
    .alignfull {
        width: 1920px !important;
        margin-left: -375px !important;
        margin-right: -375px !important;
    }
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    display: block;
}

body {
    background-color: #f6f7f7;
    max-width: 1920px;
    overflow-x: hidden;
    margin: 0 auto;
    box-shadow: 0 0 20px 5px #747474;
}

ul li {
    list-style-position: inside;
    margin-bottom: 10px;
}
ul li::marker {
    color: #1f2f47;
}

ol li {
    list-style-position: inside;
    margin-bottom: 10px;
}

main.foned {
    position: relative;
    overflow: hidden;
    z-index: 999;
}
main.foned:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

main.single .content > *:not(.wp-block) {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

header,
main,
footer {
    opacity: 1;
}

/* =========== UI =========== */
a:not(.woocommerce a, .btn),
.link {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s linear;
}
a:not(.woocommerce a, .btn) *,
.link * {
    transition: all 0.3s linear;
}
a:not(.woocommerce a, .btn):hover svg,
a:not(.woocommerce a, .btn):hover img,
a:not(.woocommerce a, .btn).active svg,
a:not(.woocommerce a, .btn).active img,
.link:hover svg,
.link:hover img,
.link.active svg,
.link.active img {
    opacity: 0.5;
}
a:not(.woocommerce a, .btn):hover,
a:not(.woocommerce a, .btn):hover > *,
a:not(.woocommerce a, .btn).active,
a:not(.woocommerce a, .btn).active > *,
.link:hover,
.link:hover > *,
.link.active,
.link.active > * {
    color: #43941b;
}

.widget-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
}
.widget-container li::before {
    content: none;
}
.widget-container p {
    margin-bottom: 0;
}
.widget-container .widget,
.widget-container .widget > a {
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}
.widget-container .widget .icon,
.widget-container .widget > a .icon {
    display: block;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
}
.widget-container .widget .icon img,
.widget-container .widget .icon svg,
.widget-container .widget > a .icon img,
.widget-container .widget > a .icon svg {
    transition: all 0.3s linear;
    display: block;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    -o-object-fit: cover;
    object-fit: cover;
}
.widget-container .widget:not(.address-widget),
.widget-container .widget > a:not(.address-widget) {
    white-space: nowrap;
}
.widget-container.soc__holder {
    flex-direction: row;
    flex-wrap: wrap;
}

#footer .widget-container .icon img {
    filter: brightness(0) invert(100);
}
#footer .widget-container .icon svg path {
    fill: white;
}
#footer .widget-container a:hover .icon svg path,
#footer .widget-container .icon:hover svg path {
    fill: #43941b;
}
#footer .widget-container a:hover .icon img,
#footer .widget-container .icon:hover img {
    opacity: 0.5;
}

.btn,
button,
input[type="submit"] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 19px 37px;
    height: 62px;
    white-space: nowrap;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s ease-in;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background-color: #61b239;
    border: 1px solid #61b239;
    color: #fafbfb;
}
.btn::after,
.btn::before,
button::after,
button::before,
input[type="submit"]::after,
input[type="submit"]::before {
    background-color: #fafbfb;
}
.btn:hover:not(.btn-static),
button:hover:not(.btn-static),
input[type="submit"]:hover:not(.btn-static) {
    background-color: #43941b;
    border: 1px solid #43941b;
    color: #fafbfb;
}
.btn:hover:not(.btn-static)::after,
.btn:hover:not(.btn-static)::before,
button:hover:not(.btn-static)::after,
button:hover:not(.btn-static)::before,
input[type="submit"]:hover:not(.btn-static)::after,
input[type="submit"]:hover:not(.btn-static)::before {
    background-color: #fafbfb;
}

.btn-230 {
    min-width: 230px;
}

.btn-270 {
    min-width: 270px;
}

.btn-300 {
    min-width: 300px;
}

.btn-full {
    width: 100%;
}

.btn-square {
    background-color: #61b239;
    border: 1px solid #61b239;
    color: #fafbfb;
}
.btn-square.btn-inc,
.btn-square.btn-dec,
.btn-square.btn-close,
.btn-square.btn-square-icon,
.btn-square.btn-cirle-icon,
.btn-square.btn-arrow-prev,
.btn-square.btn-arrow-next,
.btn-square.btn-arrow-bottom,
.btn-square.btn-arrow-top,
.btn-square.btn-arrow-top-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    border-radius: 10px;
    transition: all 0.3s linear;
    cursor: pointer;
}
.btn-square.btn-inc::after,
.btn-square.btn-dec::after,
.btn-square.btn-close::after,
.btn-square.btn-square-icon::after,
.btn-square.btn-cirle-icon::after,
.btn-square.btn-arrow-prev::after,
.btn-square.btn-arrow-next::after,
.btn-square.btn-arrow-bottom::after,
.btn-square.btn-arrow-top::after,
.btn-square.btn-arrow-top-next::after {
    content: "" !important;
    display: block;
    width: 53%;
    height: 53%;
    min-width: 53%;
    min-height: 53%;
    mask: url("../images/arrow.svg") no-repeat center;
    -webkit-mask: url("../images/arrow.svg") no-repeat center;
    mask-size: contain;
    -webkit-mask-size: contain;
    transition: all 0.3s linear;
}
.btn-square.btn-inc.btn-arrow-prev::after,
.btn-square.btn-dec.btn-arrow-prev::after,
.btn-square.btn-close.btn-arrow-prev::after,
.btn-square.btn-square-icon.btn-arrow-prev::after,
.btn-square.btn-cirle-icon.btn-arrow-prev::after,
.btn-square.btn-arrow-prev.btn-arrow-prev::after,
.btn-square.btn-arrow-next.btn-arrow-prev::after,
.btn-square.btn-arrow-bottom.btn-arrow-prev::after,
.btn-square.btn-arrow-top.btn-arrow-prev::after,
.btn-square.btn-arrow-top-next.btn-arrow-prev::after {
    transform: rotate(180deg);
}
.btn-square.btn-inc.btn-arrow-bottom::after,
.btn-square.btn-dec.btn-arrow-bottom::after,
.btn-square.btn-close.btn-arrow-bottom::after,
.btn-square.btn-square-icon.btn-arrow-bottom::after,
.btn-square.btn-cirle-icon.btn-arrow-bottom::after,
.btn-square.btn-arrow-prev.btn-arrow-bottom::after,
.btn-square.btn-arrow-next.btn-arrow-bottom::after,
.btn-square.btn-arrow-bottom.btn-arrow-bottom::after,
.btn-square.btn-arrow-top.btn-arrow-bottom::after,
.btn-square.btn-arrow-top-next.btn-arrow-bottom::after {
    transform: rotate(90deg);
}
.btn-square.btn-inc.btn-arrow-top::after,
.btn-square.btn-dec.btn-arrow-top::after,
.btn-square.btn-close.btn-arrow-top::after,
.btn-square.btn-square-icon.btn-arrow-top::after,
.btn-square.btn-cirle-icon.btn-arrow-top::after,
.btn-square.btn-arrow-prev.btn-arrow-top::after,
.btn-square.btn-arrow-next.btn-arrow-top::after,
.btn-square.btn-arrow-bottom.btn-arrow-top::after,
.btn-square.btn-arrow-top.btn-arrow-top::after,
.btn-square.btn-arrow-top-next.btn-arrow-top::after {
    transform: rotate(270deg);
}
.btn-square.btn-inc.btn-arrow-top-next::after,
.btn-square.btn-dec.btn-arrow-top-next::after,
.btn-square.btn-close.btn-arrow-top-next::after,
.btn-square.btn-square-icon.btn-arrow-top-next::after,
.btn-square.btn-cirle-icon.btn-arrow-top-next::after,
.btn-square.btn-arrow-prev.btn-arrow-top-next::after,
.btn-square.btn-arrow-next.btn-arrow-top-next::after,
.btn-square.btn-arrow-bottom.btn-arrow-top-next::after,
.btn-square.btn-arrow-top.btn-arrow-top-next::after,
.btn-square.btn-arrow-top-next.btn-arrow-top-next::after {
    transform: rotate(-45deg);
}
.btn-square.btn-inc.btn-inc,
.btn-square.btn-inc.btn-dec,
.btn-square.btn-inc.btn-close,
.btn-square.btn-dec.btn-inc,
.btn-square.btn-dec.btn-dec,
.btn-square.btn-dec.btn-close,
.btn-square.btn-close.btn-inc,
.btn-square.btn-close.btn-dec,
.btn-square.btn-close.btn-close,
.btn-square.btn-square-icon.btn-inc,
.btn-square.btn-square-icon.btn-dec,
.btn-square.btn-square-icon.btn-close,
.btn-square.btn-cirle-icon.btn-inc,
.btn-square.btn-cirle-icon.btn-dec,
.btn-square.btn-cirle-icon.btn-close,
.btn-square.btn-arrow-prev.btn-inc,
.btn-square.btn-arrow-prev.btn-dec,
.btn-square.btn-arrow-prev.btn-close,
.btn-square.btn-arrow-next.btn-inc,
.btn-square.btn-arrow-next.btn-dec,
.btn-square.btn-arrow-next.btn-close,
.btn-square.btn-arrow-bottom.btn-inc,
.btn-square.btn-arrow-bottom.btn-dec,
.btn-square.btn-arrow-bottom.btn-close,
.btn-square.btn-arrow-top.btn-inc,
.btn-square.btn-arrow-top.btn-dec,
.btn-square.btn-arrow-top.btn-close,
.btn-square.btn-arrow-top-next.btn-inc,
.btn-square.btn-arrow-top-next.btn-dec,
.btn-square.btn-arrow-top-next.btn-close {
    position: relative;
}
.btn-square.btn-inc.btn-inc::after,
.btn-square.btn-inc.btn-inc::before,
.btn-square.btn-inc.btn-dec::after,
.btn-square.btn-inc.btn-dec::before,
.btn-square.btn-inc.btn-close::after,
.btn-square.btn-inc.btn-close::before,
.btn-square.btn-dec.btn-inc::after,
.btn-square.btn-dec.btn-inc::before,
.btn-square.btn-dec.btn-dec::after,
.btn-square.btn-dec.btn-dec::before,
.btn-square.btn-dec.btn-close::after,
.btn-square.btn-dec.btn-close::before,
.btn-square.btn-close.btn-inc::after,
.btn-square.btn-close.btn-inc::before,
.btn-square.btn-close.btn-dec::after,
.btn-square.btn-close.btn-dec::before,
.btn-square.btn-close.btn-close::after,
.btn-square.btn-close.btn-close::before,
.btn-square.btn-square-icon.btn-inc::after,
.btn-square.btn-square-icon.btn-inc::before,
.btn-square.btn-square-icon.btn-dec::after,
.btn-square.btn-square-icon.btn-dec::before,
.btn-square.btn-square-icon.btn-close::after,
.btn-square.btn-square-icon.btn-close::before,
.btn-square.btn-cirle-icon.btn-inc::after,
.btn-square.btn-cirle-icon.btn-inc::before,
.btn-square.btn-cirle-icon.btn-dec::after,
.btn-square.btn-cirle-icon.btn-dec::before,
.btn-square.btn-cirle-icon.btn-close::after,
.btn-square.btn-cirle-icon.btn-close::before,
.btn-square.btn-arrow-prev.btn-inc::after,
.btn-square.btn-arrow-prev.btn-inc::before,
.btn-square.btn-arrow-prev.btn-dec::after,
.btn-square.btn-arrow-prev.btn-dec::before,
.btn-square.btn-arrow-prev.btn-close::after,
.btn-square.btn-arrow-prev.btn-close::before,
.btn-square.btn-arrow-next.btn-inc::after,
.btn-square.btn-arrow-next.btn-inc::before,
.btn-square.btn-arrow-next.btn-dec::after,
.btn-square.btn-arrow-next.btn-dec::before,
.btn-square.btn-arrow-next.btn-close::after,
.btn-square.btn-arrow-next.btn-close::before,
.btn-square.btn-arrow-bottom.btn-inc::after,
.btn-square.btn-arrow-bottom.btn-inc::before,
.btn-square.btn-arrow-bottom.btn-dec::after,
.btn-square.btn-arrow-bottom.btn-dec::before,
.btn-square.btn-arrow-bottom.btn-close::after,
.btn-square.btn-arrow-bottom.btn-close::before,
.btn-square.btn-arrow-top.btn-inc::after,
.btn-square.btn-arrow-top.btn-inc::before,
.btn-square.btn-arrow-top.btn-dec::after,
.btn-square.btn-arrow-top.btn-dec::before,
.btn-square.btn-arrow-top.btn-close::after,
.btn-square.btn-arrow-top.btn-close::before,
.btn-square.btn-arrow-top-next.btn-inc::after,
.btn-square.btn-arrow-top-next.btn-inc::before,
.btn-square.btn-arrow-top-next.btn-dec::after,
.btn-square.btn-arrow-top-next.btn-dec::before,
.btn-square.btn-arrow-top-next.btn-close::after,
.btn-square.btn-arrow-top-next.btn-close::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 40%;
    height: 2px;
    min-width: 40%;
    min-height: 2px;
    -webkit-mask: none;
    mask: none;
    transition: all 0.3s ease-in;
}
.btn-square.btn-inc.btn-inc::before,
.btn-square.btn-dec.btn-inc::before,
.btn-square.btn-close.btn-inc::before,
.btn-square.btn-square-icon.btn-inc::before,
.btn-square.btn-cirle-icon.btn-inc::before,
.btn-square.btn-arrow-prev.btn-inc::before,
.btn-square.btn-arrow-next.btn-inc::before,
.btn-square.btn-arrow-bottom.btn-inc::before,
.btn-square.btn-arrow-top.btn-inc::before,
.btn-square.btn-arrow-top-next.btn-inc::before {
    transform: rotate(90deg);
}
.btn-square.btn-inc.btn-close::after,
.btn-square.btn-dec.btn-close::after,
.btn-square.btn-close.btn-close::after,
.btn-square.btn-square-icon.btn-close::after,
.btn-square.btn-cirle-icon.btn-close::after,
.btn-square.btn-arrow-prev.btn-close::after,
.btn-square.btn-arrow-next.btn-close::after,
.btn-square.btn-arrow-bottom.btn-close::after,
.btn-square.btn-arrow-top.btn-close::after,
.btn-square.btn-arrow-top-next.btn-close::after {
    transform: rotate(-45deg);
}
.btn-square.btn-inc.btn-close::before,
.btn-square.btn-dec.btn-close::before,
.btn-square.btn-close.btn-close::before,
.btn-square.btn-square-icon.btn-close::before,
.btn-square.btn-cirle-icon.btn-close::before,
.btn-square.btn-arrow-prev.btn-close::before,
.btn-square.btn-arrow-next.btn-close::before,
.btn-square.btn-arrow-bottom.btn-close::before,
.btn-square.btn-arrow-top.btn-close::before,
.btn-square.btn-arrow-top-next.btn-close::before {
    transform: rotate(45deg);
}
.btn-square::after,
.btn-square::before {
    background-color: #fafbfb;
}
.btn-square:hover:not(.btn-static) {
    background-color: #43941b;
    border: 1px solid #43941b;
    color: #fafbfb;
}
.btn-square:hover:not(.btn-static)::after,
.btn-square:hover:not(.btn-static)::before {
    background-color: #fafbfb;
}

.btn.btn-white,
.btn-white {
    background-color: #fafbfb;
    border: 1px solid #fafbfb;
    color: #43941b;
}
.btn.btn-white::after,
.btn.btn-white::before,
.btn-white::after,
.btn-white::before {
    background-color: #43941b;
}
.btn.btn-white:hover:not(.btn-static),
.btn-white:hover:not(.btn-static) {
    background-color: #43941b;
    border: 1px solid #43941b;
    color: #fafbfb;
}
.btn.btn-white:hover:not(.btn-static)::after,
.btn.btn-white:hover:not(.btn-static)::before,
.btn-white:hover:not(.btn-static)::after,
.btn-white:hover:not(.btn-static)::before {
    background-color: #fafbfb;
}

/*============ STYLES  FONTS ===============*/
ul {
    list-style-type: none;
}
ul li {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    line-height: 21px;
}
ul li::before {
    content: "";
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
    min-width: 10px;
    min-height: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: #61b239;
}

html {
    color: #7b7c7c;
}

* {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-size: calc((100vw - 320px) / (1920 - 320) * (16 - 14) + 14px);
    line-height: calc((100vw - 320px) / (1920 - 320) * (24 - 21) + 21px);
}

/* РАЗМЕР ЗАГОЛОВКОВ С АДАПТИВОМ */
h1,
.h1 {
    font-weight: 500;
    font-size: calc((100vw - 320px) / (1920 - 320) * (40 - 30) + 30px);
    line-height: calc((100vw - 320px) / (1920 - 320) * (46 - 34.5) + 34.5px);
    color: #313131;
}
h1 *,
h1:hover *,
.h1 *,
.h1:hover * {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

h2,
.h2 {
    font-weight: 500;
    font-size: calc(
        (100vw - 320px) / (1920 - 320) * (32 - 26.6666666667) + 26.6666666667px
    );
    line-height: calc(
        (100vw - 320px) / (1920 - 320) * (37 - 30.8333333333) + 30.8333333333px
    );
    color: #313131;
}
h2 *,
h2:hover *,
.h2 *,
.h2:hover * {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

h3,
.h3 {
    font-weight: 500;
    font-size: calc(
        (100vw - 320px) / (1920 - 320) * (20 - 16.6666666667) + 16.6666666667px
    );
    line-height: calc(
        (100vw - 320px) / (1920 - 320) * (23 - 19.1666666667) + 19.1666666667px
    );
    color: #313131;
}
h3 *,
h3:hover *,
.h3 *,
.h3:hover * {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

h4,
.h4 {
    font-weight: 400;
    font-size: calc((100vw - 320px) / (1920 - 320) * (16 - 14) + 14px);
    line-height: calc((100vw - 320px) / (1920 - 320) * (21.6 - 18.9) + 18.9px);
    color: #313131;
}
h4 *,
h4:hover *,
.h4 *,
.h4:hover * {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

h5,
.h5 {
    font-weight: 400;
    font-size: calc((100vw - 320px) / (1920 - 320) * (14 - 12) + 12px);
    line-height: calc((100vw - 320px) / (1920 - 320) * (18.9 - 16.2) + 16.2px);
    color: #313131;
}
h5 *,
h5:hover *,
.h5 *,
.h5:hover * {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

h6,
.h6 {
    font-weight: 400;
    font-size: calc((100vw - 320px) / (1920 - 320) * (12 - 12) + 12px);
    line-height: calc((100vw - 320px) / (1920 - 320) * (16.2 - 16.2) + 16.2px);
    color: #313131;
}
h6 *,
h6:hover *,
.h6 *,
.h6:hover * {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

p,
.txdef {
    font-weight: 400;
    font-size: calc((100vw - 320px) / (1920 - 320) * (16 - 14) + 14px);
    line-height: calc((100vw - 320px) / (1920 - 320) * (21.6 - 18.9) + 18.9px);
    margin-bottom: 15px;
}

.txhelp {
    font-weight: 400;
    font-size: calc((100vw - 320px) / (1920 - 320) * (14 - 12) + 12px);
    line-height: calc((100vw - 320px) / (1920 - 320) * (18.9 - 16.2) + 16.2px);
}

.btn,
button,
.button,
input[type="submit"] {
    font-weight: 400;
    font-size: calc((100vw - 320px) / (1920 - 320) * (16 - 14) + 14px);
    line-height: calc((100vw - 320px) / (1920 - 320) * (21.6 - 18.9) + 18.9px);
}

/*FONT_WEIGHT */
.w100 {
    font-weight: 100;
}

.w200 {
    font-weight: 200;
}

.w300 {
    font-weight: 300;
}

.w400 {
    font-weight: 400;
}

.w500 {
    font-weight: 500;
}

.w600 {
    font-weight: 600;
}

.w700 {
    font-weight: 700;
}

.w800 {
    font-weight: 800;
}

.w500 {
    font-weight: 500;
}

#header {
    position: sticky;
    top: 0px;
    background-color: #fafbfb;
    z-index: 5;
}
#header li::before {
    content: none;
}
#header .container {
    height: 100%;
}
#header .header__top {
    padding: 15px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
#header .header__top .header__contakts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    row-gap: 10px;
    width: 100%;
}
#header .header__top .middle-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#header .header__menu {
    background-color: #61b239;
    height: 42px;
    min-height: -moz-fit-content;
    min-height: fit-content;
}
#header .header__menu ul {
    height: 100%;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
#header .header__menu ul .nav-menu-element {
    margin: 0;
    height: 100%;
}
#header .header__menu ul .nav-menu-element a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
    color: #fafbfb;
}
#header .header__menu ul .nav-menu-element a:hover {
    color: #dbdbdb;
}
#header .burger.open_menu {
    display: none;
    flex-direction: column;
    background-color: transparent;
    height: 40px;
    width: 40px;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 2px;
    flex-shrink: 0;
}
#header .burger.open_menu span {
    background-color: #43941b;
    width: 30px;
    height: 4px;
    transition: all 0.3s ease-in;
}
#header .burger.open_menu.clicked {
    background-color: #43941b;
}
#header .burger.open_menu.clicked span {
    background-color: #f6f7f7;
}

@media (max-width: 1100px) {
    #header .header__top {
        grid-template-columns: 130px 1fr max-content;
        grid-column-gap: 15px;
    }
    #header .header__top .header__contakts {
        -moz-column-gap: 15px;
        column-gap: 15px;
    }
    #header .header__top .header__contakts .adress__holder {
        display: none;
    }
}
@media (max-width: 949px) {
    #header .header__top .header__contakts .emails__holder {
        display: none;
    }
}
@media (max-width: 749px) {
    #header .header__top .btn.open-modal {
        display: none;
    }
    #header .header__top .burger.open_menu {
        display: inline-flex;
    }
    #header .header__menu {
        display: none;
    }
}
@media (max-width: 549px) {
    #header .header__top .logo__holder img {
        max-width: 100%;
    }
    #header .header__top .middle-wrapper .header__contakts .phones__holder li a {
        font-size: 14px;
    }
    #header .header__top .middle-wrapper .header__contakts .phones__holder li a span {
        display: none;
    }
}
/*================ MOBILE MNU =============*/
#header #mobile-mnu {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 320px;
    background-color: #f1f2f3;
    padding: 30px;
    transition: all 0.3s ease-in;
    transform: translateX(-350px);
    z-index: 9999;
}
#header #mobile-mnu #close-mnu {
    font-size: 45px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    transform: rotate(45deg);
    display: block;
    color: black;
}
#header #mobile-mnu .menuTop {
    list-style-type: none;
    margin-bottom: 10px;
}
#header #mobile-mnu .menuTop li.active a {
    color: #d12d26;
}
#header #mobile-mnu .contakts__holder {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#header #mobile-mnu .contakts__holder > * {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}
#header #mobile-mnu .contakts__holder svg {
    min-width: 20px;
    min-height: 20px;
}
#header #mobile-mnu .soc__holder {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
#header #mobile-mnu .soc__holder .soc__item {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: background-color 0.3s ease-in;
}
#header #mobile-mnu .soc__holder .soc__item img,
#header #mobile-mnu .soc__holder .soc__item svg {
    max-width: 100%;
    max-height: 100%;
}
#header #mobile-mnu.opened {
    transform: translateX(0);
}

/*============ FOOTER ===============*/
#footer {
    height: 100%;
}
#footer .footer-bottom {
    background-color: #313131;
    color: #fafbfb;
}
#footer .footer-bottom *,
#footer .footer-bottom:hover * {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}
#footer .footer-bottom .container {
    height: 100%;
}
#footer .footer-bottom .container .wrapper {
    padding: 32px 0px 27px;
    flex-wrap: wrap;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
#footer .footer-bottom .container .wrapper .grampus a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
#footer .footer-bottom .container .wrapper .grampus a:hover svg path {
    fill: #43941b;
}

/* ============== MODAL AND FORMS ============= */
#footer .theme-modal {
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-height: 90vh;
    max-width: 90vw;
    padding: 44px 30px 30px 30px;
    background-color: #fafbfb;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    pointer-events: none;
    transition: transform 0.3s ease-in;
    z-index: 9999;
    text-align: center;
    border-radius: 10px;
}
#footer .theme-modal .title {
    text-align: center;
    margin-bottom: 5px;
}
#footer .theme-modal .subtitle {
    text-align: center;
    margin-bottom: 20px;
}
#footer .theme-modal.modal-open {
    pointer-events: all;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}
#footer .theme-modal .close-modal {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 40px;
    font-weight: 300;
    color: #afb0b2;
    transform: rotate(45deg) scaleX(1.15);
    cursor: pointer;
}
#footer .theme-modal#modal-callback,
#footer .theme-modal#modal-service {
    width: 371px;
}
#footer .theme-modal#modal-callback .title,
#footer .theme-modal#modal-service .title {
    text-align: left;
}
#footer .theme-modal#modal-callback .subtitle,
#footer .theme-modal#modal-service .subtitle {
    text-align: left;
}
#footer .theme-modal#modal-callback .txhelp,
#footer .theme-modal#modal-service .txhelp {
    margin-top: 15px;
}
#footer .theme-modal#modal-service {
    max-height: 95vh;
    max-width: 95vw;
    overflow-y: auto;
    overflow-x: hidden;
    width: 800px;
}
#footer .theme-modal#modal-service .service .desc {
    text-align: left;
}
#footer .theme-modal .wpcf7 form .form__items > p {
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
#footer .theme-modal .wpcf7 form .form__items > p * {
    width: 100%;
}
#footer .theme-modal#modal-policy {
    height: 90vh;
    width: 90vw;
}
#footer .theme-modal#modal-policy .modal_container {
    height: 80vh;
    overflow: hidden;
}
#footer .theme-modal#modal-policy .modal_container > h2 {
    text-align: left;
    word-break: break-all;
    margin-bottom: 20px;
}
#footer .theme-modal#modal-policy .modal_container .policy_content {
    overflow: auto;
    height: 90%;
    text-align: left;
}

label {
    display: block;
    cursor: pointer;
}
label.selects {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

select {
    outline: none;
    cursor: pointer;
    width: 220px;
    max-width: 100%;
    height: 50px;
    padding: 10px;
    border-width: 1px;
    border-radius: 3px;
    border-color: #f6f7f7;
    background-color: #7b7c7c;
    color: #f6f7f7;
}
select::-webkit-input-placeholder {
    color: #fafbfb;
}
select::-moz-placeholder {
    color: #fafbfb;
}
select:focus {
    border-color: #f6f7f7;
}

.wpcf7 .wpcf7-response-output,
.wpcf7 .wpcf7-not-valid-tip {
    display: none;
}
.wpcf7 .ajax-loader {
    display: none;
}
.wpcf7 .wpcf7-spinner {
    display: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    margin: 0;
    border-style: solid;
    width: 100%;
    max-width: 100%;
    height: 62px;
    padding: 20px;
    border-width: 1px;
    border-radius: 10px;
    border-color: #e2e3e3;
    background-color: #f6f7f7;
    color: #313131;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #7b7c7c;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
textarea::-moz-placeholder {
    color: #7b7c7c;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
textarea:focus {
    border-color: #fafbfb;
}

input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
    border: 1px solid red !important;
}
input.wpcf7-not-valid::-webkit-input-placeholder,
textarea.wpcf7-not-valid::-webkit-input-placeholder {
    color: red;
}
input.wpcf7-not-valid::-moz-placeholder,
textarea.wpcf7-not-valid::-moz-placeholder {
    color: red;
}

textarea {
    height: 100%;
}

input[type="checkbox"] {
    cursor: pointer;
}

input[type="radio"] {
    cursor: pointer;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    top: 2px;
    display: inline-block;
    margin: 0;
    width: 16px;
    min-width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 0;
    border-style: solid;
    border-width: 2px;
    border-color: #babdbf;
    box-shadow: none;
    cursor: pointer;
}

input[type="checkbox"]:checked {
    background: #e02023;
    border-color: #e02023;
}

input[type="checkbox"]:checked::before {
    /* Use the "Yes" SVG Dashicon */
    content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E");
    position: absolute;
    display: inline-block;
    margin: -4px 0 0 -5px;
    height: 20px;
    width: 20px;
    filter: invert(100);
}

input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    top: 2px;
    display: inline-block;
    margin: 0;
    width: 20px;
    min-width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    border-color: #dddede;
    box-shadow: none;
    cursor: pointer;
}

input[type="radio"]:checked {
    border-color: #43941b;
}

input[type="radio"]:checked::before {
    /* Use the "Yes" SVG Dashicon */
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    height: 9.75px;
    width: 9.75px;
    border-radius: 50%;
    background-color: #43941b;
}

/*============ STYLES  PAGES ===============*/
.error404 .notpages {
    min-height: 80vh;
    position: relative;
}
.error404 .notpages .nopage-block {
    background-repeat: no-repeat;
    background-position: center;
    padding: 262px 0 120px;
    height: 798px;
    background-position-y: -142px;
}
.error404 .notpages .nopage-block .notpage_content {
    width: 470px;
    max-width: 100%;
    min-height: -moz-max-content;
    min-height: max-content;
}
.error404 .notpages .nopage-block .notpage_content .side__title {
    font-weight: 500;
    font-size: calc((100vw - 320px) / (1920 - 320) * (72 - 35) + 35px);
    line-height: calc((100vw - 320px) / (1920 - 320) * (80 - 45) + 45px);
    color: #fafbfb;
    margin-bottom: 20px;
}
.error404 .notpages .nopage-block .notpage_content .side__subtitle {
    color: #7b7c7c;
    margin-bottom: 60px;
}
.error404 .notpages .nopage-block .notpage_content .side__widget .widget {
    margin-left: calc((100% - 1080px) / 2);
    width: 1000px;
    flex-wrap: wrap;
    margin-top: 60px;
}
.error404 .notpages .nopage-block .notpage_content .side__widget input {
    width: 286px;
    max-width: 100%;
}

@media (max-width: 1200px) {
    #header .header__top .header__contakts {
        justify-content: flex-end;
    }
    #header .header__top .middle-wrapper {
        align-items: flex-end;
    }
}
@media (max-width: 999px) {
    body.error404 .notpages .nopage-block {
        background-size: 120%;
        background-position: center;
        height: 370px;
        padding: 80px 0;
    }
}
@media (max-width: 699px) {
    body.error404 .notpages .nopage-block {
        background-size: auto 100%;
        height: 320px;
        padding: 45px 0;
    }
    body.error404 .notpages .nopage-block .notpage_content .side__subtitle {
        margin-bottom: 30px;
        text-shadow: 1px 1px 0px white;
    }
}
@media (max-width: 600px) {
    #header .header__top .middle-wrapper .adress-wrapper,
    .soc__holder {
        display: none;
    }
    #header .header__top .middle-wrapper .phones__holder {
        margin-left: auto;
    }
}
.swiper {
    overflow: hidden;
    width: 100%;
}
.page-title {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (max-width: 400px) {
    .page-title {
        font-size: 26px;
    }
}
h2.wp-block-heading {
    margin-bottom: 15px;
}

.error404 .nopage-block {
    min-height: 80vh;
    position: relative;
    background-size: cover;
    display: flex;
    align-items: center;
}
.error404 .nopage-block::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}
.error404 .notpage_content {
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.error404 .notpage_content .h1 {
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
}

.error404 .notpage_content .h4 {
    color: #dadada;
}
.error404 .notpage_content .btn {
    max-width: fit-content;
}

html {
    scroll-behavior: smooth;
}
/*# sourceMappingURL=main.css.map */
