@charset "UTF-8";
/*
@font-face {
  font-family: "Bebas Neue Cyrillic";
  src: url("../fonts/BebasNeueCyrillic_1.eot");
  src: local("☺"), 
       url("../fonts/BebasNeueCyrillic_1.woff") format("woff"), 
       url("../fonts/BebasNeueCyrillic_1.otf") format("opentype"),
       url("../fonts/BebasNeueCyrillic_1.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}*/
@font-face {
  font-family: "Gobold CYR-LAT";
  src: url("../fonts/GoboldCYR-LAT.eot");
  src: local("☺"),
  url("../fonts/GoboldCYR-LAT.woff") format("woff"),
  url("../fonts/GoboldCYR-LAT.otf") format("opentype"),
  url("../fonts/GoboldCYR-LAT.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.eot");
  src: local("☺"), 
       url("../fonts/Roboto-Regular.woff") format("woff"), 
       url("../fonts/Roboto-Regular.otf") format("opentype"),
       url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.eot");
  src: local("☺"), 
       url("../fonts/Roboto-Medium.woff") format("woff"), 
       url("../fonts/Roboto-Medium.otf") format("opentype"),
       url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body * {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Roboto", "Arial", sans-serif;
}

input, button, textarea {
  font-family: inherit;
}

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

button {
  cursor: pointer;
}

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

a, a:visited {
  text-decoration: none;
}

a {
  transition: 0.2s;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Bebas Neue Cyrillic", "Arial", sans-serif;
  font-size: inherit;
  font-weight: normal;
}

/*===================================================================================================================*/
.container {
  max-width: 1280px;
  padding: 0;
}

@media (max-width: 1400px) {
  .container {
    max-width: 1024px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: unset;
    padding: 0 16px;
  }
}
/*===================================================================================================================*/
.wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.page_content {
  flex: 1 1 auto;
}

h2 {
  font-family: "Bebas Neue Cyrillic", "Arial", sans-serif;
  font-size: 80px;
  line-height: 100%;
}
@media (max-width: 1400px) {
  h2 {
    font-size: 64px;
  }
}
@media (max-width: 1200px) {
  h2 {
    font-size: 60px;
  }
}

._ibg {
  position: relative;
  overflow: hidden;
}

._ibg img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}

#main_screen {
  min-height: 100vh;
  display: flex;
  padding: 176px 16px 50px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 769px) {
  #main_screen {
    height: 780px;
    min-height: 780px;
    max-height: 780px;
  }
}
@media (max-width: 1024px) and (min-width: 769px) and (min-height: 750px) {
  #main_screen {
    min-height: 700px;
  }
}

#main_screen .main_screen__body {
  max-width: 1280px;
  width: 100%;
  flex: 1 1 auto;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

#main_screen .main_screen__image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}

@media (min-width: 769px) {
  #main_screen .main_screen__image {
    height: 780px;
  }
  
  #main_screen .main_screen__image._ibg img {
    object-position: center top;
    object-fit: cover;
  }
}

#main_screen .main_screen__banner {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100vw;
  padding: 0 58px;
  box-sizing: border-box;
}

#main_screen .main_screen__banner_counter_wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

#main_screen .main_screen__banner_counter_text {
  font-family: "Bebas Neue Cyrillic", "Arial", sans-serif;
  font-size: 30px;
  line-height: 140%;
  color: rgba(251, 247, 235, 0.7);
  text-transform: uppercase;
  text-align: right;
}

#main_screen .main_screen__banner_counter {
  display: inline-flex;
  width: 195px;
  height: 195px;
  position: relative;
  flex-shrink: 0;
  --banner-counter-diameter: 190px;
  --banner-ring-stroke-width: 20px;
  --banner-ring-stroke-width-percent: calc(var(--banner-ring-stroke-width) / var(--banner-counter-diameter) * 100 * 1%);
}

#main_screen .banner__progress_ring {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
}

#main_screen .banner__progress_ring_background {
  transform-origin: center;
  stroke-width: var(--banner-ring-stroke-width-percent);
}

#main_screen .banner__progress_ring_center {
  position: absolute;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  z-index: 12;
}

#main_screen .banner__counter {
  position: absolute;
  display: inline-block;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Bebas Neue Cyrillic";
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 140%;
  text-align: center;
  color: #F3FF46;
  z-index: 13;
}

@media (max-width: 1200px) {
  #main_screen .main_screen__banner_text {
    font-size: 40px;
  }
}

@media (max-width: 992px) {
  #main_screen .main_screen__banner_text {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  #main_screen .main_screen__banner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 24px;
  }

  #main_screen .main_screen__banner_text {
    font-size: 32px;

  }

  #main_screen .main_screen__banner_counter_wrap {
    justify-content: center;
    align-items: center;
    gap: 21px;
  }

  #main_screen .main_screen__banner_counter_text {
    font-size: 26px;
    text-align: center;
  }

  #main_screen .main_screen__banner_counter {
    width: 120px;
    height: 120px;
    --banner-counter-diameter: 120px;
    overflow: visible;
  }

  #main_screen .banner__progress_ring {
    overflow: visible;
  }

  #main_screen .banner__progress_ring_background {
    r: 40;
  }

  #main_screen .banner__counter {
    font-size: 32px;
  }
}

@media (max-width: 500px) {
  #main_screen .main_screen__banner {
    padding: 16px 20px;
  }

  #main_screen .main_screen__banner_text {
    font-size: 28px;
    margin-bottom: 12px;
  }
}

#main_screen .sign_button {
  display: inline-block;
  padding: 20px 41.5px;
  background: #FFB800;
  border-radius: 3px;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  text-align: center;
  color: #172251;
  position: relative;
  z-index: 10;
}

#main_screen .sign_button:hover,
#main_screen .sign_button:focus {
  background: #eaac00;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

#main_screen .next_screen_button {
  position: absolute;
  bottom: 0;
  width: 48px;
  height: 67px;
}

#main_screen .next_screen_button img {
  position: absolute;
  bottom: 35px;
  left: 12px;
  animation: arrowDown 2s infinite;
}

#main_screen .next_screen_button:hover img {
  animation-play-state: paused;
}

@keyframes arrowDown {
  0% {
    bottom: 35px;
  }
  50% {
    bottom: 10px;
  }
  100% {
    bottom: 35px;
  }
}
@media (max-width: 768px) {
  #main_screen .next_screen_button {
    display: none;
  }
}
@media (max-width: 500px) {
  #main_screen {
    padding: 72px 16px 36px;
  }

  #main_screen .main_screen__image img {
    object-position: 48%;
  }

  #main_screen .main_screen__banner {
    width: 100%;
    max-width: 100%;
  }

  #main_screen .sign_button {
    padding: 19px 41px;
    font-size: 23px;
    line-height: 27px;
  }
}
@media (max-width: 375px) {
  #main_screen .sign_button {
    width: 100%;
  }
}
#info {
  background: #FFFFFF;
}

#info .info__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 768px) {
  #info .info__container {
    padding: 0 16px;
  }
}

#info .info__wrap {
  padding: 8.828125% 0 0;
}

#info .info__title {
  font-family: "Gobold CYR-LAT";
  font-size: 140px;
  text-align: center;
  line-height: 100%;
  color: #173E78;
  margin-bottom: 40px;
}

#info .info__body {
  padding: 0;
}

#info h2.info__subtitle {
  font-family: "Gobold CYR-LAT";
  padding: 0 0 15px 0;
  font-size: 28px;
  line-height: 140%;
  color: #111820;
  border-bottom: 1px solid #176378;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin: auto;
  max-width: 1095px;
}

#info .info__adresat {
  margin: 10% 113px 0 113px;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #000000;
}

#info .info__adresat span {
  color: #9B9B9B;
}

#info .info__text {
  margin: 20px 113px;
  font-size: 18px;
  line-height: 140%;
  color: #000000;
  max-height: 380px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

#info .info__text.expanded {
  max-height: none;
}

#info .info__text p {
  margin: 0 0 20px 0;
}

#info .info__text p:last-child {
  margin-bottom: 0;
}

#info .info__text span {
  white-space: nowrap;
}

#info .info__expand {
  margin: 30px 113px 0 113px;
}

#info .info__expand_link {
  color: #FF0000;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.2s;
}

#info .info__expand_link:hover {
  text-decoration: underline;
}

#info .info__expand_icon {
  font-size: 20px;
  transition: transform 0.3s;
}

#info .info__expand_link.expanded .info__expand_icon {
  transform: rotate(180deg);
}

@media (max-width: 1400px) {
  #info .info__title {
    font-size: 120px;
  }

  #info .info__adresat {
    font-size: 22.5px;
  }

  #info .info__text {
    font-size: 22.5px;
  }
}
@media (max-width: 1200px) {
  #info .info__title {
    font-size: 112px;
  }

  #info .info__adresat {
    font-size: 20px;
  }

  #info .info__text {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  #info .info__adresat {
    margin: 28px 0 0 0;
  }

  #info .info__text {
    margin: 15px 0 0 0;
  }
}
@media (max-width: 768px) {
  #info .info__wrap {
    padding: 45px 0;
  }

  #info .info__title {
    font-size: 50px;
    line-height: 140%;
    margin-bottom: 40px;
  }

  #info .info__body {
    padding: 0;
  }

  #info h2.info__subtitle {
    font-size: 24px;
  }

  #info .info__adresat {
    font-size: 18px;
    line-height: 156%;
  }

  #info .info__adresat span {
    display: block;
  }

  #info .info__text {
    font-size: 18px;
  }
}

#info .info__button_wrap {
  text-align: center;
  margin-top: 30px;
  padding: 0 16px 120px;
}

#info .info__important_message {
  margin-top: 24px;
  padding: 20px;
  background: rgba(17, 24, 32, 0.8);
  border-left: 4px solid #F3FF46;
  border-radius: 3px;
  text-align: left;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

#info .important_message__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #F3FF46;
  margin: 0 0 12px 0;
}

#info .important_message__text {
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
  margin: 0 0 12px 0;
}

#info .important_message__thanks {
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
  margin: 0;
  font-weight: 500;
}

@media (max-width: 768px) {
  #info .info__important_message {
    margin-top: 20px;
    padding: 16px;
  }

  #info .important_message__title {
    font-size: 16px;
  }

  #info .important_message__text,
  #info .important_message__thanks {
    font-size: 14px;
  }
}

#info .main_screen__banner_button {
  display: inline-block;
  padding: 22px 70px;
  background: #FF0000;
  border-radius: 3px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  white-space: nowrap;
  transition: 0.2s;
  margin: 0;
}

#info .main_screen__banner_button:hover,
#info .main_screen__banner_button:focus {
  background: #E00000;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1200px) {
  #info .main_screen__banner_button {
    font-size: 18px;
    padding: 14px 28px;
  }
}

@media (max-width: 768px) {
  #info .main_screen__banner_button {
    width: 100%;
    padding: 16px 24px;
  }
}

@media (max-width: 500px) {
  #info .main_screen__banner_button {
    font-size: 18px;
    padding: 14px 20px;
  }
}

#sign {
  background: #111820;
  overflow-x: visible;
  overflow-y: hidden;
}

#sign .sign__container.container {
  max-width: 1280px !important;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}

#sign .sign__container:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 400%;
  top: 0;
  right: 18.203125%;
  background: #111820;
  z-index: -2;
}

#sign .sign__wrap {
  padding: 7.578125% 0 7.6171875%;
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: visible;
}
@media (min-width: 769px) {
  #sign .sign__wrap {
    display: flex;
    gap: 50px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}



#sign .team__wrap {
  flex: 0 0 calc(35% - 25px);
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 0;
}

#sign .team__wrap .team__title {
  font-size: 45px;
  line-height: 140%;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0 0 30px 0;
}

#sign .team__wrap .team__image {

  width: 100%;
}

#sign .team__wrap .team__image img {
  width: 100%;
  border-radius: 10px;
}

#sign .form__wrap {
  flex: 0 0 calc(35% - 25px);
  order: 2;
  min-width: 0;
}

#sign .form__wrap .form__row {
  position: relative;
  display: flex;
  flex-direction: column;
}
#sign .form__wrap .form__row:first-child {
  margin: 0;
}
#sign .form__wrap .form__row:not(:first-child) {
  margin: 24px 0 0 0;
}

#sign .form__wrap .form__label {
  position: static;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #FFFFFF;
  z-index: 4;
}

#sign .form__wrap .form__input {
  width: 100%;
  height: 50px;
  border-radius: 3px;
  background: #FBF7EB;
  position: relative;
  z-index: 3;
  border: 1px solid #5C6CAE;
  transition: 0.3s;
  padding: 0 0 0 19.5px;
  color: #000000;
  font-size: 15px;
  line-height: 18px;
  margin-top: 0;
}

#sign .form__wrap .form__input::placeholder {
  font-family: Roboto;
  font-size: 15px;
  line-height: 18px;
  color: rgba(0, 49, 45, 0.5);
}

#sign .form__wrap .form__select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23000000' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 19.5px center;
  padding-right: 40px;
  cursor: pointer;
}

#sign .form__wrap .form__select option {
  background: #FBF7EB;
  color: #000000;
}

#sign .form__wrap .form__input:focus {
  border: 1px solid #FFB800;
}


#sign .form__wrap .agreement__checkbox {
  margin: 6.1349693252% 0 0 0;
  position: relative;
}

#sign .form__wrap .checkbox__label {
  padding: 0 0 0 24px;
  font-size: 13px;
  line-height: 15px;
  color: #FFFFFF;
  cursor: pointer;
}

#sign .form__wrap .checkbox__label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  background: #EB0029;
  border: 1px solid #EB0029;
  border-radius: 2px;
  z-index: 10;
}

#sign .form__wrap .checkbox__label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  background: url("../img/checkbox_icon.svg") no-repeat center;
  z-index: 11;
  transition: 0.2s;
  visibility: hidden;
  opacity: 0;
}

#sign .form__wrap .checkbox__input:checked + .checkbox__label:after {
  visibility: visible;
  opacity: 1;
}

#sign .form__wrap .checkbox__input {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}

#sign .form__wrap .form__button {
  margin: 24px 0 0 0;
  width: 100%;
  padding: 17px 20px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  transition: 0.2s;
  border-radius: 3px;
  font-weight: 500;
  font-size: 18px;
  line-height: 119.0476190476%;
  color: #FFFFFF;
  background: #EB0029;
  text-transform: uppercase;
  box-sizing: border-box;
}

#sign .form__wrap .form__button:hover,
#sign .form__wrap .form__button:focus {
  background: #D00025;
}

#sign .form__wrap .form__important_message {
  margin-top: 24px;
  padding: 20px;
  background: rgba(243, 255, 70, 0.1);
  border-left: 4px solid #F3FF46;
  border-radius: 3px;
}

#sign .form__wrap .important_message__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #F3FF46;
  margin: 0 0 12px 0;
  text-transform: uppercase;
}

#sign .form__wrap .important_message__text {
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
  margin: 0 0 12px 0;
}

#sign .form__wrap .important_message__thanks {
  font-size: 16px;
  line-height: 140%;
  color: #F3FF46;
  margin: 0;
  font-weight: 500;
}

#sign .data__wrap {
  flex: 0 0 calc(30% - 25px);
  order: 3;
  min-width: 0;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: visible;
}

#sign .data__wrap h2.data__title {
  color: rgba(251, 247, 235, 0.7);
  text-transform: uppercase;
  font-size: 50px;
  margin: 0 0 17.1370967742% 6.8548387097%;
}

#sign .data__wrap .data__diagram {
  width: calc(100% - 40px);
  max-width: calc(100% - 40px);
  --diagram-max-width: 350px;
  --viewbox-size: 100;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #F3FF46;
  position: relative;
  margin: 0 auto;
  --ring-stroke-width: 29px;
  --ring-stroke-width-percent: calc(var(--ring-stroke-width) / var(--diagram-max-width) * var(--viewbox-size) * 1%);
  box-sizing: border-box;
}

#sign .data__wrap .progress__ring {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  overflow: visible;
}

#sign .data__wrap .progress__ring svg {
  width: 100%;
  height: 100%;
}

#sign .data__wrap .progress_ring__background {
  transform-origin: center;
  stroke-width: var(--ring-stroke-width-percent);
}

#sign .data__wrap .progress__ring_center {
  position: absolute;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #111820;
  z-index: 12;
}

#sign .data__wrap #counter {
  position: absolute;
  display: inline-block;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Bebas Neue Cyrillic";
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 140%;
  text-align: center;
  color: #F3FF46;
  z-index: 13;
}


@media (max-width: 1400px) {


  #sign .form__wrap .form__row {
    zoom: 80%;
  }

  #sign .form__wrap .checkbox__label {
    font-size: 12px;
  }


  #sign .form__wrap .form__button {
    height: 52px;
    font-size: 18px;
  }
}
@media (max-width: 1200px) {


  #sign .form__wrap .form__row {
    zoom: 75%;
  }

  #sign .form__wrap .checkbox__label {
    font-size: 11px;
  }

  #sign .form__wrap .form__button {
    height: 49px;
    font-size: 16px;
  }

}
@media (max-width: 992px) {
  #sign .sign__container.container {
    padding: 0 16px;
  }

  #sign .sign__container:before {
    height: 780px;
    right: -50%;
  }

  #sign .sign__wrap:before {
    top: -95px;
    left: -940px;
  }

  #sign .form__wrap .form__row {
    zoom: 100%;
  }


  #sign .sign__wrap {
    gap: 50px;
  }

  #sign .team__wrap {
    flex: 0 0 35%;
    justify-content: flex-start;
  }

  #sign .form__wrap {
    flex: 0 0 35%;
  }

  #sign .form__wrap .form__row:not(:first-child) {
    margin: 30px 0 0 0;
  }

  #sign .form__wrap .checkbox__label {
    font-size: 13px;
  }

  #sign .form__wrap .form__button {
    height: 65px;
    font-size: 21px;
  }

  #sign .data__wrap {
    flex: 0 0 30%;
    padding: 80px 0 0 0;
  }

  #sign .data__wrap h2.data__title {
    margin: 0 0 50px 0;
    text-align: center;
  }


  #sign .data__wrap .data__diagram {
    margin: 0 auto;
    width: 300px;
    height: 300px;
    max-width: 300px;
    aspect-ratio: unset;
    --diagram-max-width: 300px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  #sign .sign__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }

  #sign .team__wrap {
    order: 1;
    flex: 0 0 calc(50% - 20px);
  }

  #sign .form__wrap {
    order: 2;
    flex: 0 0 calc(50% - 20px);
  }

  #sign .data__wrap {
    order: 3;
    flex: 0 0 100%;
    padding: 40px 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #sign .data__wrap h2.data__title {
    margin: 0 0 30px 0;
  }
}

@media (max-width: 768px) {
  #sign .sign__container.container {
    padding: 0 16px;
  }

  #sign .sign__container:before {
    height: 60px;
    right: -50%;
  }

  #sign .sign__wrap {
    display: flex;
    padding: 58px 0 0;
    gap: 0;
    flex-direction: column;
  }

  #sign .sign__wrap:before {
    display: none;
  }

  #sign .team__wrap {
    order: 1;
    margin: 0 -16px;
    padding: 0 16px;
    position: relative;
    z-index: 1;
  }

  #sign .form__wrap {
    order: 2;
    margin: 0 -16px;
    padding: 0 16px;
    position: relative;
    z-index: 1;
  }

  #sign .data__wrap {
    order: 3;
  }


  #sign .form__wrap .form__row:first-child {
    margin: 0;
  }
  #sign .form__wrap .form__row:not(:first-child) {
    margin: 41px 0 0 0;
  }

  #sign .form__wrap .form__label {
    font-size: 16px;
    line-height: 19px;
  }

  #sign .form__wrap .form__input {
    padding: 0 0 0 17px;
    font-size: 13px;
    line-height: 15px;
  }

  #sign .form__wrap .form__input::placeholder {
    font-size: 13px;
    line-height: 15px;
  }


  #sign .form__wrap .agreement__checkbox {
    margin: 20px 0 0 0;
  }

  #sign .form__wrap .checkbox__label {
    font-size: 13px;
  }

  #sign .form__wrap .form__button {
    margin: 25px 0 0 0;
    font-size: 21px;
    width: 100%;
    padding: 17px 20px;
    box-sizing: border-box;
  }

  #sign .team__wrap {
    padding: 0 16px 52px;
  }

  #sign .team__wrap .team__title {
    font-size: 44px;
    text-align: center;
    margin: 0 0 25px 0;
  }

  #sign .team__wrap .team__image {
    max-width: 386px;
    margin: 0 auto;
  }

  #sign .data__wrap {
    padding: 50px 0 55px;
  }

  #sign .data__wrap h2.data__title {
    margin: 0 0 30px 0;
  }

  #sign .data__wrap .data__diagram {
    width: 300px;
    height: 300px;
    max-width: 300px;
    aspect-ratio: unset;
    --diagram-max-width: 300px;
  }
}
#list .list__wrap {
  padding: 10.234375% 0 11.328125%;
}

#list h2.list__title {
  color: #173E78;
  line-height: 100%;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 500;
  margin: 0 0 40px 0;
}

#list .list__table {
  margin: 4.296875% 0 0 0;
  width: 100%;
}

#list .list__table tr {
  border-bottom: 1px solid #E5E5E5;
}

#list .list__table td {
  font-size: 18px;
  line-height: 130%;
  color: #9B9B9B;
  padding: 15.5px 18px 15.5px 0;
}
#list .list__table td:nth-child(6n+1) {
  font-size: 23px;
  color: #000000;
  width: 5%;
}
#list .list__table td:nth-child(6n+2) {
  font-size: 23px;
  color: #000000;
  width: 50%;
}
#list .list__table td:nth-child(6n+3) {
  width: 30%;
}
#list .list__table td:nth-child(6n+4) {
  width: 15%;
}
#list .list__table td:nth-child(6n+5) {
  width: 20%;
}
#list .list__table td:nth-child(6n+6) {
  padding: 15.5px 0;
  white-space: nowrap;
  width: 14%;
}

#list .list__footer {
  margin: 50px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: relative;
}

#list .footer__dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

#list .dots__item {
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #333333;
  background: #E5E5E5;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.2s;
  padding: 0;
  border: none;
  cursor: pointer;
}

#list .dots__item.active {
  color: #FFFFFF;
  background: #333333;
  font-size: 16px;
}

#list .dots__item:hover,
#list .dots__item:focus {
  background: #CCCCCC;
}

#list .dots__item.active:hover,
#list .dots__item.active:focus {
  background: #333333;
}

#list .dots__item:not(.page) {
  cursor: default;
  pointer-events: none;
}

#list .footer__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

#list .footer__arrow svg {
  width: 24px;
  height: 8px;
}

#list .footer__arrow path {
  stroke: #333333;
  stroke-width: 1.5;
}

#list .footer__arrow:hover path {
  stroke: #000000;
}

@media (min-width: 769px) {
  #list .footer__show_more {
    display: none;
  }
}

@media (max-width: 1400px) {
  #list .list__table td {
    font-size: 15px;
  }
  #list .list__table td:nth-child(6n+1) {
    font-size: 19px;
  }
  #list .list__table td:nth-child(6n+2) {
    font-size: 19px;
    color: #000000;
    width: 50%;
  }
  #list .list__table td:nth-child(6n+3) {
    width: 30%;
  }
  #list .list__table td:nth-child(6n+4) {
    width: 15%;
  }
  #list .list__table td:nth-child(6n+5) {
    width: 20%;
  }
  #list .list__table td:nth-child(6n+6) {
    width: 14%;
  }
}
@media (max-width: 992px) {
  #list .list__table td {
    font-size: 13px;
  }
  #list .list__table td:nth-child(6n+1) {
    font-size: 16px;
    padding: 15.5px 5px 15.5px 0;
  }
  #list .list__table td:nth-child(6n+2) {
    font-size: 16px;
    color: #000000;
    width: 50%;
  }
  #list .list__table td:nth-child(6n+3) {
    width: 30%;
  }
  #list .list__table td:nth-child(6n+4) {
    width: 15%;
  }
  #list .list__table td:nth-child(6n+5) {
    width: 20%;
  }
  #list .list__table td:nth-child(6n+6) {
    width: 14%;
  }

  #list .list__footer {
    margin: 30px 0 0 0;
  }
}
@media (max-width: 768px) {
  #list .list__wrap {
    padding: 46px 0 100px;
  }

  #list .list__table {
    margin: 10px 0 0 0;
  }

  #list .list__table tr:nth-child(n) {
    display: none;
  }
  #list .list__table tr:nth-child(-n+10) {
    display: table-row;
  }

  #list .list__table td {
    line-height: 138%;
  }
  #list .list__table td:nth-child(n) {
    padding: 0;
  }
  #list .list__table td:nth-child(6n+1) {
    vertical-align: top;
    padding: 17px 7px 0 0;
    font-size: 15px;
    line-height: 120%;
  }
  #list .list__table td:nth-child(6n+2), #list .list__table td:nth-child(6n+3), #list .list__table td:nth-child(6n+4), #list .list__table td:nth-child(6n+5), #list .list__table td:nth-child(6n+6) {
    display: block;
    width: 100%;
  }
  #list .list__table td:nth-child(6n+2) {
    font-size: 15px;
    line-height: 120%;
    padding: 17px 0 12.5px 0;
  }
  #list .list__table td:nth-child(6n+4) {
    padding: 0 0 14.5px 0;
  }

  #list .footer__dots {
    display: none;
  }

  #list .footer__arrow {
    display: none;
  }

  #list .footer__show_more {
    display: inline-block;
    padding: 19px 50px;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    color: #060F37;
    border: 1px solid #1F2D67;
    border-radius: 3px;
  }

  #list .footer__show_more:hover,
#list .footer__show_more:focus {
    background-color: #1F2D67;
    color: #FFFFFF;
  }
}
@media (max-width: 375px) {
  #list .footer__show_more {
    width: 100%;
    padding: 10px 20px;
  }
}
footer {
  background: #111820;
  padding: 20px 0;
}

footer .footer__copyright {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: 156%;
  color: #8E97BD;
}


@media (max-width: 992px) {
  footer .footer__copyright {
    width: 100%;
  }
}
@media (max-width: 768px) {
  footer {
    padding: 20px 0;
  }
}

/* Модальне вікно */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

.modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
}

.modal__content {
  position: relative;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 40px;
  max-width: 500px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  z-index: 10001;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 32px;
  color: #999;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}

.modal__close:hover {
  color: #000;
}

.modal__title {
  font-family: "Bebas Neue Cyrillic", "Arial", sans-serif;
  font-size: 32px;
  line-height: 1.2;
  color: #173E78;
  text-align: center;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}

.modal__counter {
  text-align: center;
  margin: 0 0 30px 0;
}

.modal__counter-label {
  font-size: 18px;
  color: #666;
  margin: 0 0 10px 0;
}

.modal__counter-value {
  font-family: "Bebas Neue Cyrillic", "Arial", sans-serif;
  font-size: 48px;
  font-weight: bold;
  color: #EB0029;
  margin: 0;
}

.modal__share {
  text-align: center;
}

.modal__share-label {
  font-size: 16px;
  color: #333;
  margin: 0 0 20px 0;
}

.modal__social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.modal__social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: transform 0.2s;
  text-decoration: none;
}

.modal__social-icon:hover {
  transform: scale(1.1);
}

.modal__social-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 768px) {
  .modal__content {
    padding: 30px 20px;
  }

  .modal__title {
    font-size: 24px;
  }

  .modal__counter-value {
    font-size: 36px;
  }

  .modal__social-icon {
    width: 45px;
    height: 45px;
  }
}

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