.farms__wrapper__descr > div {
  width: 100% !important;
  margin: auto!important;
}
body {
  background: #FFFFFF;
  font-family: "Gilroy-Regular";
  overflow-x: hidden; }

svg path {
  cursor: pointer;
}

svg path:hover {
  fill: #1661588c;
}


.first-screen__map svg {
  height: auto;
  width: 100%;
}
html {
  font-size: 19px; }

.font_size_42 {
  font-size: 42px;
  font-family: "DaysOne"; }

.font_size_19 {
  font-size: 19px; }

.font_size_21 {
  font-size: 21px; }

.font_size_20 {
  font-size: 20px; }

.font_size_28 {
  font-size: 20px; }

ul {
  margin: 0;
  padding-left: 20px; }

li a {
  color: #FFFFFF;
  text-decoration: none; }
  li a:hover {
    color: #FFFFFF;
    text-decoration: underline; }

h2 {
  margin-bottom: 0; }

p {
  margin-bottom: 0; }

.about_us, .suggestions, .first-screen {
  color: #fff; }

.first-screen {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 650px; }

.background-image {
  background: url("../images/field_studies/field_studies_main.png") center center/cover no-repeat; }

.first-screen .background-image,
.suggestions .background-image,
.container_catalog .background-image {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-color: #05201D;
  z-index: -1;
  height: 100%;
  width: 100%; }

.container {
  max-width: 1100px; }

.first-screen {
  padding: 228px 0 50px 0;
  font-style: normal; }
  .first-screen h1 {
    font-family: Days One;
    font-weight: normal;
    font-size: 42px;
    line-height: 53px;
    color: #FFFFFF; }
  .first-screen__btn-wrapper {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
  .first-screen__btn {
    display: block;
    margin-bottom: 20px;
    background: #FFFFFF;
    border: none;
    font-family: Gilroy;
    font-weight: 600;
    font-size: 19px;
    line-height: 40px;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
    width: 160px;
    height: 40px; }
    .first-screen__btn_active {
      background: #2CAD9E;
      color: #FFFFFF; }
  .first-screen__map {
    margin-top: 52px; }
    .first-screen__map path.active {
      fill: #166158; }
    .first-screen__map path.checked {
      fill: #01D7CB; }

.farms__container .farms__wrapper:last-child .farms__wrapper__item {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.absolute_figure {
  position: absolute;
  z-index: -1;
}
.animate_figure_1{
  left: 34px;
  top: 277px;
  width: 217px;
  height: 276px;
  opacity: 0.45;
  transform: rotate(12.27deg);
}
.animate_figure_2{
  left: -5px;
  top: 50%;
  width: 230px;
  height: 214px;
  filter: blur(5px);
  transform: rotate(-9.23deg);
}
.animate_figure_3{
  left: 166px;
  bottom: 240px;
  width: 224px;
  height: 323px;
  opacity: 0.45;
  transform: rotate(-167.3deg);
}
.animate_figure_4{
  right: 240px;
  bottom: 166px;
  width: 260px;
  height: 274px;
  opacity: 0.45;
  transform: rotate(5.3deg);
}
.animate_figure_5{
  right: 0;
  bottom: 40%;
  width: 195px;
  height: 249px;
  opacity: 0.45;
  filter: blur(1.3731px);
  transform: rotate(-15.5deg);
}
.static_figure_1{
  left: 0;
  top: 0;
}
.static_figure_2{
  left: 0;
  bottom: 0;
}
.static_figure_3{
  right: 76px;
  top: 0;
}
.static_figure_4{
  right: 166px;
  bottom: 0;
}
.farms {
  padding: 50px 0 110px 0;
  font-family: Gilroy;
  font-style: normal;
  font-weight: normal;
  position: relative; }
  .farms__container {
    max-width: 730px;
    margin: 0 auto;
    background: #166158;
    border-radius: 10px;
    padding-top: 30px; }
  .farms__header {
    font-size: 23px;
    color: #FFFFFF;
    padding: 0 30px 26px 30px; }
  .farms__wrapper {
    display: none; }
    .farms__wrapper_visable {
      display: block; }
    .farms__wrapper.infocus .farms__wrapper__item:before {
      -webkit-transform: rotate(135deg) translateY(-6px);
              transform: rotate(135deg) translateY(-6px); }
    .farms__wrapper.infocus .farms__wrapper__item:after {
      -webkit-transform: rotate(45deg) translateY(6px);
              transform: rotate(45deg) translateY(6px); }
    .farms__wrapper.infocus .farms__wrapper__descr {
      display: block; }
    .farms__wrapper__item {
      font-size: 19px;
      line-height: 22px;
      color: #FFFFFF;
      background: #2C766D;
      padding: 29px 30px 28px 30px;
      position: relative;
      border-top: 1px solid #19524B;
      cursor: pointer; }
      .farms__wrapper__item:before {
        content: "";
        width: 13px;
        height: 2px;
        background-color: #FFFFFF;
        position: absolute;
        top: 50%;
        right: 30px;
        -webkit-transform: rotate(45deg) translateY(-6px);
                transform: rotate(45deg) translateY(-6px); }
      .farms__wrapper__item:after {
        content: "";
        width: 13px;
        height: 2px;
        background-color: #FFFFFF;
        position: absolute;
        top: 50%;
        right: 30px;
        -webkit-transform: rotate(-45deg) translateY(6px);
                transform: rotate(-45deg) translateY(6px); }
      .farms__wrapper__item span {
        font-weight: 600; }
    .farms__wrapper__descr {
      display: none; }
      .farms__wrapper__descr table {
        border: 1px solid #19524B;
        margin: 0;
        font-family: Gilroy;
        font-style: normal;
        font-weight: normal;
        font-size: 19px;
        line-height: 22px;
        color: #FFFFFF; }
        .farms__wrapper__descr table thead {
          height: 52px;
          font-weight: 600;
          text-align: center; }
        .farms__wrapper__descr table tbody tr {
          height: 42px; }
          .farms__wrapper__descr table tbody tr td {
            padding: 0 34px;
            text-align: center;
            vertical-align: middle; }
            .farms__wrapper__descr table tbody tr td:first-child {
              text-align: left; }
    .farms__wrapper__download {
      margin-top: 21px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-right: 30px;
      color: #FFFFFF;
      -webkit-text-decoration-line: none;
              text-decoration-line: none; }
      .farms__wrapper__download:hover {
        color: #FFFFFF;
        -webkit-text-decoration-line: underline;
                text-decoration-line: underline; }
      .farms__wrapper__download:after {
        content: url("../images/field_studies/download_icon.png");
        padding-left: 10px;
        -webkit-transform: translateY(-6px);
                transform: translateY(-6px); }

@media  (max-width: 991px) {
  .first-screen__btn-wrapper {
    flex-direction: column;
  }

  .absolute_figure.absolute_figure_1 {
    display: none;
  }
}

.farms__wrapper__descr .jtTableContainer table {
  width: 100%;
  border: 1px solid #19524B;
}

.farms__wrapper__descr .jtrespo-scroll table tr td,  .farms__wrapper__descr .jtrespo-scroll table tr th {
  border: 1px solid #19524B;
}

@media  (max-width: 580px) {
  .first-screen h1 {
   font-size: 35px;
 }
  .first-screen__btn-wrapper{
    align-items: center;
  }

  .farms {
    padding: 50px 10px;
  }

  .farms__wrapper__download {
    padding: 10px;
    margin-top: 0;
  }

  .farms__wrapper__download:after {
    padding-top: 10px;
  }
}


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