﻿html {
  height: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  background-color: #067831;
  font-family: "Roboto Slab", sans-serif;
}

p,
h1,
h2,
h3 {
  padding: 0;
  margin: 0;
}

main {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(/images/bg.png);
}

a {
  text-decoration: none;
}

.title {
  text-align: center;
  margin-bottom: 5px;
  margin-top: 15px;
  font-weight: bold;
  color: #fff;
}

.text {
  text-align: justify;
  color: #fff;

  margin-bottom: 10px;
}

.header {
  background-color: #0c5e2b;
  padding: 10px;

  width: 100%;
  position: fixed;
  top: 0;
}

.header__mobile {
  display: none;
}

.header__wrapper {
  max-width: 1400px;
  margin: auto;
}

.header__logo {
  width: 200px;
}

.header__block {
  width: 100%;
}

.header__container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.header__navigation {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.header__buttons {
  display: flex;
  gap: 15px;
}

.pg__button-link {
  background-color: #fee001;
  color: #06781b;
  font-weight: 600;
  text-align: center;
  padding: 15px 30px;
  border-radius: 5px;

  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.header__button-link {
  background-color: #fee001;
  color: #06781b;
  font-weight: 600;
  padding: 10px;
  border-radius: 5px;
  width: 100px;
  text-align: center;
}

.header__navigation {
  padding: 5px 10px;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.header__link {
  color: #fff;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.pg__wrapper {
  max-width: 1120px;
  display: flex;
  flex-direction: column;
  align-items: center;

  padding: 0 10px;
}

.header__mobile .header__link {
  border-bottom: 1px solid #fee001;
}

.pg__img {
  width: 100%;
}

.header__close {
  display: none;
}

.header__burger {
  display: none;
}

.pg__doble-block {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header__container-block {
  display: flex;
  align-items: center;
  gap: 35px;
}

.pg__btn-block {
  margin-top: 5px;
  margin-bottom: 20px;
}

.pg__h1-title {
  margin-top: 100px;
  font-size: 50px;
  line-height: 60px;
}

.pg__h2-title {
  margin-top: 15px;
  font-size: 35px;
}

.pg__img-container {
  margin-top: 10px;
  max-width: 1120px;
  width: 100%;
}

.header__mobile-block {
  display: none;
}

.header__mobile {
  display: flex;

  justify-content: center;
  flex-direction: column;
  gap: 15px;
  flex-wrap: wrap;
  padding: 10px;
}

.pg__block-text {
  width: 100%;
}

.pg__button-block {
  display: flex;
  gap: 15px;
}

.text {
  font-size: 22px;
}

.pg__doble-block {
  margin: 20px 0;
}

@media (max-width: 1120px) {
  .header__burger {
    display: block;
  }

  .header__navigation {
    display: none;
  }
  .pg__h1-title {
    margin-top: 100px;
  }

  .pg__h2-title {
    margin-top: 15px;
  }
}

@media (max-width: 650px) {
  .pg__button-block .pg__btn-block .pg__button-link {
    padding: 8px 15px;
    font-size: 14px;
    text-align: center;
  }

  .pg__doble-block {
    margin: 10px 0;
  }

  .pg__doble-block .pg__button-link {
    font-size: 15px;
    padding: 10px;
  }

  .pg__button-block .pg__btn-block .pg__button-link svg {
    width: 12px;
  }

  .pg__btn-block {
    margin-bottom: 10px;
  }

  .header__button-link {
    text-transform: capitalize;
    font-size: 20px;
  }

  .pg__h1-title {
    margin-top: 100px;
  }

  .pg__doble-link {
    text-align: center;

    font-size: 15px;
    padding: 5px 10px;
  }

  .header__container {
    gap: 5px;
  }

  .header__logo {
    width: 65%;
  }

  .header__container-block {
    gap: 15px;
  }

  .pg__h1-title {
    font-size: 32px;
    line-height: 42px;
  }
}

@media (max-width: 500px) {
  .header__button-link {
    font-size: 15px;
    width: 80px;
    font-size: 15px;
  }

  .pg__h2-title {
    font-size: 26px;
  }

  .header__logo {
    width: 100%;
  }

  .header__logo-link {
    width: 75%;
  }
}

@media (max-width: 350px) {
  .pg__button-block .pg__btn-block .pg__button-link svg {
    width: 10px;
  }

  .pg__button-block .pg__btn-block .pg__button-link {
    font-size: 11px;
  }

  .header__logo-link {
    width: 95%;
  }

  .header__logo {
    width: 100%;
  }

  .pg__h1-title {
    margin-top: 75px;
  }
}
