@charset "UTF-8";
/*
YUI 3.18.1
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/*
    TODO will need to remove settings on HTML since we can't namespace it.
    TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
  background: #fff;
}

/*
    TODO remove settings on BODY since we can't namespace it.
*/
/*
    TODO test putting a class on HEAD.
        - Fails on FF.
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

/*
    TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-size: 100%;
  /*to enable resizing for IE*/
  outline: none;
  /*убираем выделение при клике по полю по умолчанию*/
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
}

textarea {
  resize: none;
  overflow-y: auto;
  overflow-x: hidden;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: none;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

[type="search"] {
  outline: none;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

[hidden] {
  display: none;
}

:disabled,
.disabled {
  cursor: not-allowed;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.coments-left_scroll_item_content > .text {
	font-size: 14px;

@media screen and (max-width: 1192px) {
	font-size: 12px;
}
}	

/*Привязываем футер  к низу*/
body {
  display: flex;
  flex-direction: column;
  width: 100vw;
  min-height: 100vh;
}

/*sizes*/
@font-face {
  font-family: "TT Norms Pro";
  src: url("../fonts/TTNormsPro/TTNormsPro-Medium.woff2") format("woff2"),
    url("../fonts/TTNormsPro/TTNormsPro-Medium.woff2") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 110%;
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 130%;
}
@media screen and (max-width: 992px) {
  h2 {
    font-size: 25px;
  }
}

h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 130%;
}
@media screen and (max-width: 992px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 130%;
}
@media screen and (max-width: 992px) {
  h4 {
    font-size: 18px;
  }
}

p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
}
@media screen and (max-width: 992px) {
  p {
    font-size: 14px;
  }
}

a,
a:hover {
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  a,
  a:hover {
    font-size: 14px;
  }
}

body {
  font-family: "TT Norms Pro";
  font-weight: 300;
  margin: 0 auto;
  overflow-x: hidden;
}

.container {
  max-width: 1441px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .container {
    max-width: 1441px;
  }
}
@media screen and (max-width: 576px) {
  .container {
    max-width: 100%;
  }
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.main-fixed {
  position: fixed;
}

.green {
  color: #408d49;
}

/*главное меню*/
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
  width: 100%;
  /* padding: 23px 70px; */
  /*burger */
}
@media screen and (max-width: 1440px) {
  .header {
    padding: 23px;
  }
}
.header .logo {
  width: 147px;
}
.header .logo a {
  width: inherit;
  height: inherit;
}
.header .logo a img {
  height: inherit;
  width: inherit;
}
.header .menu {
  flex: 1 0 auto;
  margin-top: 10px;
}
.header .menu_list {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-evenly;
}
.header .menu_list_item a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  text-decoration: none;
  color: #2c2c2c;
}
.header .menu_list_item a [class*="icon-li"] {
  background-color: #408d49;
  margin-right: 10px;
  width: 30px;
  height: 30px;
}
.header .menu_list_item:hover a {
  color: #408d49;
}
.header .mail {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding-left: 10px;
  margin-right: 3%;
}
.header .mail .text {
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  color: #5f5f5f;
}
.header .mail .email {
  color: #408d49;
  text-decoration: none;
}
.header .lang {
  border: 1px solid #408d49;
  border-radius: 10px;
  width: auto;
  height: 40px;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px;
}

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

.header .lang a {
  text-decoration: none;
  color: #2c2c2c;
}

.header .lang:hover .lang-block {
  display: block;
}
.header .lang-block {
  display: none;
  border-left: 1px solid #408d49;
  border-right: 1px solid #408d49;
  border-bottom: 1px solid #408d49;
  border-radius: 0 0 10px 10px;
  width: 94px;
  position: absolute;
  bottom: 9px;
  left: -1px;
  padding: 10px;
  transform: translateY(100%);
  background: #fff;
}
.header .lang-block_list_item:hover a {
  color: #408d49;
}
.header .full-menu {
  display: flex;
  flex: 1 0 auto;
}
@media screen and (max-width: 1150px) {
  .header .full-menu {
    position: fixed;
    z-index: 1000;
    right: 0;
    top: 95px;
    width: 100%;
    background-color: #eeeeee;
    height: calc(100% - 95px);
    overflow-y: auto;
    margin-right: -100%;
    transition: margin 0.5s ease-in-out;
    padding: 20px;
    flex-direction: column;
    display: flex;
    align-items: center;
  }
  .header .full-menu .menu_list,
  .header .full-menu .mail,
  .header .full-menu .lang {
    display: block;
  }
  .header .full-menu .mail {
    order: 3;
  }
  .header .full-menu .lang {
    order: 2;
    margin-bottom: 1rem;
  }
  .header .full-menu .lang-block {
    background-color: #eeeeee;
  }
  .header .full-menu .menu {
    flex: 0 0 auto;
    margin-bottom: 1rem;
  }
  .header .full-menu .menu_list {
    order: 1;
  }
  .header .full-menu.open {
    margin-right: 0;
  }
  .header .mail {
    display: none;
  }
  .header .lang {
    display: none;
  }
}
.header .menu-burger {
  display: none;
}
@media screen and (max-width: 1150px) {
  .header .menu-burger {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .header .menu-burger > span,
  .header .menu-burger:after,
  .header .menu-burger:before {
    height: 3px;
    width: 100%;
    position: absolute;
    background: #2c2c2c;
    margin: 0 auto;
  }
  .header .menu-burger > span {
    bottom: 20px;
    opacity: 1;
    transition: 0.5s;
  }
  .header .menu-burger:after,
  .header .menu-burger:before {
    content: "";
    transform: rotate(0);
    transition: 0.4s;
  }
  .header .menu-burger:after {
    bottom: 4px;
  }
  .header .menu-burger.open-menu span {
    opacity: 0;
  }
  .header .menu-burger.open-menu:before {
    transform: rotate(45deg);
    top: 20px;
  }
  .header .menu-burger.open-menu:after {
    transform: rotate(-45deg);
    bottom: 17px;
  }
}

[class*="icon-i"] {
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

[class*="icon-li"] {
  display: inline-block;
  vertical-align: middle;
}

.icon-li-list {
  -webkit-mask: url("../images/icons/list.svg");
  -moz-mask: url("../images/icons/list.svg");
  -ms-mask: url("../images/icons/list.svg");
  -o-mask: url("../images/icons/list.svg");
  mask: url("../images/icons/list.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-arrow {
  -webkit-mask: url("../../assets/icons/chevron.svg");
  -moz-mask: url("../../assets/icons/chevron.svg");
  -ms-mask: url("../../assets/icons/chevron.svg");
  -o-mask: url("../../assets/icons/chevron.svg");
  mask: url("../../assets/icons/chevron.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  fill: #009736;
}

.first-block {
  background-size: cover;
  aspect-ratio: 2.483;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 70px;
  margin: 0 -15px;
  position: relative;

}
.first-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(44, 44, 44, 0.75);
  z-index: 0;
}
@media screen and (max-width: 992px) {
  .first-block {
    padding: 10px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.first-block h1,
.first-block p {
  color: #fff;
  max-width: 727px;
  z-index: 1;
}
.first-block p {
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .first-block p {
    margin-top: 10px;
  }
}
.first-block .block-buttons {
  margin-top: 40px;
  z-index: 1;
}
.first-block .block-buttons .btn:not(:last-child) {
  margin-right: 10px;
}
@media screen and (max-width: 992px) {
  .first-block .block-buttons {
    margin-top: 10px;
  }
}

.left-right {
  margin-top: 7%;
  display: flex;
  flex-wrap: nowrap;
  padding: 0 5%;
}
@media screen and (max-width: 992px) {
  .left-right {
    flex-wrap: wrap;
  }
}
.left-right_left {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .left-right_left {
    width: 100%;
    margin-bottom: 5%;
  }
}
.left-right_left_img {
  margin-top: 8%;
}
@media screen and (max-width: 992px) {
  .left-right_left_img {
    display: none;
  }
}
.left-right_left_img img {
  max-width: 60%;
}
.left-right_left_img img:last-child {
  margin-left: 34%;
  margin-top: -15%;
  border: 10px solid #fff;
  border-radius: 10px;
}
.left-right_right {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .left-right_right {
    width: 100%;
  }
}

.accordion {
  counter-reset: section;
}
.accordion_item {
  position: relative;
  border-bottom: 1px solid #eeeeee;
}
.accordion_item.active {
  border-bottom: unset;
}
.accordion_item:before {
  counter-increment: section;
  content: "0" counter(section);
  font-weight: 700;
  font-size: 16px 20px;
  line-height: 130%;
  color: #eeeeee;
}
.accordion_item.active:before {
  color: #408d49;
}
.accordion_item.active .accordion_item_header i {
  background-color: #408d49;
}
.accordion_item.active .accordion_item_body {
  display: block;
  height: fit-content;
  opacity: 1;
  border-top: 1px solid #408d49;
}
.accordion_item_header {
  display: inline-flex;
  flex-wrap: nowrap;
  width: calc(100% - 28px);
  justify-content: space-between;
  padding: 16px 0 16px 16px;
}
.accordion_item_header i {
  background-color: #2c2c2c;
  width: 3%;
  margin-top: 11px;
}
.accordion_item_body {
  display: none;
  height: 0;
  opacity: 0;
}
.accordion_item_body .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0;
}

.border-rounr-block {
  border: 1px solid #eeeeee;
  border-radius: 10px;
  padding: 20px;
  width: 48%;
  margin-bottom: 10px;
}

.contacts {
  margin-top: 5%;
}
.contacts-header {
  background: #408d49;
  color: #fff;
  border-radius: 0 50px 0 0;
  width: 100%;
  max-width: 1170px;
  padding: 1% 1.5% 1% 3.5%;
}
@media screen and (max-width: 1150px) {
  .contacts-header {
    padding: 0.5%;
  }
}
.contacts-items {
  background: #2c2c2c;
  display: flex;
  justify-content: center;
  padding-top: 3%;
  padding-bottom: 3%;
}
@media screen and (max-width: 992px) {
  .contacts-items {
    flex-wrap: wrap;
  }
}
.contacts-items_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  padding: 1% 1% 1.5% 1%;
  margin-bottom: 1%;
  width: 200px;
  height: 160px;
}
.contacts-items_item:not(:last-child) {
  margin-right: 1%;
}
.contacts-items_item.link {
  background: #408d49;
}
.contacts-items_item.link:hover {
  background: #fff;
}
.contacts-items_item.link:hover a {
  color: #408d49;
}
.contacts-items_item.link:hover a i {
  background: #408d49;
}
.contacts-items_item.link a {
  height: 100%;
  color: #fff;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.contacts-items_item.link a i {
  background-color: #fff;
  width: 20px;
  height: 20px;
  align-self: flex-end;
}
.contacts-items_item .text {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #5f5f5f;
}
.contacts-items_item .number {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
}

.news {
  margin-top: 7%;
  padding: 0 3.5%;
  display: flex;
  flex-direction: column;
}
.news h2 {
  align-self: center;
}
.news-items {
  display: flex;
  justify-content: space-between;
  margin-top: 3.5%;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .news-items {
    justify-content: space-evenly;
  }
}
.news-items_item {
  width: 32%;
  height: 28%;
  min-width: 300px;
  margin-bottom: 3%;
}
.news-items_item .img {
  border-radius: 10px;
  overflow: hidden;
}
.news-items_item .img img {
  width: 100%;
  height: auto;
}
.news-items_item .text {
  margin-top: 7%;
}
.news-items_item .date {
  margin-top: 5%;
}
.news .btn {
  width: fit-content;
  align-self: center;
  margin-top: 1%;
}

.help {
  margin-top: 7%;
  color: #fff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .help {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: unset;
  }
}
.help-left {
  background: #408d49;
  width: 46vw;
  margin-right: -5%;
  z-index: 2;
  padding: 3.3vw;
}
@media screen and (max-width: 992px) {
  .help-left {
    width: 100%;
  }
}
.help-left .title {
  margin-bottom: 1.3vw;
}
.help-left .description {
  margin-bottom: 3.3vw;
}
.help-left .btn-block {
  margin-bottom: 1.3vw;
}
.help-left .btn-block .btn {
  font-weight: 500;
  padding: 14px 10px;
}
.help-right {
  background: #2c2c2c;
  width: 63vw;
  padding: 2.5vw 4.5vw;
}
@media screen and (max-width: 992px) {
  .help-right {
    width: 100%;
  }
}
.help-right .title {
  margin: 6% 6% 1% 3.5%;
  width: 50%;
}
.help-right_list {
  counter-reset: section;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.help-right_list_item {
  width: 50%;
  padding: 3.5%;
}
@media screen and (max-width: 992px) {
  .help-right_list_item {
    width: 100%;
  }
}
.help-right_list_item:before {
  counter-increment: section;
  content: "0" counter(section);
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  color: #408d49;
  display: block;
  margin-bottom: 5px;
}

.form {
  display: flex;
  justify-content: space-between;
  margin-top: 7vw;
  padding: 0 4.8vw;
}
.form-left {
  width: 56.7%;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  padding-right: 4.8vw;
}
@media screen and (max-width: 992px) {
  .form-left {
    width: 100%;
    padding-right: unset;
  }
}
.form-left_head {
  background: #408d49;
  padding: 2.7vw 7.5vw 1.8vw 2.7vw;
  color: #fff;
  border-radius: 10px;
}
.form-left_head .description {
  margin-top: 1.4vw;
}
.form-left_form {
  padding: 0 0 2.7vw 2.7vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form-left_form .input-block {
  width: 48%;
  padding-top: 5%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 576px) {
  .form-left_form .input-block {
    width: 100%;
  }
}
.form-left_form .input-block .btn {
  width: fit-content;
  margin-left: auto;
  margin-top: auto;
}
.form-left_form .input-block_buttons {
  margin-top: 1.3vw;
}
.form-left_form .input-block_description {
  margin-top: 5px;
  margin-bottom: 6%;
}
.form-left_form .input-block_input {
  margin-top: auto;
}
.form-right {
  width: 40%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .form-right {
    display: none;
  }
}
.form-right img {
  width: 100%;
  height: auto;
}

.coments {
  display: flex;
  margin-top: 10.5vw;
  align-items: center;
  height: 500px;
}
@media screen and (max-width: 768px) {
  .coments {
    height: unset;
  }
}
.coments-left {
  width: 50%;
  height: inherit;
  padding-left: 7.5%;
  z-index: 99;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .coments-left {
    width: 100%;
    padding-left: 4.5%;
  }
}
.coments-left_scroll {
  width: 85vw !important;
  z-index: 99 !important;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .coments-left_scroll {
    width: inherit !important;
  }
}
.coments-left_scroll_item {
  display: flex !important;
  z-index: 99;
  max-height: 340px;
  margin-top: 25px;
}
.coments-left_scroll_item_content {
  border: 1px solid #eeeeee;
  width: 51vw;
  margin-right: 20px;
  background: white;
  padding: 3.4vw;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .coments-left_scroll_item_content {
    width: inherit;
  }
}
.coments-left_scroll_item_content .author {
  margin-top: 3vw;
  display: flex;
}
.coments-left_scroll_item_content .author img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 16px;
}
.coments-left_scroll_item_img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
  height: 349px;
  width: 380px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .coments-left_scroll_item_img {
    display: none;
  }
}
.coments-left_scroll_item_img img {
  height: 100%;
  width: auto;
}
.coments-left_dots {
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .coments-left_dots {
    margin-top: 20px;
  }
}
.coments-right {
  width: 50%;
  height: inherit;
  background: #408d49;
  padding: 7.3vw 5.2vw 7.3vw 7.3vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .coments-right {
    display: none;
  }
}

.dots-items {
  display: flex;
}
.dots-items .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #eeeeee;
  margin-right: 10px;
}
.dots-items .slick-active .dot {
  background: #408d49;
}

.proects {
  margin-top: 7.5vw;
  padding: 2.4vw 0;
  margin-right: -15px;
  margin-left: -15px;
}
.proects.black {
  background: #2c2c2c;
  border-top-right-radius: 246px;
}
.proects.black .proects-title {
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .proects.black {
    border-top-right-radius: unset;
  }
}
.proects-title {
  text-align: center;
}
.proects-block {
  margin-top: 3vw;
}
.proects-block_item {
  background: #545454;
  width: 310px !important;
  height: 186px;
  padding: 30px;
  display: flex !important;
  flex-direction: column;
  /* justify-content: space-between; */
  /* align-items: center; */
  border: 1px solid #eeeeee;
  border-radius: 10px;
  margin-right: 1vw;
}

.proects-block_item .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #f5f5f5;
}
.proects_dots {
  width: fit-content;
  margin: 30px auto 50px;
}

.btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  border-radius: 10px;
  text-decoration: none;
  padding: 19px 31px;
  display: inline-block;
}
.btn.btn-green {
  background: #408d49;
  border: 1px solid #408d49;
  color: #fff;
}
.btn.btn-green:hover {
  background: transparent;
  border: 1px solid #fff;
}
.btn.btn-transparent {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn.btn-transparent:hover {
  background: #408d49;
  border: 1px solid #408d49;
}
.btn.btn-white-green {
  background: #fff;
  border: 1px solid #fff;
  color: #2c2c2c;
}
.btn.btn-white-green:hover {
  background: #408d49;
  color: #fff;
}
.btn.btn-green-white {
  background: #408d49;
  border: 1px solid #fff;
  color: #fff;
}
.btn.btn-green-white:hover {
  background: #fff;
  color: #2c2c2c;
}
.btn.btn-grey {
  background: transparent;
  border: 1px solid #eeeeee;
  color: #2c2c2c;
}
.btn.btn-grey:hover {
  background: #408d49;
  border: 1px solid #408d49;
  color: #fff;
}

.input-block_input {
  margin-top: auto;
}
.input-block_input input {
  width: 100%;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  padding: 16px 20px;
  color: #408d49;
}
.input-block_input input::-webkit-input-placeholder {
  color: #f5f5f5;
}
.input-block_input input:active,
.input-block_input input:focus {
  border-color: #408d49;
  color: #408d49;
}
.input-block_radio {
  display: inline-block;
  margin-right: 10px;
}
.input-block_radio input[type="radio"] {
  display: none;
}
.input-block_radio input[type="radio"]:checked + label {
  background: #408d49;
  color: #fff;
}
.input-block_radio input[type="radio"]:disabled + label {
  background: #efefef;
  color: #666;
}
.input-block_radio label {
  display: inline-block;
  cursor: pointer;
  padding: 15px;
  line-height: 34px;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  user-select: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
}
.input-block_radio label :hover {
  color: #408d49;
}
.input-block_radio.white-green input[type="radio"]:checked + label {
  background: #fff;
  color: #408d49;
}
.input-block_radio.white-green label:hover {
  background: #fff;
  color: #408d49;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 95px;
  flex: 0 0 auto;
  background: #fff;
  z-index: 100;
}
@media screen and (max-width: 1150px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
  }
}

main {
  flex: 1 0 auto;
}
@media screen and (max-width: 1150px) {
  main {
    margin-top: 95px;
  }
}

/*можно удалять то , что ниже*/
.first {
  height: 200px;
  overflow-y: auto;
  display: inline-flex;
  width: 42%;
  margin: 10px;
  /* полоса прокрутки (скроллбар) */
  /* ползунок скроллбара */
  /* Стрелки */
}
.first::-webkit-scrollbar {
  width: 20px;
  /* ширина для вертикального скролла */
  height: 200px;
  /* высота для горизонтального скролла */
  background-color: blue;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.first::-webkit-scrollbar-track {
  background-color: pink;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
.first::-webkit-scrollbar-thumb {
  background-color: green;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
.first::-webkit-scrollbar-thumb:hover {
  background-color: yellow;
}
.first::-webkit-scrollbar-button:vertical:start:decrement {
  background-color: black;
  display: none;
}
.first::-webkit-scrollbar-button:vertical:end:increment {
  background-color: black;
  display: none;
}
.first::-webkit-scrollbar-button:horizontal:start:decrement {
  background-color: black;
  display: none;
}
.first::-webkit-scrollbar-button:horizontal:end:increment {
  background-color: black;
  display: none;
}

.second {
  height: 200px;
  overflow-y: auto;
  display: inline-flex;
  width: 42%;
  margin: 10px;
  /* полоса прокрутки (скроллбар) */
  /* ползунок скроллбара */
  /* Стрелки */
}
.second::-webkit-scrollbar {
  width: 20px;
  /* ширина для вертикального скролла */
  height: 200px;
  /* высота для горизонтального скролла */
  background-color: brown;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.second::-webkit-scrollbar-track {
  background-color: pink;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
.second::-webkit-scrollbar-thumb {
  background-color: black;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
.second::-webkit-scrollbar-thumb:hover {
  background-color: yellow;
}
.second::-webkit-scrollbar-button:vertical:start:decrement {
  background-color: black;
  display: none;
}
.second::-webkit-scrollbar-button:vertical:end:increment {
  background-color: black;
  display: none;
}
.second::-webkit-scrollbar-button:horizontal:start:decrement {
  background-color: black;
  display: none;
}
.second::-webkit-scrollbar-button:horizontal:end:increment {
  background-color: black;
  display: none;
}
@media screen and (max-width: 992px) {
  .second {
    display: none;
  }
}

.input-radio {
  margin-left: 50px;
}

.input-checkbox {
  margin-left: 100px;
}

.flex-box .flex-item {
  position: relative;
  background-color: #ffff;
}
.flex-box .flex-item__zoom {
  position: relative;
  /*плавное исчезновение нижней строчки*/
  left: 0;
  transition: border 0.5s;
}
.flex-box .flex-item__zoom:after {
  /*плавное исчезновение нижней строчки*/
  content: "";
  display: block;
  background: linear-gradient(to top, #ffffff 0.5em, #ffffff00 2em);
  width: 100%;
  height: 2em;
  position: absolute;
  bottom: 0;
}
.flex-box .flex-item__zoom:hover {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #000000;
  z-index: 2;
  background-color: #ffff;
}
.flex-box .flex-item__zoom:hover p {
  overflow: visible;
  -webkit-line-clamp: unset;
}
.flex-box .flex-item__zoom:hover:after {
  content: unset;
}
.flex-box .flex-item__zoom p {
  /*устанавливаем многоточее после 3 строк*/
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -ms-line-clamp: 3;
  -o-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  overflow-y: hidden;
}

#go:target {
  background-color: #dc0000;
}

footer {
  background: #408d49;
  flex: 0 0 auto;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 70px;
  height: 114px;
}
@media screen and (max-width: 992px) {
  .footer {
    padding: 10px;
    height: auto;
  }
}
.footer .logo {
  width: 193px;
  height: auto;
}
@media screen and (max-width: 992px) {
  .footer .logo {
    display: none;
  }
}
.footer .logo a {
  width: inherit;
  height: inherit;
}
.footer .logo a img {
  width: inherit;
  height: inherit;
}
.footer_text {
  color: #fff;
  padding: 0 100px;
}
@media screen and (max-width: 1200px) {
  .footer_text {
    padding-left: 10px;
  }
}
@media screen and (max-width: 992px) {
  .footer_text {
    padding: 0;
  }
}

/*# sourceMappingURL=style.css.map */


.donors {
  width: 100vw;
  padding: 20px 20px;
  background: rgba(0, 151, 54, 0.10);
}

.donors > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;

  @media (max-width: 1200px) {
    flex-direction: column;
  }
}

.donors__text > p {
  font-size: 18px;
  width: 600px;
  margin-top: 20px;
  /* font-family: "Gotham", sans-serif; */

  @media (max-width: 1440px) {
    width: 400px;
  }

  @media (max-width: 1200px) {
    width: 100%;
  }
}

.donors__text h1 {
  font-size: 38px;
}

.donors__text h1 span {
  color: #009736;
}

p {
  font-family: "Gotham", sans-serif;
}

.donors__list {
  display: flex;
  gap: 20px;

  @media (max-width: 1200px) {
    margin-top: 20px;
    flex-direction: column;
  }
}

.donors__list li {
  background: #fff; 
  padding: 30px 20px;
  border-radius: 10px;

  @media (max-width: 425px) {
    padding: 20px 10px;
  }
}

.donors__list li img {
  width: 200px;
  height: 60px;
  object-fit: cover;

  @media (max-width: 425px) {
    width: 250px;
    height: 75px;
  }
}

.border-rounr-block {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
  background: rgba(0, 151, 54, 0.05);
}

.accordion_item_header a {
  padding-bottom: 16px;
  height: 0;
  margin-bottom: 16px;
}

.proects-block_item > .img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.proects-block_item > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.inner a {
  color: #1c1c1c;
  text-decoration: none;
}

.accordion_item_header a {
  color: #1c1c1c;
  text-decoration: none;
}

.picture-video__wrapper a {
  text-decoration: none;
}

.picture-video__wrapper ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.picture-video__wrapper ul > li {
  width: 400px;
  height: 400px;
  border-radius: 10px;
  padding: 20px;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  color: var(--color-white);

  position: relative;
}

.picture-video__wrapper ul > li > a {
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  background: rgba(40, 40, 40, 0.587);

  &::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    width: 100%;
    height: 100%;
  }
}

.goog-te-gadget-simple {
  padding: 23px !important;
  border-radius: 10px;
  border: 1px solid var(--color-green) !important;
}

.google_translate_element {
  border: none !important;
}

.goog-te-gadget-simple > img {
  display: none;
}