:root {
  --font-family: "Muller", sans-serif;
  --content-width: 1040px;
  --container-offset: 25px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --light-color: #fff;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable value-keyword-case */
@font-face {
  font-family: "Muller";
  src: url("../fonts/MullerRegular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Muller";
  src: url("../fonts/MullerMedium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Muller";
  src: url("../fonts/MullerBold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

.page__body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  font-size: 16px;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
}

.site-container {
  overflow: hidden;
}

.is-hidden {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}
@media (max-width: 576px) {
  .container {
    padding: 0 18px;
  }
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

.content {
  position: relative;
  min-height: 100vh;
  background-color: beige;
  background-image: -webkit-image-set(url("../img/bg.png") 1x, url("../img/bg_2x.png") 2x);
  background-image: image-set(url("../img/bg.png") 1x, url("../img/bg_2x.png") 2x);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 576px) {
  .content {
    background-image: -webkit-image-set(url("../img/bg-mob.png") 1x, url("../img/bg-mob_2x.png") 2x);
    background-image: image-set(url("../img/bg-mob.png") 1x, url("../img/bg-mob_2x.png") 2x);
  }
}
.content__dec {
  position: absolute;
}
.content__dec--left {
  top: -15px;
  left: -120px;
}
@media (max-width: 919px) {
  .content__dec--left {
    -webkit-transform: rotate(26deg);
    -ms-transform: rotate(26deg);
    transform: rotate(26deg);
    top: -60px;
  }
}
@media (max-width: 576px) {
  .content__dec--left {
    width: 278px;
    height: 266px;
    left: -150px;
  }
}
.content__dec--right {
  top: -83px;
  right: -175px;
}
@media (max-width: 919px) {
  .content__dec--right {
    -webkit-transform: rotate(-38deg);
    -ms-transform: rotate(-38deg);
    transform: rotate(-38deg);
    top: -116px;
  }
}
@media (max-width: 576px) {
  .content__dec--right {
    width: 278px;
    height: 230px;
    top: -57px;
    right: -150px;
  }
}
.content__dec--1 {
  display: none;
  position: absolute;
  top: 193px;
  left: -110px;
  width: 300px;
}
@media (max-width: 919px) {
  .content__dec--1 {
    display: block;
  }
}
.content__dec--2 {
  display: none;
  position: absolute;
  top: 192px;
  right: -100px;
  width: 280px;
}
@media (max-width: 919px) {
  .content__dec--2 {
    display: block;
  }
}
.content__dec--center {
  bottom: 0;
  overflow: hidden;
  width: 100%;
}
.content__dec--center-mob {
  display: none;
}
@media (max-width: 576px) {
  .content__dec--center {
    display: none;
  }
  .content__dec--center-mob {
    display: block;
    bottom: -50px;
    height: 459px;
    width: auto;
  }
}
.content__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 26px;
  z-index: 1;
}
.content__logo {
  margin-bottom: 11px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .content__logo:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media (max-width: 919px) {
  .content__logo {
    margin-bottom: 58px;
  }
}
.content__title {
  position: relative;
  margin: 0;
  margin-bottom: 14px;
  max-width: 622px;
  font-weight: 500;
  font-size: clamp(2.375rem, 2.178rem + 0.839vw, 2.75rem);
  line-height: 90%;
  text-align: center;
  color: #011b10;
}
@media (max-width: 919px) {
  .content__title {
    max-width: 380px;
  }
}
@media (max-width: 576px) {
  .content__title {
    margin-bottom: 32px;
  }
}
.content__title > span {
  position: absolute;
  top: -60px;
  right: -80px;
  padding: 13px;
  font-weight: 400;
  line-height: 120%;
  font-size: 16px;
  color: #e4deae;
  background: linear-gradient(21deg, #133a1b 0%, #1d9b37 100%);
}
@media (max-width: 919px) {
  .content__title > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 5px 12px;
    right: 30%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
}
.content__title > span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #143e1c;
}
.content__title > span > b {
  margin-right: 5px;
}
.content__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 37px;
  padding: 16px 29px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.03em;
  color: #fff;
  border-radius: 7px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.55);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.55);
  background: radial-gradient(68% 100% at 50.24% 100%, rgb(0, 159, 220) 0%, rgb(0, 126, 174) 100%);
}
.content__link svg {
  margin-right: 10px;
}
@media (max-width: 576px) {
  .content__link {
    margin-bottom: 64px;
  }
}
@media (max-width: 576px) {
  .content__link--big {
    margin-bottom: 67px;
  }
}
.content__subtitle {
  position: relative;
  margin: 0;
  margin-bottom: 28px;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  color: #e4deae;
}
.content__subtitle::after {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg width='484' height='11' viewBox='0 0 484 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M239.528 4.54749H0V5.97715H239.528V4.54749Z' fill='%23E4DEAE' /%3E%3Cpath d='M483.29 4.54749H248.054V5.97715H483.29V4.54749Z' fill='%23E4DEAE' /%3E%3Cpath d='M243.799 10.5413L238.529 5.27067L243.799 0L249.07 5.27067L243.799 10.5413ZM240.544 5.27067L243.799 8.52609L247.055 5.27067L243.799 2.01525L240.544 5.27067Z' fill='%23E4DEAE' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.content__subtitle::before {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 0;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg width='484' height='11' viewBox='0 0 484 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M239.528 4.54749H0V5.97715H239.528V4.54749Z' fill='%23E4DEAE' /%3E%3Cpath d='M483.29 4.54749H248.054V5.97715H483.29V4.54749Z' fill='%23E4DEAE' /%3E%3Cpath d='M243.799 10.5413L238.529 5.27067L243.799 0L249.07 5.27067L243.799 10.5413ZM240.544 5.27067L243.799 8.52609L247.055 5.27067L243.799 2.01525L240.544 5.27067Z' fill='%23E4DEAE' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 576px) {
  .content__subtitle {
    margin-bottom: 50px;
  }
  .content__subtitle::after, .content__subtitle::before {
    left: -20px;
    right: -20px;
  }
  .content__subtitle::after {
    top: -21px;
  }
  .content__subtitle::before {
    bottom: -21px;
  }
}
.content__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
  row-gap: 15px;
  margin-bottom: 17px;
}
@media (max-width: 576px) {
  .content__list {
    margin-bottom: 40px;
  }
}
.content__list-item {
  -ms-grid-column-span: 5;
  grid-column: 5 span;
}
.content__list-item:first-child {
  grid-column: 2/5 span;
}
.content__list-item:last-child {
  grid-column: 3/8 span;
}
@media (max-width: 768px) {
  .content__list-item {
    -ms-grid-column-span: 12 !important;
    grid-column: 12 span !important;
  }
}
.content__card {
  padding: 14px 18px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: rgba(19, 58, 27, 0.4);
  border-radius: 14px;
  height: 100%;
}
.content__card-title {
  margin: 0;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  color: #e4deae;
}
.content__card-list {
  padding-left: 14px;
  color: #e4deae;
  list-style-type: disc;
}
@media (max-width: 576px) {
  .content__card-list {
    padding-left: 20px;
  }
}
.content__card-list-item:not(:last-child) {
  margin-bottom: 5px;
}
.content__card-text {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  color: #e4deae;
}
.content__card-descr {
  margin: 0 auto;
  max-width: 617px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #e4deae;
}
.content__offer {
  margin: 0;
  margin-bottom: 11px;
  font-weight: 700;
  font-size: 24px;
  color: #e4deae;
}
@media (max-width: 576px) {
  .content__offer {
    text-align: center;
    margin-bottom: 130px;
    max-width: 320px;
  }
}/*# sourceMappingURL=main.css.map */
