@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");

html,
body {
  overflow: hidden;
  font-family: "Montserrat", sans-serif, -apple-system, system-ui;
  font-style: normal;
  font-weight: 500;
}

input {
  font-family: "Montserrat", sans-serif, -apple-system, system-ui;
}

input::placeholder {
  color: #787c7f;
  opacity: 1; /* Firefox */
}

input::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #787c7f;
}

.landing_info-region-select {
  width: 100%;
  display: flex;
  flex-direction: row;
  position: absolute;
  z-index: 2;
}

.landing_info-region-container {
  padding-left: 70px;
  justify-content: flex-start;
  width: 36%;
  display: flex;
}

.landing_info-region-select_title_container {
  width: 306px;
}

.lading_page-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100vh;
}

.lading_page-container > .lading_page-container__item {
  width: 100%;
}

.lading_page-container > .lading_page-container__item.left {
  max-width: 600px;
  min-width: 600px;
  flex: 9;
  position: relative;
}

.lading_page-container > .lading_page-container__item.left.mobile {
  display: none;
}

.lading_page-container > .no-region-bg {
  background-image: url("/static/images/landing-bg-v1-clear.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  flex: 16;
}

.lading_page-container > .lading_page-container__item.right {
  flex: 16;
  background-image: url("/static/images/landing-bg-v1-clear.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow-y: hidden;
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
}

.landing-page-mobile-header {
  display: none;
}

.lading_page-container > .lading_page-container__item.right.stopped {
  background-image: url("/static/images/landing-bg-v1.png");
  overflow-y: auto;
}

/*.lading_page-container > .lading_page-container__item.right.stopped:after {*/
/*    background-color: rgba(119, 153, 189, 0.4);*/
/*    transition: background-color 0.7s linear;*/
/*}*/

/*.lading_page-container > .lading_page-container__item.right:after {*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: rgba(119, 153, 189, 0.0);*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    transition: background-color 0.2s linear;*/
/*}*/

.panel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: transparent;
  position: relative;
}

.panel {
  background: #ffffff;
  border-radius: 8px;
  padding-left: 59px;
  padding-right: 59px;
  padding-top: 25px;
  padding-bottom: 35px;
  max-width: 435px;
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.7s linear;
}

.panel.open {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.7s linear;
  z-index: 2;
}

.panel-form-header,
.panel-form-header-validation {
  height: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #3c434f;
  max-width: 283px;
  transition: height 0.2s linear;
  overflow: hidden;
}

.panel-form-header.open,
.panel-form-header-validation.open {
  height: auto;
  transition: height 0.2s linear;
}

.panel-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.panel-input {
  position: relative;
  margin-top: 16px;
  margin-bottom: 16px;
}

.social-header {
  max-width: 307px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}

.social-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.social-icon {
  position: relative;
  padding: 12px 21px 16px 53px;
  color: white;
  display: block;
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 21px;
}

.social-icon:hover,
.social-icon:focus {
  cursor: pointer;
  text-decoration: none;
}

.social-icon:before {
  position: absolute;
}

.social-icon.ok {
  background-color: #f48420;
}

.social-icon.ok:before {
  content: "";
  background-image: url("/static/images/ok.svg");
  background-size: contain;
  width: 16px;
  height: 26px;
  background-repeat: no-repeat;
  left: 22px;
}

.social-icon.vk {
  background-color: #2787f5;
  margin-right: 16px;
}

.social-icon.vk:before {
  content: "";
  background-image: url("/static/images/vk.svg");
  background-size: contain;
  width: 27px;
  height: 16px;
  background-repeat: no-repeat;
  left: 19px;
  top: 16px;
}

.submit-button {
  margin-top: 27px;
  background-color: #2790d4;
  color: white;
  border-radius: 30px;
  width: 100%;
  min-height: 50px;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  border: none;
  cursor: pointer;
}

.form-disclaimer {
  white-space: pre-line;
  font-weight: 500;
  font-size: 10px;
  line-height: 13px;
}

.form-disclaimer > a {
  display: inline;
  text-decoration: none;
  color: #69d0a5;
  border-bottom: 0.1rem solid transparent;
  transition: border 0.2s ease-in-out;
}
.form-disclaimer > a:hover {
  text-decoration: none;
  border-bottom-color: #69d0a57a;
}

.form-personal-data {
  margin-top: 17px;
}

.form-personal-data > p {
  max-width: 228px;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
}

.form-personal-data > .blue-checkbox {
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  color: #787c7f;
  position: relative;
  padding-left: 16px;
  margin-bottom: 7px;
}

.form-personal-data > .blue-checkbox > input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.form-personal-data > .blue-checkbox > .checkbox {
  position: absolute;
  top: 1px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #e9ecf6;
  background-color: white;
}

.form-personal-data > .blue-checkbox.checked > .checkbox {
  border: none;
  background-color: #2590d4;
}

.landing_info-box__container {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.landing_info-box__item {
  padding-left: 70px;
  padding-right: 70px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
}

.landing_info-box__logos {
  display: flex;
  padding-left: 70px;
  padding-right: 70px;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
}

.landing_info-box__logos > img {
  max-width: 170px;
  height: auto;
}

.landing_info-box__logos > img.crest {
  max-width: 200px;
  height: auto;
}

.crest-placeholder {
  content: "";
  max-width: 200px;
  height: auto;
}

.no-regions-button {
  width: 180px;
  height: 50px;
  background: #69d0a5;
  border-radius: 30px;
  color: #ffffff;
  border: none;
  margin-top: 28px;
  cursor: pointer;
}

.landing_info-box__item > h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  white-space: pre-line;
  max-width: 310px;
}

.landing_info-box__item > p {
  white-space: pre-line;
  line-height: 32px;
  margin-bottom: 40px;
}

.landing_info-box__item > .footer {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
}

.no-region-header {
  display: none;
}

.captcha {
  display: none;
}

.captcha > img {
  width: 100%;
  cursor: pointer;
}

.captcha.show {
  display: initial;
}

.captcha-notification {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  z-index: 22;
  background: white;
  padding: 5px;
  color: mediumvioletred;
  font-size: 18px;
  border-bottom-left-radius: 5px;
  transition: opacity 0.4s linear;
}

.captcha-label {
  color: mediumvioletred;
  display: inline-block;
  margin-bottom: 15px;
}

.captcha-notification.show {
  opacity: 1;
}

@media screen and (max-width: 1199px) {
  .captcha-notification {
    left: 0;
    right: unset;
    width: 100%;
    border-bottom-left-radius: 5px;
    top: 0;
  }
  .lading_page-container {
    flex-direction: column;
  }
  .lading_page-container > .lading_page-container__item.left {
    display: none;
  }
  .lading_page-container > .lading_page-container__item.left.mobile {
    max-width: initial;
    min-width: initial;
    display: initial;
    max-width: initial;
    max-height: initial;

    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    /* or 150% */

    text-align: center;

    color: #3c434f;
  }

  .landing_info-box__logos {
    padding-right: 30px;
    padding-left: 30px;
  }

  .landing_info-box__logos > img {
    height: auto;
    margin-bottom: 40px;
  }

  .landing_info-box__logos > img {
    max-width: 120px;
    height: auto;
  }

  .landing_info-box__logos > img.crest {
    max-width: 150px;
    height: auto;
  }

  .crest-placeholder {
    max-width: 150px;
    height: auto;
  }

  .landing_info-box__item > p {
    font-size: 14px !important;
    line-height: 26px !important;
    font-weight: 600px;
  }
  .landing_info-box__item > h2 {
    margin-block-end: 30px;
    font-size: 30px !important;
  }
  .lading_page-container > .lading_page-container__item.right {
    height: 100%;
    overflow: visible;
  }
  .landing_info-box__item {
    margin-top: 50px;
  }
  .lading_page-container {
    overflow-y: scroll;
  }
  .panel {
    width: 100vw;
    border-radius: 0;
    max-width: unset;
  }

  .landing_info-region-select {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    height: 40px;
    background: white;
    box-shadow: none;
  }

  .landing_info-region-container {
    justify-content: unset;
    width: unset;
  }

  .landing_info-region-select_title_container {
    width: unset;
  }

  .landing_page-mobile-attract {
    display: block;
    content: "";
    min-height: 320px;
    width: 100vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/static/images/landing-bg-v1-clear.png");
  }

  .landing-video {
    display: none;
  }

  .landing_info-region-container {
    padding-left: 15px !important;
  }

  .landing_info-region-select_title_container {
    margin-top: 0 !important;
  }

  .landing_info-region-select_title {
    font-weight: 600 !important;
    font-size: 9px !important;
    line-height: 30px !important;
    color: rgba(60, 67, 77, 0.4) !important;
  }
  .region-chevron-icon {
    height: 7px;
    width: 9px;
    background-size: 9px 7px;
  }

  .disclaimer-toggle {
    right: 0 !important;
    color: #e5e9f4;
  }

  .form-disclaimer > a {
    color: #69d0a5;
  }

  .panel {
    opacity: 1;
    pointer-events: all;
    background: #f1f1f2;
    padding: 23px 15px;
  }

  .form-control {
    background: #f1f1f2;
  }

  .form-disclaimer {
    white-space: unset;
  }

  .landing_info-box__item {
    margin-top: 0;
  }

  h2 {
    margin-top: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
  }
  .landing_info-box__item > p {
    margin: 8px 0 8px 0;
  }
  .landing_info-box__item {
    margin-top: 0;
    margin-bottom: 0;
    padding: 24px 15px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
  }

  .landing_info-box__container {
    box-shadow: 0 2px 80px rgba(0, 0, 0, 0.1);
  }

  .lading_page-container > .lading_page-container__item.right.stopped,
  .lading_page-container > .lading_page-container__item.right {
    background-image: none;
    overflow: visible;
    padding-top: 0;
    padding-bottom: 0;
  }

  .landing-page-mobile-header {
    display: block;
    padding: 11px 15px;
  }

  .submit-button {
    background-color: #69d0a5;
    text-transform: uppercase;
    margin-bottom: 15px;
  }

  body.open-region > .lading_page-container {
    overflow: hidden;
  }
  body.open-region > .landing_info-region-select {
    display: none;
  }

  .html,
  body {
    height: 100% !important;
    overflow-y: auto !important;
  }
  .lading_page-container {
    overflow: visible !important;
  }

  .no-region-bg {
    display: none;
  }
  .no-region-popup {
    display: none;
    bottom: 0;
    height: unset;
    background-color: white;
  }
  .no-regions-button {
    margin-top: 0;
    width: 100%;
    background-color: #2790d3;
    height: 30px;
  }
  .no-region-attract {
    height: 100vh;
  }

  .landing_info-region-container {
    flex: unset;
  }
  .landing_info-region-select-spacer {
    content: "";
    flex: unset;
  }
  .no-region-header {
    display: initial;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 18px;
    padding-bottom: 21px;
  }
  .no-region-header > h2 {
    font-family: Montserrat;
    text-align: left;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
  }
  .no-region-header > p {
    margin-top: 13px;
    margin-bottom: 22px;

    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
  }
  .no-region-header > button.no-regions-button {
    background-color: transparent;
    border-radius: 0;
    width: auto;
    padding: 0;
    height: unset;

    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
    color: #2790d4;
  }
}

video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: opacity 0.7s linear;
}

.lading_page-container__item.right.stopped > video {
  opacity: 0;
  transition: opacity 0.7s linear;
}

@media screen and (max-height: 690px) {
  .landing_info-box__item > h2 {
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
  }
  .landing_info-box__item > img {
    height: 70px;
  }
}
