@font-face {
  font-family: 'Umuntu';
  src: url("public/fonts/Ubuntu/Ubuntu-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Umuntu';
  src: url("public/fonts/Ubuntu/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

html {
  scroll-behavior: smooth; }

body {
  margin: 0; }

a {
  color: #fff;
  text-decoration: none; }

.button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 146px;
  height: 40px;
  background: #7EB457;
  border-radius: 55px; }

.wrapper {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  font: 14px "Ubuntu", Helvetica, Arial, sans-serif;
  text-align: center;
  line-height: 32px; }

.headerNavigationMobile {
  display: none; }

.headerMain {
  padding: 20px 280px 0 280px;
  color: #fff;
  position: relative;
  min-height: 1200px; }
  .headerMain::before {
    background: url("/images/background_top_2521.png") no-repeat;
    position: absolute;
    content: "";
    top: 0;
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
    min-width: 2521px;
    min-height: 1200px;
    background-size: cover; }

.header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .headerContacts {
    position: absolute;
    top: 0;
    right: 0;
    display: flex; }
    .headerContacts span {
      padding-left: 40px;
      display: flex; }
      .headerContacts span a {
        padding-left: 16px; }
  .headerLeft {
    display: flex;
    align-items: center; }
  .headerRight {
    width: 60%; }
  .headerLanguages a {
    padding-left: 32px;
    font-size: 15px;
    text-transform: uppercase;
    opacity: 0.6; }
    .headerLanguages a.active {
      opacity: 1; }
  .headerNavigation ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0; }
  .headerContent {
    position: relative;
    text-align: left;
    padding-top: 100px; }
    .headerContent h2 {
      font-size: 26px;
      line-height: 56px;
      font-weight: 300; }
    .headerContent h3 {
      font-size: 16px;
      line-height: 56px;
      font-weight: 300; }
    .headerContent p {
      font-size: 13px; }
  .headerMore {
    text-decoration: none;
    background: none;
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 15px;
    padding: 0; }
    .headerMore img {
      padding-left: 15px; }

main {
  padding: 20px 280px 0 280px; }

.aboutUs {
  text-align: left; }
  .aboutUs h2 {
    font-weight: 300;
    font-size: 32px;
    line-height: 56px; }
  .aboutUs p {
    color: #7D7987;
    font-size: 13px;
    line-height: 32px;
    mix-blend-mode: normal; }
  .aboutUs a {
    color: #7eb457; }
  .aboutUsSection {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding-top: 72px; }
    .aboutUsSection ul {
      color: #7D7987; }
      .aboutUsSection ul li::marker {
        color: #7eb457;
        font-size: 18px; }
  .aboutUs :nth-child(odd) {
    flex-direction: row; }
    .aboutUs :nth-child(odd) .aboutUsImagesGroup {
      margin: 0 128px 0 0; }
  .aboutUsImagesGroup {
    margin: 0 0 0 128px;
    position: relative;
    top: 0;
    left: 0; }
  .aboutUsImage {
    border-radius: 24px;
    max-width: 352px;
    position: relative;
    z-index: -1;
    display: block; }
  .aboutUsLeaves1 {
    position: absolute;
    bottom: -30px;
    right: -35px; }
  .aboutUsLeaves2 {
    position: absolute;
    bottom: -30px;
    right: -40px; }
  .aboutUsLeaves3 {
    position: absolute;
    bottom: -35px;
    left: -35px;
    transform: rotate(90deg); }

.gallery h2 {
  text-align: center;
  font-weight: 300;
  font-size: 32px;
  line-height: 56px; }

.galleryImages {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  .galleryImages .linearGradient {
    margin: 16px; }
  .galleryImages img {
    border-radius: 24px;
    position: relative;
    z-index: -1;
    display: block; }

.linearGradient {
  border-radius: 24px;
  display: inline-block;
  background: linear-gradient(354.41deg, rgba(101, 146, 82, 0.4) 4.95%, rgba(48, 85, 21, 0) 55.48%); }

.openGallery {
  background: none;
  color: #243E19;
  cursor: pointer;
  border: 1.4px solid #7EB457;
  box-sizing: border-box;
  border-radius: 55px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 24px 8px 32px;
  margin: 20px auto;
  width: 219px; }
  .openGallery img {
    padding-left: 10px; }

.information h2 {
  text-align: center;
  font-weight: 300;
  font-size: 32px;
  line-height: 56px; }

.informationGroup {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .informationGroupItem {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly; }

.informationItem {
  opacity: 0.5;
  background: none;
  border: none;
  cursor: pointer;
  margin: 0 20px;
  padding: 0;
  width: 192px; }
  .informationItem.active {
    opacity: 1; }
  .informationItem:not(.active) .informationItemLeaves {
    display: none; }
  .informationItemImage {
    border-radius: 24px;
    position: relative;
    z-index: -1;
    display: block; }
    .informationItemImageGroup {
      position: relative;
      top: 0;
      left: 0; }
  .informationItemLeaves {
    position: absolute;
    top: -55px;
    left: -55px;
    transform: rotate(180deg); }
  .informationItemName {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0 0 0; }
  .informationItemDescription {
    font-size: 12px;
    line-height: 24px;
    color: #c2c2c2;
    margin: 0; }

.informationDescription:not(.active) {
  display: none; }

.informationDescription p {
  font-size: 15px;
  text-align: left;
  margin: 54px 0 56px 0; }

.informationDescriptionBlocks {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  flex-wrap: wrap; }
  .informationDescriptionBlocks div {
    border: 1px solid #7EB457;
    box-sizing: border-box;
    border-radius: 24px;
    width: 448px;
    padding: 16px 24px; }
    .informationDescriptionBlocks div p {
      font-size: 13px;
      line-height: 32px;
      color: #7D7987;
      margin: 0; }

.footerMain {
  padding: 20px 280px 0 280px;
  color: #fff;
  position: relative;
  min-height: 1185px; }
  .footerMain::before {
    background: url("/images/background_footer_2521.png") no-repeat;
    position: absolute;
    content: "";
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
    min-width: 2521px;
    min-height: 1185px;
    background-size: cover; }

.footer {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 1185px; }
  .footer p {
    margin: 0; }
  .footer h2 {
    text-align: center;
    font-weight: 300;
    font-size: 32px;
    line-height: 56px;
    margin-top: 190px; }
  .footerContacts {
    gap: 10px;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    margin-top: 72px; }
    .footerContacts img {
      padding-right: 18px;
      width: 20px; }
    .footerContactsPhones {
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      align-content: space-between;
      min-width: 356px; }
    .footerContactsAddresses {
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      .footerContactsAddresses > * {
        padding-top: 20px; }
    .footerContactsAddress {
      display: flex; }
    .footerContactsDescription {
      color: rgba(255, 255, 255, 0.7);
      padding-right: 5px; }
  .footerContact {
    display: flex;
    gap: 5px;
    justify-content: space-between;
    padding-top: 20px; }
    .footerContact > div {
      display: flex; }
  .footerData {
    display: flex;
    padding-top: 112px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    text-transform: uppercase;
    height: 151px; }
    .footerData img {
      position: relative;
      top: -55px; }
    .footerDataLeft {
      text-align: left; }
    .footerDataRight {
      text-align: right; }

.scrollToTop {
  position: absolute;
  right: 87px;
  display: flex;
  bottom: 200px;
  flex-direction: column;
  align-items: center;
  z-index: 1; }

@media screen and (max-width: 1920px) {
  .headerMain {
    min-height: 914px; }
    .headerMain::before {
      background: url("/images/background_top_1920.png") no-repeat;
      min-width: 1920px;
      min-height: 914px; }
  .footerMain {
    min-height: 903px; }
    .footerMain .footer {
      min-height: 903px; }
    .footerMain::before {
      background: url("/images/background_footer_1920.png") no-repeat;
      min-width: 1920px;
      min-height: 903px; } }

@media screen and (max-width: 1680px) {
  .headerMain {
    min-height: 800px; }
    .headerMain::before {
      background: url("/images/background_top_1680.png") no-repeat;
      min-width: 1680px;
      min-height: 800px; }
  .footerMain {
    min-height: 790px; }
    .footerMain .footer {
      min-height: 790px; }
    .footerMain::before {
      background: url("/images/background_footer_1680.png") no-repeat;
      min-width: 1680px;
      min-height: 790px; } }

@media screen and (max-width: 1700px) {
  .headerMain {
    padding: 20px 150px 0 150px; }
  main {
    padding: 20px 150px 0 150px; }
  .footerMain {
    padding: 20px 150px 0 150px; } }

@media screen and (max-width: 1385px) {
  .headerMain {
    padding: 20px 28px 0 28px; }
  main {
    padding: 20px 28px 0 28px; }
  .footerMain {
    padding: 20px 28px 0 28px; } }

@media screen and (max-width: 1220px) {
  .galleryImages .linearGradient:nth-child(1) img, .galleryImages .linearGradient:nth-child(2) img, .galleryImages .linearGradient:nth-child(1), .galleryImages .linearGradient:nth-child(2) {
    width: 100%; }
  .galleryImages .linearGradient:nth-child(3), .galleryImages .linearGradient:nth-child(4) {
    display: none; } }

@media screen and (max-width: 1024px) {
  .headerNavigation {
    display: none; }
  .headerNavigationMobile {
    display: flex;
    justify-content: flex-end; }
    .headerNavigationMobile .button {
      cursor: pointer;
      border: none;
      color: #fff;
      justify-content: space-evenly; }
  .scrollToTop {
    display: none; }
  .aboutUs {
    text-align: center; }
  .aboutUs :nth-child(odd) .aboutUsImagesGroup, .aboutUsImagesGroup {
    margin: 0; }
  .aboutUsSection {
    flex-wrap: wrap;
    justify-content: center; }
    .aboutUsSection ul {
      text-align: center;
      list-style-position: inside;
      padding: 0; }
  .informationDescriptionBlocks {
    flex-wrap: wrap; }
  .informationDescription p {
    text-align: center; }
  .footerData {
    justify-content: center; } }

@media screen and (max-width: 983px) {
  .informationGroupItem {
    margin-top: 40px; }
  .footerContacts {
    flex-wrap: wrap;
    justify-content: center; }
  .footerContactsPhones {
    width: 80%; }
  .footerContactsAddresses {
    margin: 0 20px } }

@media screen and (max-width: 951px) {
  .informationDescriptionBlocks div:first-child {
    margin-bottom: 40px; } }

@media screen and (max-width: 800px) {
  .headerMain::before {
    background: url("/images/background_top_800.png") no-repeat;
    min-width: 800px;
    min-height: 829px; }
  .footerMain::before {
    background: url("/images/background_footer_800.png") no-repeat;
    min-width: 800px;
    min-height: 880px; }
  .footerDataLeft, .footerDataRight {
    display: none; } }

@media screen and (max-width: 768px) {
  .footerMain {
    padding: 0; }
  .footerData {
    background: #00000091;
    padding-top: 0;
    margin-top: 111px;
    height: 111px; } }

@media screen and (max-width: 699px) {
  .headerContent {
    padding-top: 0; } }

@media screen and (max-width: 555px) {
  .headerContacts span:last-child {
    display: none; } }

@media screen and (max-width: 450px) {
  .headerMain {
    min-height: 1060px; }
    .headerMain::before {
      background: url("/images/background_top_582.png") no-repeat;
      min-width: 582px;
      min-height: 1060px; }
  .footerMain::before {
    background: url("/images/background_footer_552.png") no-repeat;
    min-width: 552px;
    min-height: 980px; } }

@media screen and (max-width: 424px) {
  .headerNavigationMobile .button {
    width: 40px; }
  .headerNavigationMobile span {
    display: none; } }

@media screen and (max-width: 375px) {
  .aboutUsImage {
    max-width: 280px; }
  .informationItemImage, .informationItem {
    max-width: 120px; }
  .galleryImages .linearGradient {
    margin: 5px; }
  .headerMain, main {
    padding: 10px 8px 0 8px; }
  .footer > h2, .footer p, .footer .footerContacts {
    padding: 0 8px 0 8px; }
  .footer .footerContact {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start; }
  .footer .footerContacts {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0; }
  .footerContactsPhones {
    min-width: auto; } }

.mobileClose {
  display: none;
  z-index: 2;
  color: #fff;
  font-weight: 300;
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 17px;
  cursor: pointer; }

.headerNavigation.mobileOpen {
  display: block;
  position: relative; }
  .headerNavigation.mobileOpen .mobileClose {
    display: block; }
  .headerNavigation.mobileOpen ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    flex-direction: column;
    background: #213a10;
    padding: 20px;
    line-height: 48px;
    width: 180px;
    top: 0;
    position: absolute;
    right: 0;
    border-radius: 15px;
    z-index: 1; }
    .headerNavigation.mobileOpen ul .button {
      background: none; }

.headerGallery {
  text-align: center; }
  .headerGallery h1 {
    font-weight: 300;
    font-size: 32px;
    line-height: 56px; }
  .headerGallery img {
    margin-top: 56px; }

.mainGallery .galleryImages {
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
  justify-content: center; }
  .mainGallery .galleryImages img {
    width: 256px; }

.mainGallery .galleryImages .linearGradient:nth-child(1) img,
.mainGallery .galleryImages .linearGradient:nth-child(2) img,
.mainGallery .galleryImages .linearGradient:nth-child(1),
.mainGallery .galleryImages .linearGradient:nth-child(2) {
  width: 256px; }

.footerGallery {
  position: relative; }
  .footerGallery::before {
    background: url("/images/gallery_footer.png") no-repeat;
    position: absolute;
    content: "";
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
    min-width: 1680px;
    min-height: 111px;
    background-size: cover; }
  .footerGallery .footer {
    min-height: auto;
    padding: 0 200px; }
    .footerGallery .footer .footerData {
      display: flex;
      padding-top: 112px;
      justify-content: space-between;
      align-items: center;
      position: relative;
      text-transform: uppercase;
      height: 111px;
      color: #fff; }

@media screen and (max-width: 1000px) {
  .footerGallery .footer .footerData {
    justify-content: center; }
  .footerGallery .footerDataLeft, .footerGallery .footerDataRight {
    display: none; } }

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