@charset "UTF-8";
/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none; }

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

/* Links */
a, a:link, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

/* Common */
aside, nav, footer, header, section, main {
  display: block; }

h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
  font-weight: inherit; }

ul, ul li {
  list-style: none; }

img {
  vertical-align: top; }

img, svg {
  max-width: 100%;
  height: auto; }

address {
  font-style: normal; }

/* Form */
input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent; }

input::-ms-clear {
  display: none; }

button, input[type="submit"] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer; }

input:focus, input:active,
button:focus, button:active {
  outline: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

label {
  cursor: pointer; }

legend {
  display: block; }

@font-face {
  font-family: 'DaysSansBlack';
  src: url("fonts/dayssansblack.eot");
  src: url("fonts/dayssansblack.eot?#iefix") format("embedded-opentype"), url("fonts/dayssansblack.woff2") format("woff2"), url("fonts/dayssansblack.woff") format("woff"), url("fonts/dayssansblack.ttf") format("truetype"), url("fonts/dayssansblack.svg#dayssansblack") format("svg");
    src-font-weight: normal;
    src-font-style: normal; }

@font-face {
  font-family: 'Arodora Pro';
  src: url("fonts/ArodoraPro-Light.eot");
  src: url("fonts/ArodoraPro-Light.eot?#iefix") format("embedded-opentype"), url("fonts/ArodoraPro-Light.woff2") format("woff2"), url("fonts/ArodoraPro-Light.woff") format("woff"), url("fonts/ArodoraPro-Light.ttf") format("truetype"), url("fonts/ArodoraPro-Light.svg#fonts/ArodoraPro-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

.wrapper {
  max-width: 1206px;
  margin: 0 auto; }

* {
  font-family: "DaysSansBlack", sans-serif; }

html, body {
  background-color: #ffffff; }

html {
  scroll-behavior: smooth; }

.hero {
  padding-top: 100px;
  padding-bottom: 400px; }
  .hero .wrapper {
    position: relative; }
  .hero__backgrounds {
    position: absolute;
    top: -80px;
    right: -190px; }
  .hero__header {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 45px; }
  .hero__info {
    margin-bottom: 55px; }
  .hero__subtitle {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    color: #DA3815; }
  .hero__title {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 400;
    color: #DA3815; }
    .hero__title span {
      font-size: 48px;
      font-weight: 400;
      color: #478031; }
  .hero__controls {
    display: flex;
    align-items: center;
    gap: 70px; }
  .hero__date {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 400;
    color: #EC6F16; }
  .hero__city {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    color: #3C5C26; }
  .hero__programm {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #CFD09E;
    padding: 35px;
    border-radius: 13px;
    color: #3C5C26;
    transition: all 0.2s ease-out; }
    .hero__programm:hover {
      filter: brightness(115%); }

.video {
  padding: 145px 0;
  background-color: #EC6F16;
  background-image: url("../img/video_background.svg");
  background-position: center calc( 100% - 25px);
  background-repeat: repeat-x; }
  .video .wrapper {
    position: relative; }
  .video__background_1 {
    position: absolute;
    bottom: 5%;
    left: -140px; }
  .video__background_2 {
    position: absolute;
    bottom: 5%;
    right: -140px; }
  .video__block {
    display: block;
    position: relative;
    width: 1200px;
    height: 600px;
    background-image: url("../video/poster.png");
    background-size: cover; }
  .video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.register {
  padding-top: 100px;
  margin-bottom: 80px;
  background-repeat: repeat-x;
  background-image: url("../img/register_background.svg");
  background-position: center calc( 0% - 100px); }
  .register__title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    text-transform: uppercase;
    margin-bottom: 100px;
    font-size: 48px;
    font-weight: 400;
    color: #3C5C26; }
    .register__title::before {
      content: url("../img/title-left.svg"); }
    .register__title::after {
      content: url("../img/title-right.svg"); }
  .register__form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px; }
  .register__input-wrapper, .register__checkbox-wrapper {
    position: relative;
    width: 100%;
    max-width: 800px; }
  .register__checkbox-box {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border: 2px solid #8D943A;
    border-radius: 6px;
    position: relative; }
    .register__checkbox-box:after {
      content: '✔';
      position: absolute;
      color: #ffffff;
      opacity: 0;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .register__checkbox-wrapper {
    display: flex;
    align-items: center;
    gap: 24px; }
  .register__checkbox p {
    color: #3C5C26; }
  .register__checkbox-input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -9; }
  .register__checkbox-input:checked ~ .register__checkbox-box {
    background-color: #8D943A; }
    .register__checkbox-input:checked ~ .register__checkbox-box:after {
      opacity: 1; }
  .register__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 35px 40px;
    background-color: #CFD09E;
    border-radius: 18px;
    transition: all 0.2s ease-out;
    font-size: 20px;
    font-weight: 400;
    color: #3C5C26; }
    .register__submit:hover {
      filter: brightness(110%); }
  .register__label {
    position: absolute;
    top: 0;
    left: 30px;
    transform: translateY(-50%);
    background-color: #ffffff;
    padding: 0 12px;
    z-index: 2;
    pointer-events: none;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    color: #3C5C26; }
  .register__input {
    width: 100%;
    padding: 16px 24px;
    border: 3px solid #8D943A;
    border-radius: 16px;
    outline: none;
    box-sizing: border-box;
    resize: none;
    transition: all 0.2s ease-out;
    font-size: 20px;
    font-weight: 400;
    color: #3C5C26; }
    .register__input:hover, .register__input:focus-visible {
      box-shadow: 0 0 0 4px rgba(124, 139, 62, 0.15);
      outline: none; }
  .register__input_height {
    height: 80px; }

.format-select {
  position: relative;
  width: 100%;
  max-width: 800px; }
  .format-select__trigger {
    position: relative;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: #fff;
    border: 3px solid #7C8B3E;
    border-radius: 40px;
    padding: 22px 34px;
    font: inherit;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .4px;
    text-transform: uppercase;
    color: #3C5C26;
    cursor: pointer;
    transition: box-shadow .2s ease; }
    .format-select__trigger:hover, .format-select__trigger:focus-visible {
      box-shadow: 0 0 0 4px rgba(124, 139, 62, 0.15);
      outline: none; }
  .format-select__label {
    position: absolute;
    top: 0;
    left: 30px;
    transform: translateY(-50%);
    background-color: #ffffff;
    padding: 0 12px;
    z-index: 2;
    pointer-events: none;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    color: #3C5C26; }
  .format-select__arrow {
    flex-shrink: 0;
    color: #A7B579;
    transition: transform .25s ease; }
  .format-select__options {
    position: absolute;
    top: calc(100% + 16px);
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #D3CD8E;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease;
    z-index: 20; }
  .format-select__option {
    padding: 22px 34px;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .4px;
    text-transform: uppercase;
    color: #3C5C26;
    cursor: pointer;
    border-bottom: 3px solid #7C8B3E;
    transition: background-color .15s ease; }
    .format-select__option:last-child {
      border-bottom: none; }
    .format-select__option:hover, .format-select__option.is-active {
      background-color: rgba(0, 0, 0, 0.06); }
  .format-select__native {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0; }

.format-select[data-open="true"] .format-select__arrow {
  transform: rotate(180deg) !important; }

.format-select[data-open="true"] .format-select__options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto; }

.footer__background {
  background-color: #3C5C26;
  padding-top: 75px;
  padding-bottom: 80px;
  background-image: url("../img/footer_background.svg");
  background-position: center calc( 100% - 25px);
  background-repeat: repeat-x; }
  @media screen and (max-width: 1260px) {
    .footer__background {
      padding: 24px; } }
.footer__pattern {
  width: 100%; }

.footer__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px; }
  @media screen and (max-width: 576px) {
    .footer__wrapper {
      flex-direction: column-reverse;
      gap: 42px; } }
.footer__expirience {
  display: flex;
  flex-direction: column;
  gap: 32px; }

.footer__title {
  letter-spacing: 2px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff; }
  @media screen and (max-width: 992px) {
    .footer__title {
      font-size: 30px; } }
  @media screen and (max-width: 640px) {
    .footer__title {
      font-size: 28px; } }
.footer__text {
  font-family: 'Arodora Pro', sans-serif;
  transition: all 0.2s ease-out;
  font-size: 24px;
  font-weight: 300;
  color: #ffffff; }
  .footer__text_hover:hover {
    color: #478031; }
  @media screen and (max-width: 992px) {
    .footer__text {
      font-size: 18px; } }
  @media screen and (max-width: 640px) {
    .footer__text {
      font-size: 16px; } }
.footer__socials {
  display: flex;
  gap: 48px; }
  @media screen and (max-width: 992px) {
    .footer__socials {
      gap: 32px; } }
  @media screen and (max-width: 576px) {
    .footer__socials {
      justify-content: center; } }
.footer__feedback {
  flex-grow: 1;
  max-width: 392px; }
  @media screen and (max-width: 768px) {
    .footer__feedback {
      flex-grow: unset;
      max-width: 280px; } }
  @media screen and (max-width: 576px) {
    .footer__feedback {
      max-width: 100%; } }
.footer__feedback-title {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff; }

.footer__form {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 24px; }

.footer__input-wrapper, .footer__checkbox-wrapper {
  position: relative;
  width: 100%;
  max-width: 800px; }

.footer__input {
  width: 100%;
  padding: 16px 24px;
  border: 3px solid #8D943A;
  border-radius: 16px;
  outline: none;
  box-sizing: border-box;
  transition: all 0.2s ease-out;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff; }

.footer__input_height {
  height: 80px; }

.footer__label {
  position: absolute;
  top: 0;
  left: 30px;
  transform: translateY(-50%);
  background-color: #3C5C26;
  padding: 0 12px;
  z-index: 2;
  pointer-events: none;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff; }

.footer__checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 12px; }
  .footer__checkbox-wrapper p {
    font-family: 'Arodora Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff; }

.footer__policy {
  font-family: 'Arodora Pro', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #8D943A;
  transition: all 0.2s ease-out; }
  .footer__policy:hover {
    color: #478031; }

.footer__checkbox-input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9; }

.footer__checkbox-box {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #8D943A;
  border-radius: 6px;
  position: relative; }
  .footer__checkbox-box:after {
    content: '✔';
    position: absolute;
    color: #ffffff;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.footer__checkbox-input:checked ~ .footer__checkbox-box {
  background-color: #8D943A; }
  .footer__checkbox-input:checked ~ .footer__checkbox-box:after {
    opacity: 1; }

.footer__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 35px 40px;
  background-color: #CFD09E;
  border-radius: 18px;
  transition: all 0.2s ease-out;
  font-size: 20px;
  font-weight: 400;
  color: #3C5C26; }
  .footer__submit:hover {
    filter: brightness(120%); }

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