/* USER VARIABLES SECTION */

:root {
	--accent: #006A32;
	--text: #3C3C3B;
	--regular-text: 18px;
	--lineheight: 22px;
	--userfont: "gilroy", sans-serif;
	--systemfont: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
	--desktop: 100 / 1920;
	--mobile: 100 / 440;

}



/* FONTS LOAD SECTION */


@font-face { src: url("../fonts/Gilroy-Regular.woff2") format("woff2"); font-family: "gilroy"; font-weight: 400; font-style: normal; font-display: swap; }
@font-face { src: url("../fonts/Gilroy-Semibold.woff2") format("woff2"); font-family: "gilroy"; font-weight: 600; font-style: italic; font-display: swap; }
@font-face { src: url("../fonts/Gilroy-Extrabold.woff2") format("woff2"); font-family: "gilroy"; font-weight: 800; font-style: normal; font-display: swap; }





/* GENERAL CSS SETTINGS */

::placeholder { color: #C5D1FF; }
::selection { background-color: #E5FFE9; color: #000000; }
input, textarea { outline: none; }

body {
	font-family: var(--userfont);
	font-size: var(--regular-text);
	line-height: normal;
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
	background: #fff;
	font-weight: 400;
	color: var(--text);
	font-optical-sizing: auto;
  font-style: normal;
}


ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}

/* USER STYLES */

a {
	transition: .3s ease-in-out;
	text-decoration: none;
	color: #94C11F;
}

a:hover {
	color: #94C11F;
}

body {
	max-width: 1920px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}



.header-main {
  position: relative;
  padding-top: 50px;
}

.container {
  max-width: 100%;
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
  gap: 30px;
}

.header-main .container {
  display: flex;
  justify-content: flex-end;
}

.header-logo {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 367px;
  width: 100%;
}

.header-logo img {
  width: 100%;
}

.header-menu {
  display: flex;
  gap: 15px;
}

.header-menu > li {
  display: flex;
}

.header-menu > li > a {
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  color: #fff;
  padding: 10px 34px;
  background: #006A32;
  text-transform: uppercase;
}

.header-menu > li > a:hover {
  color: #94C11F;
}

.header-menu > li.current-menu-item > a {
  color: #94C11F;
}

body {
  background: url(../images/body-bg.svg) repeat;
  background-size: 100%;
}


section.main-home-section {
  padding-top: 135px;
  padding-bottom: 25px;
}


.header-menu__langs {
  max-width: 80px;
  width: 100%;
  position: relative;
}

.current-lang {
  padding: 10px 0;
  width: 100%;
  padding-left: 20px;
  font-size: 25px;
  line-height: 25px;
  color: #006A32;
  background: #94C11F;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  text-align: left;
  border: 0!important;
  outline: none!important;
}

.current-lang img {
  width: 10px;
  position: absolute;
  top: 21.5px;
  right: 12.3px;
  transition: .1s ease-in-out;
  transform: rotate(180deg);
}

.header-menu__langs.open .current-lang img {
  transform: rotate(0);
}

.header-langs__dropdown {
  width: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 5px;
  visibility: hidden;
  opacity: 0;
  transition: .1s ease-in-out;
}

.header-langs__dropdown a {
  padding: 10px 0;
  width: 100%;
  padding-left: 20px;
  font-size: 25px;
  line-height: 25px;
  color: #006A32;
  background: #94C11F;
  font-weight: 600;
}

.home-container {
  max-width: 1400px;
  width: 100%;
  margin-right: 67px;
  margin-left: auto;
  display: flex;
  justify-content: space-between;

}


.home-content__left {
  max-width: 752px;
  width: 100%;
}

.page-title {
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 30px;
  font-weight: 800;
  text-transform: uppercase;
}

.home-container .basic-content {
  max-width: 700px;
  width: 100%;
}

.basic-content p {
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 28px;
}

.basic-content > *:last-child {
  margin-bottom: 0;
}

.home-content__right {
  max-width: 550px;
  width: 100%;
}

.home-content__right img {
  width: 100%;
}


.site-footer {
  background: #006A32;
  padding-top: 40px;
  padding-bottom: 30px;
}

.footer-container {
  max-width: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  gap: 155px;
  align-items: flex-end;
}

.footer-column {
  max-width: 300px;
  width: max-content;
  display: flex;
  flex-direction: column;
  /* gap: 11px; */
}

.footer-column a {
  color: #fff;
  font-size: 21px;
  line-height: 21px;
  display: block;
  line-height: 35px;
}

.footer-address a {
  line-height: 35px;
}



.footer-column a:last-child {
  margin-bottom: 0;
}

.footer-column a:hover {
  color: #94C11F;
}


.main-partners-section {
  padding-top: 177px;
  padding-bottom: 214px;
}

.basic-container {
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}


.basic-page-title {
  font-size: 70px;
  line-height: 70px;
  font-weight: 800;
  margin-bottom: 20px;
  max-width: 1200px;
  width: 100%;
  text-transform: uppercase;
}

.page-description {
  max-width: 1000px;
  width: 100%;
  margin-bottom: 74px;
}


.partners-list {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 99px;
}

.partners-list__item {
  width: 100%;
  display: flex;
  gap: 25px;
}

.partner-list__item-image {
  max-width: 400px;
  width: 100%;
  height: 267px;
  overflow: hidden;
}

.partner-list__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .2s ease-in-out;
}

.partners-list__item:hover .partner-list__item-image img {
  transform: scale(1.1);
}

.partner-list__item-description {
  max-width: 249px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.partner-list__item-name {
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 10px;
}

.partner-list__item-address {
  font-size: 21px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 21px;
}

.partner-list__item-site {
  width: 100%;
  /* margin-top: auto; */
}

.partner-list__item-site a {
  width: 100%;
  font-size: 21px;
  line-height: 21px;
  padding: 5px 10px;
  font-weight: 400;
  background: #94C11F;
  color: #3C3C3B;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-menu__langs.open .header-langs__dropdown{
  visibility: visible;
  opacity: 1;
}

.mobile-menu__wrap {
  display: none;
}

.mobile-menu__toggler {
  display: none;
}


@media (max-width: 1680px) {
  .header-logo {
    max-width: 305px;
  }

  .container {
    padding-left: 50px;
    padding-right: 50px;
  }

  section.main-home-section {
    padding-top: 188px;
    padding-bottom: 60px;
  }

  .home-container {
    padding-left: 95px;
    padding-right: 50px;
    justify-content: center;
    gap: 35px;

  }

  .header-menu > li > a {
    font-size: 18px;
    line-height: 18px;
  }

  .current-lang {
    font-size: 18px;
    line-height: 18px;
  }

  .header-langs__dropdown a {
    font-size: 18px;
    line-height: 18px;
  }

  .current-lang img {
    top: 15.5px;
  }

  .home-content__left {
    max-width: 482px;
  }

  .home-content__right {
    max-width: 354px;
    margin-top: 60px;
  }

  .page-title {
    font-size: 65px;
    line-height: 65px;
    margin-bottom: 15px;
  }

  .site-footer {
    padding-top: 43px;
    padding-bottom: 55px;
  }

  .footer-container {
    padding-left: 50px;
    padding-right: 50px;
    justify-content: space-between;
  }

  .footer-column a {
    font-size: 18px;
  }

  section.main-partners-section {
    padding-top: 178px;
    padding-bottom: 136px;
  }

  .basic-container {
    max-width: 100%;
    padding-left: 90px;
    padding-right: 90px;
  }

  .basic-page-title {
    font-size: 65px;
    line-height: 65px;
    margin-bottom: 19px;

  }

  .page-description {
    margin-bottom: 70px;
  }


}

@media (max-width: 1400px) {
  .partners-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 90px;
  }
}


@media (max-width: 1000px) {
  .home-container {
    padding-left: 50px;
    margin: 0;
  }

  .footer-container {
    gap: unset;
  }
}


@media (max-width: 900px) {
  .home-container {
    flex-direction: column;
  }

  .home-content__left {
    max-width: 100%;
  }

  .home-content__right{
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}


@media (max-width: 825px) {
  .header-logo {
    max-width: 246px;
  }

  .header-menu__wrap {
    display: none;
  }

  .header-menu__langs {
    display: none;
  }

  .mobile-menu__toggler {
    display: block;
    max-width: 40px;
    width: 100%;
    cursor: pointer;
  }

  .mobile-menu__toggler img {
    width: 100%;
  }

  .header-main .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .mobile-menu__wrap  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 22px 28px;
    background: #006A32;
    padding-top: 113px;
    padding-bottom: 113px;
    min-height: 656px;
  }

  .mobile-menu__wrap.active {
    display: block;
  }

  .mobile-menu__close {
    position: absolute;
    top: 22px;
    right: 28.5px;
    max-width: 28.28px;
    width: 100%;
    cursor: pointer;
  }

  .mobile-menu__close img {
    width: 100%;
  }

  .mobile-langs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 23px;
    width: 100%;
    margin-bottom: 140px;
  }

   .mobile-langs a {
    font-size: 25px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;

   }

   .mobile-langs__item.is-current span {
    color: #94C11F;
    font-weight: 600;
    font-size: 25px;
    line-height: 25px;
    text-transform: uppercase;
   }

   .header-menu__mobile {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;

   }

   .header-menu__mobile a {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
   }

   .header-menu__mobile li {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
   }

   .header-menu__mobile .current-menu-item a {
    color: #94C11F;
   }

   section.main-home-section {
    padding-top: 204px;
    padding-bottom: 0;
   }

   .basic-container {
    padding-left: 25px;
    padding-right: 25px;
   }

   .basic-page-title {
    font-size: 42px;
    line-height: 45px;
    margin-bottom: 25px;
   }

   section.main-partners-section {
    padding-top: 204px;
    padding-bottom: 160px;
   }

   .home-container {
    padding-left: 25px;
    padding-right: 25px;
    gap: 26px;
   }

   .page-title {
    font-size: 42px;
    line-height: 45px;
    margin-bottom: 25px;
   }

   .basic-content p {
    font-size: 18px;
    line-height: 25px;
   }

   .basic-content > * {
    margin-bottom: 25px;
   }

   .basic-content > *:last-child {
    margin-bottom: 0;
   }

   .home-content__right {
    max-width: 325px;
   }

   .site-footer {
    padding-top: 45px;
    padding-bottom: 54px;
   }

   .footer-container {
    padding-left: 25px;
    padding-right: 25px;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    justify-content: center;
   }

   .footer-column a {
    font-size: 21px;
    line-height: 40px;
    text-align: center;
   }

   .page-description {
    margin-bottom: 55px;
   }

   .partners-list {
    gap: 80px;
   }

   .partners-list__item {
    flex-direction: column;
    gap: 8px;
   }

   .partner-list__item-description {
    max-width: 100%;
   }

   .partner-list__item-image {
    max-width: 100%;
   }

   .partner-list__item-description {
    text-align: center;
   }

   .partner-list__item-site a {
    width: max-content;
    max-width: 100%;
    padding-left: 17px;
    padding-right: 17px;
    margin-left: auto;
    margin-right: auto;
   }


}


@media (max-width: 450px) {
  .basic-page-title {
    font-size: 38px;
  }
}

@media (min-width: 1921px) {
  body {
    max-width: unset;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }

  .home-container {
    margin-right: 20%;
  }

  .site-footer {
    margin-top:auto;
  }
}
