@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Petrona:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@media (max-width: 360px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  html {
    font-size: 12px;
  }
}

@font-face {
  font-family: Noto Sans;
  src: url(../fonts/NotoSans/NotoSans-Regular.ttf);
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: Noto Sans;
  src: url(../fonts/NotoSans/NotoSans-SemiBold.ttf);
  font-style: normal;
  font-weight: 600;
}
*,
::after,
::before {
  box-sizing: border-box;
}

main {
  overflow-x: hidden;
  overflow-y: hidden;
}

input,
select,
textarea {
  border: none;
  background-color: transparent;
  outline: none;
}

body {
  font-family: "Noto Sans", sans-serif;
  color: white;
  margin: 0;
  background-color: #4e9e99;
}

.container {
  max-width: 87.5rem;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 1199.98px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

a {
  text-decoration: none;
  color: white;
  text-decoration: none;
}

ul {
  text-decoration: none;
  padding-left: 0;
}

li {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: white;
  margin: 0;
}

h2,
.h1 {
  font-size: 3.4375rem;
  font-weight: 700;
  line-height: 4.5625rem;
  text-align: left;
}
@media (max-width: 1199.98px) {
  h2,
  .h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 991.98px) {
  h2,
  .h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 575.98px) {
  h2,
  .h1 {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
}

.h2 {
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 3.0619rem;
  text-align: left;
}
@media (max-width: 991.98px) {
  .h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 575.98px) {
  .h2 {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
}

h3,
.h3 {
  font-weight: 700;
}

h4,
.h4 {
  font-size: 1.4375rem;
  font-weight: 400;
  line-height: 1.9375rem;
}

.btn-yellow {
  background-color: #ff4b2d;
  border-radius: 65px;
  padding: 15px 50px;
  border: none;
  color: white;
  font-weight: 700;
}

.menu-ico {
  background: url("../img/icons/menu.svg") center center/contain no-repeat;
  width: 2.25rem;
  height: 2.25rem;
  display: inline-flex;
}

.header {
  background-color: #4e9e99;
  padding-top: 50px;
}
@media (max-width: 991.98px) {
  .header {
    padding-top: 30px;
  }
}
@media (max-width: 575.98px) {
  .header {
    padding-top: 20px;
  }
}
.header__logo {
  margin-right: 100px;
}
@media (max-width: 991.98px) {
  .header__logo {
    margin-right: 0px;
  }
}
.header__logo img {
  width: 17.375rem;
}
@media (max-width: 1199.98px) {
  .header__logo img {
    width: 15.375rem;
  }
}
@media (max-width: 767.98px) {
  .header__logo img {
    width: 8.5rem;
  }
}
@media (max-width: 575.98px) {
  .header__logo img {
    width: 4.625rem;
  }
}
.header__text {
  font-size: 25px;
  margin-bottom: 0px;
  width: 325px;
  border-right: 2px solid white;
}
@media (max-width: 991.98px) {
  .header__text {
    border-right: none;
    width: 200px;
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .header__text {
    font-size: 15px;
    width: 150px;
  }
}
@media (max-width: 575.98px) {
  .header__text {
    width: 100px;
    font-size: 12px;
  }
}
.header__mobile-contacts {
  display: none;
}
@media (max-width: 991.98px) {
  .header__mobile-contacts {
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 20px;
    padding: 0.625rem 1.25rem;
    border-radius: 0.9375rem;
    font-weight: 700;
    width: 60%;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .header__mobile-contacts {
    font-size: 17px;
    width: 70%;
    padding: 0px;
  }
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
  .header__mobile-contacts {
    width: 72%;
    font-size: 13px;
  }
}
.header__phone {
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 1199.98px) {
  .header__phone {
    font-size: 33px;
  }
}

.navbar {
  align-items: center;
}
@media (max-width: 767.98px) {
  .navbar {
    justify-content: space-between;
  }
}
.navbar-nav {
  display: flex;
  justify-content: space-around;
  border-radius: 0.75rem;
}
.navbar-nav .nav-item {
  padding: 1.25rem 0rem;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .navbar-nav .nav-item {
    padding-left: 0.9375rem;
  }
}
.navbar-toggler {
  border: 0.25rem solid #fff;
}

.dropdown-menu {
  border: none;
  width: 15rem;
  padding-inline: 1rem;
  top: 90%;
  border-radius: 1.25rem;
}
.dropdown-menu__item {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.dropdown-menu__link:hover {
  color: #ff6900;
}

.dropdown-toggle::after {
  content: url("../img/icons/arrow-down.svg");
  display: inline-block;
  margin-left: 0.755em;
  vertical-align: 0em;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
.dropdown-toggle::after:hover {
  content: url("../img/icons/arrow-down-org.svg");
}

.content {
  background-color: #4e9e99;
}
.content__wrapper {
  border-top: 2px solid white;
  padding-bottom: 50px;
  padding-top: 100px;
}
@media (max-width: 767.98px) {
  .content__wrapper {
    padding-top: 50px;
  }
}
.content__img {
  width: 650px;
}
@media (max-width: 1699.98px) {
  .content__img {
    width: 100%;
  }
}/*# sourceMappingURL=styles.css.map */