@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
* {
  box-sizing: border-box;
}

::-webkit-scrollbar {
  display: none;
}

body {
  background: rgb(144, 211, 90);
  font-family: "Raleway", sans-serif;
  color: rgb(24, 37, 24);
  margin: 0;
  padding: 0;
  overflow-y: unset;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
}
.container.main_con {
  padding: 0;
}
@media (max-width: 1366px) {
  .container {
    padding: 0 15px;
  }
}

.header_mobile {
  display: none;
}

.header {
  position: absolute;
  top: 0;
  width: 100%;
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 37px 0;
}
.header__button {
  background: rgb(193, 239, 65);
  border-radius: 100px;
  padding: 22.5px 23px;
  color: rgb(24, 37, 24);
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  cursor: pointer;
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 60px;
}
.header__menu__item {
  text-decoration: none;
  color: rgb(255, 254, 187);
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 34px;
  text-decoration: none;
  color: rgb(255, 254, 187);
  font-size: 14.6px;
  line-height: 18px;
  font-weight: 700;
}
.header__logo span {
  font-family: "Dela Gothic One", sans-serif;
  font-size: 26.2px;
  line-height: 28px;
  font-weight: 400;
}

.main {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%), url("/assets/img/main_bg.webp") no-repeat;
  background-size: cover;
  padding: 120px 0 0 0;
}
.main__title {
  text-align: center;
  font-family: "Dela Gothic One", sans-serif;
  margin-bottom: 44px;
  font-size: 130px;
  line-height: 110px;
  color: rgb(255, 254, 187);
}
.main__description {
  color: rgb(255, 254, 187);
  margin-bottom: 80px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}
.main__container_footer {
  background: linear-gradient(180deg, rgba(144, 211, 90, 0) 0%, #90D35A 100%);
  height: 190px;
}
.main__button {
  background: rgb(193, 239, 65);
  padding: 40px 0;
  color: rgb(24, 37, 24);
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  border-radius: 100px;
  text-align: center;
  max-width: 336px;
  margin: 0 auto;
  cursor: pointer;
}

.products {
  padding: 0 0 16px 0;
  background: rgb(144, 211, 90);
  position: relative;
  top: -3px;
  z-index: 10;
}
.products__wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
.products__item {
  background: rgb(24, 37, 24);
  border-radius: 44px;
  max-width: 461px;
}
.products__item__title {
  color: rgb(255, 254, 187);
  margin-bottom: 8px;
  font-size: 40px;
  line-height: 40px;
  font-weight: 900;
}
.products__item__category {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
}
.products__item__category__name {
  color: rgb(193, 239, 65);
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
}
.products__item__category__border {
  width: 5px;
  height: 5px;
  background: rgb(193, 239, 65);
  border-radius: 50%;
}
.products__item__description {
  color: rgb(255, 254, 187);
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  max-width: 330px;
}
.products__item__wrapper {
  padding: 32px;
}
.products__item img {
  border-top-left-radius: 44px;
  border-top-right-radius: 44px;
  width: 100%;
}

.tov__wrapper {
  background: rgb(24, 37, 24);
  border-radius: 44px;
  padding: 120px 100px;
}
.tov__title {
  color: rgb(193, 239, 65);
  text-align: center;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  margin-bottom: 16px;
}
.tov__description {
  text-align: center;
  color: rgb(193, 239, 65);
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 60px;
}
.tov__wrapper_sub {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 60px;
}
.tov__item {
  background: rgb(32, 48, 32);
  border-radius: 100px;
  padding: 40px 115px;
  max-width: 590px;
  height: 172px;
}
.tov__item__title {
  color: rgb(193, 239, 65);
  font-size: 32px;
  line-height: 32px;
  font-weight: 900;
  margin-bottom: 16px;
  text-align: center;
}
.tov__item__description {
  color: rgb(193, 239, 65);
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  width: 360px;
}
.tov__button {
  background: rgb(193, 239, 65);
  border-radius: 100px;
  padding: 32px 0;
  text-align: center;
  width: 100%;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: rgb(24, 37, 24);
  cursor: pointer;
}

.advantages {
  padding: 140px 0;
}
.advantages__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
}
.advantages__border {
  border-left: 3px solid rgba(24, 37, 24, 0.1);
  height: 110px;
}
.advantages__item {
  max-width: 320px;
  padding: 32px;
}
.advantages__item__title {
  color: rgb(24, 37, 24);
  text-align: center;
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 32px;
  font-weight: 900;
}
.advantages__item__description {
  color: rgb(24, 37, 24);
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  width: 230px;
  margin: 0 auto;
}

.product_full__wrapper {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
  width: 100%;
}
.product_full__image {
  border-radius: 44px;
}
.product_full__image.small {
  width: 448px;
}
.product_full__image.big {
  width: 944px;
}

.social {
  padding-top: 140px;
}
.social__wrapper {
  display: flex;
  align-items: self-start;
  justify-content: space-between;
}
.social__item {
  max-width: 260px;
  text-decoration: none;
}
.social__item__title {
  color: rgb(24, 37, 24);
  margin-bottom: 8px;
  font-size: 32px;
  line-height: 32px;
  font-weight: 900;
  text-align: center;
}
.social__item__description {
  text-align: center;
  color: rgb(24, 37, 24);
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}
.social__item__image {
  background: rgb(24, 37, 24);
  border-radius: 50%;
  padding: 20px;
  max-width: 80px;
  max-height: 80px;
  margin: 0 auto 24px;
}
.social__item__border {
  border-left: 3px solid rgba(24, 37, 24, 0.1);
  height: 201px;
}

.description_block {
  padding: 140px 0;
}
.description_block__text {
  background: rgb(24, 37, 24);
  border-radius: 44px;
  padding: 80px 100px;
  color: rgb(193, 239, 65);
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.footer__container {
  background: rgb(24, 37, 24);
  color: rgb(193, 239, 65);
  border-radius: 44px;
  padding: 120px 100px;
  margin-bottom: 64px;
}
.footer__title {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 77px;
  line-height: 83px;
  margin-bottom: 40px;
  text-align: center;
}
.footer__sub_text {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
}
.footer__description {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 80px;
  text-align: center;
}
.footer__button {
  background: rgb(193, 239, 65);
  color: rgb(24, 37, 24);
  border-radius: 100px;
  padding: 32px 0;
  text-align: center;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 280px;
  cursor: pointer;
}
.footer__button.small {
  width: 334px;
}
.footer__border {
  border: 2px solid rgba(193, 239, 65, 0.2);
}
.footer__wrapper {
  display: flex;
  align-items: self-start;
  justify-content: space-between;
  padding: 40px 0 0 0;
  max-height: 320px;
}
.footer__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 34px;
  text-decoration: none;
  color: rgb(193, 239, 65);
  font-size: 14.6px;
  line-height: 18px;
  font-weight: 700;
}
.footer__logo span {
  font-family: "Dela Gothic One", sans-serif;
  font-size: 26.2px;
  line-height: 28px;
  font-weight: 400;
}
.footer__col.menu {
  display: flex;
  align-items: self-start;
  gap: 60px;
}
.footer__menu {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.footer__menu__title, .footer__menu__item {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none;
  color: rgb(193, 239, 65);
}
.footer__date {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.questions {
  padding-bottom: 140px;
}
.questions__wrapper {
  background: rgb(193, 239, 65);
  border-radius: 44px;
  padding: 80px 100px;
}
.questions__title {
  font-family: "Dela Gothic One", sans-serif;
  text-align: center;
  color: rgb(24, 37, 24);
  margin-bottom: 60px;
  font-size: 80px;
  line-height: 80px;
  font-weight: 400;
}
.questions .faq__item {
  border-bottom: 3px solid rgba(66, 90, 66, 0.1);
  padding: 40px 0;
}
.questions .faq__item:last-child {
  border-bottom: unset;
}
.questions .faq__item__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.questions .faq__item__title {
  color: rgb(24, 37, 24);
  font-size: 32px;
  line-height: 32px;
  font-weight: 900;
}
.questions .faq__item__text {
  color: rgb(24, 37, 24);
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  display: none;
  padding-top: 40px;
}
.questions .faq__item__img {
  border-radius: 50%;
  background: rgb(24, 37, 24);
  padding: 20px;
  cursor: pointer;
}

.popup {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999999;
}
.popup__content {
  border-radius: 40px;
  background: rgb(193, 239, 65);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  width: 100%;
  max-width: 1400px;
  padding: 80px;
}
.popup .closed_popup {
  float: right;
  top: -20px;
  position: relative;
  cursor: pointer;
}
.popup__title {
  color: rgb(24, 37, 24);
  text-align: center;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 80px;
  margin-bottom: 14px;
}
.popup__description {
  color: rgb(24, 37, 24);
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 60px;
  max-width: 830px;
}
.popup__address {
  background: rgb(24, 37, 24);
  border-radius: 100px;
  padding: 40px 80px;
  max-width: 780px;
  margin: 0 auto 60px;
}
.popup__address__title {
  color: rgb(193, 239, 65);
  text-align: center;
  font-size: 32px;
  font-weight: 900;
}
.popup__address__description {
  color: rgb(193, 239, 65);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.popup__social {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 800px) {
  .questions {
    padding-bottom: 80px;
  }
  .questions__wrapper {
    padding: 40px 20px;
  }
  .questions__title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .questions .faq__item__title {
    font-size: 20px;
  }
  .questions .faq__item__text {
    padding-top: 20px;
  }
  .questions .faq__item__img {
    padding: 14px;
  }
  .container.no_padding {
    padding: 0 0 0 15px;
  }
  .header {
    display: none;
  }
  .main {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%), url("/assets/img/main_bg_mob.webp") no-repeat;
    background-size: cover;
  }
  .main__title {
    font-size: 54px;
    line-height: 46px;
    font-weight: 400;
    margin-bottom: 24px;
  }
  .main__description {
    font-size: 16px;
    max-width: 360px;
    margin: 0 auto 40px;
  }
  .main__button {
    max-width: 205px;
    font-size: 16px;
    padding: 28px 32px;
  }
  .main__container_footer {
    height: 120px;
  }
  .products__wrapper {
    width: 100%;
    overflow: auto;
    height: 490px;
  }
  .products__item {
    width: 328px;
    height: 467px;
  }
  .products__item img {
    height: 298px;
    object-fit: cover;
    width: 328px;
  }
  .products__item__wrapper {
    padding: 20px 20px 32px 20px;
  }
  .products__item__title {
    font-size: 30px;
    margin-bottom: 6px;
  }
  .products__item__category {
    margin-bottom: 24px;
  }
  .products__item__category__name {
    font-size: 14px;
  }
  .products__item__description {
    font-size: 14px;
  }
  .social__wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
  .social__item__border {
    height: unset;
    border: 3px solid rgba(24, 37, 24, 0.1);
    width: 114px;
  }
  .advantages {
    padding: 80px 0;
  }
  .advantages__wrapper {
    gap: 0;
    flex-direction: column;
  }
  .advantages__border {
    height: unset;
    border: 3px solid rgba(24, 37, 24, 0.1);
    width: 114px;
  }
  .description_block {
    padding: 80px 0;
  }
  .description_block__text {
    font-size: 16px;
    padding: 40px 20px;
  }
  .tov {
    padding-top: 20px;
  }
  .tov__wrapper {
    padding: 40px 16px;
  }
  .tov__title {
    font-size: 32px;
    line-height: 40px;
  }
  .tov__item {
    width: 338px;
    padding: 20px 16px;
    height: auto;
  }
  .tov__item__title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .tov__item__description {
    font-size: 14px;
    width: auto;
  }
  .tov__button {
    padding: 28px 0;
    font-size: 16px;
  }
  .tov__wrapper_sub {
    flex-direction: column;
    margin-bottom: 44px;
  }
  .product_full .container {
    display: flex;
    align-items: center;
    width: 100%;
    overflow: auto;
    gap: 8px;
  }
  .product_full__wrapper {
    margin-bottom: 0;
    width: unset;
  }
  .product_full__image.big {
    width: 328px;
    object-fit: cover;
    height: 467px;
  }
  .product_full__image.small {
    width: 328px;
    object-fit: cover;
    height: 467px;
  }
  .footer__col.first {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
    gap: 40px;
  }
  .footer__sub_text {
    font-size: 14px;
  }
  .footer__container {
    padding: 40px 16px;
  }
  .footer__title {
    font-size: 32px;
    line-height: 40px;
  }
  .footer__button {
    margin-bottom: 64px;
    font-size: 16px;
  }
  .footer__wrapper {
    flex-direction: column;
    max-height: 100%;
    gap: 64px;
  }
  .footer__date {
    font-size: 14px;
  }
  .popup .closed_popup {
    max-width: 20px;
  }
  .popup__content {
    padding: 40px 20px;
    max-width: 370px;
  }
  .popup__title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 8px;
  }
  .popup__description {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .popup__address {
    padding: 40px 15px;
  }
  .popup__address__title {
    font-size: 24px;
    line-height: 32px;
  }
  .popup__address__description {
    font-size: 16px;
  }
  .popup__social {
    align-items: self-start;
  }
  .popup__social .social__item__title {
    font-size: 16px;
    line-height: 32px;
  }
  .popup__social .social__item__description {
    font-size: 14px;
    line-height: 14px;
  }
  .popup__social .social__item__image {
    padding: 10px;
    max-width: 40px;
    max-height: 40px;
    margin: 0 auto 4px;
  }
  .popup__social .social__item__image img {
    max-width: 20px;
    max-height: 20px;
  }
  .header_mobile {
    display: block;
  }
  .header_mobile__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 12px 16px;
    left: 50%;
    transform: translateX(-50%);
  }
  .header_mobile__button {
    background: rgb(193, 239, 65);
    color: rgb(24, 37, 24);
    border-radius: 100px;
    padding: 16px 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    cursor: pointer;
    z-index: 10;
  }
  .header_mobile__menu {
    position: fixed;
    display: none;
    flex-direction: column;
    z-index: 100;
    top: 0;
    background: rgb(193, 239, 65);
    width: 100%;
    height: 100vh;
    padding: 50px 16px;
    gap: 40px;
  }
  .header_mobile__menu__item {
    text-decoration: none;
    color: rgb(24, 37, 24);
    font-size: 24px;
    font-weight: 800;
  }
  .header_mobile__menu__button {
    background: rgb(24, 37, 24);
    color: rgb(193, 239, 65);
    padding: 28px 32px;
    font-size: 16px;
    font-weight: 700;
    max-width: 205px;
    border-radius: 100px;
    margin-top: 24px;
  }
  .header_mobile__menu .closed_menu_mob {
    max-width: 24px;
  }
  .header_mobile__menu .header__logo {
    color: rgb(24, 37, 24);
  }
}

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