@charset "utf-8";

@font-face {
  font-display: swap;
  font-family: 'Geologica';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/geologica/Geologica-Thin.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Geologica';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/geologica/Geologica-ExtraLight.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Geologica';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/geologica/Geologica-Light.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Geologica';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/geologica/Geologica-Regular.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Geologica';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/geologica/Geologica-Medium.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Geologica';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/geologica/Geologica-SemiBold.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Geologica';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/geologica/Geologica-Bold.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Geologica';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/geologica/Geologica-ExtraBold.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Geologica';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/geologica/Geologica-Black.ttf') format('truetype');
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Geologica, sans-serif;
}

main.wrapper {
    overflow-x: hidden;
    padding-top: 160px;
}

body {
    font-family: Geologica, sans-serif;
}

.grecaptcha-badge {
    display: none;
    visibility: hidden;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

section {
    margin-bottom: 100px;
}

p {
    font-size: 16px;
    display: block;
    margin: 0 0 10px;
    font-family: 'Geologica';
}

a {
    color: #00b217;
    text-decoration: none;
}

ol, ul {
  padding: 0;
  display: block;
  margin: 15px 10px 15px 44px;
}

ul li {
  display: list-item;
  padding: 0 0 0 1px;
  margin: 5px 0;
  list-style: disc;
  color: #000;
}

ol li {
  display: list-item;
  padding: 0 0 0 1px;
  margin: 5px 0;
  list-style: decimal;
  color: #000;
}

.reset, .reset li, nav ul, nav li, .list_number, .list_number>li, .f_offices_list dl, .f_offices_list dt, .f_offices_list dd, .f_news_list, .f_news_list li, #fancybox-buttons, #fancybox-buttons li {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  background: 0;
}

.list_number {
  counter-reset: my-badass-counter;
  margin: 10px 10px 10px 15px;
}

.list_number>li {
  margin-top: 8px;
}

.list_number>li:first-child {
  margin-top: 0;
}

.list_number>li:before {
  content: counter(my-badass-counter) ". ";
  counter-increment: my-badass-counter;
  min-width: 18px;
  display: inline-block;
  color: inherit;
}

.list_line {
  margin: 10px 10px 10px 15px;
}

.list_line li {
  position: relative;
  margin: 8px 0 0 0;
}

.list_line li:first-child {
  margin-top: 0;
}

.list_line li:before {
  content: "\002d";
  margin: 0 6px 0 0;
}

form {
  display: block;
  padding: 0;
  margin: 0;
}

input[type="image"]:hover {
  opacity: 0.8;
}

input, textarea, select {
    font: normal 16px/normal 'Geologica', Arial, Helvetica, sans-serif;
    color: #696969;
    padding: 10px;
    width: 100%;
    border: 1px solid #e4e4e4;
    border-radius: 12px;
    height: 50px;
}

input[type="submit"] {
    background-color: #00b217;
    color: white;
}

input[disabled] {
    background-color: #bdbcbc;
    cursor: no-drop;
}

input[type="checkbox"] {
    height: 15px;
}

input[type="radio"] {
    height: 15px;
    width: 15px;
}

label {
  vertical-align: baseline;
}

label, input[type=button], input[type=submit], button {
  cursor: pointer;
  -webkit-appearance: none!important;
  -moz-appearance: none!important;
}

textarea {
  overflow: auto;
  resize: vertical;
}

/* Base style tag H */





h1 {
    margin-bottom: 20px;
    font: 30px/1.2 Geologica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-weight: normal;
}

h2 {
  margin-bottom: 19px;
  font: normal 17px/1.2 Geologica, Arial, sans-serif;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 18px;
  font: normal 16px/1.2 Geologica, Arial, sans-serif;
  text-transform: uppercase;
}

h4 {
  margin-bottom: 17px;
  font: normal 15px/1.2 Geologica, Arial, sans-serif;
  text-transform: uppercase;
}

h5 {
  margin-bottom: 15px;
  font: normal 14px/1.2 Geologica, Arial, sans-serif;
  text-transform: uppercase;
}

h6 {
  margin-bottom: 15px;
  font: normal 13px/1.2 Geologica, Arial, sans-serif;
  color: #00b217;
  text-transform: uppercase;
}

.h1 {
  font-size: 30px;
  text-transform: uppercase;
  color: #00b217;
}

.h1:first-child {
  margin-top: 0;
}

.h2_prod, .h3_prod {
  clear: both;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #00b217;
}

.h2_prod {
  font-size: 20px;
  white-space: normal!important;
}

h3+.h2_prod, h3+.h3_prod {
  clear: none;
}

.note h2 {
  margin-top: 12px;
  font-size: 26px;
  letter-spacing: -1px;
  text-align: left;
}

.note .h2_prod {
  margin-top: 12px;
  font-size: 20px;
  letter-spacing: -1px;
  text-align: center;
}

p+h1, p+h2, p+h3, p+h4, p+h5, p+h6 {
  display: block;
  margin-top: 40px;
}

.h1_prod,
.content__section h1 {
  color: #00b217;
  text-align: center;
}

/* Header */

.header {
    background-color: white;
    position: fixed;
    width: 100%;
    z-index: 100;
    box-shadow: 3px 4px 20px #57525296;
}

.header__container-top {
    background-color: #004043;
}

.header__container-top .container {
    max-width: 1480px;
    height: 30px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__container-city, .header__container-phone {
    font-size: 14px;
    color: #ffffffb0;
    margin: 0;
    display: flex;
    gap: 5px;
    flex-flow: row wrap;
}

.header__container-current, .header__container-current a {
    color: white;
}

.header_logo {
    height: 70px;
}

.header__content-description {
    border-left: 1px solid #00000020;
    padding-left: 20px;
    margin: 0;
}

.dropdown__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    height: 60px;
    background-color: #00b217;
}

.dropdown__inner {
    width: 100%;
    position: relative;
    display: inline-block;
}

.dropdown__inner-button {
    width: 100%;
    color: white;
    text-decoration: none;
    display: flex;
    text-transform: none !important;
    font-size: 18px;
    font-weight: 400 !important;
    align-items: center;
    justify-content: space-between;
}

.dropdown__inner-button {
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: color 0.3s ease-in-out;
}


.header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 15px;
}

@media (max-width: 1492px) {
    .header__container {
        padding: 0 50px;
    }
}

@media (max-width: 1101px) {
    .header__container {
        padding: 30px 10px 30px 50px;
    }
}

.header__content-left,
.header__content-right{
    display: flex;
    align-items: center;
    gap: 10px;
}

.header__sociallist {
    display: flex;
    gap: 10px;
}

.btn, .buybtn, .wp-block-button__link, a[data-mark-id] {
    color: white;
    background-color: #00b217;
    height: 48px;
    border-radius: 12px;
    font-size: 16px;
    padding: 20px;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
    border: none;
    font-family: 'Geologica';
}

.btn:hover, .buybtn:hover {
    background-color: #004043;
}


.dropdown {
    position: relative;
    display: inline-block;
    padding-right: 40px;
    margin: 40px 0;
}

.dropdown__header-button {
    color: white;
    /* font-weight: bold; */
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.dropdown.menu-item-has-children::after {
    position: absolute;
    right: 10px;
    top: 5px;
    content: "";
    background-image: url('../img/header-arrow.svg');
    background-size: 14px;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
}

.dropdown__body {
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 500;
    border-radius: 12px;
    background-color: #004043;
    visibility: hidden;
    opacity: 0;
    width: 300px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    padding: 25px 24px;
    top: 50px;
    left: -118px;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
    transform: translateY(10px);
}

.dropdown__inner-button {
    width: 100%;
    color: white;
    text-decoration: none;
    display: flex;
    text-transform: none !important;
    font-size: 18px;
    font-weight: 400 !important;
    align-items: center;
    justify-content: space-between;
}

.dropdown__inner.menu-item-has-children::after {
    position: absolute;
    right: 10px;
    top: 5px;
    content: "";
    padding-left: 20px;
    background-image: url('../img/header-dropdown-arrow.svg');
    width: 7px;
    height: 14px;
    background-repeat: no-repeat;
}

.dropdown:hover .dropdown__body {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.dropdown:hover .dropdown__header-button {
    color: #042f0a;
}

.dropdown:hover .dropdown__header-button svg path {
    stroke: #004043;
}

.dropdown__header-button svg path {
    transition: 0.3s ease-in-out;
}

.dropdown__inner {
    width: 100%;
    position: relative;
    display: inline-block;
}

.dropdown__inner-button {
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: color 0.3s ease-in-out;
}

.dropdown__inner-body {
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 500;
    border-radius: 12px;
    background-color: #004043;
    visibility: hidden;
    opacity: 0;
    width: 212px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    padding: 25px 24px;
    top: 0px;
    right: -245px;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
    transform: translateY(10px);
}

.dropdown__inner-body li {
    cursor: pointer;
}

.dropdown__inner:hover .dropdown__inner-body {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.dropdown__inner:hover {
    color: #00b217;
}

.dropdown__inner-button {
    color: white;
}


.menu {
    display: none;
}

.mobile__nav {
    display: none;
}

.burger {
    width: 50px;
    height: 50px;
}

.mobile__nav-list ul li a {
    color: #000000;
    font-size: 18px;
}

@media (max-width: 1235px) {
    .dropdown__body {
        width: 200px;
    }

    .dropdown__inner-body {
        width: 190px;
        right: -200px;
    }
}

@media (max-width: 1100px) {
    ul.sub-menu,
    .dropdown__body{
        display: none;
    }

    .sub-menu-visible {
        position: unset;
        color: #00b217;
        visibility: visible;
        opacity: 1;
        background-color: unset;
        display: flex !important;
        flex-flow: column nowrap;
        gap: 10px;
        margin-top: 10px;
    }

    .header__content-left {
        gap: 10px;
    }
    
    .header {
        z-index: 60;
        width: 100%;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    }

    .header__nav {
        display: none;
    }

    .mobile__nav {
        display: none;
        height: 100%;
    }
    .mobile__nav.opened {
        display: flex;
        z-index: 9999;
    }

    .menu {
        position: relative;
        z-index: 2;
        background-color: transparent;
        border: none;
        width: 40px;
        height: 40px;
        cursor: pointer;
        display: flex;
        align-items: center;
        padding: 0;
    }

    .dropdown {
        margin: 10px 0;
        width: 100%;
    }

    .dropdown.menu-item-has-children::after {
        filter: brightness(0);
    }
    .dropdown__header-button {
        width: fit-content;
    }

    .dropdown__inner-button {
        width: fit-content;
    }


    .menu-inside {
        position: absolute;
        top: 30px;
        right: 10px;
    }

    .exit {
        display: none;
    }

    .opened .burger {
        display: none;
    }

    .opened .exit {
        display: block;
    }

    .mobile__nav {
        list-style: none;
        margin: 0;
        transform: translateX(200%);

        position: absolute;
        width: 40%;
        height: 100vh;
        background-color: white;
        padding: 40px 0 30px 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 5;
        transition: 0.3s ease-in-out;

        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    }

    .mobile__nav-content {
        position: relative;
        width: 100%;
        padding-right: 10px;
        overflow-y: auto;
        padding: 50px;
    }

    .mobile__nav-title {
        padding-bottom: 55px;
        padding-left: 30px;
        color: #004043;
        text-transform: uppercase;
        font-size:24px;
    }

    .aside__list-item {
        margin-top: 50px;
        padding: 0 30px;
    }

    .wrapper {
        overflow: hidden;
    }

    .footer__icons {
        display: none;
    }

    .nav__icons {
        width: 100%;
        margin-top: 50px;
        padding: 0 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .aside__anchors {
        max-width: 349px;
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        gap: 7px !important;
        margin-top: 10px;
        height: fit-content !important;
        overflow-y: initial !important;
    }

    .aside__anchors li {
        border-radius: 8px;
        text-align: center;
        padding: 19px 5px;
        background-color: #1B2C37;

        color: #fff;
        text-transform: uppercase;
        font: 400 16px Outfit, sans-serif;
    }

    .aside__link {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 10px;
    }

    .aside__link img {
        width: 32px;
        height: 32px;
    }

    .mobile__nav.opened {
        transform: translateX(0%);
        backdrop-filter: blur(10px);
        background-color: #ffffffbf;
    }

    .mobile__nav-list {
        display: flex;
        align-items: start;
        text-align: start;
        height: fit-content;
        flex-direction: column;
        gap: 15px;
    }

    .mobile__nav-list2 {
        display: flex;
        align-items: start;
        text-align: start;
        height: fit-content;
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }

    .nav__list-item {
        width: 100%;
        font-size: 18px;
        color: #fff;
        font-weight: 400;
        text-transform: uppercase;
        position: relative;
        cursor: pointer;
    }

    .upper-item {
        border-bottom: 1px solid #ffffff;
        width: calc(100% - 60px);
    }


    .nav__list-item > ul {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        list-style: none;
        margin: 0;
        transition: max-height 0.5s ease, opacity 0.5s ease, padding 0.5s ease;
    }

    .nav__item-button {
        width: fit-content;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font: 700 16px Outfit, sans-serif;
        color: #fff;
        font-weight: 400;
        text-transform: uppercase;
        transition: 0.3s ease-in-out;
        padding: 0 0 14px 30px;
    }

    .upper-item.menu-item-has-children::after {
        position: absolute;
        right: 5px;
        top: 5px;
        content: "";
        background-image: url('../img/main-arrow.svg');
        width: 24px;
        height: 15px;
        background-size: 24px 15px;
        background-repeat: no-repeat;
        transition: all 0.3s ease-in-out;
    }

    .nav__list-inside {
        position: relative;
    }

    .nav__list-inside.menu-item-has-children::after {
        position: absolute;
        right: 5px;
        top: 5px;
        content: "";
        background-image: url('../img/main-arrow-inside.svg') !important;
        width: 14px;
        height: 7px;
        background-size: 14px 7px;
        background-repeat: no-repeat;
        transition: all 0.3s ease-in-out;
    }

    .nav__list-item.opened.menu-item-has-children::after {
        transform: rotate(180deg);
    }

    .nav__list-inside.opened.menu-item-has-children::after {
        transform: rotate(180deg);
    }

    .nav__item-inside {
        text-transform: initial;
        font-weight: 200;
    }

    .nav__item-inside + ul {
        padding-left: 30px;
        padding-top: 0 !important;
    }

    .nav__list-inside.opened .nav__item-inside {
        padding-bottom: 0px;
    }

    .nav__list-item img {
        transition: 0.3s ease-in-out;
    }

    .nav__list-item.opened .upper__arrow {
        rotate: 180deg;
    }

    .nav__list-inside .main__arrow-inside {
        transition: 0.3s ease-in-out;
    }

    .nav__list-inside.opened .main__arrow-inside {
        rotate: 180deg;
    }

    .nav__list-inside.opened .nav__item-button {
        padding-bottom: 10px;
    }

    .nav__list-inside.opened {
        margin-bottom: 20px;
    }


    /*.nav__list-inside.opened .nav__item-button {*/
    /*    font-weight: bold;*/
    /*    color: #C0CFF7;*/
    /*}*/

    .main__arrow-inside {
        margin-right: 5px;
        width: 14px !important;
        height: 7px !important;
    }

    .nav__item-button img {
        width: 24px;
        height: 15px;
    }

    .nav__list-item ul {
        display: flex;
        gap: 10px;
        flex-direction: column;
        width: 100%;
    }

    .nav__list-item ul li {
        margin-top: 5px;
    }

    .nav__list-item.opened > ul {
        max-height: fit-content;
        opacity: 1;
        padding-top: 10px;
        /* Добавляем padding для плавного раскрытия */
    }

    .nav__list-item svg {
        margin-left: 10px;
    }

    .header__languages {
        margin-left: auto;
        margin-right: 40px;
    }

    .aside__anchors {
        width: 100%;
    }

}

@media (max-width: 950px) {
    .mobile__nav {
        width: 60%;
    }
}

@media (max-width: 810px) {
    .header .header__container {
        height: 100px;
    }

    .header__container {
        padding: 30px 10px 30px 20px;
    }
}

@media (max-width: 768px) {
    .mobile__nav {
        width: 70%;
    }

    .logo {
        width: 130px;
    }

    .header__languages {
        margin-left: auto;
        margin-right: 20px;
    }

    .header__languages-arrow {
        display: none;
    }

    .header__languages-button {
        font-size: 16px !important;
    }

    .header__languages-button svg {
        width: 40px;
    }
}

@media (max-width: 556px) {
    .mobile__nav {
        width: 80%;
    }
}

@media (max-width: 480px) {
    .mobile__nav {
        width: 100%;
    }

    .aside__list-item {
        margin-top: 50px;
        padding: 0 30px 0 10px;
    }
}

/* Scroll to top */

.scroll-to-top-btn {
    text-decoration: none;
    position: fixed;
    bottom: 17px;
    left: 15px;
    background: #009300db;
    cursor: pointer;
    width: 45px;
    height: 25px;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    text-align: center;
    z-index: 8;
    display: none;
    font-size: 0;
}

.scroll-to-top-btn.active {
    display: block;
}

.scroll-to-top-btn.active::before {
    content: '';
    position: absolute;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    top: -12.5px;
    left: 0;
    border-left: 22.5px solid transparent;
    border-right: 22.5px solid transparent;
    border-bottom: 12.5px solid #009300db;
}

.scroll-to-top-btn.active::after {
    content: '';
    position: absolute;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    bottom: -11.5px;
    left: 0;
    border-left: 22.5px solid transparent;
    border-right: 22.5px solid transparent;
    border-top: 12.5px solid #009300db;
}

.scroll-to-top-btn.active:hover::after{
    border-top: 12.5px solid rgba(28,47,73,0.5);
}

.scroll-to-top-btn.active:hover::before{
    border-bottom: 12.5px solid rgba(28,47,73,0.5);
}

.scroll-to-top-btn:hover {
    background: rgba(28,47,73,0.5);
}

.scroll-to-top-btn svg {
    fill: #fff;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    bottom: 5px;
    margin: auto;
    right: 0;
    left: 0;
}

/* Модальное окно */
.overlay{
	box-sizing: border-box;
	position:fixed;
	display:flex;
	top:0;
	left:0;
	padding-top:148px;
	height:100%;
	align-items:center;
	z-index:9999;
}

.overlay *{
	box-sizing: border-box;
}

.popup {
    position: fixed;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: space-between;
    overflow: unset;
    width: 400px;
    width: 350px;
    height: 320px;
    background: url(../img/hex.jpg) no-repeat;
    background-position: 0px 0px;
    background-color: white;
    background-size: cover;
    /* border: solid #c3c3c3 1px; */
    border-top-right-radius: 20px;
    border-bottom-right-radius: 5px;
    border-left: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    left: 0px;
    transition: 0.5s;
    /* overflow: hidden; */
}

.promo{
	box-sizing: border-box;
	position:relative;
	font-size:28px;
	font-weight:600;
	text-transform:uppercase;
	background:#009300;
	padding:10px 50px;
	width:100%;
	color:white;
	text-align:center;
	line-height:22px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	bottom:-2px;
	font-size:19px;
}

.promo span{
	font-size:20px;
	font-weight:100;
	line-height: 20px;
	
	font-size:19px;
	font-weight:600;
	line-height:22px;
}

.promo:after {
		width:40px;
		height:100%;
		justify-content:center;
		align-items:center;
		right:0px;
/*     content: "SALE"; */
	  content: "%";
/* 	  transform:rotate(-90deg); */
    position: absolute;
    z-index: 1;
		line-height: 55px;
/* 		top: 4px;
    right: -5px;*/
		font-size:32px; 
}

.popup-close{
	left:-300px;
}

.popup-close h3{
	margin-right:25px;
}



.popup-close .promo:after{
background: linear-gradient(248deg, #009300, #009300, #c8f0ab, #009300, #009300);
background-size: 1000% 1000%;

animation: AnimationName 6s ease infinite;
}

@keyframes AnimationName {
0%{background-position:0% 82%}
50%{background-position:100% 19%}
100%{background-position:0% 82%}
}


.popup p:empty{
	display:none !important;
}

.popup h3 {
    color: #75bd40;
    color: #ffffff;
    font-weight: 800;
    font-size: 19px;
    margin-top: -60px;
    padding: 0px;
}

.popup-logo {
    display: flex;
    align-items: end;
    flex-direction: column;
    z-index: 2;
    justify-content: center;
    padding: 20px 5px;
    height: 100%;
}


.popup-logo .logo {
    display: flex;
    align-items: center;
    flex-direction: row;
    z-index: 2;
    text-decoration: none;
    max-height: 30px;
    margin: 20px 0;
}

.popup-logo img{
    max-height:40px;
}

.popup-logo .logo p {
    font-size: 27px;
    margin-right: 20px;
}

/* кнопка закрытия */
.close {
    top: 0px;
    right: -33px;
    width: 30px;
    height: 30px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    padding: 0;
    z-index: 5;
    border-radius: 50%;
    background-color: white;
    cursor: pointer;
    outline: none;
    border: 1px solid #008d00;
    transition: 0.5s;
}

.close .svg-open, .popup-close .svg-close{
	display:none;
}

.close-open{
	top:0;
	right:0;
}

.popup-close .svg-open{
	display:block;
}

.close svg{
	width:80%;
	height:80%;
	fill:#008d00;
}

.close:hover svg{
	fill:white;
}

/* кнопка закрытия при наведении */
.close:hover {
    background-color: #008d00;
}

/* главная страница */

.section__header-title {
    text-align: left;
}

.main__content h2 {
    font-size: 42px;
    font-weight: 100;
}



section > .container {
    margin: 0 auto;
    max-width: 1480px;
}

.content__section > .container {
    margin: 0 auto;
    max-width: 1480px;
}

.intro__section {
    height: 700px;
    min-height: 700px;
    position: relative;
}

.intro__section .container {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    padding: 0 11%;
    display: flex;
    gap: 20px;
    flex-flow: column nowrap;
    justify-content: center;
    z-index: 10;
}

.intro__section-video {
    object-fit: cover;
    position: relative;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.intro__section .section__header-title {
    font-size: 52px;
    font-weight: 100;
    width: 50%;
}

p.section__header-description {
    width: 40%;
    margin-top: 60px;
}

.btn__block {
    display: flex;
    gap: 20px;
}

.intro__footer {
    background-image: linear-gradient(0turn, rgba(124, 124, 124, 1) 3%, rgba(124, 124, 124, 0.3) 54%, rgba(255, 255, 255, 0) 87%);
    border-color: transparent;
    /* border-style: solid; */
    height: 200px;
    width: 100%;
    position: absolute;
    z-index: 3;
    bottom: 0;
}

.intro__footer-items {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    padding-bottom: 20px;
}

.intro__footer-item {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #004043;
    border-radius: 12px;
    padding: 10px 10px;
    color: white;
    gap: 5px;
}

.intro__footer-title {
    margin: 0;
}

.indicators__section .container {
    background: url(../img/bg-how-produce.png);
    min-height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 32px;
    padding: 100px;
    display: flex;
    flex-direction: column;
}

.indicators__block {
    display: flex;
    flex-flow: column nowrap;
    width: 50%;
    gap: 20px;
}

.indicators__block .section__header-title {
    color: white;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
}

.section__headline {
    display: flex;
    gap: 10px;
    align-items: center;
}

.section__header-image {
    height: 50px;
    width: 50px;
    object-fit: contain;
}

.indicators__list {
    display: flex;
    color: white;
    gap: 10px;
}

.indicator__item {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.indicator__item-image {
    width: 80px;
    object-fit: contain;
    height: 45px;
}

.indicator__item-title {
    color: #00b217;
    font-weight: bold;
}

.indicator__item-title, .indicator__item-subtitle {
    text-align: center;
    margin: 0;
}

h3.indicators__description {
    color: #00b217;
    text-align: center;
}

.count__section .container {
    display: flex;
}

.count__section-description {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 40%;
}

.review__button {
    display: flex;
    align-items: center;
    gap: 10px;
}

.count__list {
    display: grid;
    flex: 1;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 0px 0px;
    grid-template-areas: ". ."
    ". ."
    ". .";
}

.count__item {
    display: flex;
    flex-flow: column nowrap;
    padding: 30px;
    gap: 10px;
    align-items: flex-end;
}

.count__item-number {
    font-size: 42px;
    color: #00b217;
    font-weight: bold;
    display: flex;
    gap: 10px;
}

.whyarewe__section {
    background-color: #00b217;
    padding: 80px 0px;
}

.whyarewe__section .section__header-title {
    color: white;
}

.whyarewe__list {
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
    margin-top: 20px;
}

.whyarewe__item {
    display: flex;
    flex-flow: column nowrap;
    color: white;
    border: 2px solid #ffffff2e;
    border-radius: 12px;
    padding: 20px;
    min-height: 400px;
    flex: 1 1 calc(25% - 1rem);
    gap: 10px;
    align-items: flex-start;
    justify-content: space-between;
    transition: 0.2s;
}

.whyarewe__item:not(.card-image):hover {
    transition: 0.2s;
    transform: scale(1.04);
}

.whyarewe__item div {
    display: flex;
    flex-flow: column;
    gap: 10px;
}

.whyarewe__item.large {
    flex: 1 1 calc(33.333% - 1rem);
    border: none;
}

.whyarewe__item.card-image:hover {
    background-size: 110%;
    transition: 0.2s;
}

.whyarewe__item-title {
    font-size: 20px;
}

.whyarewe__item-image {
    height: 80px;
    /* margin-bottom: 100px; */
}

.card-image {
    background-size: cover;
    background-position: center;
    color: #fff;
    justify-content: flex-end;
}

.card-image:nth-child(1) {
    background-image: url('../img/why_1.png');
}

.card-image:nth-child(6) {
    background-image: url('../img/why_2.png');
}

/* Адаптация для планшетов */
@media (max-width: 768px) {
    .whyarewe__item, .whyarewe__item.large {
        flex: 1 1 calc(50% - 1rem); /* 2 карточки в ряд */
    }
}

/* Адаптация для мобильных устройств */
@media (max-width: 480px) {
    .whyarewe__item, .whyarewe__item.large {
        flex: 1 1 100%; /* 1 карточка в ряд */
    }
}

p.review__button-title {
    width: 40%;
    font-size: 12px;
}

span.review__button-action {
    font-size: 16px;
    color: #00b217;
}

.about__section .container {
    display: flex;
}

.about__description {
    display: flex;
    flex: 1;
    flex-flow: column nowrap;
    gap: 20px;
}

.about__description-title {
    font-size: 32px;
}

.about__description-subtitle {
    display: flex;
    gap: 20px;
}

.about__subtitle {
    opacity: 0.7;
    font-size: 14px;
    padding-top: 10px;
    border-top: 1px solid #0000005e;
}

.videocompany__section {
    background-image: url('../img/video_bg.png');
    min-height: 600px;
    background-position: center center;
    display: flex;
    align-items: center;
    margin: 0;
}

.videocompany__section .container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    height: 100%;
}

.videocompany__section-title {
    font-size: 22px;
    color: white;
}

.certificates__section {
    background: #00b217;
    padding: 100px 0;
    color: white;
    margin: 0;
}

.certificates__section .container, .thanks__section .container {
    display: flex;
    position: relative;
}

.certificates__list, .thanks__list {
    padding-left: 50px;
}

.certificates__list .owl-nav {
    position: absolute;
    top: 150px;
    left: -300px;
}

.thanks__list .owl-nav {
     margin-left: -350px;
    position: absolute;
    top: 150px;
    left: -300px;
}

.certificates__list .owl-nav svg path {
    fill: white;
}

.thanks__section {
    background-color: #ededed;
    padding-top: 100px;
    padding-bottom: 100px;
}

.advantages__section .section__header {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.advantages__section .section__header img{
    height: 50px;
}

.advantages__section .section__header .section__header-title{
    text-align: center;
}

.advantages__grid {
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr 1fr; 
  grid-template-rows: 1fr 1fr 1fr; 
  gap: 0px 0px; 
  grid-template-areas: 
    ". . . ."
    ". . . ."
    ". . . ."; 
}

.advantages__item {
    padding: 30px;
    display: flex;
    gap: 20px;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.advantages__item-image {
    height: 100%;
    width: 100%;
    max-width: 100px;
    object-fit: contain;
    filter: grayscale(1);
    transition: 0.2s;
}

.advantages__item:hover .advantages__item-image {
    filter: none;
}

.advantages__item-subtitle {
    text-align: center;
    min-height: 100px;
}

.review__list {
    margin-top: 50px;
}

.review__item {
    position: relative;
    height: 300px;
    width: 500px;
    border-radius: 20px;
    overflow: hidden;
}

.review__item-badge {
    position: absolute;
    padding: 5px;
    background-color: #004043;
    border-radius: 12px;
    color: white;
    top: 20px;
    left: 20px;
}

.review__item-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review__item-footer {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
}

.review__item-title {
    color: white;
    font-size: 14px;
}

.projects__section .section__header-title {
    text-align: center;
}

.project__list {
    margin-top: 50px;
}

.project__item {
    display: flex;
    gap: 20px;
    padding: 0px 200px;
}
.project__item-branding {
    width: 40%;
    min-height: 350px;
    overflow: hidden;
    border-radius: 15px;
}

img.project__item-image {
    width: 100%;
    min-height: 350px;
    object-fit: cover;
    border-radius: 12px;
}

.project__item-text {
    flex: 1;
    display: flex;
    flex-flow: column nowrap;
    gap: 20px;
}

.project__item-title {
    font-size: 24px;
}

.project__item-location-title,
.project__item-materials {
    font-size: 24px;
    color: #00b217;
}

.materials__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #00000021;
    padding-bottom: 10px;
}

.video__grid {
    margin-top: 50px;
    display: grid;
    padding: 0 200px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    min-height: 500px;
    gap: 10px 10px;
    grid-auto-flow: row;
    grid-template-areas: "video-1 video-2 video-3"
        "video-1 video-4 video-4";
}

.video__grid-item {
    border-radius: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    padding: 10px;
}

.video-1 {
    grid-area: video-1;
    background-image: url(../img/video1.png);
}

.video-4 {
    grid-area: video-4;
    background-image: url(../img/video4.png);
}

.video-2 { 
    grid-area: video-2; 
    background-image: url(../img/video2.png);
}

.video-3 { 
    grid-area: video-3; 
    background-image: url(../img/video3.png);
}

.video__description {
    display: flex;
    /* padding: 20px; */
    justify-content: space-between;
    align-items: center;
    color: white;
}

.video__btn-image {
    width: 48px;
    background-image: url(../img/icons/play.svg);
}

/*BEGIN: NEWS SECTION*/

.featured__section {
    background-color: #ededed;
    padding: 50px 0;
}

.newslist {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.newslist__item {
    width: 350px;
    border-radius: 18px;
    background-color: white;
    overflow: hidden;
    min-height: 450px;
    display: flex;
    flex-flow: column nowrap;
    gap: 10px;
    justify-content: space-between;
}
.newslist__item-description {
    display: flex;
    flex-flow: column nowrap;
    gap: 10px;
    padding: 10px;
    justify-content: space-between;
}


.newslist__item-img {
    width: 100%;
    object-fit: contain;
    height: 290px;
}

.newslist__item-title a {
    color: #00b217;
    text-decoration: none;
    font-size: 18px;
}

.newslist__item-readmore {
    margin: 20px;
}

@media (max-width: 480px) {
    .newslist {
        flex-flow: column nowrap;
        gap: 10px;
    }
}

.featured__section-footer {
    display: flex;
    margin: 20px 0;
    justify-content: flex-end;
}

/*END: NEWS SECTION*/

/*BEGIN: FAQ SECTION*/
.schema-faq {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.schema-faq-section {
    padding: 20px 24px;
    border-bottom: 1px solid #0000002b;
}

.schema-faq-question {
    display: block;

    padding-right: 30px;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    color: #000000b5;
    margin: 0;
}

.schema-faq-question::after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: white;
    background-image: url(../img/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.1s;
    transform: rotate(45deg);
}

.schema-faq-answer {
    display: none;
    margin: 20px 0 0 0;
    color: #000000c7;
}

.faq-open .schema-faq-answer {
    display: block;
}

.faq-open .schema-faq-question {
    border-bottom: 2px dashed #bfe3bb;
    padding-bottom: 20px;
}

.faq-open .schema-faq-question::after {
    transform: rotate(90deg);
    background-color: white;
}

@media (max-width: 600px) {
    .schema-faq-section {
        padding: 10px 14px;
        min-height: 44px;
    }

    .schema-faq-question {
        min-height: 36px;
    }

    .schema-faq-question::after {
        top: 5px;
    }

    .schema-faq-answer {
        margin: 10px 0 0 0;
        padding-top: 10px;
    }

}

.faq__section .container {
    display: flex;
    justify-content: space-between;
}

.faq__section-faq {
    width: 50%;
}

/*END: FAQ SECTION*/

/*BEGIN: FOOTER SECTION*/
footer {
    padding: 50px 0px;
    /* display: flex; */
    /* justify-content: center; */
    border-top: 1px solid #00000020;
}

.footer__container {
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    justify-content: space-between;
    max-width: 1480px;
    gap: 20px;
    margin: 0 auto;
    padding: 0 15px;
}

.footer__container .section__header-title {
    font-size: 42px;
    font-weight: 100;
}

.footer__content {
    width: 100%;
    display: flex;
}

.footer__content-left {
    display: flex;
    flex-flow: column nowrap;
    width: 30%;
}

.footer__content-right {
    display: flex;
    flex: 1;
    flex-flow: row wrap;
    gap: 50px;
}

.footer__description {
    display: flex;
    flex-flow: column nowrap;
}

.footer__description-link {
    font-size: 40px;
}

/*END: FOOTER SECTION*/

/*BEGIN: CRUMBS SECTION*/

#crumbs {
    padding: 20px 0;
    font-size: 16px;
    max-width: 1480px;
    margin: 0 auto;
}

#crumbs a {
  color: #00b217;
  text-decoration: underline;
}

#crumbs a:hover {
  color: #004043;
  text-decoration: none;
}

/*END: CRUMBS SECTION*/

.section {
    padding: 25px 0;
    display: flex;
    flex-flow: column nowrap;
    gap: 10px;
}

.section p{
    font-size: 18px;
}

.content-submnenu {
    width: 100%;
    display: table;
    margin: 20px 0px 20px 0;
}

.content-submnenu>.content-submnenu-item {
  display: table-cell;
  vertical-align: top;
  text-align: center
}

.content-submnenu>.content-submnenu-item:first-child {
  text-align: left
}

.content-submnenu>.content-submnenu-item:last-child {
  text-align: right
}

.content-submnenu-list-wrap {
  display: inline-block;
  text-align: left
}

.content-submnenu-list {
  padding: 0 20px 0 30px;
  border-top: 1px solid #a1a1a1;
  font-size: 18px;
  line-height: 30px
}

.content-submnenu-list a {
  text-decoration: none
}

.content-submnenu-list a:hover {
  font-weight: normal
}

.content-submnenu-title {
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 20px 10px 30px;
    color: #00b217;
}

.kn_zak {
    text-align: center;
    clear: both;
    padding: 10px 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.kn_zak+.page-title {
  margin-top: 40px;
}

.bloginfo {
    color: #00b217;
}

/*BEGIN: PRODUCTS SECTION*/
.views_product {
    display: flex;
    gap: 20px;
    margin: 20px 0;
}

.i_pict img {
    height: 200px;
    width: 250px;
    object-fit: cover;
}

.i_cont {
    flex: 1;
}

.i_btn_order {
    display: flex;
    flex-flow: column nowrap;
    gap: 20px;
}

.i_btn_order a {
    width: 100%;
}

@media (max-width: 480px) {
    .i_pict img {
        height: 100%;
        width: 100%;
    }
    .views_product {
        flex-flow: column nowrap;
    }
}
/*END: PRODUCTS SECTION*/

/* Скрытие таблиц с характеристиками */
.table_1 {
  border: 1px solid #6a9835;
  border-collapse: collapse;
  min-width: 800px;
  margin: 0 auto;
}

.table_1 tr:nth-child(odd) {
  background-color: #d1f4ad
}

.table_1 tr:nth-child(even) {
  background-color: #fff;
  text-align: center
}

.table_1 tr:first-child td {
  background-color: #a1bc87;
  text-align: center;
  color: #fff;
  font-weight: normal
}

.table_1 td {
  text-align: center;
  border: 1px solid #6a9835;
  height: 28px;
  color: #7B7B7B;
  font: 18px/20px Calibri, Arial
}

.table_1 td p {
  line-height: 20px
}

.table_1 td:first-child {
  padding: 0 10px;
  text-align: left
}

.prod-slider {
    display: flex;
    justify-content: center;
    width: 100%;
}

.prod-slider-item {
    display: flex;
    flex-direction: column-reverse;
}

.prod-slider-item-title {
    text-align: center;
    font-size: 20px;
    color: #00b217;
}

.prod-slider img {
    object-fit: contain;
    border-radius: 12px;
    height: 500px;
}
/* Выбор города */
.obox_title {
    font-size: 20px;
    color: #00b217;
}

.choise_other_city_list {
    width: 600px;
    padding: 20px;
}

.choose_city {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    justify-content: space-between;
}

.choose_city input {
    visibility: hidden;
}

.name_city:hover {
    color: #00b217;
    transition: 0.2s;
}

.city-top-row {
    margin: 20px 0px;
}
.city-grid, .city-top-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 20px;
}

.choose_city {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    width: fit-content;
}

.name_city {
    font-size: 16px;
}

.home-catmenu-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px 0px;
    grid-template-areas: ". . ."
        ". . .";
}

.home-catmenu-item {
    display: flex;
    flex-flow: column nowrap;
    gap: 20px;
    align-items: center;
}

.home-catmenu-item-name {
    font-size: 24px;
}

/*Формы*/
.feedback-form {
    width: 650px;
}

.feedback-form-fieldset {
    display: flex;
    flex-flow: column;
    gap: 10px;
}

.feedback-form-row.acceptance {
    display: flex;
    align-items: center;
    gap: 10px;
}

.feedback-form-row.acceptance .wpcf7-not-valid-tip {
    display: none;
}

.feedback-form-row.acceptance input[type="checkbox"] {
    height: 15px;
    width: 15px;
    margin-right: 10px;
}

.screen-reader-response {
    display: none;
}

span.wpcf7-not-valid-tip {
    color: red;
}
.feedback-form-row.text-center {
    color: #00b217;
    text-align: center;
}
.pum-title.popmake-title {
    text-align: center;
    color: #00b217;
}

.clearfy-cookie-accept {
    background: #00b217;
    width: 100px;
    height: 40px;
}

.container.docs.clearfix {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    gap: 20px;
}

.d-doc img {
    width: 200px;
}

.video__container {
    width: 820px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
}

/* Страница объектов */
.row-d{
    margin-top:50px;
    display:grid;
    grid-template-columns: repeat(2,50%);
    grid-gap:50px;
}


.block-object{
    position:relative;
}

.block-object .block {
    height:400px;
    border:4px double #75bd40;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow:hidden;
    position:relative;
}

.block-object .block img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}


.block-object-p1{
    box-sizing: border-box;
    bottom:0;
    right:0;
    position:absolute;
    background:white;
    padding:20px 30px;
    transition:.9s;
    right:-100%;
    border-top:2px solid #75bd40;
    height:142px;
}

.block-object-p1:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    border-width: 70px;
    margin-top: -70px;
    content: "";
    border-top: -40px solid;
    border-bottom: -40px solid;
    border-right: 50px solid white;
    position: absolute;
}

.block-object-p1::before {
    right: 100%;
    top: -3px;
    border: solid transparent;
    border-width: 73px;
    content: "";
    border-top: -52px solid;
    border-bottom: -52px solid;
    border-right: 55px solid #75bd40;
    position: absolute;
}


.block-object-hover .block-object-p1{
    right:0%;
}

.block-object-hover .block-object-p{
    transform:scale(1);
}

.block-object-p1 h2{
    color:#76be42;
    margin:0;
    font-weight:900;
    font-size:22px;
    margin-bottom:10px;
}

.block-object-p1 p {
    font-size: 16px;
    line-height: 30px;
    display: flex;
    flex-direction: column;
}


.block-object-p {
    position:absolute;
    font-size:16px;
    font-weight:900;
    top:0;
    right:-40px;
    width:100px;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    transition: 0.5s;
    z-index: 5;
    transform:scale(0);
}

.block-object-p img {
    position: absolute;
    z-index: -1;
    height: 100px;
}

.block-object-p p{
    margin:0;
}

.indicators__section .owl-carousel .owl-item img {
    width: auto;
}

.views__list {
    display: flex;
    flex-flow: column nowrap;
    gap: 20px;
}

.views__item {
    display: flex;
    gap: 20px;
}

.contacts-container {
    display: flex;
    justify-content: space-between;
}

.top_vodeo img {
    width: 100%;
    height: 300px;
    border-radius: 20px;
}

/* Contacts map */

.regions-address {
    line-height: 1.2;
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
    justify-content: space-between;
}
.regions__city {
    font-size: 20px;
    font-weight: 500;
    color: black;
}

.regions__city-address, .regions__city-phone {
    font-weight: 300;
}

.contacts-top-left {
    display: flex;
    flex-flow: column nowrap;
    gap: 40px;
}

.contacts__info-container {
    display: flex;
    flex-flow: column nowrap;
    gap: 15px;
    font-size: 24px;
    font-weight: 300;
}

.contacts__info-title {
    font-size: 24px;
    font-weight: 500;
}

.contacts__info-content a {
    color: black;
}

.contacts__info-content a:hover {
    color: #00b217;
}

.okk__social {
    display: flex;
    gap: 10px;
    align-items: center;
}

.okk__social .social__icon {
    width: 30px;
    height: 30px;
}

.regions-address-map-2 {
    margin-top: 20px;
}

.regions-address .page-title {
    width: 100%;
}

.call_phone_cont_1 {
    color: #00b217;
}

.regions-address-item {
    width: 300px;
    display: flex;
    flex-flow: column nowrap;
    gap: 5px;
    margin: 0;
    height: auto;
    justify-content: space-between;
    font-size: 17px;
    color: #7b7b7b;
}

.regions-address-map {
    height: 200px;
    margin-bottom: 15px;
    border: 1px solid #529122
}

.regions-address-map>ymaps {
    max-width: 100%;
    width: 100% !important;
}

.regions-address b, .regions-address strong {
    color: #00b217;
}

.regions-address-oneitem {
    max-width: 856px;
    padding: 0 0 44% 0;
    position: relative;
    margin: 0 auto;
}

.regions-address-oneitem>div {
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.regions-address-oneitem>div>ymaps {
    height: 100% !important;
}

.page-title {
    font-size: 30px;
    color: #00b217;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.nav__slider {
    display: flex;
    gap: 20px;
    flex-flow: row;
}

.my-controls-btns {
    height: 50px;
    width: 50px;
    display: flex;
    border: 2px solid black;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.my-controls-btns.invert {
    border: 2px solid white;
}

.form__section .form {
    background-color: #00b217;
    border-radius: 32px;
    padding: 20px 50px;
    display: flex;
    position: relative;
    max-height: 630px;
}

.form__section .form__content-left {
    display: flex;
    flex-flow: column nowrap;
    width: 50%;
    color: white;
}

.form__content-left a {
    color: #004043;
}

.form__content-right {
    position: absolute;
    right: 100px;
    bottom: -4px;
}

.form__content-left p {
    color: white;
    text-align: left;
}

.products__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px 20px;
}

.products__item-image {
    width: 100%;
    border-radius: 10px;
    object-fit: contain;
}

.products__item-title {
    font-size: 30px;
    text-align: center;
}

.contact-form-submit-l {
    height: 50px;
}

.top_vodeo {
    margin-bottom: 20px;
}

.contacts__requisites {
    font-weight: 300;
}

.regions-filler {
    flex-basis: 300px; /* такая же ширина как у .regions-address-item */
    height: 0;
    visibility: hidden;
}

.contacts__requisites {
    display: flex;
    flex-flow: column nowrap;
    gap: 5px;
    font-size: 17px;
}

.contacts__requisites-title {
    font-weight: 500;
}

.contacts__requisites span {
    color: #7b7b7b;
}

/* Page error - not found 404 */

.alert {
    padding: 10px;
    margin: 10px;
    border: 1px solid #ccc;
    background: rgba(0, 0, 0, 0.05);
}

.page_error {}

.errpage_title {
    font-size: 26px;
    text-align: center;
}

.errpage {
    font: 200px/1 'Arial';
    color: #eee;
    text-align: center;
    letter-spacing: 22px;
}

.errpage_txt {
    margin: 40px 0 0 0;
    font: 20px/1.2 Calibri, Arial, sans-serif;
    color: #00b217;
    text-align: center;
    text-transform: uppercase;
}

.errpage_block {
    max-width: 800px;
    padding: 10px 10px 12px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin: 20px auto 0;
    border: 1px solid #00b217;
    font: 20px/1.2 Calibri, Arial, sans-serif;
    color: #fff;
    background: #00b217;
}

.errpage_block .clmn_left {
    width: 40%;
    float: left;
}

.errpage_block .clmn_right {
    padding: 0 20px;
    overflow: hidden;
}

.errpage_block .clmn_right:after {
    width: 1px;
    height: auto;
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0 0 0 -20px;
    background: #00b217;
}

.searchform {
    overflow: hidden;
    margin: 8px 0 0 0;
}

.searchform .insinpts {
    overflow: hidden;
}

.searchform input[type="submit"] {
    width: 110px;
    height: 34px;
    padding: 0 5px;
    float: right;
    margin-left: 10px;
}

.searchform input[type="search"] {
    width: 100%;
    height: 34px;
    padding: 0 5px;
    border-color: #00b217;
}

.error404-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 50px 0;
}
