._Header_desktop_root {
  display: flex;
  justify-content: center;
  background-color: rgb(255, 255, 255);
  box-shadow: 4px 4px 15px rgba(130, 141, 171, 0.1);
  height: 100px;
  min-height: 100px;
  align-items: center;
  width: 100%;
  z-index: 2;
  position: sticky;
  top: 0;
}

._Header_desktop_container {
  display: flex;
  width: 1180px;
  justify-content: space-between;
  align-items: center;
}

._Header_desktop_wrapper {
  display: flex;
  align-items: center;
}

._Header_desktop_lang {
  font-size: 16px;
  font-weight: 500;
  color: rgb(115, 138, 176);
  margin-right: 42px;
}

._Header_desktop_logIn {
  height: 44px;
  width: 100px;
  font-size: 14px;
  font-weight: 700;
  box-sizing: border-box;
  border-radius: 10px;
  border: 2px solid rgb(194, 208, 234);
  color: rgb(115, 138, 176);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: box-shadow 300ms ease-in-out, background-color 300ms ease-in-out;
  box-shadow: none;
  background-color: transparent;
}

._Header_desktop_logIn:hover {
  box-shadow: 4px 4px 25px rgba(203, 217, 243, 0.45);
}

._Header_desktop_logIn:active {
  background-color: rgb(238, 245, 250);
}

._Header_desktop_routes {
  margin-left: 100px;
  display: flex;
  align-items: center;
}

._Header_desktop_routes_icon {
  margin-right: 5px;
}

._Header_desktop_routes_title {
  cursor: pointer;
  text-decoration: none;
  color: rgb(130, 141, 171);
  font-weight: 700;
  line-height: 1.4;
  margin-right: 33px;
  transition: 300ms ease-in-out color;
  display: flex;
  align-items: center;
  font-size: 16px;
}

._Header_desktop_routes_title:last-child {
  margin-right: 0;
}

._Header_desktop_routes_title:hover {
  color: rgb(65, 74, 98);
}

._Header_desktop_routes_title_current {
  color: rgb(65, 74, 98);
}

._Header_desktop_eoLogo {
  width: 186px;
  height: 45px;
  cursor: pointer;
}

._Header_desktop_warning {
  font-size: 16px;
  color: rgb(142, 174, 222);
  margin-left: 8px;
  font-weight: 400;
}

._Header_desktop_balance_pause {
  background-color: rgb(17, 178, 109);
  box-shadow: 4px 4px 15px rgba(17, 178, 109, 0.25);
  border-radius: 10px;
  width: 72px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  border: 2px solid rgb(17, 178, 109);
  cursor: pointer;
}

._Header_desktop_balance_coins {
  cursor: pointer;
  border: 2px solid rgb(35, 209, 109);
  box-shadow: 4px 4px 15px rgba(17, 178, 109, 0.25);
  border-radius: 10px;
  width: 72px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
}

._Header_desktop_balance_coins_blocked {
  box-shadow: none;
  border: 2px solid rgb(221, 227, 243);
}

._Header_desktop_balance_coins_blocked svg ellipse {
  stroke: rgb(221, 227, 243);
}

._Header_desktop_balance_coins_blocked svg path {
  stroke: rgb(221, 227, 243);
}

._Header_desktop_balance_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: rgb(142, 174, 222);
  margin-right: 12px;
}

._Header_desktop_balance_current {
  font-weight: 600;
  font-size: 18px;
  color: rgb(0, 57, 141);
  margin-right: 8px;
  font-feature-settings: "tnum" on, "lnum" on;
}

._Header_desktop_balance_coin {
  width: 18px;
  height: 18px;
  stroke: rgb(35, 209, 109);
  margin-right: 36px;
}

@media screen and (max-width: 1280px) {
  ._Header_desktop_lang {
    margin-right: 32px;
  }
  ._Header_desktop_warningIcon {
    width: 14px;
    height: 14px;
  }
  ._Header_desktop_routes_title {
    font-size: 14px;
  }
  ._Header_desktop_container {
    width: 768px;
  }
  ._Header_desktop_routes {
    margin-left: 40px;
  }
  ._Header_desktop_warning {
    font-size: 12px;
    margin-left: 4px;
  }
  ._Header_desktop_pauseIcon,
  ._Header_desktop_playIcon,
  ._Header_desktop_coinsIcon {
    width: 14px;
    height: 14px;
  }
  ._Header_desktop_balance_pause {
    width: 50px;
    height: 26px;
  }
  ._Header_desktop_balance_coins {
    width: 50px;
    height: 26px;
  }
  ._Header_desktop_balance_title {
    font-size: 14px;
    margin-right: 8px;
  }
  ._Header_desktop_balance_current {
    font-size: 14px;
    margin-right: 8px;
  }
  ._Header_desktop_balance_coin {
    width: 18px;
    height: 18px;
    stroke: rgb(35, 209, 109);
    margin-right: 24px;
  }
}._AccInfo_desktop_root {
  display: flex;
  align-items: center;
  position: relative;
}

._AccInfo_desktop_id_text {
  padding-right: 4px;
  line-height: 140%;
}

._AccInfo_desktop_id_number {
  margin-right: 4px;
  line-height: 140%;
}

._AccInfo_desktop_dropdown {
  background-color: white;
  padding: 16px;
  box-shadow: 4px 4px 15px rgba(27, 57, 109, 0.1);
  border-radius: 10px;
  position: absolute;
  top: 40px;
  left: 0px;
}

._AccInfo_desktop_dropdown_row {
  margin-top: 16px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
  color: rgb(130, 141, 171);
  transition: 300ms ease-in-out color;
}

._AccInfo_desktop_dropdown_row svg {
  margin-right: 6px;
}

._AccInfo_desktop_dropdown_row svg * {
  transition: 300ms ease-in-out stroke;
}

._AccInfo_desktop_dropdown_row:hover {
  color: rgb(107, 170, 243);
}

._AccInfo_desktop_dropdown_row:hover svg * {
  stroke: rgb(107, 170, 243);
}

._AccInfo_desktop_dropdown_email {
  color: rgb(130, 141, 171);
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
}

._AccInfo_desktop_dropdown_line {
  margin-top: 16px;
  background-color: rgb(231, 235, 246);
  height: 1px;
  width: 100%;
}

._AccInfo_desktop_profileIcon_back {
  cursor: pointer;
  background-color: rgb(185, 217, 255);
  border-radius: 5px;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 300ms ease-in-out background-color;
}

._AccInfo_desktop_profileIcon_back_open {
  background-color: rgb(147, 196, 255);
}

._AccInfo_desktop_wrapper {
  position: relative;
  color: rgb(130, 141, 171);
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-left: 10px;
  transition: 300ms ease-in-out color;
}

._AccInfo_desktop_wrapper:hover {
  color: rgb(100, 110, 137);
}

._AccInfo_desktop_wrapper:hover ._AccInfo_desktop_copySquareIcon path {
  fill: rgb(100, 110, 137);
}

._AccInfo_desktop_copySquareIcon {
  cursor: pointer;
}

._AccInfo_desktop_copySquareIcon path {
  transition: 300ms ease-in-out fill;
}

._AccInfo_desktop_copied {
  font-size: 7px;
  font-weight: 500;
  padding: 1px 7px;
  position: absolute;
  right: 0;
  color: rgb(247, 249, 251);
  background-color: rgba(209, 213, 224, 0.71);
  border-radius: 3px;
}._SelectLanguage_desktop_root {
  display: flex;
  align-items: center;
  color: rgb(130, 141, 171);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}
._SelectLanguage_desktop_root_iso {
  text-transform: uppercase;
}
@media screen and (max-width: 1280px) {
  ._SelectLanguage_desktop_root {
    font-size: 14px;
  }
}._Dropdown_dropdown {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding: 7px 12px;
  border-radius: 20px;
  width: fit-content;
}
._Dropdown_dropdown_styled {
  box-shadow: 4px 4px 15px rgba(27, 57, 109, 0.1);
}

._Dropdown_toggleArrow {
  margin-left: 8px;
}
._Dropdown_toggleArrow_opened {
  transform: rotate(180deg);
}

._Dropdown_title {
  display: flex;
  align-items: center;
}

._Dropdown_list {
  left: -2px;
  position: absolute;
  top: 26px;
  background: white;
  z-index: 2;
  width: max-content;
  max-height: 200px;
  overflow-y: auto;
  border-radius: 5px;
  padding: 8px 8px 8px 17px;
}

._Dropdown_row {
  padding: 5px;
}._Flag_flag {
  border-radius: 50%;
  margin-right: 8px;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}
._Flag_flag_loaded {
  opacity: 1;
}._Footer_desktop_root {
  width: 100%;
  background-color: white;
  box-sizing: border-box;
  padding: 24px 0;
  padding-bottom: 56px;
  display: flex;
  justify-content: center;
  box-shadow: -4px -4px 15px rgba(130, 141, 171, 0.1);
}

._Footer_desktop_columns {
  display: flex;
}

._Footer_desktop_wrapper {
  width: 1180px;
}

._Footer_desktop_links {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

._Footer_desktop_field {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
  cursor: pointer;
  transition: 300ms ease-in-out color;
}

._Footer_desktop_field:hover {
  color: rgb(101, 117, 161);
}

._Footer_desktop_social_icon {
  margin-left: 20px;
  opacity: 0.5;
  transition: 300ms opacity ease-in-out;
}

._Footer_desktop_social_icon:hover {
  opacity: 0.7;
}

._Footer_desktop_column {
  margin-right: 150px;
  max-width: 300px;
}

._Footer_desktop_column_title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  color: rgb(50, 72, 109);
}

._Footer_desktop_column:last-child {
  margin-right: 0;
}

._Footer_desktop_eoLogo {
  width: 200px;
  height: 48px;
  margin-bottom: 20px;
}

._Footer_desktop_underline {
  font-size: 13px;
  font-weight: 600;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgb(236, 242, 249);
  color: rgb(90, 113, 132);
  margin-top: 24px;
  font-family: "Open Sans", sans-serif;
}

@media screen and (max-width: 1280px) {
  ._Footer_desktop_wrapper {
    width: 768px;
  }
  ._Footer_desktop_eoLogo {
    width: 160px;
    height: 38px;
  }
  ._Footer_desktop_field {
    font-size: 14px;
  }
  ._Footer_desktop_column {
    max-width: 156px;
    margin-right: 76px;
  }
  ._Footer_desktop_column_title {
    font-size: 16px;
  }
}._Form_form {
  max-width: 100%;
  margin: 0 auto;
  background-color: white;
  box-sizing: border-box;
  padding: 42px 52px;
  width: 440px;
  border-radius: 30px;
  box-sizing: border-box;
}

._Form_container {
  position: absolute;
  box-shadow: rgba(21, 30, 48, 0.1) 0px 8px 10px 0px;
}

._Form_title {
  margin-bottom: 28px;
  margin-top: 37px;
  font-size: 28px;
  font-weight: 700;
  color: rgb(71, 92, 123);
}

._Form_title_center {
  text-align: center;
  margin-top: 0;
  margin-bottom: 4px;
}

._Form_subTitle {
  color: rgb(71, 92, 123);
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 28px;
  margin-top: -24px;
}

._Form_subTitle_center {
  margin-top: 4px;
  text-align: center;
}

._Form_label {
  display: block;
  margin-bottom: 20px;
}

._Form_label_title {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  color: rgb(71, 92, 123);
  line-height: 24px;
}

._Form_label_title_line {
  background: rgb(230, 235, 242);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
}

._Form_label_title_center {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

._Form_label_title_text {
  z-index: 1;
  padding: 0 12px;
  background-color: white;
  width: fit-content;
}

._Form_error {
  padding-bottom: 10px;
  font-size: 12px;
  color: red;
}

._Form_toggleButton {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 10px;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 10px;
  color: #008273;
  height: 40px;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out 0s;
}

._Form_toggleButton:hover {
  opacity: 0.7;
}

._Form_input {
  appearance: none;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  line-height: 140px;
  font-size: 13px;
  color: rgb(71, 85, 123);
  font-weight: 400;
  padding: 13px 16px;
  outline: none;
  box-shadow: none;
  border-width: 1px;
  border-style: solid;
  background-color: white;
  border-color: rgb(213, 219, 228);
  border-radius: 10px;
  line-height: 140%;
  font-feature-settings: "tnum" on, "lnum" on;
}

._Form_input::placeholder {
  color: rgb(106, 126, 156);
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

._Form_input:focus {
  border: 1px solid rgb(104, 164, 255);
}

._Form_cross {
  top: 0;
  right: -32px;
  position: absolute;
  cursor: pointer;
}

._Form_cross path {
  fill: white;
}

._Form_changeTab {
  color: rgb(129, 143, 180);
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  display: flex;
  justify-content: center;
  margin-top: 24px;
  cursor: pointer;
}

._Form_changeTab_link {
  color: rgb(77, 140, 253);
}

._Form_socialRegistration {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  color: white;
}

._Form_socialRegistration_button {
  box-sizing: border-box;
  display: flex;
  cursor: pointer;
  padding: 11px;
  border: 1px solid #d5dbe4;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  width: 164px;
  transition: 300ms ease-in-out background-color;
}

._Form_socialRegistration_button:hover {
  background-color: rgb(225, 234, 244);
}

._Form_socialRegistration_text {
  font-size: 14px;
  color: rgb(81, 89, 111);
  line-height: 140%;
  font-weight: 500;
  margin-left: 6px;
}

._Form_terms {
  display: flex;
  position: relative;
  user-select: none;
  padding-left: 30px;
  font-size: 12px;
  color: rgb(129, 149, 180) !important;
  font-size: 11px;
  line-height: 130%;
}

._Form_terms_link {
  text-decoration: none;
  color: rgb(83, 162, 255);
  font-weight: 500;
  transition: 300ms ease-in-out color;
}

._Form_terms_link:hover {
  color: rgb(17, 178, 109);
}

._Form_checkbox {
  position: absolute;
  opacity: 0;
  width: 18px;
  height: 18px;
}

._Form_checkbox:focus + span {
  /* box-shadow: 0 0 0 2px #00d66b; */
}

._Form_checkbox:checked + span {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  /* box-shadow: 0 2px 5px 0 #008273; */
  background-color: rgb(23, 129, 245);
  border-radius: 2px;
}

._Form_checkbox:checked + span:after {
  content: "";
  display: block;
  width: 18px;
  height: 10px;
  background-image: url("check-icon-white.a01d67b6.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

._Form_checkmark {
  margin-top: 2px;
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 2px;
  cursor: pointer;
  border: 1px rgb(213, 219, 228) solid;
}

._Form_checkmark_failed {
  border: 1px solid red;
  background: transparent;
}

._Form_termText {
  padding-right: 5px;
  cursor: pointer;
}

._Form_infoIcon {
  display: inline-block;
  width: 20px;
  height: 20px;
  object-fit: contain;
  transition: opacity 0.2s linear 0s;
}

._Form_infoIcon:hover {
  opacity: 0.5;
}

._Form_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: flex;
  box-sizing: border-box;
  padding: 5%;
  align-items: center;
  justify-content: center;
  background-color: rgba(27, 57, 109, 0.76);
}

._Form_forgotPassword {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  font-family: "CeraPro";
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  transition: opacity 0.2s ease-in-out 0s;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  cursor: pointer;
  color: rgb(47, 150, 240);
}

._Form_margin {
  width: 8px;
  height: 100%;
}

._Form_successMessage {
  display: block;
  width: 100%;
  text-align: center;
  color: #463d75;
  font-size: 16px;
}

._Form_mailIcon {
  display: block;
  margin: 0 auto;
}

._Form_back {
  font-family: "CeraPro";
  margin: 20px auto 0;
  display: block;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: rgb(47, 150, 240);
  transition: opacity 0.2s ease-in-out 0s;
}

._Form_googleAuth {
  display: block;
  margin: 0 auto 11px;
  margin-top: 32px;
}

._Form_twoFaDesctiption {
  text-align: center;
  font-size: 12px;
  color: #463d75;
}

@media screen and (max-width: 700px) {
  ._Form_form {
    width: unset;
    height: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-right: 46px;
    padding-left: 46px;
  }
  ._Form_title {
    margin-top: 45px;
  }
  ._Form_image {
    position: absolute;
    width: 100%;
    left: 0;
    height: 47px;
    top: 16px;
    padding-left: 24px;
    box-shadow: 4px 4px 15px rgba(130, 141, 171, 0.1);
  }
  ._Form_cross {
    right: 24px;
    top: 24px;
    z-index: 2;
  }
  ._Form_cross path {
    fill: rgb(71, 85, 123);
  }
  ._Form_container {
    width: 100%;
    height: calc(100% - 16px);
    top: 16px;
  }
}@keyframes _Preloader_translateKeyframesItem {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _Preloader_translateKeyframes {
  0% {
    transform: scale(0);
  }
  35% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
._Preloader_spinner {
  position: relative;
  animation-name: _Preloader_translateKeyframes;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
}

._Preloader_spinnerItemInner {
  position: absolute;
  border-radius: 20%;
}

._Preloader_spinnerItem {
  animation-name: _Preloader_translateKeyframesItem;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
._Preloader_spinnerItem:nth-child(1) {
  transform: rotate(1deg);
  animation-delay: -1.1s;
}
._Preloader_spinnerItem:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
._Preloader_spinnerItem:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
._Preloader_spinnerItem:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
._Preloader_spinnerItem:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
._Preloader_spinnerItem:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
._Preloader_spinnerItem:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
._Preloader_spinnerItem:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
._Preloader_spinnerItem:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
._Preloader_spinnerItem:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
._Preloader_spinnerItem:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
._Preloader_spinnerItem:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}._Button_root {
  cursor: pointer;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14px;
  padding: 15px 0;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  font-family: "CeraPro";
  width: 170px;
  min-width: fit-content;
  height: 50px;
}
._Button_root_isStatistics {
  border-radius: 5px;
  width: 168px;
  height: 48px;
  font-size: 14px;
}
._Button_root_default {
  background-color: white;
  border: 2px solid rgb(35, 209, 109);
  color: rgb(35, 209, 109);
  transition: 300ms ease-in-out box-shadow;
}
._Button_root_default:hover {
  box-shadow: 4px 4px 25px rgba(17, 178, 109, 0.45);
}
._Button_root_copyScript {
  background-color: white;
  border: 2px solid rgb(17, 178, 109);
  color: rgb(17, 178, 109);
  transition: 300ms ease-in-out box-shadow;
}
._Button_root_copyScript:hover {
  box-shadow: 4px 4px 25px rgba(17, 178, 109, 0.45);
}
._Button_root_copyScript svg path {
  fill: rgb(17, 178, 109);
}
._Button_root_white {
  background-color: transparent;
  border: 2px solid white;
  color: white;
  transition: 300ms ease-in-out box-shadow;
}
._Button_root_white:hover {
  box-shadow: 4px 4px 25px rgba(17, 178, 109, 0.45);
}
._Button_root_disabled {
  border: 2px solid rgb(221, 227, 243);
  color: rgb(221, 227, 243);
  background: transparent;
}
._Button_root_disabled svg path {
  stroke: rgb(221, 227, 243);
}
._Button_root_disabled svg ellipse {
  stroke: rgb(221, 227, 243);
}
._Button_root_default:active {
  border-color: rgb(17, 178, 109);
  color: rgb(17, 178, 109);
  background-color: rgb(238, 255, 238);
  box-shadow: none;
}
._Button_root_default:active svg path {
  stroke: rgb(17, 178, 109);
}
._Button_root_default:active svg ellipse {
  stroke: rgb(17, 178, 109);
}
._Button_root_filled {
  border: none;
  color: white;
  background-color: rgb(17, 178, 109);
  box-shadow: 4px 4px 15px rgba(17, 178, 109, 0.25);
  transition: 300ms ease-in-out box-shadow;
}
._Button_root_filled:hover {
  box-shadow: 4px 4px 25px rgba(17, 178, 109, 0.45);
}
._Button_root_copy {
  border: 2px solid rgb(14, 40, 88);
  background: white;
  color: rgb(14, 40, 88);
  transition: 300ms ease-in-out box-shadow, 300ms ease-in-out background-color;
}
._Button_root_copy svg path {
  fill: rgb(14, 40, 88);
}
._Button_root_copy:hover {
  box-shadow: 3px 3px 10px rgba(0, 91, 191, 0.3);
}
._Button_root_download {
  margin-right: 62px;
  border: none;
  background: rgb(23, 129, 245);
  color: white;
  transition: 300ms ease-in-out box-shadow, 300ms ease-in-out background-color;
}
._Button_root_download:hover {
  box-shadow: 3px 3px 10px rgba(0, 91, 191, 0.62);
}
._Button_root_dark {
  border: none;
  background: rgb(27, 57, 109);
  color: rgb(221, 227, 243);
  transition: 300ms ease-in-out box-shadow, 300ms ease-in-out background-color;
}
._Button_root_dark:hover {
  box-shadow: 3px 3px 10px rgba(0, 91, 191, 0.62);
}
._Button_root_filled:active {
  background-color: rgb(9, 149, 89);
  box-shadow: none;
}
._Button_root_white:active {
  background-color: rgba(255, 255, 255, 0.15);
  box-shadow: none;
}
._Button_root_copy:active {
  background-color: rgb(245, 250, 255);
  box-shadow: none;
}
._Button_root_download:active {
  background-color: rgb(17, 94, 178);
  box-shadow: none;
}
._Button_root_dark:active {
  background-color: rgb(14, 40, 88);
  box-shadow: none;
}
._Button_icon {
  margin-right: 12px;
}
@media screen and (max-width: 1280px) {
  ._Button_root {
    height: 44px;
    width: 168px;
  }
  ._Button_root_copy {
    margin-right: 0;
  }
  ._Button_root_default, ._Button_root_disabled, ._Button_root_filled {
    width: 120px;
  }
}
@media screen and (max-width: 700px) {
  ._Button_icon {
    margin-right: 10px;
  }
  ._Button_root {
    width: 140px;
    padding: 12px 0;
  }
  ._Button_root_copy {
    width: 140px;
  }
  ._Button_root_dark {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  ._Button_icon {
    margin-right: 10px;
  }
}._withDesktopRouteContainer_root {
  min-height: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
}

._withDesktopRouteContainer_container {
  display: flex;
  flex-direction: column;
  width: 1180px;
  max-width: 1180px;
  flex-grow: 1;
  margin-bottom: 20px;
}

._withDesktopRouteContainer_container_wrapper {
  flex-grow: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: rgb(240, 247, 255);
  border-radius: 0px 0px 70px 70px;
}

._withDesktopRouteContainer_container_wrapper_default {
  border-radius: 0;
  background: white;
}

@media screen and (max-width: 1280px) {
  ._withDesktopRouteContainer_container {
    width: 768px;
    max-width: 768px;
  }
}