@font-face {
  font-family: "Montserrat";
  src: url("../assets/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../assets/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

:focus,
:active {
  outline: none;
}

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

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

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

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

textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="checkbox"] {
  -webkit-appearance: none !important;
  border-radius: 0;
}

button {
  cursor: pointer;
}

button {
  background: none;
}

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

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

.intl-tel-input {
  position: relative;
  display: inline-block;
}

.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.intl-tel-input .hide {
  display: none;
}

.intl-tel-input .v-hide {
  visibility: hidden;
}

.intl-tel-input input,
.intl-tel-input input[type="tel"],
.intl-tel-input input[type="text"] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}

.intl-tel-input .selected-flag .iti-arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}

@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}
.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.intl-tel-input .country-list .country {
  padding: 5px 10px;
  outline: 0;
}

.intl-tel-input .country-list .country .dial-code {
  color: #999;
}

.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code,
.intl-tel-input .country-list .flag-box {
  vertical-align: middle;
}

.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .flag-box {
  margin-right: 6px;
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type="tel"],
.intl-tel-input.allow-dropdown input[type="text"],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type="tel"],
.intl-tel-input.separate-dial-code input[type="text"] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
}

.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}

.intl-tel-input.allow-dropdown
  input[disabled]
  + .flag-container:hover
  .selected-flag,
.intl-tel-input.allow-dropdown
  input[readonly]
  + .flag-container:hover
  .selected-flag {
  background-color: transparent;
}

.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input.separate-dial-code .selected-dial-code {
  margin-left: 6px;
}

.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.intl-tel-input.iti-container:hover {
  cursor: pointer;
}

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti-flag {
  width: 20px;
}

.iti-flag.be {
  width: 18px;
}

.iti-flag.ch {
  width: 15px;
}

.iti-flag.mc {
  width: 19px;
}

.iti-flag.ne {
  width: 18px;
}

.iti-flag.np {
  width: 13px;
}

.iti-flag.va {
  width: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti-flag {
    background-size: 5652px 15px;
  }
}
.iti-flag.ac {
  height: 10px;
  background-position: 0 0;
}

.iti-flag.ad {
  height: 14px;
  background-position: -22px 0;
}

.iti-flag.ae {
  height: 10px;
  background-position: -44px 0;
}

.iti-flag.af {
  height: 14px;
  background-position: -66px 0;
}

.iti-flag.ag {
  height: 14px;
  background-position: -88px 0;
}

.iti-flag.ai {
  height: 10px;
  background-position: -110px 0;
}

.iti-flag.al {
  height: 15px;
  background-position: -132px 0;
}

.iti-flag.am {
  height: 10px;
  background-position: -154px 0;
}

.iti-flag.ao {
  height: 14px;
  background-position: -176px 0;
}

.iti-flag.aq {
  height: 14px;
  background-position: -198px 0;
}

.iti-flag.ar {
  height: 13px;
  background-position: -220px 0;
}

.iti-flag.as {
  height: 10px;
  background-position: -242px 0;
}

.iti-flag.at {
  height: 14px;
  background-position: -264px 0;
}

.iti-flag.au {
  height: 10px;
  background-position: -286px 0;
}

.iti-flag.aw {
  height: 14px;
  background-position: -308px 0;
}

.iti-flag.ax {
  height: 13px;
  background-position: -330px 0;
}

.iti-flag.az {
  height: 10px;
  background-position: -352px 0;
}

.iti-flag.ba {
  height: 10px;
  background-position: -374px 0;
}

.iti-flag.bb {
  height: 14px;
  background-position: -396px 0;
}

.iti-flag.bd {
  height: 12px;
  background-position: -418px 0;
}

.iti-flag.be {
  height: 15px;
  background-position: -440px 0;
}

.iti-flag.bf {
  height: 14px;
  background-position: -460px 0;
}

.iti-flag.bg {
  height: 12px;
  background-position: -482px 0;
}

.iti-flag.bh {
  height: 12px;
  background-position: -504px 0;
}

.iti-flag.bi {
  height: 12px;
  background-position: -526px 0;
}

.iti-flag.bj {
  height: 14px;
  background-position: -548px 0;
}

.iti-flag.bl {
  height: 14px;
  background-position: -570px 0;
}

.iti-flag.bm {
  height: 10px;
  background-position: -592px 0;
}

.iti-flag.bn {
  height: 10px;
  background-position: -614px 0;
}

.iti-flag.bo {
  height: 14px;
  background-position: -636px 0;
}

.iti-flag.bq {
  height: 14px;
  background-position: -658px 0;
}

.iti-flag.br {
  height: 14px;
  background-position: -680px 0;
}

.iti-flag.bs {
  height: 10px;
  background-position: -702px 0;
}

.iti-flag.bt {
  height: 14px;
  background-position: -724px 0;
}

.iti-flag.bv {
  height: 15px;
  background-position: -746px 0;
}

.iti-flag.bw {
  height: 14px;
  background-position: -768px 0;
}

.iti-flag.by {
  height: 10px;
  background-position: -790px 0;
}

.iti-flag.bz {
  height: 14px;
  background-position: -812px 0;
}

.iti-flag.ca {
  height: 10px;
  background-position: -834px 0;
}

.iti-flag.cc {
  height: 10px;
  background-position: -856px 0;
}

.iti-flag.cd {
  height: 15px;
  background-position: -878px 0;
}

.iti-flag.cf {
  height: 14px;
  background-position: -900px 0;
}

.iti-flag.cg {
  height: 14px;
  background-position: -922px 0;
}

.iti-flag.ch {
  height: 15px;
  background-position: -944px 0;
}

.iti-flag.ci {
  height: 14px;
  background-position: -961px 0;
}

.iti-flag.ck {
  height: 10px;
  background-position: -983px 0;
}

.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0;
}

.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0;
}

.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0;
}

.iti-flag.co {
  height: 14px;
  background-position: -1071px 0;
}

.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0;
}

.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0;
}

.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0;
}

.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0;
}

.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0;
}

.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0;
}

.iti-flag.cy {
  height: 14px;
  background-position: -1225px 0;
}

.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0;
}

.iti-flag.de {
  height: 12px;
  background-position: -1269px 0;
}

.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0;
}

.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0;
}

.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0;
}

.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0;
}

.iti-flag.do {
  height: 14px;
  background-position: -1379px 0;
}

.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0;
}

.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0;
}

.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0;
}

.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0;
}

.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0;
}

.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0;
}

.iti-flag.er {
  height: 10px;
  background-position: -1533px 0;
}

.iti-flag.es {
  height: 14px;
  background-position: -1555px 0;
}

.iti-flag.et {
  height: 10px;
  background-position: -1577px 0;
}

.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0;
}

.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0;
}

.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0;
}

.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0;
}

.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0;
}

.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0;
}

.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0;
}

.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0;
}

.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0;
}

.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0;
}

.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0;
}

.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0;
}

.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0;
}

.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0;
}

.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0;
}

.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0;
}

.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0;
}

.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0;
}

.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0;
}

.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0;
}

.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0;
}

.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0;
}

.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0;
}

.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0;
}

.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0;
}

.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0;
}

.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0;
}

.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0;
}

.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0;
}

.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0;
}

.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0;
}

.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0;
}

.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0;
}

.iti-flag.id {
  height: 14px;
  background-position: -2325px 0;
}

.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0;
}

.iti-flag.il {
  height: 15px;
  background-position: -2369px 0;
}

.iti-flag.im {
  height: 10px;
  background-position: -2391px 0;
}

.iti-flag.in {
  height: 14px;
  background-position: -2413px 0;
}

.iti-flag.io {
  height: 10px;
  background-position: -2435px 0;
}

.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0;
}

.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0;
}

.iti-flag.is {
  height: 15px;
  background-position: -2501px 0;
}

.iti-flag.it {
  height: 14px;
  background-position: -2523px 0;
}

.iti-flag.je {
  height: 12px;
  background-position: -2545px 0;
}

.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0;
}

.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0;
}

.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0;
}

.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0;
}

.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0;
}

.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0;
}

.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0;
}

.iti-flag.km {
  height: 12px;
  background-position: -2721px 0;
}

.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0;
}

.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0;
}

.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0;
}

.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0;
}

.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0;
}

.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0;
}

.iti-flag.la {
  height: 14px;
  background-position: -2875px 0;
}

.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0;
}

.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0;
}

.iti-flag.li {
  height: 12px;
  background-position: -2941px 0;
}

.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0;
}

.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0;
}

.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0;
}

.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0;
}

.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0;
}

.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0;
}

.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0;
}

.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0;
}

.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0;
}

.iti-flag.md {
  height: 10px;
  background-position: -3160px 0;
}

.iti-flag.me {
  height: 10px;
  background-position: -3182px 0;
}

.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0;
}

.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0;
}

.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0;
}

.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0;
}

.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0;
}

.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0;
}

.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0;
}

.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0;
}

.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0;
}

.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0;
}

.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0;
}

.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0;
}

.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0;
}

.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0;
}

.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0;
}

.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0;
}

.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0;
}

.iti-flag.my {
  height: 10px;
  background-position: -3578px 0;
}

.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0;
}

.iti-flag.na {
  height: 14px;
  background-position: -3622px 0;
}

.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0;
}

.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0;
}

.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0;
}

.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0;
}

.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0;
}

.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0;
}

.iti-flag.no {
  height: 15px;
  background-position: -3774px 0;
}

.iti-flag.np {
  height: 15px;
  background-position: -3796px 0;
}

.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0;
}

.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0;
}

.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0;
}

.iti-flag.om {
  height: 10px;
  background-position: -3877px 0;
}

.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0;
}

.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0;
}

.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0;
}

.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0;
}

.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0;
}

.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0;
}

.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0;
}

.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0;
}

.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0;
}

.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0;
}

.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0;
}

.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0;
}

.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0;
}

.iti-flag.py {
  height: 11px;
  background-position: -4185px 0;
}

.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0;
}

.iti-flag.re {
  height: 14px;
  background-position: -4229px 0;
}

.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0;
}

.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0;
}

.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0;
}

.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0;
}

.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0;
}

.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0;
}

.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0;
}

.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0;
}

.iti-flag.se {
  height: 13px;
  background-position: -4427px 0;
}

.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0;
}

.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0;
}

.iti-flag.si {
  height: 10px;
  background-position: -4493px 0;
}

.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0;
}

.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0;
}

.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0;
}

.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0;
}

.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0;
}

.iti-flag.so {
  height: 14px;
  background-position: -4625px 0;
}

.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0;
}

.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0;
}

.iti-flag.st {
  height: 10px;
  background-position: -4691px 0;
}

.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0;
}

.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0;
}

.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0;
}

.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0;
}

.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0;
}

.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0;
}

.iti-flag.td {
  height: 14px;
  background-position: -4845px 0;
}

.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0;
}

.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0;
}

.iti-flag.th {
  height: 14px;
  background-position: -4911px 0;
}

.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0;
}

.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0;
}

.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0;
}

.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0;
}

.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0;
}

.iti-flag.to {
  height: 10px;
  background-position: -5043px 0;
}

.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0;
}

.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0;
}

.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0;
}

.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0;
}

.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0;
}

.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0;
}

.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0;
}

.iti-flag.um {
  height: 11px;
  background-position: -5219px 0;
}

.iti-flag.un {
  height: 14px;
  background-position: -5241px 0;
}

.iti-flag.us {
  height: 11px;
  background-position: -5263px 0;
}

.iti-flag.uy {
  height: 14px;
  background-position: -5285px 0;
}

.iti-flag.uz {
  height: 10px;
  background-position: -5307px 0;
}

.iti-flag.va {
  height: 15px;
  background-position: -5329px 0;
}

.iti-flag.vc {
  height: 14px;
  background-position: -5346px 0;
}

.iti-flag.ve {
  height: 14px;
  background-position: -5368px 0;
}

.iti-flag.vg {
  height: 10px;
  background-position: -5390px 0;
}

.iti-flag.vi {
  height: 14px;
  background-position: -5412px 0;
}

.iti-flag.vn {
  height: 14px;
  background-position: -5434px 0;
}

.iti-flag.vu {
  height: 12px;
  background-position: -5456px 0;
}

.iti-flag.wf {
  height: 14px;
  background-position: -5478px 0;
}

.iti-flag.ws {
  height: 10px;
  background-position: -5500px 0;
}

.iti-flag.xk {
  height: 15px;
  background-position: -5522px 0;
}

.iti-flag.ye {
  height: 14px;
  background-position: -5544px 0;
}

.iti-flag.yt {
  height: 14px;
  background-position: -5566px 0;
}

.iti-flag.za {
  height: 14px;
  background-position: -5588px 0;
}

.iti-flag.zm {
  height: 14px;
  background-position: -5610px 0;
}

.iti-flag.zw {
  height: 10px;
  background-position: -5632px 0;
}

.iti-flag {
  height: 15px;
  box-shadow: 0 0 1px 0 #888;
  background-image: url("../assets/_.html");
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti-flag {
    background-image: url("../assets/_-1.html");
  }
}
.iti-flag.np {
  background-color: transparent;
}

#loading {
  display: none;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#loading img {
  width: 100%;
}

.custom-form {
  max-width: 500px;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  border-radius: 18px !important;
  position: relative;
  width: 100%;
}
.custom-form__mask {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(20px);
  border-radius: 12px;
  transition: 0.3s ease backdrop-filter;
}

.custom-form__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  height: fit-content;
}

.custom-form__header img {
  max-width: 50px;
  min-height: 40px;
}
.custom-form__header h5 {
  color: #fff;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  font-size: 28px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .form-image {
    /* background-image: url('../../abilio-form.png'); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
  }
}
.form-container {
  width: 100%;
  background-color: #4a72ff;
  border-radius: 20px;
  border: 1px solid rgba(160, 169, 189, 0.4);
}
.custom-form__wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.custom-form form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  /* position: relative; */
  width: 100%;
}
.custom-form form input {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px;
  min-height: 55px !important;
  border-radius: 8px !important;
  padding: 14px;
  width: 100%;
  background: #fff;
  color: #333;
  transition:
    0.3s ease background-color,
    0.3s ease box-shadow;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  border: none !important;
  box-sizing: border-box;
}
.custom-form form input::-moz-placeholder {
  color: #333;
}
.custom-form form input::placeholder {
  color: #333;
}
.custom-form form input.valid {
  background-color: rgba(199, 248, 206, 0.65);
  box-shadow: none;
}
.custom-form form input.invalid {
  background-color: rgba(248, 196, 192, 0.65);

  box-shadow: none;
}
.custom-form form .phone__input {
  display: flex;
  box-sizing: border-box;
  flex-direction: row;
  align-items: center;
  width: 100%;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px;
  border-radius: 8px !important;
  padding-left: 8px;
  transition:
    0.3s ease background-color,
    0.3s ease box-shadow;
  border: none;
}

.custom-form form .phone__input .flag-container {
  background: none !important;
}

.custom-form form .phone__input input {
  padding-left: 10px;
  background: none;
  box-shadow: none;
}
.custom-form form .phone__input .selected-flag {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
}
.custom-form form .phone__input .flag-container {
  height: 100%;
  position: relative;
}
.custom-form form .phone__input .flag-container .iti-arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.custom-form form .phone__input.valid {
  background-color: rgba(199, 248, 206, 0.65);
  box-shadow: none;
}
.custom-form form .phone__input.invalid {
  background-color: rgba(248, 196, 192, 0.65);
  box-shadow: none;
}
.custom-form form .form__btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  margin-top: 10px;
  padding: 18px 26px;
  border-radius: 22px;
  border: 1px solid rgba(160, 169, 189, 0.4);
  background: linear-gradient(140deg, #ffb522 0%, #b2ff7e 100%);
  box-shadow: 0 18px 35px rgba(217, 255, 67, 0.38);
  cursor: pointer;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #071022;
  min-height: 58px;
}
.custom-form form .form__btn:hover,
.custom-form form .form__btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 45px rgba(85, 152, 255, 0.45);
}
.custom-form form .active {
  background: linear-gradient(140deg, #6fd2ff 0%, #a9f5ff 100%);
  box-shadow: 0 24px 55px rgba(85, 152, 255, 0.45);
  color: #051126;
}
.iti-flag {
  background-image: url("../assets/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti-flag {
    background-image: url("../assets/flags_2x.png");
  }
}
body.modal-shown {
  overflow: hidden;
}
.as-comment-section * {
  box-sizing: border-box;
}
.as-comment-section h2 {
  font-weight: bold;
}
.as-comment-section p {
  margin: 0;
}

.as-comment-section a,
.as-comment-section p {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: #0070ff;
}

.as-comment-section span {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: #1c1e21;
}

.as-comments strong {
  font-weight: bold;
  font-family: inherit;
}

/* Comment Section */
.as-comment-section {
  /*! max-width: 800px; */
  margin: 40px auto 0;
  background: #fff;

  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, Helvetica, sans-serif;
}

.as-comment-section ::placeholder {
  font-family: Arial, Helvetica, sans-serif;
  color: #888;
  font-size: 14px;
}

/* Title */
.as-comment-section h2 {
  margin-bottom: 15px;
  color: #000;
}

/* Comment Form */
.as-comment-section .as-comment-form {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.as-comment-section .as-comment-form textarea {
  appearance: none;
  width: 100%;
  height: 80px;
  padding: 10px;
  font-size: 14px;
  color: white;
  padding-right: 40px;
  border: 1px solid #ccc;
  background: #2c2c2c;
  border-radius: 5px;
  resize: none;
}

.as-comment-section .as-char-counter {
  color: #ccc;
  font-size: 14px;
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 10px;
}

.as-comment-section .as-comment-form textarea.error,
.as-comments-section .as-reply-box input.error {
  border-color: #ee2828;
}
.as-comment-section .as-reply-box {
  padding-left: 50px;
  padding-top: 20px;
}

.as-comment-section .as-comment-input-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  position: relative;
  margin-bottom: 10px;
  z-index: 1;
}

.as-comment-section .as-reply-box input,
.as-comment-section .as-edit-comment-input {
  appearance: none;
  width: 100%;
  padding: 10px;
  padding-right: 40px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 5px;
}

.as-comment-section .as-btn-block {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.as-comment-section .as-comment-form button {
  display: inline-flex;
  margin-top: 10px;
  margin-left: auto;
}

.as-comment-section .as-main-btn,
.as-modal-overlay.as-show .as-main-btn {
  appearance: none;
  padding: 8px 12px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-size: 15px;
}

.as-comment-section .as-main-btn--submit,
.as-modal-overlay.as-show .as-main-btn--submit {
  background-color: #2462ed;
  color: white;
}

.as-comment-section .as-main-btn--cancel,
.as-modal-overlay.as-show .as-main-btn--cancel {
  background-color: #ccc;
  color: black;
}

/* Comments List */
.as-comment-section .as-comments {
  margin-top: 10px;
}

.as-comment-section .as-comment {
  display: flex;
  flex-flow: column;
  padding: 5px;
}

.as-comment-section .as-comment-text {
  font-size: 17px;
}

.as-comment-section .as-attachment-image {
  display: inline-block;
  margin-top: 10px;
  width: 100%;
  max-width: 500px;
}

.as-comment-section .as-comment-inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.as-comment-section .as-comment-head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.as-comment-section .as-comment-top {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.as-comment-section .as-top-dot {
  color: #b0b3b8;
  font-size: 0.9em;
  line-height: 1;
}

.as-comment-section .as-comment--reply {
  margin-left: 70px; /* Indent replies */
  padding-left: 15px;
  padding-top: 20px;
  margin-top: 5px;
  border-left: 1px solid #dadada;
}

/* Avatar */
.as-comment-section .as-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

/* Comment Content */
.as-comment-section .as-comment-content {
  flex: 1;
}

.as-comment-section .as-comment-top strong {
  font-size: 15px;
  color: #333;
}

.as-comment-section .as-comment-content p {
  color: #1c1e21;
}

/* Timestamp */
.as-comment-section .as-timestamp {
  font-size: 13px;
  color: #888;
}

/* Action Buttons */
.as-comment-section .as-comment-actions {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  gap: 10px;
  margin-top: 10px;
}
.as-comment-section .as-review {
  color: #cacaca;
  font-size: 14px;
}
.as-comment-section .as-action-btn {
  appearance: none;
  background: #f0f5f5;
  border: none;
  font-size: 13px;
  cursor: pointer;
  color: #1e1e1e;
  height: 30px;
  min-width: 50px;
  padding: 0;
  padding-left: 30px;
  padding-right: 10px;
  border-radius: 100px;
  position: relative;
  z-index: 1;
}

.as-comment-section .as-like-btn::before {
  content: "👍";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.as-comment-section .as-dislike-btn::before {
  content: "👎";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.as-comment-section .as-like-btn--marked {
  background: #2462ed;
}
.as-comment-section .as-dislike-btn--marked {
  background: #ee2828;
}
.as-comment-section .as-like-btn--marked span,
.as-comment-section .as-dislike-btn--marked span {
  color: #fff;
}

.as-comment-section .as-reply-btn::before {
  content: "💬";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.as-comment-section .as-edit-btn::before {
  content: "📝";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.as-comment-section .as-delete-btn::before {
  content: "❌";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.as-comment-section .as-new-comment,
.as-comment-section .as-reply-opened {
  animation: fadeIn 0.5s ease-in-out;
}

.as-comment-section .as-action-animation {
  transform: scale(1.2);
  transition: transform 0.3s ease;
}
.as-comment-section .closing,
.as-comment-section .deleting {
  animation: fadeOut 0.5s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-10px);
  }
}
.as-modal-overlay {
  /* hidden by default */
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5); /* dark overlay */
  opacity: 0; /* let the animation fade in */
  pointer-events: none;
  transition: opacity 0.3s ease-out;
  z-index: 100;
}

.as-modal-overlay.as-show {
  display: flex;
  pointer-events: all; /* activate clickable overlay */
  opacity: 1; /* fade in */
}

.as-modal {
  background: #fff;
  border-radius: 0.5rem;
  padding: 1rem;
  min-width: 250px;
  transform: scale(0.9); /* start slightly smaller */
  animation: modalPopIn 0.3s forwards ease-out;
  z-index: 101;
}

@keyframes modalPopIn {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.as-modal-text {
  margin-bottom: 1rem;
}

.as-modal-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 20px;
}

.as-modal-btn {
  appearance: none;
  padding: 8px 15px;
  border: none;
  border-radius: 100px;
  cursor: pointer;
}

.as-modal-btn--delete {
  background-color: #e41b1b;
  color: white;
}

.as-modal-btn--cancel {
  background-color: #ccc;
  color: black;
}

.as-comment-section .as-error-message {
  width: 100%;
  text-align: left;
  font-size: 14px;
  color: #ee2828;
}

/* --------------------------------------------------
       Aurora Capital styling overrides
    -------------------------------------------------- */
.comments-widget_section {
}

.comments-widget_section .as-comment-section {
  max-width: 1180px;
  margin: 0 auto;

  background: none;
  border-radius: 0;
  box-shadow: none;
  font-family: "Exo 2", "Montserrat", "Segoe UI", sans-serif;
  color: rgba(226, 228, 237, 0.9);
}

.comments-widget_section .as-comment-section h2 {
  font-size: clamp(1.95rem, 2.5vw, 2.6rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  color: #f5f6ff;
  margin-bottom: 36px;
}

.comments-widget_section .as-comment-section p,
.comments-widget_section .as-comment-section span,
.comments-widget_section .as-comment-section a {
  color: rgba(226, 228, 237, 0.78);
  font-size: 0.95rem;
  line-height: 1.6;
}

.comments-widget_section .as-comment-section a:hover,
.comments-widget_section .as-comment-section a:focus-visible {
  color: #7ed4ff;
}

.comments-widget_section .as-comment-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 36px;
  border-radius: 28px;
  border: 1px solid rgba(160, 169, 189, 0.35);
  background: linear-gradient(
    145deg,
    rgba(18, 20, 31, 0.95),
    rgba(7, 9, 16, 0.9)
  );
  box-shadow: 0 22px 55px rgba(2, 12, 30, 0.45);
  margin-bottom: 20px;
}

.comments-widget_section .as-comment-input-wrapper {
  margin: 0;
}

.comments-widget_section .as-comment-input,
.as-modal-overlay.as-show .as-comment-input {
  appearance: none;
  width: 100%;
  min-height: 140px;
  padding: 20px 24px;
  border-radius: 22px;
  border: 1px solid rgba(126, 212, 255, 0.32);
  background: rgba(11, 14, 23, 0.95);
  color: #f5f6ff;
  font-size: 1rem;
  line-height: 1.6;
  resize: vertical;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.comments-widget_section .as-comment-section ::placeholder {
  color: rgba(226, 228, 237, 0.45);
}

.comments-widget_section .as-comment-input:focus,
.as-modal-overlay.as-show .as-comment-input:focus {
  border-color: rgba(126, 212, 255, 0.65);
  box-shadow: 0 0 0 3px rgba(126, 212, 255, 0.18);
}

.comments-widget_section .as-reply-box {
  margin-top: 18px;
  padding-left: 20px;
}

.comments-widget_section .as-reply-box input,
.comments-widget_section .as-edit-comment-input {
  appearance: none;
  width: 100%;
  padding: 16px 22px;
  border-radius: 20px;
  border: 1px solid rgba(126, 212, 255, 0.28);
  background: rgba(11, 14, 23, 0.95);
  color: #f5f6ff;
  font-size: 0.95rem;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.comments-widget_section .as-reply-box input:focus,
.comments-widget_section .as-edit-comment-input:focus {
  border-color: rgba(126, 212, 255, 0.6);
  box-shadow: 0 0 0 3px rgba(126, 212, 255, 0.18);
}

.comments-widget_section .as-char-counter {
  font-size: 0.85rem;
  color: rgba(160, 169, 189, 0.7);
}

.comments-widget_section .as-main-btn,
.comments-widget_section .as-modal-overlay.as-show .as-main-btn {
  padding: 16px 32px;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.95rem;
  cursor: pointer;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    opacity 0.25s ease;
  border: none;
}

.comments-widget_section .as-comment-form .as-main-btn,
.comments-widget_section
  .as-modal-overlay.as-show
  .as-comment-form
  .as-main-btn {
  align-self: flex-end;
}

.comments-widget_section .as-main-btn--submit,
.comments-widget_section .as-modal-overlay.as-show .as-main-btn--submit {
  background: linear-gradient(150deg, #ffffff, #cdeeff);
  color: #071022;
  box-shadow: 0 18px 45px rgba(178, 200, 255, 0.38);
}

.comments-widget_section .as-main-btn--submit:hover,
.comments-widget_section .as-main-btn--submit:focus-visible,
.comments-widget_section .as-modal-overlay.as-show .as-main-btn--submit:hover,
.comments-widget_section
  .as-modal-overlay.as-show
  .as-main-btn--submit:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 55px rgba(85, 152, 255, 0.45);
}

.comments-widget_section .as-main-btn--cancel,
.comments-widget_section .as-modal-overlay.as-show .as-main-btn--cancel {
  background: rgba(26, 32, 48, 0.85);
  color: rgba(226, 228, 237, 0.8);
  border: 1px solid rgba(126, 212, 255, 0.2);
}

.comments-widget_section .as-comments {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.comments-widget_section .as-comment {
  padding: 28px 30px;
  border-radius: 26px;
  border: 1px solid rgba(160, 169, 189, 0.28);
  background: linear-gradient(
    150deg,
    rgba(20, 24, 35, 0.92),
    rgba(8, 10, 18, 0.96)
  );
  box-shadow: 0 20px 55px rgba(0, 10, 32, 0.4);
  gap: 18px;
}
.comments-widget_section .as-comment-inner {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.comments-widget_section .as-comment-head {
  display: flex;
  align-items: center;
  gap: 16px;
}

.comments-widget_section .as-comment-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  color: rgba(226, 228, 237, 0.86);
  font-size: 1.05rem;
}

.comments-widget_section .as-top-dot {
  color: rgba(160, 169, 189, 0.65);
  font-size: 1.15rem;
  margin: 0 2px;
  line-height: 1;
}

.comments-widget_section .as-avatar {
  flex-shrink: 0;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 2px solid rgba(126, 212, 255, 0.35);
  box-shadow: 0 12px 30px rgba(67, 120, 255, 0.28);
}

.comments-widget_section .as-comment-top strong {
  color: #f5f6ff;
  font-weight: 600;
}

.comments-widget_section .as-comment-content p,
.comments-widget_section .as-comment-text {
  color: rgba(226, 228, 237, 0.86);
  font-size: 1rem;
  line-height: 1.7;
}

.comments-widget_section .as-timestamp {
  font-size: 0.85rem;
  color: rgba(160, 169, 189, 0.7);
}

.comments-widget_section .as-comment-actions {
  gap: 12px;
  margin-top: 18px;
}

.comments-widget_section .as-action-btn {
  background: rgba(23, 30, 47, 0.82);
  border: 1px solid rgba(126, 212, 255, 0.18);
  color: rgba(226, 228, 237, 0.82);
  border-radius: 999px;
  padding: 0 15px 0 30px;
  height: 37px;
  font-size: 0.9rem;
}

.comments-widget_section .as-action-btn:hover,
.comments-widget_section .as-action-btn:focus-visible {
  border-color: rgba(126, 212, 255, 0.45);
  color: #7ed4ff;
}

.comments-widget_section .as-btn-block {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.comments-widget_section .as-btn-block .as-main-btn {
  align-self: center;
}

.comments-widget_section .as-action-btn::before {
  filter: saturate(0.8);
  opacity: 0.88;
}

.comments-widget_section .as-like-btn--marked {
  background: linear-gradient(150deg, #4a72ff, #7ed4ff);
  color: #071022;
}

.comments-widget_section .as-dislike-btn--marked {
  background: linear-gradient(150deg, #ff6e6e, #f54f4f);
  color: #1c0610;
}

.comments-widget_section .as-like-btn--marked span,
.comments-widget_section .as-dislike-btn--marked span {
  color: inherit;
}

.comments-widget_section .as-comment--reply {
  margin-left: 70px;
  padding-left: 24px;
  border-left: 1px solid rgba(126, 212, 255, 0.25);
  background: linear-gradient(
    150deg,
    rgba(17, 21, 32, 0.92),
    rgba(7, 8, 16, 0.96)
  );
}

.comments-widget_section .as-review {
  color: rgba(160, 169, 189, 0.72);
}

.comments-widget_section .as-comment-section .as-error-message {
  color: #ff8888;
}

.comments-widget_section .as-modal {
  background: linear-gradient(
    150deg,
    rgba(17, 21, 32, 0.98),
    rgba(7, 9, 16, 0.94)
  );
  border: 1px solid rgba(126, 212, 255, 0.28);
  color: #f5f6ff;
  box-shadow: 0 24px 55px rgba(0, 10, 32, 0.45);
}

.comments-widget_section .as-modal-text {
  color: rgba(226, 228, 237, 0.86);
}

.comments-widget_section .as-modal-btn {
  border-radius: 999px;
  font-weight: 600;
}

.comments-widget_section .as-modal-btn--delete {
  background: linear-gradient(150deg, #ff6e6e, #f54f4f);
  color: #1c0610;
}

.comments-widget_section .as-modal-btn--cancel {
  background: rgba(26, 32, 48, 0.85);
  color: rgba(226, 228, 237, 0.8);
}

@media (max-width: 768px) {
  .comments-widget_section .as-comment-form {
    padding: 24px;
  }

  .comments-widget_section .as-comment {
    padding: 22px;
  }

  .comments-widget_section .as-comment-inner {
    flex-direction: column;
  }

  .comments-widget_section .as-comment--reply {
    margin-left: 32px;
  }

  .comments-widget_section .as-main-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .comments-widget_section .as-comment-section h2 {
    font-size: 1.8rem;
  }

  .comments-widget_section .as-comment-input,
  .as-modal-overlay.as-show .as-comment-input {
    min-height: 110px;
  }

  .comments-widget_section .as-comment-actions {
    flex-direction: row;
    align-items: stretch;
  }
}
/* cyrillic-ext */
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/7cHmv4okm5zmbtYlK-4E4Q.woff2") format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/7cHmv4okm5zmbtYsK-4E4Q.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/7cHmv4okm5zmbtYnK-4E4Q.woff2") format("woff2");
  unicode-range:
    U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/7cHmv4okm5zmbtYmK-4E4Q.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/7cHmv4okm5zmbtYoK-4.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/7cHmv4okm5zmbtYlK-4E4Q.woff2") format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/7cHmv4okm5zmbtYsK-4E4Q.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/7cHmv4okm5zmbtYnK-4E4Q.woff2") format("woff2");
  unicode-range:
    U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/7cHmv4okm5zmbtYmK-4E4Q.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/7cHmv4okm5zmbtYoK-4.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/7cHmv4okm5zmbtYlK-4E4Q.woff2") format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/7cHmv4okm5zmbtYsK-4E4Q.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/7cHmv4okm5zmbtYnK-4E4Q.woff2") format("woff2");
  unicode-range:
    U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/7cHmv4okm5zmbtYmK-4E4Q.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/7cHmv4okm5zmbtYoK-4.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/7cHmv4okm5zmbtYlK-4E4Q.woff2") format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/7cHmv4okm5zmbtYsK-4E4Q.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/7cHmv4okm5zmbtYnK-4E4Q.woff2") format("woff2");
  unicode-range:
    U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/7cHmv4okm5zmbtYmK-4E4Q.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/7cHmv4okm5zmbtYoK-4.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}
html {
  scroll-behavior: smooth;
}
a:focus,
a:active {
  outline: none;
}

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

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Montserrat";
  background-color: white;
}

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:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

.container {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1300px;
  margin: 0 auto;
}
footer {
  background: #171629;
}

header {
  background: 121321;
}

nav a {
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  color: white;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-link {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.13);
  background: #ffdf00;
  display: inline-block;
  padding: 16px 24px;
  color: #002776;
  border-radius: 15px;
}

.header-nav {
  padding: 12px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.burger-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 300px;
  height: 100%;
  color: black;
  background: white;
  transition: right 0.3s ease;
  box-shadow: -4px 0 15px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.burger-menu.active {
  right: 0;
}
section {
  background-color: #000;
}

.burger-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.burger-list a {
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  color: black;
  text-decoration: none;
}

.burger-list a:hover {
  color: #ffddc1;
}
.banner {
  position: relative;
  min-height: 100vh; /* hero */
  overflow: hidden;
}

/* видеофон */
.video-container {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* контент поверх видео */
.banner .container {
  position: relative;
  z-index: 1;
}
.banner_info h2 {
  font-weight: 500;
  font-size: 40px;
  color: #fff;
  margin-bottom: 4px;
}

.banner_info h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 140%;
  /*! text-transform: uppercase; */
  color: white;
  /*! margin-bottom: 38px; */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.banner_info p {
  font-weight: 400;
  font-size: 24px;
  color: white;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.banner_info img {
  margin-bottom: 20px;
}

.banner_link {
  display: inline-block;
  background: #ffdf00;
  border-radius: 15px;
  padding: 16px 24px;
  width: 391px;
  height: 61px;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  color: #002776;
  text-align: center;
}

.banner_info {
  max-width: 678px;
}
.first_title {
  font-size: 36px;
}
.banner_form h2 {
  font-weight: 800;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  color: white;
}

input {
  background: #eee;
  border-radius: 15px;
  padding: 16px 32px;
  width: 100%;
}

::placeholder {
  font-weight: 400;
  font-size: 18px;
  color: #b3b0b0;
}

.form_content {
  margin-top: 12px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
}
.btn_send {
  width: 100%;
  border-radius: 15px;
  padding: 16px 32px;
  background-color: #009c3b;
  font-weight: 700;
  font-size: 18px;
  color: #eee;
}

form {
  max-width: 451px;
  border-radius: 15px !important;
  padding: 32px 32px;
}

.banner_content {
  padding-top: 30px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.left_calc {
  max-width: 650px;
  box-shadow: 0 7px 10px 0 rgba(106, 102, 102, 0.25);
  background: #fff;
  border-radius: 25px;
  padding: 24px 46px;
}

.calc_title {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 20px;
  line-height: 125%;
  text-align: center;
  color: black;
}

.ffddd {
  justify-content: center;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 3px;
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
  text-transform: uppercase;
  text-align: center;
  color: #fbfaf8;
  background: #d0180d;
  border-radius: 15px;
  padding: 16px 32px;
}

.info_header h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  color: #1e1e1e;
}

.info_header h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #a9a7a7;
}

.rigth_info p {
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #161616;
}

.info_header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rigth_info {
  max-width: 500px;
}
.line {
  height: 100%;
  width: 4px;
  min-height: 500px;
  background-color: #ad0d04;
}

.info_calc {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.info {
  padding: 87px 0px;
}

.adv_item {
  max-width: 629px;
  padding: 15px; /* ÐŸÑ€Ð¸Ð¼ÐµÑ€ padding, Ð¼Ð¾Ð¶Ð½Ð¾ Ð½Ð°ÑÑ‚Ñ€Ð¾Ð¸Ñ‚ÑŒ Ð¿Ð¾ Ð½ÐµÐ¾Ð±Ñ…Ð¾Ð´Ð¸Ð¼Ð¾ÑÑ‚Ð¸ */
  border-radius: 8px; /* ÐžÐºÑ€ÑƒÐ³Ð»ÐµÐ½Ð¸Ðµ ÑƒÐ³Ð»Ð¾Ð² */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Ð›ÐµÐ³ÐºÐ°Ñ Ñ‚ÐµÐ½ÑŒ */
  margin-bottom: 30px;
  margin-top: 30px;
}

.adv_text h2 {
  font-weight: 500;
  font-size: 48px;
  line-height: 100%;
  text-transform: uppercase;
  color: #161616;
  padding-bottom: 20px;
  border-bottom: 4px solid #a00900;
  margin-bottom: 24px;
}

.adv_text {
  max-width: 700px;
}

.adv_header {
  display: flex;
  align-items: center;
  gap: 8px;
}

.adv_header h3 {
  font-weight: 500;
  font-size: 32px;
  color: #1e1e1e;
}

.adv_item p {
  margin-top: 8px;
  font-weight: 400;
  font-size: 24px;
  color: #161616;
  /*margin-bottom: 24px;*/
}
.adv_content {
  display: flex;
  align-items: flex-end;
  gap: 50px;
}

.adv_content img {
  position: absolute;
  right: 0;
}

.tabs-container {
  margin: auto;
}
html {
  overflow-x: hidden;
}

.tabs {
  margin-top: 0px !important;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}

.tab-button {
  background: none;
  font-weight: 500;
  font-size: 24px;
  color: #1e1e1e;
  transition: background 0.3s;
  padding-bottom: 10px;
}

.tab-button:not(:last-child) {
  border-right: none;
}

.tab-button.active {
  border-bottom: 4px solid #ad0d04;
}

.tab-content {
  display: none;
  padding: 50px 0px;
  background: #eceeff;
}

.tab-content.active {
  display: block;
}

.tab-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.tab-content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #1e1e1e;
  margin-bottom: 10px;
}

.tab-content p {
  font-weight: 400;
  font-size: 32px;
  text-align: center;
  color: #1e1e1e;
}

.tabs {
  margin: 70px 0px;
  margin-bottom: 0px;
}

.tab-container {
  width: 100%;
  background: #f4eae9;
}

.reviews {
  overflow-x: hidden;
  /*! text-align: center; */
  padding: 20px;
}

.reviews__title {
  font-size: 2rem;
  font-weight: bold;
}

.reviews__container {
  display: flex;
  position: relative;
  justify-content: space-between;
}

.review {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin: 0 10px;
  padding: 20px;
  flex: 0 0 30%;
  text-align: left;
}

.review__stars {
  color: #d7ad0d;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.review__text {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 15px;
}

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

.review__avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.review__info {
  text-align: left;
}

.review__name {
  font-weight: bold;

  margin-bottom: 8px;
}

.review__details {
  font-size: 0.8rem;
  color: #777;
}

.reviews__navigation {
  margin-top: 20px;
}

.reviews__prev,
.reviews__next {
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: #333;
}
.reviews__next {
  margin-left: 22px;
}

.reviews__prev:hover,
.reviews__next:hover {
  color: #000;
}

.reviews__navigation {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  position: relative;
}

.reviews__prev,
.reviews__next {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.reviews__icon {
  width: 30px;
  height: 30px;
  transition: transform 0.2s ease;
}

.reviews__prev:hover .reviews__icon,
.reviews__next:hover .reviews__icon {
  transform: scale(1.2);
}

.review_header {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
.reviews {
  padding-top: 70px;
}

.review_header {
  margin-bottom: 24px;
}

.reviews__navigation {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  position: relative;
}

.reviews__prev,
.reviews__next {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.reviews__icon {
  width: 30px;
  height: 30px;
  transition: transform 0.2s ease;
}

.reviews__prev:hover .reviews__icon,
.reviews__next:hover .reviews__icon {
  transform: scale(1.2);
}

.reviews__prev:disabled,
.reviews__next:disabled {
  cursor: not-allowed;
}

.reviews__container img {
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}

.reviews__slide {
  flex: 0 0 33.33%; /* ÐšÐ°Ð¶Ð´Ñ‹Ð¹ ÑÐ»Ð°Ð¹Ð´ Ð·Ð°Ð½Ð¸Ð¼Ð°ÐµÑ‚ Ñ€Ð¾Ð²Ð½Ð¾ Ñ‚Ñ€ÐµÑ‚ÑŒ ÐºÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€Ð° */
  transition: opacity 0.3s ease-in-out;
  padding: 0 15px; /* ÐžÑ‚ÑÑ‚ÑƒÐ¿Ñ‹ Ð¼ÐµÐ¶Ð´Ñƒ ÑÐ»Ð°Ð¹Ð´Ð°Ð¼Ð¸ */
}

.reviews__prev:disabled,
.reviews__next:disabled {
  cursor: not-allowed;
}

/* ÐœÐµÐ´Ð¸Ð°-Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð´Ð»Ñ Ð¼Ð¾Ð±Ð¸Ð»ÑŒÐ½Ñ‹Ñ… ÑƒÑÑ‚Ñ€Ð¾Ð¹ÑÑ‚Ð² */
@media (max-width: 768px) {
  .reviews__slide {
    flex: 0 0 100%; /* ÐÐ° Ð¼Ð¾Ð±Ð¸Ð»ÑŒÐ½Ñ‹Ñ… Ð¾Ð´Ð¸Ð½ ÑÐ»Ð°Ð¹Ð´ Ð·Ð°Ð½Ð¸Ð¼Ð°ÐµÑ‚ Ð²ÑÑŽ ÑˆÐ¸Ñ€Ð¸Ð½Ñƒ */
  }
}

/* ÐšÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€ Ð´Ð»Ñ ÐºÐ½Ð¾Ð¿Ð¾Ðº */
.reviews__buttons {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

/* Ð¡Ñ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ ÐºÐ½Ð¾Ð¿Ð¾Ðº */
.reviews__prev,
.reviews__next {
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  background: none;
  cursor: pointer;
}

.reviews__prev:not(:disabled):hover,
.reviews__next:not(:disabled):hover {
  background-color: #f5f5f5;
}

.reviews__container {
  display: flex;
  transition: transform 0.3s ease-in-out;
  width: 100%;
}

/* Ð”Ð¾Ð±Ð°Ð²Ð¸Ñ‚ÑŒ wrapper Ð´Ð»Ñ container */
.reviews__wrapper {
  overflow: hidden;
  margin: 0 -15px; /* ÐšÐ¾Ð¼Ð¿ÐµÐ½ÑÐ¸Ñ€ÑƒÐµÐ¼ Ð¾Ñ‚ÑÑ‚ÑƒÐ¿Ñ‹ ÑÐ»Ð°Ð¹Ð´Ð¾Ð² */
}

.reviews__slide {
  flex: 0 0 33.33%;
  min-width: 33.33%; /* Ð”Ð¾Ð±Ð°Ð²Ð»ÑÐµÐ¼ Ð¼Ð¸Ð½Ð¸Ð¼Ð°Ð»ÑŒÐ½ÑƒÑŽ ÑˆÐ¸Ñ€Ð¸Ð½Ñƒ */
  padding: 0 15px;
  box-sizing: border-box;
}

.review__avatar {
  opacity: 1 !important;
}

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

.second {
  padding: 0;
}

.open-menu {
  display: none;
}

@media (max-width: 1376px) {
  .adv_content {
    max-width: 550px;
  }
  .adv_text h2 {
    font-size: 40px;
  }
  .adv_content img {
    max-width: 500px;
  }
}

@media (max-width: 1245px) {
  .left_calc {
    max-width: 500px;
  }
  .rigth_info {
    max-width: 500px;
  }
}
@media (max-width: 1177px) {
  .banner_info h1 {
    font-size: 40px;
  }
  .nav-list {
    gap: 17px;
  }
  nav a {
    font-size: 16px;
  }
  .banner_info {
    max-width: 535px;
  }
}
.adv-mob {
  display: none;
}
@media (max-width: 1107px) {
  .info_calc {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .footer-img {
    justify-content: center;
  }
  .line {
    max-width: 500px;
    margin: 0 auto;
    height: 4px;
    width: 100%;
    min-height: unset;
  }
  .adv-phone-pc {
    display: none;
  }
  .adv_text {
    margin: 0 auto;
  }
  .adv-mob {
    display: block;
    width: 100%;
    position: unset !important;
  }
  .adv_content {
    margin: 0 auto;
    justify-content: center;
  }
  .adv_content img {
    max-width: unset;
    margin-bottom: 20px;
  }
}

@media (max-width: 965px) {
  .nav-list {
    display: none;
  }
  .open-menu {
    display: block;
  }
  .banner_content {
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .banner {
    height: fit-content;
    padding-bottom: 1px;
    padding: 0;
  }
  .banner_info {
    max-width: 350px;
  }
  form {
    max-width: 350px;
  }
  .first_title {
    font-size: 32px;
  }
}

@media (max-width: 650px) {
  .banner_info img {
    width: 100%;
  }
  .banner_info h2 {
    font-size: 23px;
  }
  .banner_info h1 {
    font-size: 22px;
    margin-top: 4px;
  }
  .banner_info p {
    font-size: 18px;
  }
  .banner_link {
    width: 100%;

    height: 52px;
    font-weight: 500;
    font-size: 18px;
  }
  form {
    /* padding: 400px 20px 20px 20px; */
    padding: 20px;
  }
  .banner_content {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .ffddd {
    font-size: 14px;
  }
  .left_calc {
    padding: 20px 40px;
  }
  .info_header h2 {
    font-size: 25px;
  }
  .info_header h3 {
    font-size: 14px;
  }
  .ffddd {
    padding: 14px;
  }
  .info_header {
    margin-bottom: 20px;
  }
  .rigth_info p {
    font-size: 16px;
  }
  .tab-content {
    padding: 50px 14px;
  }
  .tab-content p {
    font-size: 18px;
  }
  .tab-content h3 {
    font-size: 24px;
  }
  .tab-button {
    font-size: 16px;
  }
  .tabs {
    margin-top: 0px;
  }
  .tabs {
    gap: 15px;
  }
  .review {
    flex: 0 0 97%;
  }
  .second {
    padding: 20px;
  }
  .adv_header h3 {
    font-size: 20px;
  }
  .adv_item p {
    font-size: 18px;
  }
  .adv_header svg {
    max-width: 32px;
    height: 32px;
  }
  .adv_item p {
    /*margin-bottom: 35px;*/
  }
}

.tabs {
  padding-top: 40px !important;
}

form {
  max-width: 100% !important;
  border-radius: unset;
}

:root {
  --uni-sys-typeset-body-font-size: 14px;
  --uni-sys-typeset-body-line-height: 1.5;
  --uni-sys-typeset-body-font-weight: 400;
  --uni-sys-typeset-body-font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

body,
html {
  min-height: 100%;
  margin: 0;
  padding: 0;
}

:root {
  --uni-sys-typeset-body-font-size: 14px;
  --uni-sys-typeset-body-line-height: 1.5;
  --uni-sys-typeset-body-font-weight: 400;
  --uni-sys-typeset-body-font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

body,
html {
  min-height: 100%;
  margin: 0;
  padding: 0;
}

.uni-menu {
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
  padding: 4px 0;
  min-height: 0;
  max-height: 200px;
  overflow-y: auto;
  font-family: var(--uni-sys-typeset-body-font-family);
  font-size: initial;
}

.uni-menu-item {
  padding: 12px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  user-select: none;
  color: #333;
}

.uni-menu-item:hover {
  background-color: #eee;
}

.uni-overlay-container {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.uni-overlay-backdrop {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
}

.uni-overlay-bounding-box {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.uni-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  max-width: 100%;
  max-height: 100%;
}

.uni-menu {
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
  padding: 4px 0;
  min-height: 0;
  max-height: 200px;
  overflow-y: auto;
  font-family: var(--uni-sys-typeset-body-font-family);
  font-size: initial;
}

.uni-menu-item {
  padding: 12px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  user-select: none;
  color: #333;
}

.uni-menu-item:hover {
  background-color: #eee;
}

.uni-overlay-container {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.uni-overlay-backdrop {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
}

.uni-overlay-bounding-box {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.uni-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  max-width: 100%;
  max-height: 100%;
}

.lds-dual-ring,
.lds-ellipsis {
  display: inline-block;
}

.animated-check,
.lds-dual-ring,
.lds-ellipsis {
  height: 80px;
  width: 80px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #a00900;
  border-color: #a00900 transparent;
  animation: 1.2s linear infinite lds-dual-ring;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.lds-ellipsis {
  position: relative;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:first-child {
  left: 8px;
  animation: 0.6s infinite lds-ellipsis1;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: 0.6s infinite lds-ellipsis2;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: 0.6s infinite lds-ellipsis2;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: 0.6s infinite lds-ellipsis3;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

.animated-check path {
  fill: none;
  stroke: white;
  stroke-width: 4;
  stroke-dasharray: 23;
  stroke-dashoffset: 23;
  animation: 2s linear forwards draw;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

.lander-form-wrapper {
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
  border: 0;
  border-radius: 6px;
}

.lander-form-header {
  font-size: 30px;
  margin: 0;
  padding: 30px 20px;
  letter-spacing: 1px;
  text-align: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.lander-form {
  padding: 30px 30px 20px;
  position: relative;
}

.lander-form .lander-form-loading-overlay,
.lander-form .lander-form-success-overlay {
  display: none;
}

.lander-form.lander-form-loading .lander-form-loading-overlay,
.lander-form.lander-form-success .lander-form-success-overlay {
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
}

.lander-form-loading-overlay .lds-dual-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -80px;
  margin-left: -40px;
}

.lander-form-success-overlay .animated-check-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -45px;
  margin-left: -120px;
}

.lander-form-field {
  margin-bottom: 15px;
  width: 100%;
  box-sizing: initial;
  position: relative;
}

.lander-form-field label {
  display: block;
}

.lander-form-field input {
  color: #000;
  font-size: 16px;
  line-height: 42px;
  box-sizing: border-box !important;
  margin: 0 !important;
  font-weight: 400;
  transition: 0.3s;
  display: block;
  width: 100%;
  height: 50px !important;
  background-color: #fff;
  border: 1px solid #ced4da;
  padding: 10px;
  outline: 0;
  box-sizing: initial;
  position: relative;
}

.lander-form-field .lander-submit {
  box-shadow: #a00900 0 0 0 0;
  animation: 2s ease 0s infinite normal none running pulsing;
}

.lander-form-steps {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 25px;
}

.lander-form-steps .lander-form-step {
  border-radius: 5px;
  background: #e7e7e7;
  height: 7px;
  width: 100%;
  margin-left: 5px;
  margin-right: 5px;
}

.lander-form-steps .lander-form-step.lander-form-step-active {
  background: #d0180d;
}

@keyframes pulsing {
  100% {
    box-shadow: transparent 0 0 0 10px;
  }
}

.lander-form-header,
.lander-form-field .lander-submit {
  font-weight: 700;
  background: #009c3b;
  text-transform: uppercase;
  color: #fff;
}

.lander-form-field .lander-submit {
  margin: 15px auto 0 !important;
  display: block;
  font-size: 20px;
  position: relative;
  padding: 0;
  width: 90%;
  min-height: 60px;
  cursor: pointer;
  white-space: normal;
  border: none;
  transition: 50ms ease-out;
}

.lander-form-field .lander-submit:hover {
  font-size: 24px;
}

.lander-form-field span.error {
  background: #dc3545;
  font-size: 16px;
  padding: 3px 7px;
  color: #fff;
  box-sizing: initial;
  top: 50%;
  position: absolute;
  width: auto;
  right: 37px;
  z-index: 100;
  font-size: 14px;
  line-height: 1.5;
  height: 24px;
  margin-top: -15px;
  font-weight: 400;

  display: none !important;
  cursor: pointer;
}

.lander-form-field span.error.tooltip-error {
  display: block !important;
}

.lander-form-field-validation-ok span.error.tooltip-error {
  display: none !important;
}

.lander-form-field input.error {
  /*border-color: #dc3545;*/
}

.lander-form-field-validation-icon::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  line-height: 1;
  font-size: 20px;
}

.lander-form-field-validation-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  box-sizing: initial;
  font-size: 20px;
  line-height: 1;
}

.lander-form-field-validation.lander-form-field-validation-ok input {
  outline: 2px solid #198754;
}

.lander-form-field-validation.lander-form-field-validation-ok
  .lander-form-field-validation-icon:after {
  display: block;
  content: "\f058";
  color: #198754;
}

.lander-form-field-validation-error input {
  outline: 2px solid #dc3545;
}

.lander-form-field-validation.lander-form-field-validation-error
  .lander-form-field-validation-icon:after {
  content: "\f06a";
  color: #dc3545;
  cursor: pointer;
}

.progress-autologin {
  position: relative;
  height: 10px;
  width: 230px;
  border: 5px solid #a00900;
  border-radius: 6px;
  box-sizing: initial;
}

.progress-autologin .color {
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 10px;
  border-radius: 0;
  animation: 10s ease-in progress-autologin;
  box-sizing: initial;
}

@keyframes progress-autologin {
  0% {
    width: 0%;
  }

  25% {
    width: 50%;
  }

  50% {
    width: 75%;
  }

  75% {
    width: 85%;
  }

  100% {
    width: 100%;
  }
}

.dtpcnt {
  opacity: 0;
}

.lds-dual-ring,
.lds-ellipsis {
  display: inline-block;
}

.animated-check,
.lds-dual-ring,
.lds-ellipsis {
  height: 80px;
  width: 80px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #a00900;
  border-color: #a00900 transparent;
  animation: 1.2s linear infinite lds-dual-ring;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.lds-ellipsis {
  position: relative;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:first-child {
  left: 8px;
  animation: 0.6s infinite lds-ellipsis1;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: 0.6s infinite lds-ellipsis2;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: 0.6s infinite lds-ellipsis2;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: 0.6s infinite lds-ellipsis3;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

.animated-check path {
  fill: none;
  stroke: white;
  stroke-width: 4;
  stroke-dasharray: 23;
  stroke-dashoffset: 23;
  animation: 2s linear forwards draw;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

.lander-form-wrapper {
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
  border: 0;
  border-radius: 6px;
}

.lander-form-header {
  font-size: 18px;
  margin: 0;
  padding: 15px 15px;
  letter-spacing: 1px;
  text-align: center;
}

.lander-form {
  padding: 30px 30px 20px;
  position: relative;
}

.lander-form .lander-form-loading-overlay,
.lander-form .lander-form-success-overlay {
  display: none;
}

.lander-form.lander-form-loading .lander-form-loading-overlay,
.lander-form.lander-form-success .lander-form-success-overlay {
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
}

.lander-form-loading-overlay .lds-dual-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -80px;
  margin-left: -40px;
}

.lander-form-success-overlay .animated-check-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -45px;
  margin-left: -120px;
}

.lander-form-field {
  margin-bottom: 15px;
  width: 100%;
  box-sizing: initial;
  position: relative;
}

.lander-form-field label {
  display: block;
}

.lander-form-field input {
  color: #000;
  font-size: 16px;
  line-height: 42px;
  box-sizing: border-box !important;
  margin: 0 !important;
  font-weight: 400;
  transition: 0.3s;
  display: block;
  width: 100%;
  height: 50px !important;
  background-color: #fff;
  border: 1px solid #ced4da;
  padding: 10px;
  outline: 0;
  box-sizing: initial;
  position: relative;
}

.lander-form-field .lander-submit {
  box-shadow: #a00900 0 0 0 0;
  animation: 2s ease 0s infinite normal none running pulsing;
}

.lander-form-steps {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 25px;
}

.lander-form-steps .lander-form-step {
  border-radius: 5px;
  background: #e7e7e7;
  height: 7px;
  width: 100%;
  margin-left: 5px;
  margin-right: 5px;
}

.lander-form-steps .lander-form-step.lander-form-step-active {
  background: #d0180d;
}

@keyframes pulsing {
  100% {
    box-shadow: transparent 0 0 0 10px;
  }
}

.lander-form-header,
.lander-form-field .lander-submit {
  font-weight: 600;
  background: #292b44;
  color: #fff;
}

.lander-form-field .lander-submit {
  margin: 15px auto 0 !important;
  display: block;
  font-size: 20px;
  position: relative;
  padding: 0;
  width: 90%;
  min-height: 60px;
  cursor: pointer;
  white-space: normal;
  border: none;
  transition: 50ms ease-out;
}

.lander-form-field .lander-submit:hover {
  font-size: 24px;
}

.lander-form-field span.error {
  background: #dc3545;
  font-size: 16px;
  padding: 3px 7px;
  color: #fff;
  box-sizing: initial;
  top: 50%;
  position: absolute;
  width: auto;
  right: 37px;
  z-index: 100;
  font-size: 14px;
  line-height: 1.5;
  height: 24px;
  margin-top: -15px;
  font-weight: 400;

  display: none !important;
  cursor: pointer;
}

.lander-form-field span.error.tooltip-error {
  display: block !important;
}

.lander-form-field-validation-ok span.error.tooltip-error {
  display: none !important;
}

.lander-form-field input.error {
  /*border-color: #dc3545;*/
}

.lander-form-field-validation-icon::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  line-height: 1;
  font-size: 20px;
}

.lander-form-field-validation-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  box-sizing: initial;
  font-size: 20px;
  line-height: 1;
}

.lander-form-field-validation.lander-form-field-validation-ok input {
  outline: 2px solid #198754;
}

.lander-form-field-validation.lander-form-field-validation-ok
  .lander-form-field-validation-icon:after {
  display: block;
  content: "\f058";
  color: #198754;
}

.lander-form-field-validation-error input {
  outline: 2px solid #dc3545;
}

.lander-form-field-validation.lander-form-field-validation-error
  .lander-form-field-validation-icon:after {
  content: "\f06a";
  color: #dc3545;
  cursor: pointer;
}

.progress-autologin {
  position: relative;
  height: 10px;
  width: 230px;
  border: 5px solid #a00900;
  border-radius: 6px;
  box-sizing: initial;
}

.progress-autologin .color {
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 10px;
  border-radius: 0;
  animation: 10s ease-in progress-autologin;
  box-sizing: initial;
}

@keyframes progress-autologin {
  0% {
    width: 0%;
  }

  25% {
    width: 50%;
  }

  50% {
    width: 75%;
  }

  75% {
    width: 85%;
  }

  100% {
    width: 100%;
  }
}

.dtpcnt {
  opacity: 0;
}

input {
  color: black;
}

::placeholder {
  color: black;
}

.error {
  background: #f78282;
  display: block;
}

.header-nav__logo {
  display: flex;
  justify-content: center;
  align-items: anchor-center;
  gap: 15px;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
}

/* SECTION OBLIGATIONS */
.bonds {
  width: 100%;
  padding: 80px 0;
  background: radial-gradient(
      circle at top,
      rgba(255, 255, 255, 0.1),
      transparent 60%
    )
    #07070c;
}

.bonds__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 30px;
  font-family: "Exo 2", "Montserrat", "Segoe UI", sans-serif;
}

.bonds-title {
  font-size: clamp(2rem, 2.8vw, 2.75rem);
  font-weight: 700;
  margin-bottom: 50px;
  color: #f5f6ff;
  text-align: center;
  letter-spacing: 0.02em;
}

.bonds-title b {
  color: #7ed4ff;
}

.bonds-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  gap: 24px;
}

.bonds-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  padding: 32px 28px;
  border-radius: 24px;
  border: 1px solid rgba(160, 169, 189, 0.35);
  background: linear-gradient(
    145deg,
    rgba(18, 20, 31, 0.95),
    rgba(8, 9, 14, 0.9)
  );
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.bonds-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 55px rgba(8, 35, 73, 0.45);
}

.bonds-card__title {
  font-size: clamp(1.55rem, 2vw, 1.5rem);
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.04em;
}

.bonds-card p {
  font-size: 1.25rem;
  line-height: 1.6;
  color: rgba(226, 228, 237, 0.86);
}
@keyframes pulseGlow {
  0% {
    transform: scale(1);
    box-shadow:
      0 18px 35px rgba(67, 120, 255, 0.38),
      0 0 20px rgba(126, 212, 255, 0.3);
    background-position: 0% 50%;
    border-color: rgba(160, 169, 189, 0.4);
  }
  50% {
    transform: scale(1.05);
    box-shadow:
      0 22px 45px rgba(67, 120, 255, 0.55),
      0 0 30px rgba(126, 212, 255, 0.6);
    background-position: 100% 50%;
    border-color: rgba(126, 212, 255, 0.6);
  }
  100% {
    transform: scale(1);
    box-shadow:
      0 18px 35px rgba(67, 120, 255, 0.38),
      0 0 20px rgba(126, 212, 255, 0.3);
    background-position: 0% 50%;
    border-color: rgba(160, 169, 189, 0.4);
  }
}

#checkout-btn {
  display: none;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding: 18px 26px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.4);

  /* градиент из 3 цветов */
  background: linear-gradient(120deg, #790024, #8c21ff, #2197ff, #0aff78);
  background-size: 300% 300%;

  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;

  animation: gradientFlow 6s ease infinite;
}

@keyframes gradientFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.bonds-cta {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px 26px;
  border-radius: 22px;
  border: 1px solid rgba(160, 169, 189, 0.4);
  background: linear-gradient(140deg, #4a72ff 0%, #7ed4ff 100%);
  color: #071022;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 18px 35px rgba(67, 120, 255, 0.38);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.bonds-cta-2 {
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 16px;
  border: 1px solid rgba(160, 169, 189, 0.4);
  background: linear-gradient(140deg, #4a72ff 0%, #7ed4ff 100%);
  color: #071022;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 18px 35px rgba(67, 120, 255, 0.38);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.bonds-cta:hover,
.bonds-cta:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 45px rgba(85, 152, 255, 0.45);
}

.bonds-video {
  display: block;
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  border: 1px solid rgba(160, 169, 189, 0.4);
  background: #0f1019;
  box-shadow: inset 0 0 0 1px rgba(76, 86, 106, 0.15);
  margin-top: auto;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .bonds {
    padding: 60px 0;
  }

  .bonds-card {
    padding: 24px;
  }
  .bonds-grid {
    grid-template-columns: 1fr;
  }
  .bonds-cta {
    display: flex;
    min-height: 58px;
  }
  #checkout-btn {
    display: flex;
  }
}

@media (max-width: 480px) {
  .bonds__inner {
    padding: 0 20px;
  }

  .bonds-card {
    gap: 12px;
    padding: 20px;
  }

  .bonds-cta {
    min-height: 54px;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }

  .bonds-card p {
    font-size: 1.15rem;
  }
}
/* SECTION OBLIGATIONS */

/* REVIEWS */
.reviews {
  width: 100%;
  padding: 90px 0 70px;
  background: radial-gradient(
      circle at top,
      rgba(110, 214, 255, 0.08),
      transparent 70%
    )
    #04050b;
}
.reviews_2 {
  width: 100%;
  padding: 90px 0 70px;
  background: linear-gradient(rgb(0, 145, 255), transparent 100%)
    rgb(120, 197, 255);
}
.reviews__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 30px;
  font-family: "Exo 2", "Montserrat", "Segoe UI", sans-serif;
}

.reviews__header {
  max-width: 760px;
  margin: 0 auto 48px;
}

.reviews__title {
  font-size: clamp(2rem, 2.6vw, 2.6rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #f5f6ff;
  margin-bottom: 12px;
  text-align: center;
}

.reviews__subtitle {
  font-size: 1.15rem;
  line-height: 1.7;
  color: #f1f8ff;
  text-align: left;
}

.reviews__slider-shell {
  position: relative;
}

.reviews-slider {
  overflow: visible;
}

.reviews-slider--static .swiper-wrapper {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}

.reviews-slider--static .swiper-slide {
  width: 100% !important;
  margin: 0 !important;
}

.reviews__nav {
  position: absolute;
  top: -96px;
  right: 0;
  display: none;
  gap: 16px;
}

.reviews__slider-shell.has-slider .reviews__nav {
  display: flex;
}

.reviews__nav button {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(160, 169, 189, 0.4);
  background: linear-gradient(
    150deg,
    rgba(78, 120, 255, 0.85),
    rgba(126, 212, 255, 0.9)
  );
  box-shadow: 0 16px 35px rgba(60, 110, 255, 0.35);
  cursor: pointer;
  position: relative;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.reviews__nav button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
}

.reviews__prev::after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.reviews__nav button:hover,
.reviews__nav button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 45px rgba(85, 152, 255, 0.45);
}

.review-card {
  position: relative;
  height: 100%;
  padding: 32px 26px 36px;
  border-radius: 26px;
  border: 1px solid rgba(126, 212, 255, 0.35);
  background: linear-gradient(
    160deg,
    rgba(16, 20, 32, 0.96) 0%,
    rgba(5, 9, 18, 0.92) 100%
  );
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.38);
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.review-card::before {
  content: "\201C";
  position: absolute;
  top: 18px;
  right: 32px;
  font-family: "Exo 2", "Montserrat", sans-serif;
  font-size: 64px;
  line-height: 1;
  color: rgba(126, 212, 255, 0.75);
  text-shadow: 0 14px 35px rgba(126, 212, 255, 0.4);
}

.review-card__profile {
  display: flex;
  align-items: center;
  gap: 18px;
}

.review-card__avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(126, 212, 255, 0.6);
  box-shadow: 0 14px 30px rgba(126, 212, 255, 0.3);
}

.review-card__info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.review-card__name {
  font-size: 1.35rem;
  font-weight: 600;
  color: #f5f6ff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.review-card__profit {
  font-size: 0.95rem;
  font-weight: 600;
  color: #7ed4ff;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.review-card__text {
  font-size: 1.25rem;
  line-height: 1.7;
  color: rgba(226, 228, 237, 0.84);
}

@media (max-width: 820px) {
  .reviews {
    padding: 30px 0 20px;
  }

  .reviews__nav {
    position: static;
  }
}

@media (max-width: 1023px) {
  .reviews__nav {
    position: static;
    justify-content: center;
    margin-top: 28px;
  }
}
/* REVIEWS */

/* БЛОК С ОФФЕРА */

.pros-bg {
  background: rgb(42, 44, 52);
  padding: 3rem 1rem;
  color: white;
  font-family: Arial, sans-serif;
}

.pros-container {
  max-width: 1400px;
  margin: 0 auto;
}

.pros-label {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 900;
  color: #7389a3;
}

.pros-header {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 2rem;
}

.pros-header-text {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.4;
}

.pros-subtext {
  font-size: 1rem;
  color: #7389a3;
}

.pros-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.pros-item {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1rem;
  padding-right: 0;
}

.pros-item-title {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 900;
}

.pros-item-body {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.pros-item-body img {
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
}

@media (min-width: 1024px) {
  .pros-header {
    grid-template-columns: 2fr 1fr;
    align-items: center;
    gap: 1.75rem;
    margin-bottom: 3rem;
  }

  .pros-header-text {
    font-size: 2rem;
  }

  .pros-subtext {
    font-size: 1.125rem;
  }

  .pros-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
  }

  .pros-item {
    padding: 1.75rem;
    padding-right: 0;
  }

  .pros-item-title {
    font-size: 1.25rem;
    margin-bottom: 1.75rem;
    max-width: 15rem;
  }

  .pros-item-body img {
    width: 5rem;
    height: 5rem;
    margin-right: 1.75rem;
  }
}
@media screen and (max-width: 965px) {
  .banner_info h1,
  .banner_info h2 {
    text-align: center;
  }
}

.faq {
  padding: 6rem 0;
  background: #454545;
  background-image: url("../assets/question-back.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 965px) {
  .faq {
    background-image: url("../assets/question-back-mob.webp");
  }
}

.faq__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.faq__eyebrow {
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6f7689;
  margin-bottom: 0.75rem;
}

.faq__title {
  font-size: 2.75rem;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 3rem;
  color: white;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.faq-item {
  background: linear-gradient(
    150deg,
    rgba(17, 21, 32, 0.92),
    rgba(7, 8, 16, 0.96)
  );
  border-radius: 24px;
  margin-bottom: 10px;
  border: 1px solid rgba(160, 169, 189, 0.28);
  overflow: hidden;
  transition:
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.faq-item.faq-active {
  border-color: rgba(20, 25, 36, 0.16);
  box-shadow: 0 18px 35px rgba(20, 25, 36, 0.08);
}

.faq-item__toggle {
  width: 100%;
  background: transparent;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.75rem 2rem;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.3;
  color: #e2ebff;
  cursor: pointer;
}

.faq-item__toggle:hover {
  color: #0f62ff;
}

.faq-item__question {
  text-align: left;
  font-weight: 600;
}

.faq-item__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid rgba(20, 25, 36, 0.16);
  color: #141924;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

.faq-item__icon::before {
  content: "+";
  font-size: 1.5rem;
  line-height: 1;
  margin-top: -0.1rem;
}

.faq-item.faq-active .faq-item__icon {
  background: #0f62ff;
  color: #fff;
  border-color: #0f62ff;
}

.faq-item.faq-active .faq-item__icon::before {
  content: "\2212";
}

.faq-item__content {
  padding: 0 2rem 1.75rem;
  display: none;
  font-size: 1.15rem;
  line-height: 1.6;
  color: #f1f8ff;
}

.faq-item.faq-active .faq-item__content {
  display: block;
}

@media (max-width: 768px) {
  .faq {
    padding: 2rem 0;
  }

  .faq__title {
    font-size: 2rem;
    margin-bottom: 2rem;
    text-align: center;
  }

  .faq-item__toggle {
    padding: 1.5rem 1.5rem 1rem;
    font-size: 1.45rem;
  }

  .faq-item__content {
    padding: 0 1.5rem 1.5rem;
  }
}

.form__section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 70vh;
  display: flex;
}
.inner-form__section {
  display: flex;
  flex-direction: row;
  margin: auto auto;
  gap: 40px;
}
.left-side_form h1 {
  font-size: 2.75rem;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 3rem;
  color: #ffffff;
}
.left-side_form {
  display: flex;
  flex-direction: column;
  margin: auto 0;
}
.right-side_form {
  min-width: 400px;
}
@media screen and (max-width: 965px) {
  .inner-form__section {
    flex-direction: column;
  }
  .form__section {
    padding: 50px 0;
  }
  .left-side_form h1 {
    text-align: center;
    font-size: 2rem;
  }
  .right-side_form {
    min-width: 1px;
  }
  .container {
    width: 100%;
  }
}
.timer_form {
  color: rgb(255, 0, 55);
}
.rate-text {
  font-size: 11px;
  font-weight: 500;
}
.blue-text {
  color: #7ed4ff;
}
.rate-stars {
  display: flex;
  align-items: center;
}
.trading-operations {
  background: #020024;
  background: linear-gradient(
    180deg,
    #04050b 0%,
    rgba(9, 9, 121, 1) 35%,
    rgb(0, 145, 255) 90%
  );
}
#ml-dashboard {
  border: 1px solid rgba(160, 169, 189, 0.35);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
}

.pros-cons-section {
}

.section-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  background: linear-gradient(90deg, #4dabff, #6c63ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pros-cons {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.pros,
.cons {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  padding: 1.2rem;
  backdrop-filter: blur(8px);
  transition: transform 0.2s ease;
}

.pros:hover,
.cons:hover {
  transform: translateY(-3px);
}

.pros h3 {
  color: #4dd0ff;
  font-size: 1.55rem;
  margin-bottom: 1rem;
  text-align: center;
}

.cons h3 {
  color: #ff6b6b;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  text-align: center;
}

.pros li,
.cons li {
  list-style: none;
  margin-bottom: 0.7rem;
  font-size: 1.15rem;
  line-height: 1.4;
  color: #d0d0e0;
  display: flex;
  align-items: center;
}

.pros li::before {
  content: "✔";
  color: #4dd0ff;
  margin-right: 0.6rem;
}

.cons li::before {
  content: "✖";
  color: #ff6b6b;
  margin-right: 0.6rem;
}

/* 📱 Мобильная адаптация */
@media (min-width: 640px) {
  .pros-cons {
    flex-direction: row;
  }
}
.statistics {
  background: #04050b;
}
/* animate arrow down */

.arrow-down {
  width: 40px;
  height: 60px;
  stroke: rgb(233, 250, 255);
  stroke-width: 2;
  animation: moveDown 1.7s ease-in-out infinite;
}

@keyframes moveDown {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.2;
  }
  50% {
    transform: translateY(10px);
    opacity: 1;
  }
}
.table-section {
  padding: 20px 0;
}
.table-container {
  width: 100%;
  overflow-x: auto;
}
.table-container table {
  width: 100%;
  border-collapse: collapse;
  max-width: 960px;
  margin: 20px auto;
  border: 1px solid rgba(160, 169, 189, 0.28);
  border-radius: 12px;
}
.table-container table tbody tr:hover {
  background-color: rgba(126, 212, 255, 0.1);
}
.table-container table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.VIpgJd-ZVi9od-ORHb-OEVmcd {
  left: 0;
  top: 0;
  height: 39px;
  width: 100%;
  z-index: 10000001;
  position: fixed;
  border: none;
  border-bottom: 1px solid #6b90da;
  margin: 0;
  box-shadow: 0 0 8px 1px #999;
}
.VIpgJd-ZVi9od-xl07Ob-OEVmcd {
  z-index: 10000002;
  border: none;
  position: fixed;
  box-shadow: 0 3px 8px 2px #999;
}
.VIpgJd-ZVi9od-SmfZ-OEVmcd {
  z-index: 10000000;
  border: none;
  margin: 0;
}
.goog-te-gadget {
  font-family: arial;
  font-size: 11px;
  color: #666;
  white-space: nowrap;
}
.goog-te-gadget img {
  vertical-align: middle;
  border: none;
}
.goog-te-gadget-simple {
  background-color: #fff;
  border-left: 1px solid #d5d5d5;
  border-top: 1px solid #9b9b9b;
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #d5d5d5;
  font-size: 10pt;
  display: inline-block;
  padding-top: 1px;
  padding-bottom: 2px;
  cursor: pointer;
}
.goog-te-gadget-icon {
  margin-left: 2px;
  margin-right: 2px;
  width: 19px;
  height: 19px;
  border: none;
  vertical-align: middle;
}
.goog-te-combo {
  margin-left: 4px;
  margin-right: 4px;
  vertical-align: baseline;
}
.goog-te-gadget .goog-te-combo {
  margin: 4px 0;
}
.VIpgJd-ZVi9od-l4eHX-hSRGPd,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:link,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:visited,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:hover,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
  font-size: 12px;
  font-weight: bold;
  color: #444;
  text-decoration: none;
}
.VIpgJd-ZVi9od-ORHb .VIpgJd-ZVi9od-l4eHX-hSRGPd,
.VIpgJd-ZVi9od-TvD9Pc-hSRGPd {
  display: block;
  margin: 0 10px;
}
.VIpgJd-ZVi9od-ORHb .VIpgJd-ZVi9od-l4eHX-hSRGPd {
  padding-top: 2px;
  padding-left: 4px;
}
.goog-te-combo,
.VIpgJd-ZVi9od-ORHb *,
.VIpgJd-ZVi9od-SmfZ *,
.VIpgJd-ZVi9od-xl07Ob *,
.VIpgJd-ZVi9od-vH1Gmf *,
.VIpgJd-ZVi9od-l9xktf * {
  font-family: arial;
  font-size: 10pt;
}
.VIpgJd-ZVi9od-ORHb {
  margin: 0;
  background-color: #e4effb;
  overflow: hidden;
}
.VIpgJd-ZVi9od-ORHb img {
  border: none;
}
.VIpgJd-ZVi9od-ORHb-bN97Pc {
  color: #000;
}
.VIpgJd-ZVi9od-ORHb-bN97Pc img {
  vertical-align: middle;
}
.VIpgJd-ZVi9od-ORHb-Tswv1b {
  color: #666;
  vertical-align: top;
  margin-top: 0;
  font-size: 7pt;
}
.VIpgJd-ZVi9od-ORHb-KE6vqe {
  width: 8px;
}
.VIpgJd-ZVi9od-LgbsSe {
  border-color: #e7e7e7;
  border-style: none solid solid none;
  border-width: 0 1px 1px 0;
}
.VIpgJd-ZVi9od-LgbsSe div {
  border-color: #ccc #999 #999 #ccc;
  border-right: 1px solid #999;
  border-style: solid;
  border-width: 1px;
  height: 20px;
}
.VIpgJd-ZVi9od-LgbsSe button {
  background: transparent;
  border: none;
  cursor: pointer;
  height: 20px;
  overflow: hidden;
  margin: 0;
  vertical-align: top;
  white-space: nowrap;
}
.VIpgJd-ZVi9od-LgbsSe button:active {
  background: none repeat scroll 0 0 #ccc;
}
.VIpgJd-ZVi9od-SmfZ {
  margin: 0;
  background-color: #fff;
  white-space: nowrap;
}
.VIpgJd-ZVi9od-SmfZ-hSRGPd {
  text-decoration: none;
  font-weight: bold;
  font-size: 10pt;
  border: 1px outset #888;
  padding: 6px 10px;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0;
}
.VIpgJd-ZVi9od-SmfZ-hSRGPd img {
  margin-left: 2px;
  margin-right: 2px;
  width: 19px;
  height: 19px;
  border: none;
  vertical-align: middle;
}
.VIpgJd-ZVi9od-SmfZ-hSRGPd span {
  text-decoration: underline;
  margin-left: 2px;
  margin-right: 2px;
  vertical-align: middle;
}
.goog-te-float-top .VIpgJd-ZVi9od-SmfZ-hSRGPd {
  padding: 2px;
  border-top-width: 0;
}
.goog-te-float-bottom .VIpgJd-ZVi9od-SmfZ-hSRGPd {
  padding: 2px;
  border-bottom-width: 0;
}
.VIpgJd-ZVi9od-xl07Ob-lTBxed {
  text-decoration: none;
  color: #00c;
  white-space: nowrap;
  margin-left: 4px;
  margin-right: 4px;
}
.VIpgJd-ZVi9od-xl07Ob-lTBxed span {
  text-decoration: underline;
}
.VIpgJd-ZVi9od-xl07Ob-lTBxed img {
  margin-left: 2px;
  margin-right: 2px;
}
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
  color: #000;
}
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
  text-decoration: none;
}
.VIpgJd-ZVi9od-xl07Ob {
  background-color: #fff;
  text-decoration: none;
  border: 2px solid #c3d9ff;
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.VIpgJd-ZVi9od-xl07Ob-ibnC6b {
  padding: 3px;
  text-decoration: none;
}
.VIpgJd-ZVi9od-xl07Ob-ibnC6b,
.VIpgJd-ZVi9od-xl07Ob-ibnC6b:link {
  color: #00c;
  background: #fff;
}
.VIpgJd-ZVi9od-xl07Ob-ibnC6b:visited {
  color: #551a8b;
}
.VIpgJd-ZVi9od-xl07Ob-ibnC6b:hover {
  background: #c3d9ff;
}
.VIpgJd-ZVi9od-xl07Ob-ibnC6b:active {
  color: #00c;
}
.VIpgJd-ZVi9od-vH1Gmf {
  background-color: #fff;
  text-decoration: none;
  border: 1px solid #6b90da;
  overflow: hidden;
  padding: 4px;
}
.VIpgJd-ZVi9od-vH1Gmf-KrhPNb {
  width: 16px;
}
.VIpgJd-ZVi9od-vH1Gmf-hgDUwe {
  margin: 6px 0;
  height: 1px;
  background-color: #aaa;
  overflow: hidden;
}
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b div,
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b-gk6SMd div {
  padding: 4px;
}
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b .uDEFge {
  display: none;
}
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b-gk6SMd .uDEFge {
  display: auto;
}
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b-gk6SMd .fmcmS {
  padding-left: 4px;
  padding-right: 4px;
}
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b,
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b-gk6SMd {
  text-decoration: none;
}
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b div,
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b:link div,
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b:visited div,
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b:active div {
  color: #00c;
  background: #fff;
}
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b:hover div {
  color: #fff;
  background: #36c;
}
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b-gk6SMd div,
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b-gk6SMd:link div,
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b-gk6SMd:visited div,
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b-gk6SMd:hover div,
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b-gk6SMd:active div {
  color: #000;
  font-weight: bold;
}
.VIpgJd-ZVi9od-l9xktf {
  background-color: #fff;
  overflow: hidden;
  padding: 8px;
  border: none;
  border-radius: 10px;
}
.VIpgJd-ZVi9od-l9xktf-OEVmcd {
  background-color: #fff;
  border: 1px solid #6b90da;
  box-shadow: 0 3px 8px 2px #999;
  border-radius: 8px;
}
.VIpgJd-ZVi9od-l9xktf img {
  border: none;
}
.VIpgJd-ZVi9od-l9xktf-fmcmS {
  margin-top: 6px;
}
.VIpgJd-ZVi9od-l9xktf-VgwJlc {
  margin-top: 6px;
  white-space: nowrap;
}
.VIpgJd-ZVi9od-l9xktf-VgwJlc * {
  vertical-align: middle;
}
.VIpgJd-ZVi9od-l9xktf-VgwJlc span {
  color: #00c;
  text-decoration: underline;
  cursor: pointer;
  margin: 0 4px;
}
.VIpgJd-ZVi9od-l9xktf-I9GLp {
  margin: 6px 0 0;
}
.VIpgJd-ZVi9od-l9xktf-I9GLp form {
  margin: 0;
}
.VIpgJd-ZVi9od-l9xktf-I9GLp form textarea {
  margin-bottom: 4px;
  width: 100%;
}
.VIpgJd-ZVi9od-l9xktf-yePe5c {
  margin: 6px 0 4px;
}
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
  z-index: 1000;
  position: fixed;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  left: -1000px;
  top: -1000px;
}
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  left: -14px;
  top: -14px;
}
.VIpgJd-ZVi9od-aZ2wEe-OiiCO {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  border-radius: 50px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  opacity: 0;
}
.VIpgJd-ZVi9od-aZ2wEe-OiiCO-ti6hGc {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 1;
}
.VIpgJd-ZVi9od-aZ2wEe {
  margin: 2px 0 0 2px;
  -webkit-animation: spinner-rotator 1.4s linear infinite;
  animation: spinner-rotator 1.4s linear infinite;
}
@-webkit-keyframes spinner-rotator {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@keyframes spinner-rotator {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
.VIpgJd-ZVi9od-aZ2wEe-Jt5cK {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  stroke: #4285f4;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: spinner-dash 1.4s ease-in-out infinite;
  animation: spinner-dash 1.4s ease-in-out infinite;
}
@-webkit-keyframes spinner-dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}
@keyframes spinner-dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}
.VIpgJd-yAWNEb-L7lbkb html,
.VIpgJd-yAWNEb-L7lbkb body,
.VIpgJd-yAWNEb-L7lbkb div,
.VIpgJd-yAWNEb-L7lbkb span,
.VIpgJd-yAWNEb-L7lbkb iframe,
.VIpgJd-yAWNEb-L7lbkb h1,
.VIpgJd-yAWNEb-L7lbkb h2,
.VIpgJd-yAWNEb-L7lbkb h3,
.VIpgJd-yAWNEb-L7lbkb h4,
.VIpgJd-yAWNEb-L7lbkb h5,
.VIpgJd-yAWNEb-L7lbkb h6,
.VIpgJd-yAWNEb-L7lbkb p,
.VIpgJd-yAWNEb-L7lbkb a,
.VIpgJd-yAWNEb-L7lbkb img,
.VIpgJd-yAWNEb-L7lbkb ol,
.VIpgJd-yAWNEb-L7lbkb ul,
.VIpgJd-yAWNEb-L7lbkb li,
.VIpgJd-yAWNEb-L7lbkb table,
.VIpgJd-yAWNEb-L7lbkb form,
.VIpgJd-yAWNEb-L7lbkb tbody,
.VIpgJd-yAWNEb-L7lbkb tr,
.VIpgJd-yAWNEb-L7lbkb td {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  text-align: left;
  line-height: normal;
}
.VIpgJd-yAWNEb-L7lbkb ol,
.VIpgJd-yAWNEb-L7lbkb ul {
  list-style: none;
}
.VIpgJd-yAWNEb-L7lbkb table {
  border-collapse: collapse;
  border-spacing: 0;
}
.VIpgJd-yAWNEb-L7lbkb caption,
.VIpgJd-yAWNEb-L7lbkb th,
.VIpgJd-yAWNEb-L7lbkb td {
  text-align: left;
  font-weight: normal;
}
.VIpgJd-yAWNEb-L7lbkb input::-moz-focus-inner {
  border: 0;
}
div > .VIpgJd-yAWNEb-L7lbkb {
  padding: 10px 14px;
}
.VIpgJd-yAWNEb-L7lbkb {
  color: #222;
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  display: none;
  font-family: arial;
  font-size: 10pt;
  width: 420px;
  padding: 12px;
  position: absolute;
  z-index: 10000;
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-nVMfcd-fmcmS,
.VIpgJd-yAWNEb-yAWNEb-Vy2Aqc-pbTTYe {
  clear: both;
  font-size: 10pt;
  position: relative;
  text-align: justify;
  width: 100%;
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-r4nke {
  color: #999;
  font-family: arial, sans-serif;
  margin: 4px 0;
  text-align: left;
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-TvD9Pc-LgbsSe {
  display: none;
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-l4eHX {
  float: left;
  margin: 0;
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-Z0Arqf-PLDbbf {
  display: inline-block;
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-fw42Ze-Z0Arqf-haAclf {
  display: none;
  width: 100%;
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-Z0Arqf-H9tDt {
  margin-top: 20px;
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-LK5yu {
  float: left;
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-qwU8Me {
  float: right;
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-cGMI2b {
  min-height: 15px;
  position: relative;
  height: 1%;
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-jOfkMb-Ne3sFf {
  background: -webkit-linear-gradient(top, #29910d 0, #20af0e 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#29910d),
    to(#20af0e)
  );
  background: linear-gradient(top, #29910d 0, #20af0e 100%);
  background: #29910d;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: inset 0 2px 2px #1e6609;
  -moz-box-shadow: inset 0 2px 2px #1e6609;
  -webkit-box-shadow: inset 0 2px 2px #1e6609;
  color: white;
  font-size: 9pt;
  font-weight: bolder;
  margin-top: 12px;
  padding: 6px;
  text-shadow: 1px 1px 1px #1e6609;
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-Z0Arqf-hSRGPd {
  color: #15c;
  cursor: pointer;
  font-family: arial;
  font-size: 11px;
  margin-right: 15px;
  text-decoration: none;
}
.VIpgJd-yAWNEb-L7lbkb > textarea {
  font-family: arial;
  resize: vertical;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 1px;
  border: 1px solid #d9d9d9;
  border-top: 1px solid silver;
  font-size: 13px;
  height: auto;
  overflow-y: auto;
  padding: 1px;
}
.VIpgJd-yAWNEb-L7lbkb textarea:focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  border: 1px solid #4d90fe;
  outline: none;
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-Z0Arqf-IbE0S {
  margin-right: 10px;
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp {
  min-height: 25px;
  vertical-align: middle;
  padding-top: 8px;
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp {
  margin-bottom: 5px;
  margin-bottom: 0;
}
.VIpgJd-yAWNEb-L7lbkb
  .VIpgJd-yAWNEb-L4Nn5e-I9GLp
  .VIpgJd-yAWNEb-Z0Arqf-I9GLp
  input {
  display: inline-block;
  min-width: 54px;
  border: 1px solid #dcdcdc;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #444;
  font-size: 11px;
  font-weight: bold;
  height: 27px;
  outline: 0;
  padding: 0 8px;
  vertical-align: middle;
  line-height: 27px;
  margin: 0 16px 0 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  -webkit-transition: all 0.218s;
  transition: all 0.218s;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f5f5f5),
    to(#f1f1f1)
  );
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
  background-image: linear-gradient(top, #f5f5f5, #f1f1f1);
  -webkit-user-select: none;
  -moz-user-select: none;
  cursor: default;
}
.VIpgJd-yAWNEb-L7lbkb
  .VIpgJd-yAWNEb-L4Nn5e-I9GLp
  .VIpgJd-yAWNEb-Z0Arqf-I9GLp
  input:hover {
  border: 1px solid #c6c6c6;
  color: #222;
  -webkit-transition: all 0s;
  transition: all 0s;
  background-color: #f8f8f8;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f8f8f8),
    to(#f1f1f1)
  );
  background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
  background-image: linear-gradient(top, #f8f8f8, #f1f1f1);
}
.VIpgJd-yAWNEb-L7lbkb
  .VIpgJd-yAWNEb-L4Nn5e-I9GLp
  .VIpgJd-yAWNEb-Z0Arqf-I9GLp
  input:active {
  border: 1px solid #c6c6c6;
  color: #333;
  background-color: #f6f6f6;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f6f6f6),
    to(#f1f1f1)
  );
  background-image: -webkit-linear-gradient(top, #f6f6f6, #f1f1f1);
  background-image: linear-gradient(top, #f6f6f6, #f1f1f1);
}
.VIpgJd-yAWNEb-L7lbkb
  .VIpgJd-yAWNEb-L4Nn5e-I9GLp
  .VIpgJd-yAWNEb-Z0Arqf-I9GLp
  input:focus
  .VIpgJd-yAWNEb-L7lbkb
  .VIpgJd-yAWNEb-L4Nn5e-I9GLp
  .VIpgJd-yAWNEb-Z0Arqf-I9GLp
  input.AHmuwe
  .VIpgJd-yAWNEb-L7lbkb
  .VIpgJd-yAWNEb-L4Nn5e-I9GLp
  .VIpgJd-yAWNEb-Z0Arqf-I9GLp
  input:active,
.VIpgJd-yAWNEb-L7lbkb
  .VIpgJd-yAWNEb-L4Nn5e-I9GLp
  .VIpgJd-yAWNEb-Z0Arqf-I9GLp
  input:focus:active {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.VIpgJd-yAWNEb-L7lbkb
  .VIpgJd-yAWNEb-L4Nn5e-I9GLp
  .VIpgJd-yAWNEb-Z0Arqf-I9GLp
  input:focus,
.VIpgJd-yAWNEb-L7lbkb
  .VIpgJd-yAWNEb-L4Nn5e-I9GLp
  .VIpgJd-yAWNEb-Z0Arqf-I9GLp
  input.AHmuwe {
  outline: none;
  border: 1px solid #4d90fe;
  z-index: 4 !important;
}
.VIpgJd-yAWNEb-L7lbkb
  .VIpgJd-yAWNEb-L4Nn5e-I9GLp
  .VIpgJd-yAWNEb-Z0Arqf-I9GLp
  input.gk6SMd {
  background-color: #eee;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#eee),
    to(#e0e0e0)
  );
  background-image: -webkit-linear-gradient(top, #eee, #e0e0e0);
  background-image: linear-gradient(top, #eee, #e0e0e0);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
  color: #333;
}
.VIpgJd-yAWNEb-L7lbkb
  .VIpgJd-yAWNEb-L4Nn5e-I9GLp
  .VIpgJd-yAWNEb-Z0Arqf-I9GLp
  input
  .VIpgJd-yAWNEb-Z0Arqf-sFeBqf {
  color: white;
  border-color: #3079ed;
  background-color: #4d90fe;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#4d90fe),
    to(#4787ed)
  );
  background-image: -webkit-linear-gradient(top, #4d90fe, #4787ed);
  background-image: linear-gradient(top, #4d90fe, #4787ed);
}
.VIpgJd-yAWNEb-L7lbkb
  .VIpgJd-yAWNEb-L4Nn5e-I9GLp
  .VIpgJd-yAWNEb-Z0Arqf-I9GLp
  input
  .VIpgJd-yAWNEb-Z0Arqf-sFeBqf:hover
  .VIpgJd-yAWNEb-L7lbkb
  .VIpgJd-yAWNEb-L4Nn5e-I9GLp
  .VIpgJd-yAWNEb-Z0Arqf-I9GLp
  input
  .VIpgJd-yAWNEb-Z0Arqf-sFeBqf:focus,
.VIpgJd-yAWNEb-L7lbkb
  .VIpgJd-yAWNEb-L4Nn5e-I9GLp
  .VIpgJd-yAWNEb-Z0Arqf-I9GLp
  input
  .VIpgJd-yAWNEb-Z0Arqf-sFeBqf.AHmuwe
  .VIpgJd-yAWNEb-L7lbkb
  .VIpgJd-yAWNEb-L4Nn5e-I9GLp
  .VIpgJd-yAWNEb-Z0Arqf-I9GLp
  input
  .VIpgJd-yAWNEb-Z0Arqf-sFeBqf:active {
  border-color: #3079ed;
  background-color: #357ae8;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#4d90fe),
    to(#357ae8)
  );
  background-image: -webkit-linear-gradient(top, #4d90fe, #357ae8);
  background-image: linear-gradient(top, #4d90fe, #357ae8);
}
.VIpgJd-yAWNEb-L7lbkb
  .VIpgJd-yAWNEb-L4Nn5e-I9GLp
  .VIpgJd-yAWNEb-Z0Arqf-I9GLp
  input
  .VIpgJd-yAWNEb-Z0Arqf-sFeBqf:hover {
  box-shadow:
    inset 0 0 0 1px #fff,
    0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow:
    inset 0 0 0 1px #fff,
    0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow:
    inset 0 0 0 1px #fff,
    0 1px 1px rgba(0, 0, 0, 0.1);
}
.VIpgJd-yAWNEb-L7lbkb
  .VIpgJd-yAWNEb-L4Nn5e-I9GLp
  .VIpgJd-yAWNEb-Z0Arqf-I9GLp
  input:focus,
.VIpgJd-yAWNEb-L7lbkb
  .VIpgJd-yAWNEb-L4Nn5e-I9GLp
  .VIpgJd-yAWNEb-Z0Arqf-I9GLp
  input.AHmuwe,
.VIpgJd-yAWNEb-L7lbkb
  .VIpgJd-yAWNEb-L4Nn5e-I9GLp
  .VIpgJd-yAWNEb-Z0Arqf-I9GLp
  input:active,
.VIpgJd-yAWNEb-L7lbkb
  .VIpgJd-yAWNEb-L4Nn5e-I9GLp
  .VIpgJd-yAWNEb-Z0Arqf-I9GLp
  input:hover,
.VIpgJd-yAWNEb-L7lbkb
  .VIpgJd-yAWNEb-L4Nn5e-I9GLp
  .VIpgJd-yAWNEb-Z0Arqf-I9GLp
  input
  .VIpgJd-yAWNEb-Z0Arqf-sFeBqf:focus,
.VIpgJd-yAWNEb-L7lbkb
  .VIpgJd-yAWNEb-L4Nn5e-I9GLp
  .VIpgJd-yAWNEb-Z0Arqf-I9GLp
  input
  .VIpgJd-yAWNEb-Z0Arqf-sFeBqf.AHmuwe,
.VIpgJd-yAWNEb-L7lbkb
  .VIpgJd-yAWNEb-L4Nn5e-I9GLp
  .VIpgJd-yAWNEb-Z0Arqf-I9GLp
  input
  .VIpgJd-yAWNEb-Z0Arqf-sFeBqf:active,
.VIpgJd-yAWNEb-L7lbkb
  .VIpgJd-yAWNEb-L4Nn5e-I9GLp
  .VIpgJd-yAWNEb-Z0Arqf-I9GLp
  input
  .VIpgJd-yAWNEb-Z0Arqf-sFeBqf:hover {
  border-color: #3079ed;
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-mrxPge {
  color: #999;
  font-family: arial, sans-serif;
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-IFdKyd-W0vJo-fmcmS {
  color: #999;
  font-size: 11px;
  font-family: arial, sans-serif;
  margin: 15px 0 5px;
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-IFdKyd-u0pjoe-fmcmS {
  color: #800;
  display: none;
  font-size: 9pt;
}
.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q {
  background-color: #c9d7f1;
  box-shadow: 2px 2px 4px #99a;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
}
.VIpgJd-yAWNEb-L7lbkb
  .VIpgJd-yAWNEb-IFdKyd-xl07Ob
  .VIpgJd-yAWNEb-VIpgJd-xl07Ob {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 4px #99a;
  min-width: 0;
  outline: none;
  padding: 0;
  position: absolute;
  z-index: 2000;
}
.VIpgJd-yAWNEb-L7lbkb
  .VIpgJd-yAWNEb-IFdKyd-xl07Ob
  .VIpgJd-yAWNEb-VIpgJd-j7LFlb {
  cursor: pointer;
  padding: 2px 5px 5px;
  margin-right: 0;
  border-style: none;
}
.VIpgJd-yAWNEb-L7lbkb
  .VIpgJd-yAWNEb-IFdKyd-xl07Ob
  .VIpgJd-yAWNEb-VIpgJd-j7LFlb:hover {
  background: #ddd;
}
.VIpgJd-yAWNEb-L7lbkb
  .VIpgJd-yAWNEb-IFdKyd-xl07Ob
  .VIpgJd-yAWNEb-VIpgJd-j7LFlb
  h1 {
  font-size: 100%;
  font-weight: bold;
  margin: 4px 0;
}
.VIpgJd-yAWNEb-L7lbkb
  .VIpgJd-yAWNEb-IFdKyd-xl07Ob
  .VIpgJd-yAWNEb-VIpgJd-j7LFlb
  strong {
  color: #345aad;
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-VIpgJd-eKm5Fc-hFsbo {
  text-align: right;
  position: absolute;
  right: 0;
  left: auto;
}
.VIpgJd-yAWNEb-L7lbkb
  .VIpgJd-yAWNEb-VIpgJd-j7LFlb-SIsrTd
  .VIpgJd-yAWNEb-VIpgJd-eKm5Fc-hFsbo {
  text-align: left;
  position: absolute;
  left: 0;
  right: auto;
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-yAWNEb-Vy2Aqc-fmcmS,
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-TVLw9c-ppHlrf-sn54Q {
  background-color: #f1ea00;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 4px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #f1ea00;
  cursor: pointer;
  margin: -2px -2px -2px -3px;
  padding: 2px 2px 2px 3px;
  position: relative;
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-TVLw9c-ppHlrf-sn54Q {
  color: #222;
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-yAWNEb-Vy2Aqc-pbTTYe {
  color: white;
  position: absolute !important;
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-TVLw9c-ppHlrf,
.VIpgJd-yAWNEb-L7lbkb
  .VIpgJd-yAWNEb-TVLw9c-ppHlrf
  .VIpgJd-yAWNEb-TVLw9c-ppHlrf-sn54Q {
  background-color: #c9d7f1;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 4px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  cursor: pointer;
  margin: -2px -2px -2px -3px;
  padding: 2px 2px 3px 3px;
  position: relative;
}
.VIpgJd-yAWNEb-L7lbkb span:focus {
  outline: none;
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-TVLw9c-DyVDA {
  background-color: transparent;
  border: 1px solid #4d90fe;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  margin: -2px;
  padding: 1px;
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-yAWNEb-TVLw9c-sn54Q-LzX3ef {
  border-left: 2px solid red;
  margin-left: -2px;
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-yAWNEb-TVLw9c-sn54Q-YIAiIb {
  border-right: 2px solid red;
  margin-right: -2px;
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-IFdKyd-YPqjbf {
  padding: 2px;
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-IFdKyd-YPqjbf-fmcmS {
  font-size: 11px;
  padding: 2px 2px 3px;
  margin: 0;
  background-color: #fff;
  color: #333;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  display: inline-block;
  vertical-align: top;
  height: 21px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 1px;
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-IFdKyd-YPqjbf-fmcmS:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-IFdKyd-YPqjbf-fmcmS:focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  outline: none;
  border: 1px solid #4d90fe;
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-IFdKyd-YPqjbf-sFeBqf {
  font-size: 11px;
  padding: 2px 6px 3px;
  margin: 0 0 0 2px;
  height: 21px;
}
.VIpgJd-yAWNEb-hvhgNd {
  font-family: "Google Sans", Arial, sans-serif;
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-l4eHX-i3jM8c {
  position: absolute;
  top: 10px;
  left: 14px;
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-l4eHX-SIsrTd {
  position: absolute;
  top: 10px;
  right: 14px;
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-k77Iif-i3jM8c,
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-k77Iif-SIsrTd {
  margin: 16px;
  padding: 0;
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-IuizWc {
  margin: 0 0 0 36px;
  padding: 0;
  color: #747775;
  font-size: 14px;
  font-weight: 500;
}
.VIpgJd-yAWNEb-hvhgNd
  .VIpgJd-yAWNEb-hvhgNd-k77Iif-SIsrTd
  .VIpgJd-yAWNEb-hvhgNd-IuizWc {
  text-align: right;
  margin: 0 36px 0 0;
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-axAV1 {
  width: auto;
  padding: 12px 0 0;
  color: #1f1f1f;
  font-size: 16px;
  text-align: initial;
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-axAV1 .VIpgJd-yAWNEb-SIsrTd {
  text-align: right;
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-N7Eqid {
  border-radius: 0 0 12px 12px;
  margin: 0;
  background: #f1f4f9;
  position: relative;
  min-height: 50px;
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-N7Eqid .VIpgJd-yAWNEb-SIsrTd {
  text-align: right;
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-N7Eqid-B7I4Od {
  display: inline-block;
  width: 77%;
  padding: 12px;
}
.VIpgJd-yAWNEb-hvhgNd
  .VIpgJd-yAWNEb-hvhgNd-N7Eqid-B7I4Od
  .VIpgJd-yAWNEb-SIsrTd {
  text-align: right;
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-UTujCb {
  color: #1f1f1f;
  font-size: 12px;
  font-weight: 500;
}
.VIpgJd-yAWNEb-hvhgNd
  .VIpgJd-yAWNEb-hvhgNd-N7Eqid-B7I4Od
  .VIpgJd-yAWNEb-SIsrTd
  .VIpgJd-yAWNEb-hvhgNd-UTujCb {
  text-align: right;
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-eO9mKe {
  color: #444746;
  font-size: 12px;
  padding-top: 4px;
}
.VIpgJd-yAWNEb-hvhgNd
  .VIpgJd-yAWNEb-hvhgNd-N7Eqid-B7I4Od
  .VIpgJd-yAWNEb-SIsrTd
  .VIpgJd-yAWNEb-hvhgNd-eO9mKe {
  text-align: right;
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-xgov5 {
  position: absolute;
  top: 10px;
  right: 5px;
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-xgov5 .VIpgJd-yAWNEb-SIsrTd {
  left: 5px;
  right: auto;
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-THI6Vb {
  fill: #0b57d0;
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-bgm6sf {
  margin: -4px 2px 0 0;
  padding: 2px 0 0;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 24px;
  cursor: pointer;
  background: none;
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-bgm6sf:hover {
  background: #e8ebec;
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-aXYTce {
  display: none;
}
sentinel {
}
:root {
  --bg: #0b0f14;
  --bg-elev: rgba(255, 255, 255, 0.04);
  --text: #e6e9ef;
  --muted: #9aa3b2;
  --accent1: #7aa7ff;
  --accent2: #8a5cff;
  --success: #46d18c;
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
  --radius: 18px;
}

/* Global reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  background:
    radial-gradient(
      1200px 600px at 80% -10%,
      rgba(138, 92, 255, 0.15),
      transparent 60%
    ),
    radial-gradient(
      900px 500px at -10% 110%,
      rgba(122, 167, 255, 0.15),
      transparent 60%
    ),
    var(--bg);
  color: var(--text);
  font:
    18px/1.5 system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Ubuntu,
    Cantarell,
    Noto Sans,
    sans-serif;
  letter-spacing: 0.2px;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 24px;
  backdrop-filter: blur(10px);
  background: linear-gradient(
    to bottom,
    rgba(11, 15, 20, 0.7),
    rgba(11, 15, 20, 0.25)
  );
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.logo {
  border-radius: 8px;

  display: grid;
  place-items: center;
  font-weight: 700;
  color: #820ad1;
}
.brand {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.3px;
}

/* Page content placeholder */
.page {
  max-width: 1060px;
  margin: 48px auto;
  padding: 0 24px;
  display: grid;
  gap: 24px;
}
.hero {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.06),
    rgba(255, 255, 255, 0.03)
  );
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
}
.hero h1 {
  margin: 0 0 8px;
  font-size: 28px;
}
.hero p {
  margin: 0;
  color: var(--muted);
}

/* Fullscreen Modal */
.modal-pre-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 9998;
}

.modal-pre-overlay.visible {
  opacity: 1;
  pointer-events: auto;
}
.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(
      900px 600px at 50% -10%,
      rgba(138, 92, 255, 0.25),
      transparent 60%
    ),
    radial-gradient(
      800px 500px at 50% 120%,
      rgba(122, 167, 255, 0.2),
      transparent 60%
    ),
    #0b0f14;
  backdrop-filter: blur(8px);
  transition:
    opacity 0.5s ease,
    visibility 0.5s ease;
}
.modal-overlay[hidden] {
  opacity: 0;
  visibility: hidden;
}
body.modal-open {
  position: fixed;
  width: 100%;
}
.modal {
  margin: auto;
  width: min(560px, 92vw);

  padding: 28px 28px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal h2 {
  margin: 4px 0 6px;
  font-size: 32px;
  font-weight: 700;
}
.modal p {
  margin: 0 0 18px;
  color: var(--muted);
}

.modal-footer {
  margin-top: 20px;
  font-size: 15px;
  color: var(--muted);
}

/* Loading / Lock stage */
.stage {
  min-height: 140px;
  width: 100%;
  display: grid;
  place-items: center;
  position: relative;
}
.fade {
  opacity: 1;
  transform: scale(1);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}
.fade.out {
  opacity: 0;
  transform: scale(0.98);
}
.fade.in {
  opacity: 1;
  transform: scale(1);
}

.spinner {
  width: 88px;
  height: 88px;
  border: 6px solid rgba(255, 255, 255, 0.15);
  border-top-color: var(--accent1);
  border-right-color: var(--accent2);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 12px auto 6px;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.lock-icon {
  width: 60px;
  height: 80px;
}
.shackle {
  stroke: var(--text);
  stroke-width: 4;
  fill: none;
}
.body {
  fill: rgba(255, 255, 255, 0.75);
  stroke: var(--text);
  stroke-width: 2;
}
#lockStage {
  position: relative;
  width: 100%;
  height: 100%;
  perspective: 1000px;
}

#square-lock {
  width: 60px;
  height: 60px;
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
}

#arc-lock-container {
  width: 30px;
  height: 45px;
  top: calc(50% - 55px);
  left: calc(50% - 15px);
  position: absolute;
  perspective: 1000px;
}
#arc-lock {
  width: 30px;
  height: 45px;
  display: block;
  transform-origin: left center; /* петля слева */
  animation: lockOpen 1.5s ease forwards; /* анимация запускается сама */
  animation-delay: 3.6s;
}
@keyframes lockOpen {
  0% {
    transform: translateY(0) rotateY(0deg) rotateZ(0deg);
  }
  10% {
    transform: translateY(-10px) rotateY(0deg) rotateZ(0deg); /* опустился */
  }
  40% {
    transform: translateY(-10px) rotateY(0deg) rotateZ(0deg); /* вернулся */
  }
  100% {
    transform: translateY(-10px) rotateY(-180deg) rotateZ(0deg); /* открылся */
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .spinner {
    animation-duration: 1ms;
  }
  .fade {
    transition: none;
  }
}

.iti {
  width: 100%;
}

form._signup_form .iti .iti__selected-dial-code,
form._signup_form input[type="tel"]::placeholder {
  color: #333;
  font-size: 20px;
}
form._signup_form input[type="tel"] {
  padding-left: 84px;
}
