*, :before, :after {
  box-sizing: border-box;
}

html {
  tab-size: 4;
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
}

hr {
  height: 0;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp, pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button, select {
  text-transform: none;
}

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

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

.decor {
  z-index: 3;
  width: 80%;
  height: 100%;
  background-color: #fff;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 414px) {
  .decor {
    width: 360px;
  }
}

@media screen and (min-width: 601px) {
  .decor {
    width: 480px;
    left: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .decor {
    width: 800px;
    left: 132px;
  }
}

@media screen and (min-width: 1440px) {
  .decor {
    width: 1000px;
    left: 144px;
  }
}

body {
  max-width: 100vw;
  scroll-behavior: smooth;
  color: #000;
  background-color: #1c5739;
  font-family: Ubuntu, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.22;
  position: relative;
  overflow-x: hidden;
}

@media screen and (min-width: 1024px) {
  body {
    font-size: 16px;
    line-height: 1.36;
  }
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 20px;
    line-height: 1.44;
  }
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

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

button {
  cursor: pointer;
  border: none;
}

.visually-hidden {
  white-space: nowrap;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

input {
  border: none;
}

svg {
  fill: currentColor;
}

.container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

@media screen and (min-width: 414px) {
  .container {
    width: 414px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 601px) {
  .container {
    width: 601px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .container {
    height: 100%;
    width: 1024px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    height: 100%;
    width: 1440px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.container__section {
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-evenly;
  padding-top: 60px;
  display: flex;
}

@media screen and (min-width: 601px) {
  .container__section {
    padding-top: 70px;
    padding-left: 64px;
  }
}

@media screen and (min-width: 1024px) {
  .container__section {
    padding-top: 75px;
    padding-left: 170px;
  }
}

@media screen and (min-width: 1440px) {
  .container__section {
    padding-top: 80px;
    padding-left: 190px;
  }
}

.title {
  z-index: 4;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}

@media screen and (min-width: 601px) {
  .title {
    font-size: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .title {
    font-size: 26px;
  }
}

@media screen and (min-width: 1440px) {
  .title {
    font-size: 30px;
  }
}

.subtitle {
  z-index: 4;
  color: #1c5739;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

@media screen and (min-width: 601px) {
  .subtitle {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .subtitle {
    font-size: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .subtitle {
    font-size: 24px;
  }
}

.header {
  z-index: 1000;
  width: 100%;
  height: 60px;
  background-color: #fff;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (min-width: 601px) {
  .header {
    height: 70px;
  }
}

@media screen and (min-width: 1024px) {
  .header {
    height: 75px;
  }
}

@media screen and (min-width: 1440px) {
  .header {
    height: 80px;
  }
}

.header__container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header__logo-link {
  width: 170px;
  display: block;
}

@media screen and (min-width: 601px) {
  .header__logo-link {
    width: 140px;
  }
}

@media screen and (min-width: 1024px) {
  .header__logo-link {
    width: 200px;
  }
}

@media screen and (min-width: 1440px) {
  .header__logo-link {
    width: 260px;
  }
}

.header__navigation-list {
  text-transform: uppercase;
  letter-spacing: 0;
  gap: 4px;
  font-size: 11px;
  display: flex;
}

@media screen and (min-width: 1024px) {
  .header__navigation-list {
    gap: 16px;
    font-size: 18px;
  }
}

@media screen and (min-width: 1440px) {
  .header__navigation-list {
    gap: 24px;
    font-size: 24px;
  }
}

.header__navigation-link {
  transition: color .25s cubic-bezier(.4, 0, .2, 1);
  position: relative;
}

.header__navigation-link:hover, .header__navigation-link:focus {
  color: #8fbd20;
}

@media screen and (min-width: 601px) {
  .header__navigation {
    border-right: 2px solid #1c5739;
    padding-right: 4px;
  }
}

@media screen and (min-width: 1024px) {
  .header__navigation {
    border-width: 3px;
    padding-right: 12px;
  }
}

@media screen and (min-width: 1440px) {
  .header__navigation {
    border-width: 4px;
    padding-right: 15px;
  }
}

.header__wrapper {
  display: none;
}

@media screen and (min-width: 601px) {
  .header__wrapper {
    align-items: center;
    gap: 4px;
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .header__wrapper {
    gap: 12px;
  }
}

@media screen and (min-width: 1440px) {
  .header__wrapper {
    gap: 15px;
  }
}

.menu-lang {
  display: none;
}

@media screen and (min-width: 601px) {
  .menu-lang {
    gap: 4px;
    font-size: 11px;
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .menu-lang {
    gap: 10px;
    font-size: 18px;
  }
}

@media screen and (min-width: 1440px) {
  .menu-lang {
    gap: 12px;
    font-size: 22px;
  }
}

.menu-lang__link {
  transition: color .25s cubic-bezier(.4, 0, .2, 1);
}

.menu-lang__link:hover, .menu-lang__link:focus {
  color: #8fbd20;
}

.hero__title {
  z-index: 4;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  width: 80%;
  font-size: 20px;
  position: relative;
}

@media screen and (min-width: 414px) {
  .hero__title {
    width: 330px;
    font-size: 24px;
  }
}

@media screen and (min-width: 601px) {
  .hero__title {
    width: 460px;
    font-size: 26px;
  }
}

@media screen and (min-width: 1024px) {
  .hero__title {
    width: 700px;
    font-size: 30px;
  }
}

@media screen and (min-width: 1440px) {
  .hero__title {
    width: 900px;
    font-size: 36px;
  }
}

.hero__image {
  z-index: 5;
  width: 100%;
  height: 350px;
  background-image: url("hero.22dc911d.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  position: relative;
}

@media screen and (min-width: 414px) {
  .hero__image {
    height: 380px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 601px) {
  .hero__image {
    width: 480px;
    height: 280px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .hero__image {
    width: 740px;
    height: 340px;
  }
}

@media screen and (min-width: 1440px) {
  .hero__image {
    width: 1000px;
    height: 480px;
  }
}

.company__wrapper1 {
  z-index: 5;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

@media screen and (min-width: 414px) {
  .company__wrapper1 {
    gap: 15px;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 1024px) {
  .company__wrapper1 {
    gap: 26px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .company__wrapper1 {
    gap: 32px;
  }
}

.company__wrapper2 {
  z-index: 5;
  flex-direction: column-reverse;
  gap: 15px;
  display: flex;
  position: relative;
}

@media screen and (min-width: 601px) {
  .company__wrapper2 {
    gap: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .company__wrapper2 {
    flex-direction: row;
    justify-content: space-between;
  }
}

.company__wrapper3 {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

@media screen and (max-width: 600.98px) {
  .company__wrapper3 {
    width: 340px;
  }
}

@media screen and (max-width: 413.98px) {
  .company__wrapper3 {
    width: 80%;
  }
}

@media screen and (min-width: 601px) and (max-width: 1023.98px) {
  .company__wrapper3 {
    width: 465px;
  }
}

@media screen and (min-width: 1024px) {
  .company__wrapper3 {
    gap: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .company__wrapper3 {
    gap: 30px;
  }
}

.company__image {
  width: 280px;
  height: 120px;
  background-image: url("company.ac12c2a6.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-shrink: 0;
  margin-left: auto;
}

@media screen and (min-width: 414px) {
  .company__image {
    width: 300px;
    height: 150px;
    margin-left: auto;
  }
}

@media screen and (min-width: 601px) {
  .company__image {
    width: 380px;
    height: 150px;
  }
}

@media screen and (min-width: 1024px) {
  .company__image {
    width: 400px;
    height: 260px;
    margin-left: 0;
  }
}

@media screen and (min-width: 1440px) {
  .company__image {
    width: 640px;
    height: 360px;
  }
}

.company__text {
  width: 80%;
}

@media screen and (min-width: 414px) {
  .company__text {
    width: 340px;
  }
}

@media screen and (min-width: 601px) {
  .company__text {
    width: 465px;
  }
}

@media screen and (min-width: 1024px) {
  .company__text {
    width: 740px;
  }
}

@media screen and (min-width: 1440px) {
  .company__text {
    width: 900px;
  }
}

.product__image {
  width: 280px;
  height: 120px;
  background-image: url("product.bb6bb535.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-shrink: 0;
  margin-left: auto;
}

@media screen and (min-width: 414px) {
  .product__image {
    width: 300px;
    height: 120px;
  }
}

@media screen and (min-width: 601px) {
  .product__image {
    width: 200px;
    height: 120px;
    margin-left: 0;
  }
}

@media screen and (min-width: 1024px) {
  .product__image {
    width: 360px;
    height: 200px;
  }
}

@media screen and (min-width: 1440px) {
  .product__image {
    width: 500px;
    height: 280px;
  }
}

.product__wrapper1 {
  z-index: 5;
  flex-direction: column;
  margin-bottom: 15px;
  display: flex;
  position: relative;
}

@media screen and (min-width: 601px) {
  .product__wrapper1 {
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 0;
  }
}

.product__wrapper2 {
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
  display: flex;
}

@media screen and (max-width: 600.98px) {
  .product__wrapper2 {
    width: 340px;
  }
}

@media screen and (max-width: 413.98px) {
  .product__wrapper2 {
    width: 80%;
  }
}

@media screen and (min-width: 601px) {
  .product__wrapper2 {
    gap: 12px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .product__wrapper2 {
    gap: 26px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1440px) {
  .product__wrapper2 {
    gap: 32px;
  }
}

.product__wrapper3 {
  z-index: 5;
  width: 80%;
  flex-direction: column;
  gap: 8px;
  display: flex;
  position: relative;
}

@media screen and (min-width: 414px) {
  .product__wrapper3 {
    width: 340px;
  }
}

@media screen and (min-width: 601px) {
  .product__wrapper3 {
    width: 465px;
    gap: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .product__wrapper3 {
    width: 740px;
    gap: 12px;
  }
}

@media screen and (min-width: 1440px) {
  .product__wrapper3 {
    width: 900px;
    gap: 16px;
  }
}

.product__list {
  flex-direction: column;
  gap: 5px;
  display: flex;
}

@media screen and (min-width: 601px) {
  .product__list {
    gap: 6px;
  }
}

@media screen and (min-width: 1024px) {
  .product__list {
    gap: 7px;
  }
}

@media screen and (min-width: 1440px) {
  .product__list {
    gap: 8px;
  }
}

.product__item {
  align-items: baseline;
  gap: 6px;
  display: flex;
}

@media screen and (min-width: 601px) {
  .product__item {
    gap: 8px;
  }
}

@media screen and (min-width: 1024px) {
  .product__item {
    gap: 9px;
  }
}

@media screen and (min-width: 1440px) {
  .product__item {
    gap: 10px;
  }
}

.product__box {
  color: #fff;
  width: 20px;
  height: 14px;
  background-color: #1c5739;
  border: 0;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: 600;
  display: flex;
}

@media screen and (min-width: 601px) {
  .product__box {
    width: 24px;
    height: 16px;
    font-size: 12px;
  }
}

@media screen and (min-width: 1024px) {
  .product__box {
    width: 30px;
    height: 24px;
    font-size: 16px;
  }
}

@media screen and (min-width: 1440px) {
  .product__box {
    width: 34px;
    height: 28px;
    font-size: 20px;
  }
}

.factory__list {
  z-index: 5;
  flex-direction: column;
  gap: 10px;
  display: flex;
  position: relative;
}

@media screen and (min-width: 414px) {
  .factory__list {
    gap: 12px;
  }
}

@media screen and (min-width: 601px) {
  .factory__list {
    gap: 14px;
  }
}

@media screen and (min-width: 1024px) {
  .factory__list {
    gap: 26px;
  }
}

@media screen and (min-width: 1440px) {
  .factory__list {
    gap: 32px;
  }
}

.factory__item {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

@media screen and (min-width: 601px) {
  .factory__item {
    gap: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .factory__item {
    gap: 11px;
  }
}

@media screen and (min-width: 1440px) {
  .factory__item {
    gap: 12px;
  }
}

.factory__wrapper1 {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

@media screen and (min-width: 414px) {
  .factory__wrapper1 {
    gap: 12px;
  }
}

@media screen and (min-width: 601px) {
  .factory__wrapper1 {
    gap: 14px;
  }
}

@media screen and (min-width: 1024px) {
  .factory__wrapper1 {
    gap: 26px;
  }
}

@media screen and (min-width: 1440px) {
  .factory__wrapper1 {
    gap: 32px;
  }
}

@media screen and (min-width: 1024px) {
  .factory__text {
    width: 537px;
  }
}

@media screen and (min-width: 1440px) {
  .factory__text {
    width: 633px;
  }
}

.factory__wrapper2 {
  display: flex;
}

.factory__circle {
  z-index: 5;
  width: 110px;
  height: 110px;
  background-color: #fff;
  border: 6px solid #8fbd20;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

@media screen and (min-width: 414px) {
  .factory__circle {
    width: 120px;
    height: 120px;
    border-width: 7px;
  }
}

@media screen and (min-width: 601px) {
  .factory__circle {
    width: 180px;
    height: 180px;
    border-width: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .factory__circle {
    width: 270px;
    height: 270px;
    border-width: 12px;
  }
}

@media screen and (min-width: 1440px) {
  .factory__circle {
    width: 360px;
    height: 360px;
    border-width: 15px;
  }
}

.contacts__section {
  height: calc(100vh - 50px);
}

@media screen and (min-width: 601px) {
  .contacts__section {
    height: calc(100vh - 60px);
  }
}

@media screen and (min-width: 1024px) {
  .contacts__section {
    height: calc(100vh - 75px);
  }
}

@media screen and (min-width: 1440px) {
  .contacts__section {
    height: calc(100vh - 80px);
  }
}

.contacts__container {
  min-height: calc(100vh - 50px);
}

@media screen and (min-width: 601px) {
  .contacts__container {
    min-height: calc(100vh - 60px);
  }
}

@media screen and (min-width: 1024px) {
  .contacts__container {
    min-height: calc(100vh - 75px);
  }
}

@media screen and (min-width: 1440px) {
  .contacts__container {
    min-height: calc(100vh - 80px);
  }
}

.contacts__wrapper {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

@media screen and (max-width: 413.98px) {
  .contacts__wrapper {
    width: 80%;
  }
}

@media screen and (min-width: 414px) {
  .contacts__wrapper {
    gap: 12px;
  }
}

@media screen and (min-width: 601px) {
  .contacts__wrapper {
    gap: 14px;
  }
}

@media screen and (min-width: 1024px) {
  .contacts__wrapper {
    gap: 26px;
  }
}

@media screen and (min-width: 1440px) {
  .contacts__wrapper {
    gap: 32px;
  }
}

.contacts__list {
  z-index: 4;
  flex-direction: column;
  gap: 5px;
  font-style: normal;
  display: flex;
  position: relative;
}

@media screen and (min-width: 414px) {
  .contacts__list {
    padding-right: 35px;
  }
}

@media screen and (min-width: 601px) {
  .contacts__list {
    gap: 6px;
    padding-right: 70px;
  }
}

@media screen and (min-width: 1024px) {
  .contacts__list {
    gap: 7px;
    padding-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .contacts__list {
    gap: 8px;
  }
}

.contacts__item {
  flex-direction: column;
  gap: 5px;
  display: flex;
}

@media screen and (min-width: 601px) {
  .contacts__item {
    flex-direction: row;
    gap: 6px;
  }
}

@media screen and (min-width: 1024px) {
  .contacts__item {
    gap: 7px;
  }
}

@media screen and (min-width: 1440px) {
  .contacts__item {
    gap: 8px;
  }
}

.contacts__title {
  font-weight: 500;
}

.contacts__link {
  font-weight: 400;
  transition: color .25s cubic-bezier(.4, 0, .2, 1);
}

.contacts__link:hover, .contacts__link:focus {
  color: #8fbd20;
}

.contacts__map {
  z-index: 4;
  width: 100%;
  height: 360px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  position: relative;
}

@media screen and (min-width: 414px) {
  .contacts__map {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 601px) {
  .contacts__map {
    width: 480px;
    height: 260px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .contacts__map {
    width: 740px;
    height: 280px;
  }
}

@media screen and (min-width: 1440px) {
  .contacts__map {
    width: 1000px;
    height: 380px;
  }
}

.footer {
  z-index: 4;
  height: 50px;
  background-color: #222;
  position: relative;
}

@media screen and (min-width: 601px) {
  .footer {
    height: 60px;
  }
}

@media screen and (min-width: 1024px) {
  .footer {
    height: 75px;
  }
}

@media screen and (min-width: 1440px) {
  .footer {
    height: 80px;
  }
}

.footer__container {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  font-size: 8px;
  display: flex;
}

@media screen and (min-width: 414px) {
  .footer__container {
    font-size: 10px;
  }
}

@media screen and (min-width: 601px) {
  .footer__container {
    font-size: 12px;
  }
}

@media screen and (min-width: 1024px) {
  .footer__container {
    font-size: 13px;
  }
}

@media screen and (min-width: 1440px) {
  .footer__container {
    font-size: 14px;
  }
}

.footer__wrapper {
  flex-direction: column;
  display: flex;
}

.footer__socials-list {
  gap: 12px;
  display: flex;
}

@media screen and (min-width: 601px) {
  .footer__socials-list {
    gap: 14px;
  }
}

@media screen and (min-width: 1024px) {
  .footer__socials-list {
    gap: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .footer__socials-list {
    gap: 24px;
  }
}

.footer__socials-icon {
  width: 18px;
  height: 18px;
  stroke: #fff;
  transition: scale .25s cubic-bezier(.4, 0, .2, 1);
}

@media screen and (min-width: 414px) {
  .footer__socials-icon {
    width: 20px;
    height: 20px;
  }
}

@media screen and (min-width: 601px) {
  .footer__socials-icon {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .footer__socials-icon {
    width: 30px;
    height: 30px;
  }
}

@media screen and (min-width: 1440px) {
  .footer__socials-icon {
    width: 34px;
    height: 34px;
  }
}

.footer__socials-icon:hover, .footer__socials-icon:focus {
  scale: 1.2;
}

.mobmenu {
  z-index: 1001;
  width: 100%;
  height: 100%;
  background-color: #1c5739;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.is-open {
  display: block;
}

.is-open-for-body {
  overflow: hidden;
}

.open-mobmenu-btn {
  color: #1c5739;
  background-color: #fff;
}

@media screen and (min-width: 601px) {
  .open-mobmenu-btn {
    display: none;
  }
}

.close-mobmenu-btn {
  color: #fff;
  background-color: #1c5739;
  align-self: flex-end;
}

@media screen and (min-width: 601px) {
  .close-mobmenu-btn {
    display: none;
  }
}

.mobmenu__container {
  flex-direction: column;
  align-items: center;
  gap: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
}

@media screen and (min-width: 414px) {
  .mobmenu__container {
    width: 414px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.mobmenu-nav {
  flex-direction: column;
  align-items: center;
  gap: 20px;
  display: flex;
}

.mobmenu-nav__button {
  color: #fff;
  text-transform: uppercase;
  background-color: #1c5739;
  font-size: 20px;
  transition: color .25s cubic-bezier(.4, 0, .2, 1);
}

.mobmenu-nav__button:hover, .mobmenu-nav__button:focus {
  color: #8fbd20;
}

.mobmenu-lang {
  letter-spacing: 1.2px;
  color: #8fbd20;
  font-size: 18px;
}

.mobmenu-lang__link {
  color: #fff;
  transition: color .25s cubic-bezier(.4, 0, .2, 1);
}

.mobmenu-lang__link:hover, .mobmenu-lang__link:focus {
  color: #8fbd20;
}

/*# sourceMappingURL=en.b07a87f3.css.map */
