.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox:before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox:after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

body {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 32px;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 32px;
  font-size: 32px;
  line-height: 39px;
  font-weight: 500;
}

h4 {
  margin-top: 10px;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}

a {
  -webkit-transition: opacity 300ms ease, color 300ms ease;
  transition: opacity 300ms ease, color 300ms ease;
  color: #fe2cff;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 22px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 22px;
}

li {
  padding-top: 4px;
  padding-bottom: 4px;
}

blockquote {
  margin-bottom: 10px;
  padding: 0px 20px 0px 10px;
  border-left: 3px solid #e2e2e2;
  font-size: 16px;
  line-height: 24px;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  min-height: 720px;
  padding-top: 8%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #9408c0;
  color: #fff;
}

.hero-video {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.hero-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
}

.hero-container.hc-lk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hero-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  margin-top: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  margin-right: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-item-text {
  max-width: 240px;
  line-height: 22px;
}

.hero-nav {
  position: absolute;
  left: 0px;
  top: 12%;
  right: 0px;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.hero-nav-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
}

.nav-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  margin-top: -4px;
  margin-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-link {
  margin-right: 0px;
  margin-left: 32px;
  padding: 0px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #ef26ef;
}

.nav-link.w--current {
  color: #fff;
}

.lk-link {
  padding-left: 20px;
  background-image: url('../images/key.svg');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.lk-link:hover {
  color: #ef26ef;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 100px 20px 120px;
}

.form-block {
  display: block;
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.form-content {
  max-width: 720px;
  margin-right: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.submit-button {
  display: none;
}

.form-sb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.12);
  text-align: center;
}

.form-title {
  margin-bottom: 20px;
  color: #41009a;
  font-size: 40px;
  line-height: 49px;
}

.radio-button {
  display: none;
}

.radio-field {
  position: relative;
  z-index: 2;
  margin-right: 12px;
  margin-bottom: 0px;
  padding: 20px 24px;
  border-radius: 4px;
  background-color: transparent;
}

.bar-wrap {
  margin-top: 4px;
}

.radio-label {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(65, 0, 154, 0.1);
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
}

.row-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.js-range-slider {
  width: 100%;
}

.js-range-slider.time-slider {
  width: 160px;
  max-width: 160px;
}

.radio-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 580px;
  margin-top: 16px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.radio-items.ri-time {
  display: none;
}

.radio-button-field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-right: 12px;
  margin-bottom: 20px;
  padding: 18px 24px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #41009a;
  font-weight: 700;
  text-transform: uppercase;
}

.radio-button-field.rbf2 {
  width: 120px;
  height: 60px;
  padding: 0px;
}

.radio-button-field.rbf-random {
  width: 140px;
  margin-bottom: 40px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio-button-label {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(65, 0, 154, 0.1);
  border-radius: 4px;
  -webkit-transition: border 300ms ease, border-color 300ms ease;
  transition: border 300ms ease, border-color 300ms ease;
}

.radio-button-label.rbl2 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  padding: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  text-align: center;
}

.radio-button-label.rdl-random {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bar-field {
  width: 80px;
  height: auto;
  margin-bottom: 0px;
  margin-left: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #f4f0f8;
  border-radius: 4px;
  font-size: 16px;
  line-height: 22px;
}

.bar-field:focus {
  border-color: #41009a;
}

.bar-field::-webkit-input-placeholder {
  color: #000;
}

.bar-field:-ms-input-placeholder {
  color: #000;
}

.bar-field::-ms-input-placeholder {
  color: #000;
}

.bar-field::placeholder {
  color: #000;
}

.sb-title {
  color: #41009a;
  font-size: 21px;
  line-height: 25px;
  font-weight: 600;
}

.operator-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio-text {
  max-width: 300px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  line-height: 18px;
}

.radio-text.rt2 {
  margin-top: 20px;
}

.sb-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 12px 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #e5e5e5;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
}

.sb-num {
  font-weight: 700;
}

.sb-cost {
  margin-bottom: 12px;
  color: #41009a;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 2px;
}

.btn {
  margin-top: 12px;
  margin-right: 32px;
  margin-left: 32px;
  padding: 16px 8px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 4px;
  background-color: #ef26ef;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 4, 4, 0)), to(rgba(0, 0, 0, 0.18)));
  background-image: linear-gradient(180deg, rgba(4, 4, 4, 0), rgba(0, 0, 0, 0.18));
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  line-height: 20px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn:hover {
  background-color: #742ed4;
}

.btn.btn-pay {
  margin-left: 0px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.btn.small-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 12px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1.5px;
}

.btn.small-btn.sb-buy {
  margin-left: auto;
}

.btn.small-btn.unactive {
  opacity: 0.1;
}

.btn.btn-acc {
  margin-top: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.about-section {
  overflow: hidden;
  padding: 120px 20px;
  background-image: url('../images/about-bg.png'), url('../images/pattern-last.png'), linear-gradient(135deg, #35018e, #970acd);
  background-position: 50% 50%, 0px 0px, 0px 0px;
  background-size: 1600px, auto, auto;
  background-repeat: no-repeat, repeat, repeat;
  color: #fff;
}

.container {
  display: block;
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.container.cont-partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.cont-faq {
  max-width: 820px;
}

.container.cont-960 {
  max-width: 960px;
}

.about-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-row.ar2 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-img-col {
  width: 50%;
  padding-right: 20px;
}

.about-text-col {
  position: relative;
  z-index: 2;
  width: 50%;
  padding-left: 20px;
}

.ai1 {
  position: relative;
  z-index: 2;
  margin-left: -80px;
}

.ai2 {
  padding-left: 24px;
}

.about-rich {
  max-width: 550px;
}

.about-rich h3 {
  max-width: 320px;
}

.grid-top-l {
  position: absolute;
  left: 0px;
  top: 0px;
}

.parnters-section {
  padding: 60px 20px;
  background-color: #2b0066;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 21px;
  line-height: 25px;
}

.partner-link {
  margin-left: 40px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.partner-link:hover {
  opacity: 0.5;
}

.drop-ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 18px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/minus.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.drop-p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.faq-title {
  padding-right: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #41009a;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.dropdown-list {
  position: static;
  display: block;
  overflow: hidden;
  background-color: transparent;
}

.dropdown-list.w--open {
  position: static;
}

.plus-ico {
  margin-bottom: -1px;
}

.dropdown {
  display: block;
  margin-top: 12px;
  border: 1px solid #eee8f5;
  border-radius: 4px;
  background-color: transparent;
}

.dropdown.drop-faq {
  max-width: 960px;
  border: 2px solid #d8d8eb;
  background-color: #fff;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.drop-content {
  padding: 0px 24px 16px;
}

.drop-content.dc2 {
  padding-top: 0px;
  padding-bottom: 24px;
}

.faq-h2 {
  margin-bottom: 40px;
  color: #41009a;
  text-align: center;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 20px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2b0066;
  color: #fff;
}

.f-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.f-logo {
  max-width: 80px;
  margin-top: -15px;
}

.f-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.f-text {
  margin-left: 60px;
  font-size: 14px;
  line-height: 22px;
}

.f-text.ft-skype {
  padding-left: 22px;
  background-image: url('../images/skype-logo.svg');
  background-position: 0px 2px;
  background-size: auto;
  background-repeat: no-repeat;
  text-align: right;
}

.f-text.ft-teleg {
  padding-left: 30px;
  background-image: url('../images/telegram.svg');
  background-position: 0px 0px;
  background-size: 24px;
  background-repeat: no-repeat;
  color: #fff;
}

.f-text-span {
  display: block;
  font-size: 10px;
}

.f-mail {
  color: #fff;
}

.f-mail:hover {
  color: #ef26ef;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 100px;
  right: 0px;
  display: block;
  width: 100%;
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
}

.nav-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.inner-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 200px 20px 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/hero-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.hero-payment-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  font-size: 18px;
  line-height: 32px;
}

.hero-payment-text {
  margin-right: 32px;
}

.hero-payment-span {
  font-weight: 700;
}

.inner-form-block {
  display: block;
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.pay-fields-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field {
  height: auto;
  max-width: 330px;
  margin-right: 20px;
  margin-bottom: 0px;
  padding: 16px 24px;
  border: 1px solid #ece5f4;
  border-radius: 4px;
  font-size: 16px;
}

.text-field:focus {
  border-color: #ef26ef;
}

.text-field::-webkit-input-placeholder {
  color: #000;
}

.text-field:-ms-input-placeholder {
  color: #000;
}

.text-field::-ms-input-placeholder {
  color: #000;
}

.text-field::placeholder {
  color: #000;
}

.text-field.tf-promo {
  max-width: 165px;
  margin-right: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.text-field.tf-small {
  width: 180px;
  margin-right: 0px;
  margin-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
}

.text-field.tf-small::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.text-field.tf-small:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.text-field.tf-small::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.text-field.tf-small::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.text-field.tf-small.tfs-last {
  width: 140px;
}

.promo-btn {
  width: 165px;
  margin-right: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #ece5f4;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #41009a;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.promo-btn:hover {
  color: #ef26ef;
}

.promo-btn.pb-small {
  width: 110px;
  margin-right: 0px;
  margin-left: -4px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.promo-btn.pb-small.pb-pay {
  width: auto;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.payment-text {
  max-width: 680px;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
}

.payment-text.pt2 {
  max-width: 540px;
}

.inner-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.payment-radio-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 8px;
  background-color: hsla(0, 0%, 96.1%, 0.33);
}

.payment-radio-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 60px;
  padding-top: 20px;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio-pay-field {
  position: relative;
  width: 160px;
  height: 40px;
  margin-bottom: 0px;
  background-image: url('../images/logo-qiwi.svg');
  background-position: 48px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.radio-pay-label {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  background-image: url('../images/radio-empty.svg');
  background-position: 0px 50%;
  background-repeat: no-repeat;
}

.pay-radio-img {
  width: 90px;
}

.rbf-payment {
  position: relative;
  margin-bottom: 0px;
  padding-left: 40px;
}

.rbl-payment {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 0px;
  background-image: url('../images/radio-empty.svg');
  background-position: 0px 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.radio-pay-subtitle {
  margin-top: 7px;
  margin-left: 0px;
  color: rgba(0, 0, 0, 0.3);
  font-size: 11px;
  line-height: 12px;
}

.yandex-payment-text {
  max-width: 160px;
  margin-left: 20px;
  font-size: 14px;
  line-height: 20px;
}

.small-radio-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wm-radio-field {
  position: relative;
  margin-right: 20px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.wm-radio-label {
  padding-left: 24px;
  background-image: url('../images/radio-empty.svg');
  background-position: 0px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  font-size: 14px;
}

.pay-link {
  color: #41009a;
  font-size: 14px;
  text-decoration: underline;
}

.pay-link:hover {
  color: #ef26ef;
  text-decoration: none;
}

.pay-link.pl2 {
  margin-top: 16px;
}

.promo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner-rich {
  max-width: 800px;
}

.video-over-wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.discount {
  margin-right: 10px;
  margin-left: 10px;
  padding: 2px 12px;
  border-radius: 4px;
  background-color: #59e131;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.how-table {
  border-right: 1px solid #eee8f5;
  border-bottom: 1px solid #eee8f5;
}

.ht-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #eee8f5;
}

.ht-row.hr-head {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: rgba(236, 229, 244, 0.4);
  color: #41009a;
}

.ht-col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 16px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #eee8f5;
  line-height: 22px;
  text-align: center;
}

.ht-col.hc-last {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ht-col.clock {
  padding-right: 75px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ht-col.clock.cl-top {
  padding-right: 24px;
}

._2ip-logo {
  max-height: 40px;
}

.look-btn {
  padding: 4px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(65, 0, 154, 0.6);
  border-radius: 4px;
  -webkit-transition: border-color 300ms ease, opacity 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, opacity 300ms ease, color 300ms ease;
  color: #41009a;
  font-size: 12px;
  line-height: 16px;
  text-transform: lowercase;
}

.look-btn:hover {
  border-color: #ef26ef;
  color: #ef26ef;
}

.table-bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tb-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.text-bracket {
  max-width: 280px;
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto;
  color: #41009a;
  font-size: 14px;
  line-height: 24px;
}

.bracket-img {
  width: 100%;
  max-width: 280px;
}

.clocks {
  position: absolute;
  top: 10px;
  right: 24px;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #41009a;
  border-radius: 60px;
  background-color: #fff;
  background-image: url('../images/clock-bg.svg');
  background-position: 50% 50%;
  background-size: contain;
}

.clock-arr {
  width: 1px;
  height: 12px;
  border-radius: 4px;
  background-color: #41009a;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.clock-arr.ca-min {
  height: 12px;
}

.clock-arr.ca-sec {
  height: 16px;
  background-color: #ef26ef;
}

.clock-arr.ca-h {
  width: 2px;
  height: 8px;
}

.sec {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.min {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.min-arr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2px;
  height: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hours {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clock-circle {
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background-color: #41009a;
}

.lk-hero-link {
  margin-right: 60px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 24px;
  line-height: 36px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.lk-hero-link:hover {
  color: #ef26ef;
}

.lk-hero-link.w--current {
  color: #fff;
}

.balance-text {
  margin-right: 20px;
  font-weight: 800;
  text-transform: uppercase;
}

.btns-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lk-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
  padding: 8px 8px 8px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #ece5f4;
  -webkit-transition: background-color 300ms ease, opacity 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, opacity 300ms ease, color 300ms ease;
  color: #48099d;
  font-size: 12px;
  line-height: 25px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.lk-btn:hover {
  background-color: #41009a;
  color: #fff;
}

.lk-btn.active {
  background-color: #41009a;
  color: #fff;
}

.lk-btn.unactive {
  opacity: 0.2;
}

.btn-count {
  min-height: 24px;
  min-width: 24px;
  margin-left: 12px;
  padding-top: 2px;
  padding-right: 6px;
  padding-left: 6px;
  border-radius: 4px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.dl-btn {
  margin-left: 16px;
  padding-right: 24px;
  background-image: url('../images/dl.svg');
  background-position: 100% 45%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 300ms ease, color 300ms ease, all 300ms ease;
  transition: opacity 300ms ease, color 300ms ease, all 300ms ease;
  color: #41009a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dl-btn:hover {
  background-image: url('../images/dl-col.svg');
  color: #ef26ef;
}

.body-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.proxy-table {
  width: 100%;
  margin-top: 40px;
}

.proxy-tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 4px;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
}

.proxy-tr.tr-head {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: rgba(236, 229, 244, 0.4);
  color: #41009a;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.proxy-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3%;
  min-width: 36px;
  padding: 18px 12px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px solid #ece5f4;
}

.proxy-col.pc3 {
  width: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.proxy-col.pc-last {
  width: 8%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right-style: none;
}

.proxy-col.pc2 {
  width: 10%;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.proxy-col.pc6 {
  width: 15%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.proxy-col.pc1 {
  width: 23%;
  min-width: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.proxy-col.pc0 {
  width: 3%;
  min-width: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.proxy-col.pc4 {
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.proxy-col.pc5 {
  width: 24%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.checkbox-field {
  width: 16px;
  height: 16px;
  margin-top: 3px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.checkbox {
  width: 16px;
  height: 16px;
  margin-top: 0px;
  margin-right: -1px;
  margin-left: 0px;
}

.table-oper {
  height: 21px;
}

.cell-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 18px;
}

.textarea {
  width: 100%;
  max-width: 100%;
  min-height: 90px;
  min-width: 100%;
  margin-top: 4px;
  margin-bottom: 0px;
  padding: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(65, 0, 154, 0.2);
  border-radius: 4px;
  background-color: #fff;
  font-size: 12px;
}

.check-btn {
  width: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.check-btn.cbsmall {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 17px;
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.check-btn.cbsmall.unactive {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.cell-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  margin-right: 4px;
  margin-left: 0px;
  padding: 4px 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #41009a;
  border-radius: 4px;
  color: #41009a;
  font-size: 10px;
  line-height: 13px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.cell-btn:hover {
  opacity: 0.3;
}

.cell-btn.active {
  background-color: #41009a;
  color: #fff;
}

.cell-btn.active:hover {
  opacity: 1;
}

.cell-btn.cb-data {
  width: auto;
  margin-left: 0px;
}

.cb-text.cbt-green {
  color: #30c469;
}

.cb-text.cbt-orange {
  color: #f3af02;
}

.q-drop {
  width: 20px;
  height: 20px;
  margin-right: 0px;
  margin-left: 6px;
}

.q-drop.drop-radio {
  display: inline-block;
  margin-bottom: 4px;
}

.q-d-toogle {
  width: 20px;
  height: 20px;
  padding: 0px;
  border-radius: 60px;
  background-color: #ece5f4;
  color: #41009a;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
}

.q-drop-list {
  min-width: 160%;
}

.q-drop-list.w--open {
  left: 10px;
  top: 10px;
  min-width: 160px;
  padding: 20px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.q-drop-list.qdl2 {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 10;
  overflow: auto;
  max-height: 80vh;
  padding: 20px 0px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.drop-slider {
  z-index: 11;
  height: auto;
  min-width: 960px;
  margin-top: 12px;
  padding-right: 32px;
  padding-left: 32px;
  background-color: transparent;
}

.drop-arr {
  width: 40px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #000;
  font-size: 16px;
}

.drop-arr:hover {
  color: #ef26ef;
}

.drop-mask {
  height: auto;
}

.q-drop-text {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.slide-nav {
  left: 0px;
  right: 0px;
  bottom: -10px;
  height: 7px;
  padding-top: 0px;
  font-size: 7px;
  line-height: 7px;
}

.btns-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  margin-left: auto;
  padding-right: 28px;
}

.mob-cell-title {
  display: none;
}

.hc-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lk-drop-toogle {
  padding: 12px 0px;
}

.lk-droplist.w--open {
  right: 0%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #fff;
}

.lk-droplink {
  font-size: 14px;
  line-height: 23px;
}

.lk-droplink:hover {
  color: #ef26ef;
}

.col-input {
  width: 120px;
  height: 24px;
  margin-bottom: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(65, 0, 154, 0.2);
  border-radius: 4px;
  font-size: 12px;
  line-height: 16px;
}

.text-block {
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
}

._14-p {
  max-width: 720px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.acc-fields-wrap {
  width: 100%;
  max-width: 480px;
  margin-top: 20px;
}

.field-title {
  margin-top: 20px;
  margin-bottom: 16px;
  color: #48099d;
  font-size: 12px;
  line-height: 15px;
  font-weight: 800;
  letter-spacing: 1.33px;
  text-transform: uppercase;
}

.acc-field {
  height: auto;
  margin-bottom: 0px;
  padding: 16px;
  border: 1px solid #ece5f4;
  border-radius: 4px;
  color: #000;
  font-size: 15px;
  line-height: 20px;
}

.acc-field:focus {
  border-color: #41009a;
}

.acc-field::-webkit-input-placeholder {
  color: #000;
}

.acc-field:-ms-input-placeholder {
  color: #000;
}

.acc-field::-ms-input-placeholder {
  color: #000;
}

.acc-field::placeholder {
  color: #000;
}

.acc-field.af-mail {
  padding-left: 48px;
  background-image: url('../images/mail-ico.svg');
  background-position: 16px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.ht-span {
  display: block;
  color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  line-height: 18px;
}

.pop-up {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1001;
  display: none;
  padding: 80px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(14, 3, 29, 0.8);
  opacity: 0;
}

.pop-up-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1001;
  display: none;
  padding: 80px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(14, 3, 29, 0.8);
  opacity: 0;
}

.pop-up-cont {
  position: relative;
  z-index: 2;
  overflow: auto;
  width: 100%;
  max-height: 80vh;
  max-width: 960px;
  padding: 20px;
  border-radius: 4px;
  background-color: #fff;
}

.cross {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  max-width: 40px;
}

.cross:hover {
  opacity: 0.3;
}

.telegram-link {
  margin-left: 60px;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}

.drop-img {
  max-height: 60vh;
}

.drop-slide-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.random-meg {
  width: 100px;
  height: 20px;
  max-width: 80px;
}

.random-mts {
  height: 15px;
}

.time-wrap {
  max-width: 300px;
}

.payment-field-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.time-slider {
  margin-bottom: 0px;
}

.time-slider.ts-small {
  width: 100%;
  height: 8px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(65, 0, 154, 0.2);
  border-radius: 4px;
  background-color: #ece5f4;
  font-size: 10px;
}

.radio-abs-text {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  max-width: 110px;
  -webkit-transform: translate(0px, 120%);
  -ms-transform: translate(0px, 120%);
  transform: translate(0px, 120%);
  color: #000;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-transform: none;
}

.time-slider-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 120px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dyn-img {
  margin-left: 10px;
}

.cell-field-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.save-ico {
  width: 24px;
  height: 24px;
  margin-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  background-image: url('../images/save-ico.svg');
  background-position: 50% 50%;
  background-size: 11px;
  background-repeat: no-repeat;
  background-color: #0d6d0b;
}

.copy-ico {
  width: 24px;
  height: 24px;
  margin-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  background-image: url('../images/copy.svg');
  background-position: 50% 50%;
  background-size: 11px;
  background-repeat: no-repeat;
  background-color: #0d6d0b;
}

.copy-ico.unactive {
  /*opacity: 0.5;*/
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  background-color: transparent;
}

.save-ico.unactive {
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  background-color: transparent;
}

.inline-text {
  display: inline;
}

html.w-mod-js *[data-ix="drop-list-init"] {
  height: 0px;
}

@media (max-width: 991px) {
  body {
    font-size: 15px;
    line-height: 23px;
  }
  h1 {
    font-size: 40px;
    line-height: 52px;
  }
  h2 {
    margin-bottom: 24px;
    font-size: 36px;
    line-height: 40px;
  }
  blockquote {
    font-size: 15px;
  }
  .hero {
    height: auto;
    min-height: 0px;
    padding-top: 120px;
    padding-bottom: 60px;
    background-image: url('../images/hero-bg.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .hero-video {
    display: none;
  }
  .hero-item {
    width: 50%;
    max-width: 420px;
    margin-top: 40px;
  }
  .hero-ico {
    width: 48px;
  }
  .hero-nav {
    top: 60px;
  }
  .hero-nav-cont {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .nav-logo {
    margin-top: -24px;
    margin-bottom: 0px;
  }
  .nav-link {
    margin-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
  }
  .lk-link {
    margin-left: auto;
  }
  .section {
    padding: 60px 24px 80px;
  }
  .form-title {
    font-size: 36px;
    line-height: 42px;
  }
  .radio-items {
    margin-top: 4px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .radio-button-field {
    margin-top: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .radio-button-field.rbf2 {
    height: 50px;
  }
  .radio-text {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .btn.small-btn {
    display: block;
    padding: 11px 30px;
  }
  .btn.small-btn.sb-buy {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 11px;
  }
  .about-section {
    background-position: 50% 50%, 0px 0px, 0px 0px;
    background-size: 1200px, auto, auto;
  }
  .dropdown-toggle {
    padding-right: 20px;
    padding-left: 20px;
  }
  .drop-content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .f-logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .f-text {
    margin-left: 40px;
  }
  .f-text.ft-skype {
    margin-left: 40px;
  }
  .f-text-span {
    display: block;
  }
  .navbar {
    position: fixed;
    top: 0%;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #000;
  }
  .nav-cont {
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: transparent;
  }
  .nav-menu {
    background-color: #000;
  }
  .menu-btn {
    padding: 20px;
  }
  .menu-btn.w--open {
    background-color: transparent;
    color: #ef26ef;
  }
  .radio-img {
    height: 19px;
  }
  .inner-hero {
    padding-top: 120px;
    padding-bottom: 48px;
  }
  .hero-payment-text {
    font-size: 16px;
    line-height: 27px;
  }
  .pay-fields-row {
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text-field {
    max-width: 300px;
    font-size: 15px;
    line-height: 20px;
  }
  .text-field.tf-promo {
    max-width: 150px;
  }
  .text-field.tf-small {
    padding-right: 16px;
    padding-left: 16px;
    font-size: 13px;
  }
  .text-field.tf-small.tfs-last {
    width: 120px;
  }
  .promo-btn {
    width: 150px;
    padding-top: 17px;
    padding-bottom: 17px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .promo-btn.pb-small {
    font-size: 11px;
  }
  .payment-radio-row {
    margin-top: 0px;
    padding: 10px 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .payment-radio-wrap {
    margin-right: 0px;
  }
  .radio-pay-subtitle {
    margin-right: 10px;
  }
  .yandex-payment-text {
    margin-left: 0px;
    font-size: 12px;
  }
  .promo-wrap {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .video-over-wrap {
    display: none;
  }
  .ht-col {
    padding: 12px 8px;
  }
  .ht-col.clock {
    padding-right: 56px;
  }
  .ht-col.clock.cl-top {
    padding-right: 8px;
  }
  .clocks {
    right: 12px;
  }
  .lk-hero-link {
    margin-right: 32px;
    font-size: 20px;
  }
  .balance-text {
    font-size: 14px;
  }
  .lk-btn {
    padding: 6px 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
  }
  .btn-count {
    min-height: 20px;
    min-width: 20px;
    padding: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .dl-btn {
    font-size: 11px;
  }
  .proxy-col {
    min-width: 28px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .proxy-col.pc3 {
    display: block;
  }
  .proxy-col.pc-last {
    width: 11%;
  }
  .proxy-col.pc-last.pcl1 {
    display: block;
  }
  .proxy-col.pc0 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .proxy-col.pc4 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cell-row {
    padding-top: 4px;
    padding-bottom: 4px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .textarea {
    min-height: 170px;
  }
  .cell-btn {
    margin-right: 4px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .cell-btn.cb-data {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .cb-text {
    width: 140px;
    padding-right: 8px;
    line-height: 18px;
  }
  .q-drop.qd-cell {
    margin-right: auto;
  }
  .q-drop-list.w--open {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .drop-slider {
    min-width: 720px;
    margin-top: 4px;
  }
  .q-drop-text {
    font-size: 14px;
    line-height: 24px;
  }
  .btns-wrap {
    margin-top: 4px;
    margin-left: 0px;
    padding-top: 4px;
  }
  .lk-drop {
    margin-right: 0px;
    margin-left: auto;
  }
  .col-input {
    margin-left: 0px;
  }
  .time-slider-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cell-field-wrap {
    width: 100%;
    margin-bottom: 4px;
    padding-top: 6px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 21px;
  }
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
  h2 {
    font-size: 30px;
    line-height: 36px;
  }
  h3 {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 36px;
  }
  blockquote {
    font-size: 14px;
    line-height: 23px;
  }
  .hero-container {
    max-width: 600px;
  }
  .hero-container.hc-lk {
    max-width: 360px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hero-ico {
    width: 42px;
    margin-right: 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .hero-item-text {
    margin-right: 12px;
  }
  .nav-logo {
    width: 190px;
    margin-top: -18px;
    padding-left: 0px;
  }
  .lk-link {
    font-size: 12px;
  }
  .section {
    padding: 48px 20px 60px;
  }
  .form-block {
    max-width: 600px;
  }
  .form-content {
    margin-right: 0px;
    text-align: center;
  }
  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-sb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 320px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }
  .form-title {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 32px;
  }
  .row-title {
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .radio-items {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .btn.btn-pay {
    margin-right: 0px;
    padding-right: 32px;
    padding-left: 32px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .btn.small-btn {
    display: inline-block;
    width: auto;
    min-width: 200px;
    margin-top: 12px;
    text-align: center;
  }
  .btn.small-btn.sb-buy {
    min-width: 200px;
    margin-top: 6px;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .btn.btn-acc {
    margin-top: 40px;
  }
  .about-section {
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: 58% 50%, 0px 0px, 0px 0px;
  }
  .container.cont-partners {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about-row.ar2 {
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .about-img-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 400px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about-text-col {
    width: 100%;
  }
  .ai1 {
    margin-left: 0px;
  }
  .ai2 {
    max-width: 350px;
    padding-left: 0px;
  }
  .about-rich {
    text-align: center;
  }
  .about-rich h3 {
    max-width: 100%;
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 32px;
  }
  .partner-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .drop-ico {
    width: 12px;
    height: 12px;
  }
  .drop-p {
    font-size: 13px;
    line-height: 24px;
  }
  .faq-title {
    font-size: 14px;
  }
  .dropdown {
    margin-top: 12px;
  }
  .dropdown-toggle {
    padding: 12px;
  }
  .drop-content {
    padding-right: 12px;
    padding-left: 12px;
  }
  .faq-h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .f-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .f-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .f-text {
    margin-top: 20px;
    margin-left: 0px;
  }
  .f-text.ft-skype {
    margin-left: 0px;
    text-align: center;
  }
  .f-text-span.fts2 {
    margin-left: -17px;
  }
  .partnetrs-title {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .nav-cont {
    padding-top: 4px;
  }
  .hero-svg {
    max-height: 48px;
  }
  .partner-ico {
    max-height: 40px;
    max-width: 158px;
  }
  .inner-hero {
    padding-bottom: 36px;
    text-align: center;
  }
  .inner-h1 {
    font-size: 24px;
    line-height: 36px;
  }
  .hero-payment-row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hero-payment-text {
    margin-top: 8px;
    margin-right: 12px;
    margin-left: 12px;
    font-size: 16px;
    line-height: 24px;
  }
  .inner-form-block {
    max-width: 600px;
  }
  .pay-fields-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-field {
    margin-right: 0px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .text-field.tf-small {
    margin-left: 24px;
  }
  .text-field.tf-small.tfs-last {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .promo-btn {
    margin-right: 0px;
    font-size: 11px;
  }
  .payment-text {
    max-width: 400px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }
  .payment-text.pt2 {
    margin-bottom: 24px;
    text-align: center;
  }
  .inner-form {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .inner-form.if-acc {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .payment-radio-row {
    width: 100%;
    max-width: 320px;
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
  }
  .payment-radio-wrap {
    margin-top: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .rbf-payment {
    padding-left: 24px;
  }
  .rbl-payment {
    background-size: 16px;
  }
  .radio-pay-subtitle {
    position: static;
    margin-top: 8px;
    margin-bottom: 12px;
    margin-left: 24px;
  }
  .yandex-payment-text {
    margin-left: 24px;
    font-size: 12px;
  }
  .small-radio-row {
    margin-left: 24px;
  }
  .pay-link {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 18px;
  }
  .promo-wrap {
    max-width: 400px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ht-col {
    padding: 12px 3px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 19px;
  }
  .ht-col.hc2 {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .ht-col.clock {
    padding-right: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .look-btn {
    font-size: 10px;
  }
  .tb-col {
    padding-right: 10px;
    padding-left: 10px;
  }
  .text-bracket {
    font-size: 11px;
    line-height: 17px;
  }
  .clocks {
    position: relative;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 30px;
    margin-top: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .lk-hero-link {
    margin-right: 12px;
    margin-left: 12px;
  }
  .balance-text {
    margin-right: 0px;
  }
  .btns-row {
    margin-top: 12px;
    margin-bottom: 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .lk-btn {
    min-width: 200px;
    margin-top: 4px;
    margin-right: 0px;
    margin-bottom: 4px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 10px;
  }
  .dl-btn {
    margin: 24px 0px 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .proxy-table {
    max-width: 480px;
    margin-top: 0px;
  }
  .proxy-tr {
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 0px;
    background-color: #f7f5fb;
  }
  .proxy-tr.tr-head {
    display: none;
  }
  .proxy-col {
    width: 10%;
    min-width: 0px;
    padding: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-bottom: 1px solid #ece5f4;
    border-right-style: none;
  }
  .proxy-col.pc3 {
    width: 100%;
    min-width: 0px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .proxy-col.pc-last {
    display: block;
    width: 20%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border-right-style: solid;
    text-align: center;
  }
  .proxy-col.pc2 {
    display: block;
    width: 20%;
    min-width: 0px;
  }
  .proxy-col.pc6 {
    display: block;
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    border-bottom-style: none;
  }
  .proxy-col.pc1 {
    width: 70%;
    min-width: 0px;
    border-right-style: solid;
  }
  .proxy-col.pc0 {
    width: 10%;
    padding-top: 6px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .proxy-col.pc4 {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .checkbox-field {
    width: 24px;
    height: 24px;
  }
  .checkbox {
    width: 24px;
    height: 24px;
  }
  .table-oper {
    height: 16px;
  }
  .cell-row {
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .textarea {
    min-height: 60px;
  }
  .check-btn {
    margin-top: 28px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .check-btn.cbsmall {
    margin-top: 0px;
  }
  .cell-btn {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fff;
  }
  .cb-text {
    width: auto;
    margin-right: 0px;
  }
  .drop-slider {
    min-width: 430px;
  }
  .drop-arr {
    width: 30px;
  }
  .q-drop-text {
    font-size: 12px;
  }
  .btns-wrap {
    margin-bottom: 0px;
  }
  .mob-cell-title {
    display: block;
    width: 100%;
    margin-bottom: 8px;
    color: #41009a;
    font-size: 11px;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .hc-right {
    display: block;
    width: 100%;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .lk-drop-toogle {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lk-drop {
    margin-right: 0px;
    margin-left: auto;
  }
  .acc-fields-wrap {
    max-width: 600px;
    margin-top: 0px;
  }
  .field-title {
    margin-bottom: 12px;
    font-size: 10px;
  }
  .acc-field {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 20px;
  }
  .ht-span {
    font-size: 10px;
    line-height: 16px;
  }
  .pop-up {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pop-up-cont {
    max-height: 75vh;
    padding: 12px;
  }
  .cross {
    top: 0px;
    right: 0px;
    max-width: 32px;
  }
  .payment-field-wrap {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .cell-field-wrap {
    width: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media (max-width: 479px) {
  .hero {
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .hero-container {
    text-align: center;
  }
  .hero-items {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-item {
    width: 100%;
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 19px;
  }
  .hero-ico {
    margin-right: 0px;
    margin-bottom: 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .hero-item-text {
    margin-right: 0px;
  }
  .nav-logo {
    width: 160px;
  }
  .section {
    padding-right: 15px;
    padding-left: 15px;
  }
  .form-title {
    text-align: center;
  }
  .container.cont-partners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container.cont-faq {
    overflow: hidden;
  }
  .container.cont-960 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .ai1 {
    max-width: 390px;
  }
  .ai2 {
    max-width: 280px;
    margin-bottom: 20px;
  }
  .parnters-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .partner-link {
    margin-top: 20px;
  }
  .partnetrs-title {
    margin-bottom: 0px;
  }
  .nav-cont {
    padding-bottom: 0px;
  }
  .menu-btn {
    padding: 15px;
  }
  .hero-payment-text {
    margin-top: 12px;
  }
  .text-field {
    text-align: center;
  }
  .text-field.tf-promo {
    width: 100%;
    max-width: 320px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
  }
  .text-field.tf-small {
    width: 100%;
  }
  .promo-btn {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 4px;
  }
  .payment-radio-row {
    max-width: 320px;
  }
  .payment-radio-wrap {
    width: 220px;
    margin-top: 24px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .radio-pay-subtitle {
    margin-bottom: 8px;
  }
  .promo-wrap {
    width: 100%;
    max-width: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .how-table {
    margin-right: -10px;
    margin-left: -10px;
  }
  .ht-row.hr-head {
    line-height: 18px;
  }
  .ht-col {
    width: 24%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 11px;
    line-height: 18px;
  }
  .ht-col.hc-last {
    width: 26%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .ht-col.hc2 {
    width: 17%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .ht-col.clock {
    width: 33%;
  }
  .ht-col.clock.cl-top {
    padding-right: 3px;
  }
  .look-btn {
    padding-right: 4px;
    padding-left: 4px;
    font-size: 10px;
    line-height: 14px;
  }
  .table-bot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .tb-col {
    width: 44%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .tb-col.tbc2 {
    width: 26%;
  }
  .clocks {
    margin-top: 5px;
  }
  .proxy-col.pc-last {
    width: 30%;
  }
  .proxy-col.pc2 {
    width: 40%;
  }
  .proxy-col.pc1 {
    width: 60%;
  }
  .proxy-col.pc0 {
    width: 10%;
    min-width: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .cell-btn {
    margin-right: 0px;
    margin-left: 4px;
  }
  .drop-slider {
    min-width: 320px;
  }
  .pop-up-cont {
    max-height: 80vh;
  }
}


.hide{
  display: none;
}
