* {
  text-weight: bold;
}

.jwUERf {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  height: 45px;
  padding: 0px 16px;
  margin-top: 48px;
}
.sPLdS {
  display: flex;
  height: 100%;
  align-items: center;
}
.sPLdS a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-family: MuseoSansRounded700, "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 12px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.83;
  letter-spacing: normal;
}
.kOhgNy {
  margin: 0px 5px;
}
.bJYWuz {
  color: rgb(255, 255, 255);
  opacity: 0.35;
  font-family: MuseoSansRounded700, "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 12px;
}
.cjoErv {
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
}
.jbGCCZ {
  width: 100%;
  max-width: 350px;
  margin: 0px 16px 20px;
  background-color: rgb(106, 107, 212);
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 38px -5px;
}
.kJNsls {
  background-color: rgba(255, 255, 255, 0.1);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 24px 16px;
  margin-top: 24px;
}
.gSxqQw {
  background-color: rgba(255, 255, 255, 0.04);
  border-width: 2px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 1% 5%;
  margin-bottom: 11px;
  display: inline-block;
  width: 100%;
}
.gExSfl {
  color: rgb(255, 255, 255);
  min-height: 35px;
  padding: 10px 25px 10px 0px;
  position: relative;
  margin: 0px;
  font-size: 1em;
}
.gExSfl :focus:not(.focus-visible) {
  outline: none;
}
.gExSfl::after {
  content: "";
  background-image: url("/assets/images/arrow-down-white.svg");
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: 100% 16px;
  position: absolute;
  width: 15px;
  height: 35px;
  right: 0px;
  top: 0px;
  transition: transform 0.3s ease-out;
  transform: rotate(0deg);
}

/* Стиль для открытого аккордеона */
.gExSfl.accordion-open::after {
  transform: rotate(180deg);
}

/* Стили для встроенной формы сообщения */
.message-form-container {
  margin: 12px 0;
  animation: slideIn 0.3s ease-out;
}

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

/* Стили для формы сообщения */
.iJmOoK {
  width: 100%;
  border-radius: 0px 12px 12px;
  background-color: rgb(255, 255, 255);
  padding: 4px 0px 4px 6px;
  margin: 12px 0px 26px;
  animation-name: fWoiNg;
  animation-duration: 0.6s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

@keyframes fWoiNg {
  from {
    transform: scale(0.8) translate3d(0px, 0px, 0px);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0px, 0px, 0px);
    opacity: 1;
  }
}

.kOzTyt {
  color: rgb(52, 52, 109);
  font-size: 16px;
  padding: 15px;
  font-family: MuseoSansRounded700, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.gyCxMv {
  color: rgb(57, 164, 161);
  width: 100%;
  min-height: 70px;
  font-family: MuseoSansRounded700, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5em;
  background-color: rgb(255, 255, 255);
  margin: 0px;
  padding: 7px 25px 0px 14px;
  resize: none;
  border: none;
  outline: none;
  box-sizing: border-box;
}

.gyCxMv::placeholder {
  color: rgb(136, 137, 221);
  opacity: 0.7;
}

.jyUkMl {
  margin: 0px auto;
  padding: 5px 15px 5px 0px;
  color: rgb(87, 86, 91);
  opacity: 0.4;
  text-align: right;
  font-size: 14px;
  font-family: MuseoSansRounded500, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.gExSfl:hover {
  cursor: pointer;
}
.eeRQlY {
  margin: 20px 0px 0px;
  padding-left: 20px;
}
.eeRQlY li {
  font-family: MuseoSansRounded500, "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 16px;
  line-height: 1.57;
}
.kuFESQ {
  overflow: hidden;
  visibility: hidden;
  max-height: 0px;
  transition: 0.4s;
}
.kuFESQ > div {
  padding-bottom: 10px;
  color: rgb(177, 177, 209);
  font-family: MuseoSansRounded500, "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.kuFESQ > div p {
  margin: 0px;
}
.kuFESQ > div a {
  color: rgb(94, 194, 185);
  font-weight: 700;
}
.bcYrlX {
  font-family: MuseoSansRounded700, "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  text-align: center;
  color: rgb(199, 199, 200);
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 36px;
}
.ktJbYM {
  display: inline-flex;
  align-items: center;
  border: 0px;
  border-radius: 0px 12px 12px;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 5px 10px;
  margin: 0px 0px 32px;
}
.ktJbYM span {
  font-size: 24px;
  margin-right: 5px;
  margin-top: -4px;
}
.ksIEuA {
  flex-grow: 1;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.iwvLVn {
  width: 180px;
}
.ddCtiL {
  width: 40px;
  height: 40px;
}
.bbeHc {
  font-size: 18px;
  border-radius: 45px;
  box-shadow: rgba(34, 35, 40, 0.44) 0px 8px 20px -6px;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(57, 164, 161);
  max-width: 318px;
  width: 100%;
  margin: 0px auto;
}
@media (min-width: 768px) {
  .bbeHc {
    font-size: 20px;
  }
}
.bbeHc[aria-disabled="true"] {
  opacity: 0.2;
  border: 2px solid transparent;
  box-shadow: none;
  cursor: default;
}
.bbeHc:not([aria-disabled="true"]):hover,
.bbeHc.focus-visible {
  box-shadow: rgba(79, 195, 184, 0.8) 2px 2px 14px 0px;
}
.bbeHc svg {
  margin-right: 10px;
}
.eroZTR {
  color: white;
}
.eqRQCu {
  margin: 30px 0px 34px;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: normal;
}
.ciNotG {
  position: relative;
}
.gAkQjs {
  position: absolute;
  top: auto;
  bottom: 0px;
  transform: translateX(0px) translateY(-9px) translateY(100%);
  z-index: 2;
  font-size: 14px;
  line-height: 1.5rem;
  color: rgb(148, 148, 148);
}
.gAkQjs > div {
  display: inline-block;
  font-family: MuseoSansRounded700, "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 20px 0px;
  border-radius: 25px;
  padding: 0px 16px;
  background: rgb(255, 255, 255);
  animation-name: fZUAqs;
  animation-duration: 0.6s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.gAkQjs > div::after {
  position: absolute;
  top: -4px;
  bottom: auto;
  border-width: 5px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  transform: rotate(45deg);
  left: 52px;
  content: "";
}
.hgfBCU {
  padding: 8px 0px 12px;
  line-height: 1.26;
  font-size: 48px;
  display: flex;
  align-items: center;
}
.hgfBCU input {
  flex-grow: 1;
  margin-left: 10px;
  padding: 2px;
  width: 250px;
  line-height: 1.26;
  font-size: 48px;
  border: none;
  background: none;
  color: rgb(255, 255, 255);
  font-family: MuseoSansRounded700, "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  caret-color: rgb(57, 164, 161);
}
.hgfBCU input.focus-visible {
  outline: rgb(208, 208, 208) solid 1px;
}
.hgfBCU input::placeholder {
  color: rgb(136, 137, 221);
}
.iWalcK {
  margin: 10px 0px;
}
.iCGTHs {
  display: flex;
  justify-content: center;
}
.eksUSW {
  display: flex;
  align-items: center;
  margin: 20px 0px;
}
.eksUSW div {
  opacity: 0.4;
  margin-right: 5px;
  font-size: 14px;
}
.eksUSW img {
  margin: 0px;
  height: 23px;
}
.qCbyQ {
  border: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 16px;
  width: 16px;
  padding: 5px;
  margin-left: 5px;
  background-color: rgb(57, 164, 161);
  border-radius: 50%;
}
.qCbyQ img {
  width: 8px;
}
.bnMmPS {
  margin: 24px 0px 0px;
  padding: 0px;
  line-height: 40px;
  font-size: 30px;
  display: flex;
  align-items: center;
}
.bnMmPS span {
  word-break: break-word;
}
.gNCNKl {
  padding: 0px;
  margin: 4px 0px 0px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
.fVPoiU {
  display: flex;
  align-items: center;
  line-height: 18px;
  font-size: 14px;
}
.jGWzYj {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(57, 164, 161);
  color: rgb(255, 255, 255);
  margin: 12px 0px;
  padding: 0px;
  width: 100%;
  border: 0px;
  height: 48px;
  border-radius: 45px;
  box-shadow: rgba(34, 35, 40, 0.44) 0px 8px 20px -6px;
}
.jGWzYj:hover {
  cursor: pointer;
}
.jGWzYj:disabled {
  opacity: 0.2;
  border: 2px solid transparent;
  box-shadow: none;
  cursor: default;
}
.jGWzYj:not(:disabled):hover {
  box-shadow: rgba(79, 195, 184, 0.8) 2px 2px 14px 0px;
}
.lbWfuH {
  width: 25px;
  margin-right: 10px;
}
.czjGUr {
  display: flex;
  align-items: center;
  font-family: MuseoSansRounded700, "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-weight: 500;
  font-size: 20px;
}
.fpbLGo {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0px 16px;
  min-width: 320px;
}
.QTIVi {
  padding: 0px 24px;
}
.jTKOfV {
  text-align: center;
  font-size: 12px;
  color: rgb(200, 200, 232);
}
.jTKOfV a {
  display: inline-block;
  padding: 2px;
  margin-top: 2px;
}
.cNVGvX {
  max-width: 350px;
  margin: 0px 16px;
}
.cNVGvX h2 {
  font-size: 20px;
  color: rgb(255, 255, 255);
  text-transform: none;
}
@font-face {
  font-family: OpenSansRegular;
  src: url("/assets/fonts/OpenSans-Regular.ttf");
}
@font-face {
  font-family: OpenSansBold;
  src: url("/assets/fonts/OpenSans-Bold.ttf");
}
@font-face {
  font-family: MuseoSans100;
  src: url("/assets/fonts/MuseoSans-100.otf");
}
@font-face {
  font-family: MuseoSans300;
  src: url("/assets/fonts/MuseoSans-300.otf");
}
@font-face {
  font-family: MuseoSansRounded500;
  src: url("/assets/fonts/MuseoSansRounded-500-web.otf");
}
@font-face {
  font-family: MuseoSansRounded700;
  src: url("/assets/fonts/MuseoSansRounded-700-web.otf");
}
@font-face {
  font-family: MuseoSansRounded900;
  src: url("/assets/fonts/MuseoSansRounded-900-web.otf");
}
html {
  box-sizing: border-box;
  height: 100%;
}
*,
::before,
::after {
  box-sizing: inherit;
}
body {
  background-color: rgb(52, 52, 109);
  color: rgb(255, 255, 255);
  font-family: MuseoSansRounded700, "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-weight: 500;
  font-size: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  margin: 0px;
  padding: 0px;
  overflow: hidden scroll;
}
body #__next {
  height: 100%;
}
body #__next > div {
  height: 100%;
  display: flex;
  flex-direction: column;
}
h1,
h2,
h3 {
  font-family: MuseoSansRounded700, "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-weight: 500;
}
a {
  text-decoration: none;
  color: rgb(255, 255, 255);
}
p {
  font-family: MuseoSansRounded500, "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-weight: 500;
}
button {
  color: rgb(255, 255, 255);
  font-family: MuseoSansRounded700, "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-weight: 500;
}
button:hover:not([tabindex="-1"]) {
  cursor: pointer;
}
.grecaptcha-badge {
  visibility: hidden !important;
}
@keyframes fZUAqs {
  0% {
    transform: scale(0.7) translate3d(0px, 0px, 0px);
  }
  50% {
    transform: scale(1.03);
  }
  80% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1) translate3d(0px, 0px, 0px);
  }
}
