.filter_btns {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.footer:before {
  display: none; }

body {
  background: #F8F8F8; }

.inner_contact {
  display: flex;
  justify-content: space-between;
  margin-bottom: 98px; }

.tab_buttons {
  background: #ffffff;
  flex: 0 0 53.5%;
  max-width: 53.5%;
  width: 100%;
  display: flex;
  padding: 191px 0 30px 0; }

.tabs_container {
  flex: 0 0 46.5%;
  max-width: 46.5%;
  width: 100%; }

.filter_btns {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center; }
  .filter_btns li {
    margin-bottom: 20px;
    max-width: 282px;
    width: 100%; }
    .filter_btns li a {
      background-color: #F6F5F5;
      border-radius: 15px;
      color: #242525;
      font-size: 300%;
      line-height: 40px;
      font-family: "semibold";
      padding: 40px 58px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center; }
      .filter_btns li a.selected {
        background-color: #ffffff;
        color: #88CC2A;
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1); }

.tabs_container .tab_block {
  position: relative;
  display: none;
  padding: 60px 0; }
.tabs_container .selected.tab_block {
  height: auto;
  opacity: 1;
  display: block; }

.green_page .tabs_description {
  color: #000000;
  font-size: 180%;
  line-height: 35px;
  padding-top: 17px; }
.green_page .tabs_title {
  color: #88CC2A;
  font-size: 300%;
  line-height: 40px;
  font-family: "semibold"; }
.green_page .text_green .green_description {
  text-align: left;
  padding: 25px 60px;
  margin: 0; }
.green_page .text_green .green_title {
  text-align: left;
  padding: 0 60px; }
.green_page .right_block {
  margin-left: -220px;
  margin-top: 60px; }
.green_page .img_green:first-child {
  float: left;
  width: 50%;
  margin-top: 30px;
  padding-right: 20px; }
  .green_page .img_green:first-child img {
    width: 100%; }
.green_page .tabs_info {
  float: right;
  width: 50%; }
.green_page .inner_tabs {
  border-radius: 40px 0 0 40px;
  background-color: #ffffff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  padding: 84px 64px;
  margin-left: -170px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
.green_page .img_green {
  float: right;
  width: 50%; }
  .green_page .img_green img {
    width: 100%; }
.green_page .head_title {
  color: #88CC2A;
  display: flex; }
  .green_page .head_title img {
    max-width: 30px;
    width: 100%;
    margin-right: 7px; }
.green_page .green_section {
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
  justify-content: center;
  padding: 10px; }
.green_page .green_inner {
  max-width: 882px;
  width: 100%;
  border-radius: 40px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto; }
.green_page .green_description {
  max-width: 575px;
  text-align: center;
  font-size: 140%;
  line-height: 24px;
  color: #000000; }
.green_page .green_title {
  color: #000000;
  text-align: center;
  font-family: "semibold"; }
  .green_page .green_title span {
    color: #88CC2A; }
.green_page .bottom_block {
  display: flex;
  align-items: flex-end;
  background-position: center;
  background-size: cover;
  justify-content: center;
  padding: 10px;
  margin-bottom: 250px; }
.green_page .bottom_title {
  color: #242525;
  font-family: "semibold";
  margin-bottom: 40px;
  text-align: center; }
.green_page .block_title {
  font-family: "semibold"; }
.green_page .block_description {
  color: #333333;
  font-size: 140%;
  line-height: 25px;
  margin-top: 15px; }
.green_page .green_block .block_title {
  color: #88CC2A; }
.green_page .orange_block .block_title {
  color: #F68B28; }
.green_page .blue_block .block_title {
  color: #00ADBB; }
.green_page .green_block,
.green_page .orange_block,
.green_page .blue_block {
  max-width: 322px;
  padding: 0 20px; }
.green_page .bottom_inner {
  max-width: 1502px;
  min-height: 414px;
  width: 100%;
  border-radius: 40px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  margin: 0 auto -150px;
  padding: 80px 122px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1); }
.green_page .about_tabs {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
@media screen and (max-width: 1599px) {
  .green_page .right_block {
    margin-left: -103px; }
  .green_page .inner_tabs {
    padding: 45px 35px; }
  .green_page .tab_buttons {
    flex: 0 0 47.5%;
    max-width: 47.5%; }
  .green_page .tabs_container {
    flex: 0 0 53%;
    max-width: 53%; } }
@media screen and (max-width: 1199px) {
  .green_page .tabs_description {
    font-size: 140%;
    line-height: 24px; }
  .green_page .inner_contact {
    margin-bottom: 0; }
  .green_page .right_block {
    margin-left: 0;
    margin-top: 0; }
  .green_page .img_green:first-child {
    margin-top: 0; }
  .green_page .tabs_info {
    margin-top: 25px;
    width: 100%; }
  .green_page .inner_tabs {
    margin-left: 0;
    border-radius: 0; }
  .green_page .tab_buttons {
    padding: 70px 0 30px 0; }
  .green_page .tab_block {
    padding: 30px 0; }
  .green_page .text_green .green_title {
    padding: 0 40px; }
  .green_page .text_green .green_description {
    padding: 25px 40px; } }
@media screen and (max-width: 1023px) {
  .green_page .tabs_info {
    width: 100%; } }
@media screen and (max-width: 959px) {
  .green_page .tab_buttons {
    flex: 0 0 37%;
    max-width: 37%; }
  .green_page .tabs_container {
    flex: 0 0 63%;
    max-width: 63%; } }
@media screen and (max-width: 767px) {
  .green_page .tab_buttons {
    flex: 0 0 100%;
    max-width: 100%;
    flex-direction: column;
    overflow-x: auto;
    padding: 32px 0 10px 0; }
  .green_page .tabs_container {
    flex: 0 0 100%;
    max-width: 100%; }
  .green_page .text_green .green_description {
    padding: 10px 20px; }
  .green_page .text_green .green_title {
    padding: 0 20px; }
  .green_page .inner_contact {
    flex-direction: column; }
  .green_page .filter_btns {
    white-space: nowrap;
    border: none;
    flex-direction: row;
    border-radius: 0;
    align-items: center;
    padding: 0; }
    .green_page .filter_btns li {
      padding: 0 7px; }
      .green_page .filter_btns li:first-child {
        padding-left: 0; }
      .green_page .filter_btns li a {
        padding: 12px 35px; } }
@media screen and (min-width: 1200px) {
  .green_page .filter_btns li a,
  .green_page .tabs_title {
    font-size: 200%;
    line-height: 33px; }
  .green_page .bottom_title,
  .green_page .block_title {
    font-size: 280%;
    line-height: 37px; } }
@media screen and (min-width: 576px) and (max-width: 1199px) {
  .green_page .filter_btns li a,
  .green_page .tabs_title {
    font-size: 180%;
    line-height: 28px; }
  .green_page .bottom_inner {
    padding: 40px 30px; }
  .green_page .about_tabs {
    flex-wrap: wrap; }
  .green_page .blue_block,
  .green_page .green_block {
    max-width: 50%;
    flex: 0 0 50%;
    width: 100%; }
  .green_page .orange_block {
    margin-top: 25px;
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%; } }
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .green_page .bottom_title,
  .green_page .block_title {
    font-size: 220%;
    line-height: 30px; } }
@media screen and (min-width: 960px) {
  .green_page .bottom_block {
    min-height: 831px; }
  .green_page .green_section {
    min-height: 750px; }
  .green_page .green_description {
    margin: 25px auto 0; }
  .green_page .green_title {
    font-size: 300%;
    line-height: 40px; }
  .green_page .green_inner {
    padding: 40px;
    min-height: 377px; }
  .green_page .bottom_title,
  .green_page .block_title {
    font-size: 200%;
    line-height: 30px; } }
@media screen and (min-width: 576px) and (max-width: 959px) {
  .green_page .bottom_title,
  .green_page .block_title {
    font-size: 180%;
    line-height: 24px; }
  .green_page .green_section {
    min-height: 540px; }
  .green_page .green_description {
    margin: 20px auto 0; }
  .green_page .green_title {
    font-size: 250%;
    line-height: 32px; }
  .green_page .green_inner {
    padding: 25px;
    min-height: 300px; } }
@media screen and (max-width: 575px) {
  .green_page .filter_btns li a {
    font-size: 160%;
    line-height: 28px; }
  .green_page .tabs_title {
    font-size: 160%;
    line-height: 28px; }
  .green_page .bottom_inner {
    margin: 0 auto 0; }
  .green_page .bottom_block {
    margin-bottom: 0;
    padding: 15px; }
  .green_page .bottom_inner {
    padding: 20px; }
  .green_page .about_tabs {
    flex-wrap: wrap; }
  .green_page .orange_block,
  .green_page .blue_block,
  .green_page .green_block {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
    margin-top: 25px; }
  .green_page .bottom_title {
    margin-bottom: 15px; }
  .green_page .bottom_title,
  .green_page .block_title {
    font-size: 180%;
    line-height: 24px; }
  .green_page .green_section {
    min-height: 480px; }
  .green_page .green_description {
    margin: 15px auto 0; }
  .green_page .green_title {
    font-size: 180%;
    line-height: 23px; }
  .green_page .green_inner {
    padding: 20px;
    min-height: 250px; } }

.web .filter_btns li a {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .web .filter_btns li a:hover {
    background: #88CC2A;
    color: #ffffff; }
  .web .filter_btns li a.selected:hover {
    background: #ffffff;
    color: #88CC2A; }

.touch .filter_btns li a {
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }
  .touch .filter_btns li a:active {
    background: #88CC2A;
    color: #ffffff; }
  .touch .filter_btns li a.selected:active {
    background: #ffffff;
    color: #88CC2A; }

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