@font-face {
  font-family: "Roboto-Regular";
  src: url("fonts/Roboto-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Roboto-Light";
  src: url("fonts/Roboto-Light.ttf") format("truetype");
  font-display: swap;
}

:root {
  --black: rgba(21, 21, 21, 1);
  /* --accent-color: rgb(248 130 24); */
  --accent-color: rgb(255 176 62);
  --shadow: 0px 0px 20px -6px rgba(248, 130, 24, 0.5) !important;
  /* --gradient: linear-gradient(
    0.5turn,
    rgba(248, 130, 24, 1) 0%,
    rgb(241, 113, 0) 100%
  ); */
  --gradient: linear-gradient(0.5turn, rgb(255 176 62), rgb(199 107 26) 100%);
  --max-width: 1200px;
}

html,
body {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  background: var(--black);
  font-family: "Roboto-Regular";
}

img {
  width: 100%;
}

header {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: var(--black);
  position: fixed;
  z-index: 2;
  flex-wrap: wrap;
}

.header_wrapper {
  width: 100%;
  height: 80px;
  max-width: var(--max-width);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.header_left {
  width: auto;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header_left > img {
  width: 100%;
}

.header_center {
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.header_center_item {
  font-size: 16px;
  color: white;
  text-decoration: none;
  /* font-weight: 700; */
  padding-bottom: 5px;
  margin-top: 5px;
  border-bottom: 1px solid var(--black);
  transition:
    color 0.5s,
    border-bottom 0.5s;
}

.header_center_item:hover {
  color: var(--accent-color);
  border-bottom: 1px solid var(--accent-color);
}

.header_right {
  width: auto;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.header_right_btn,
.header_mobile_btn {
  background: var(--accent-color);
  color: black;
  text-decoration: none;
  padding: 10px 30px;
  font-size: 15px;
  /* font-weight: 700; */
  background-image: var(--gradient);
  box-shadow: var(--shadow);
}

.header_right_icon,
.header_mobile_icon {
  width: 30px;
  height: 30px;
  background: --var();
  border-radius: 50%;
  background-image: var(--gradient);
  box-shadow: var(--shadow);
  display: flex;
  justify-content: center;
  align-items: center;
}

.header_right_icon > img,
.header_mobile_icon > img {
  width: 20px;
  height: 20px;
}

.header_right_menu,
.header_right_exit {
  width: 40px;
  height: 40px;
  fill: var(--accent-color);
}

.header_mobile {
  width: 100%;
  display: none;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 20px;
}

.header_mobile_center_item {
  width: 100%;
  color: white;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
}

.header_mobile_icon_wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.header_right_menu {
  display: none;
}

.header_right_exit.none {
  display: none;
}

.header_right_menu_tumbler {
  display: none;
}

@media (max-width: 850px) {
  .header_center,
  .header_right_btn,
  .header_right_icon {
    display: none;
  }
  .header_mobile.active {
    display: flex;
    animation: fadeIn 0.5s ease forwards;
  }
  .header_right_menu.none,
  .header_right_exit.none {
    display: none;
  }
  .header_right_menu.active,
  .header_right_exit.active {
    display: flex;
  }
  .header_right_menu_tumbler {
    display: block;
  }
}

.preview {
  width: 100%;
  height: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/bg.png");
  background-position-y: 40%;
  background-size: cover;
  position: relative;
}

.preview_wrapper {
  max-width: var(--max-width);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0 20px;
}

.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.preview_black_podlojka {
  width: 100%;
  height: 100%;
  background: #000000ab;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
}

.preview_top {
  width: 100%;
  font-size: 70px;
  color: white;
  font-weight: bold;
}

.preview_left {
  font-size: 20px;
  color: white;
  width: 50%;
}

.preview_right {
  width: 50%;
  text-align: right;
}

.preview_right_one {
  color: white;
  font-size: 30px;
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  align-content: flex-end;
  justify-content: flex-end;
  margin-top: 90px;
}

.preview_right_one > p {
  font-size: 60px;
  margin: 0;
  font-weight: bold;
  width: 100%;
}

.preview_right_one > p:first-child {
  margin-bottom: -20px;
}

.preview_bottom {
  display: flex;
  gap: 30px;
}

.preview_left_acent {
  color: var(--accent-color);
}

@media (max-width: 850px) {
  .preview_bottom {
    gap: 20px;
    width: 100%;
    flex-wrap: wrap;
  }
  .preview_left {
    font-size: 18px;
    width: 100%;
  }
  .preview_right {
    width: 100%;
    text-align: right;
  }
  .preview_wrapper {
    margin-top: 50px;
  }
  .preview_top {
    font-size: 50px;
  }
  .preview_right_one {
    font-size: 25px;
    margin: 0;
  }
  .preview_right_one > p {
    font-size: 50px;
  }
}

@media (max-width: 500px) {
  .preview_top,
  .preview_right_one > p {
    font-size: 35px;
  }
  .preview {
    height: 700px;
  }
  .preview_right_one > p:first-child {
    margin-bottom: -10px;
  }
  .preview_wrapper {
    margin-top: 65px;
  }
  .preview_right_one {
    font-size: 20px;
  }
  .header_wrapper {
    height: 60px;
  }
  .header_left {
    height: 30px;
  }
  .header_right_menu,
  .header_right_exit {
    height: 30px;
    width: 30px;
  }
}

.black_shadov_block {
  width: 100%;
  height: 100px;
  margin-top: -30px;
  z-index: 1;
  position: relative;
  background-image: linear-gradient(
    0turn,
    rgba(21, 21, 21, 1) 60%,
    rgba(21, 21, 21, 0) 100%
  );
}

section.video_block {
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video_block_wrapper {
  width: 100%;
  max-width: var(--max-width);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.video_block_left,
.video_block_right {
  width: 50%;
}

.video_block_right {
  font-size: 20px;
  color: white;
}

.invite {
  width: 100%;
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.invite_wrapper {
  width: 100%;
  max-width: var(--max-width);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.invite_left,
.invite_right {
  width: 50%;
}

.invite_left {
  height: 400px;
}

.invite_left_zagolovok {
  font-size: 45px;
  color: var(--accent-color);
  margin-top: 0px;
  margin-bottom: 60px;
}

.invite_left_ul_li {
  font-size: 22px;
  color: white;
  margin-top: 30px;
}

@media (max-width: 850px) {
  .invite_wrapper {
    flex-wrap: wrap;
  }
  .invite_left,
  .invite_right {
    width: 100%;
  }
  .invite,
  .invite_left {
    height: auto;
  }
  .invite_left_zagolovok {
    margin-bottom: 20px;
  }
  .invite_left_ul_li {
    font-size: 22px;
    margin-top: 15px;
  }
}

@media (max-width: 500px) {
  .invite_left_zagolovok {
    font-size: 35px;
  }
  .black_shadov_block {
    height: 50px;
  }
  .invite_left_ul_li {
    font-size: 18px;
  }
}

section.ychastie {
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}

.ychastie_wrapper {
  width: 100%;
  max-width: var(--max-width);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 20px;
}

.ychastie_zagolovok {
  font-size: 45px;
  color: var(--accent-color);
  margin-top: 0px;
  margin-bottom: 60px;
  width: 100%;
  text-align: center;
  font-weight: 100;
}

.ychastie_items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.ychastie_items_item {
  width: 49%;
  color: white;
  font-size: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.ychastie_items_item_left {
  width: 15%;
}

.ychastie_items_item_right {
  width: 85%;
  line-height: 30px;
}

.ychastie_items_item_left > svg {
  fill: var(--accent-color);
}

@media (max-width: 850px) {
  section.ychastie {
    height: auto;
    margin-top: 50px;
  }
  .ychastie_items_item_left {
    width: 70px;
  }
  .ychastie_items_item_right {
    width: 90%;
  }
  .ychastie_items_item {
    width: 100%;
  }
  .ychastie_zagolovok {
    margin-bottom: 20px;
  }
}

@media (max-width: 500px) {
  .ychastie_items_item_right {
    font-size: 18px;
  }
}

.programma {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}

.programma_wrapper {
  width: 100%;
  max-width: var(--max-width);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 20px;
}

.programma_zagolovok {
  font-size: 45px;
  color: var(--accent-color);
  margin-top: 0px;
  margin-bottom: 60px;
  width: 100%;
  font-weight: 100;
  text-align: center;
}

.programma_items_wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.programma_items_wrapper:first-child {
  margin-top: 0px;
}

.programma_items_item {
  width: 100%;
  display: flex;
  font-size: 30px;
  color: var(--accent-color);
  justify-content: left;
  gap: 30px;
  align-items: center;
}

.programma_items_item_left {
  width: 180px;
  min-width: 180px;
}

.programma_items_item_right {
  color: white;
}

.programma_items_item_center {
  width: 10px;
  height: 10px;
  border: 3px solid var(--accent-color);
  border-radius: 50%;
}

.programma_items_item_center.fill {
  background: var(--accent-color);
}

.programma_items_item_left.opacity {
  opacity: 0;
  font-size: 17px;
}

.programma_items_item_center.stroke {
  width: 2px;
  border: none;
  height: 30px;
  border-radius: 0;
  background: var(--accent-color);
  margin-left: 7px;
  margin-top: -7px;
  margin-bottom: -7px;
}

.programma_items_wrapper.with_stroke {
  gap: 0;
}

@media (max-width: 1150px) {
  .programma_items_item {
    font-size: 25px;
  }
  .programma_items_item_left {
    width: 150px;
    min-width: 150px;
  }
}

@media (max-width: 960px) {
  .programma_items_item_center.stroke.last {
    height: 35px;
    margin-top: -15px;
    margin-bottom: -25px;
  }
}

@media (max-width: 850px) {
  .spikers {
    margin-top: 50px;
  }
  .programma_items_item {
    font-size: 22px;
  }
  .programma_items_item_left {
    width: 130px;
    min-width: 130px;
  }
  .programma_zagolovok {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .programma_items_item {
    font-size: 22px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .programma_items_item_left,
  .programma_items_item_right {
    width: 100%;
    text-align: center;
  }
  .programma_items_item_left.opacity {
    width: 100%;
    text-align: center;
  }
  .programma_items_item_center_wrapper,
  .programma_items_item_center.stroke {
    display: none;
  }
  .programma_items_wrapper {
    gap: 35px;
  }
}

@media (max-width: 500px) {
  .programma {
    margin-top: 50px;
  }

  .programma_items_item {
    font-size: 18px;
  }
  .programma_zagolovok {
    font-size: 35px;
  }
}

.spikers {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}

.spikers_wrapper {
  width: 100%;
  max-width: var(--max-width);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 20px;
}

.spikers_zagolovok {
  font-size: 45px;
  color: var(--accent-color);
  margin-top: 0px;
  margin-bottom: 60px;
  width: 100%;
  font-weight: 100;
  text-align: center;
}

.spikers_items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.spikers_items_item {
  width: 28%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.spikers_items_item_photo_wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.spikers_items_item_photo {
  width: 250px;
  height: 250px;
  background: white;
  border-radius: 50%;
  overflow: hidden;
}

.spikers_items_item_photo > img {
  width: 100%;
}

.spikers_items_item_name {
  width: 200px;
  font-size: 27px;
  background: var(--accent-color);
  text-align: center;
  padding: 10px 10px;
}

/* .spikers_items_item_name_br {
    display: none;
} */

.spikers_items_item_profession {
  width: 100%;
  font-size: 22px;
  text-align: center;
  padding: 0 10px;
  color: white;
}

@media (max-width: 900px) {
  .spikers_items_item {
    width: 100%;
  }
  img.spikers_items_item_photo_one {
    width: 170%;
    margin-left: -70px;
    margin-top: -25px;
  }
  img.spikers_items_item_photo_two {
    width: 150%;
    margin-left: -60px;
    margin-top: -60px;
  }
  img.spikers_items_item_photo_tree {
    width: 150%;
    margin-left: -70px;
    margin-top: -125px;
  }
}
@media (max-width: 850px) {
  .spikers_zagolovok {
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .spikers_items_item_name {
    font-size: 22px;
  }
  .spikers_items_item_profession {
    font-size: 18px;
  }
  .spikers_zagolovok {
    font-size: 35px;
  }
}

img.spikers_items_item_photo_one {
  width: 170%;
  margin-left: -90px;
  margin-top: -40px;
}

img.spikers_items_item_photo_two {
  width: 170%;
  margin-left: -90px;
  margin-top: -90px;
}

img.spikers_items_item_photo_tree {
  width: 170%;
  margin-left: -100px;
  margin-top: -175px;
}

.contact_form {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}

.contact_form_wrapper {
  width: 100%;
  max-width: var(--max-width);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 20px;
}

.contact_form_zagolovok {
  font-size: 45px;
  color: var(--accent-color);
  margin-top: 0px;
  margin-bottom: 60px;
  width: 100%;
  font-weight: 100;
  text-align: center;
}

form.anketa_block_form {
  width: 800px;
  height: auto;
  margin: 0 auto;
}

.anketa_block_form_p {
  width: 100%;
  font-size: 25px;
  color: var(--accent-color);
  margin-bottom: 10px;
}

.anketa_block_form_input {
  width: 100%;
  background: none;
  border: 1px solid white;
  height: 60px;
  padding: 0 20px;
  font-size: 20px;
  color: white;
  box-sizing: border-box;
}

.anketa_block_form_button {
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-size: 20px;
  margin: 30px auto 0px auto;
  background-image: var(--gradient);
  box-shadow: var(--shadow);
  border: none;
}
/* Стили для полей с ошибкой */
.anketa_block_form_input.error {
  border-color: #ff4444;
  background-color: #fff8f8;
}

/* Стили для сообщений об ошибках полей */
.field-error {
  display: block;
  font-size: 12px;
  color: #ff4444;
  margin-top: 5px;
  animation: fadeIn 0.3s ease;
}

/* Стили для общих сообщений формы */
.form-message {
  padding: 12px 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  animation: slideDown 0.3s ease;
}

.form-message-success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.form-message-error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

/* Анимации */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Стили для кнопки в состоянии загрузки */
.anketa_block_form_button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
@media (max-width: 850px) {
  .contact_form_zagolovok {
    margin-bottom: 20px;
  }
  form.anketa_block_form {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .contact_form_zagolovok {
    font-size: 35px;
  }
  .contact_form {
    margin-top: 50px;
  }
  .anketa_block_form_p {
    font-size: 18px;
  }
  .anketa_block_form_input {
    height: 50px;
  }
  .anketa_block_form_input {
    padding: 0 10px;
    font-size: 18px;
  }
}
.where {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}

.where_wrapper {
  width: 100%;
  max-width: var(--max-width);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 20px;
}

.where_zagolovok {
  font-size: 45px;
  color: var(--accent-color);
  margin-top: 0px;
  margin-bottom: 60px;
  width: 100%;
  font-weight: 100;
  text-align: center;
}

.where_block {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.where_block_left {
  width: 45%;
  height: auto;
  display: flex;
  justify-content: left;
  align-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-right: 10px;
}

.where_block_right {
  width: 55%;
}

.where_block_left_zagolovok {
  color: white;
  font-size: 50px;
  font-weight: bold;
  text-align: left;
  margin-top: 0;
}

.where_block_left_adress {
  color: white;
  font-size: 30px;
  margin: 0;
}

.where_block_left_ride {
  color: var(--accent-color);
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--accent-color);
  font-size: 20px;
}

@media (max-width: 850px) {
  .where_zagolovok {
    margin-bottom: 20px;
  }
  .where_block {
    flex-wrap: wrap;
  }
  .where_block_left,
  .where_block_right {
    width: 100%;
  }
  .where_block_left {
    gap: 15px;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .where_block_left_zagolovok {
    font-size: 35px;
    margin-bottom: 0;
  }
  .where_block_left_adress {
    font-size: 25px;
  }
  .where_block_left_ride {
    font-size: 18px;
  }
  .where_block_left_adress_br {
    display: none;
  }
  .where_block_right > iframe {
    height: 250px;
  }
}
@media (max-width: 500px) {
  .where_zagolovok {
    font-size: 35px;
  }
  .where_block_left_adress {
    font-size: 18px;
  }
  .where_block_left_zagolovok {
    font-size: 25px;
  }
  .where {
    margin-top: 50px;
  }
}
footer {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}

.footer_wrapper {
  width: 100%;
  max-width: var(--max-width);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 20px;
}

.footer_left {
  width: 50%;
  font-size: 80px;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--accent-color);
}

.footer_right {
  width: 50%;
  text-align: right;
}

.footer_right > img {
  width: 300px;
}
.footer_left.mobile {
  display: none;
}
@media (max-width: 850px) {
  .footer_left {
    width: 100%;
    font-size: 45px;
    text-align: center;
  }
  .footer_right {
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  footer {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .footer_left {
    display: none;
  }
  .footer_left.mobile {
    display: block;
  }
}
@media (max-width: 500px) {
  .footer_left {
    width: 80%;
    font-size: 34px;
    text-align: center;
  }
  .footer_right {
    width: 20%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    margin-top: 0px;
  }
  .footer_right > img {
    width: 43px;
    margin-top: 3px;
  }
}
