/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input {
  outline: none; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

.nav-btn span {
  display: block; }

button,
a {
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border: none;
  background: none;
  text-decoration: none; }

button {
  font-family: "Inter", sans-serif; }

textarea {
  resize: vertical;
  font-family: "Inter", sans-serif; }

input,
textarea {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #1D1D1F; }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-family: "Inter", sans-serif;
    opacity: 1; }
  input::-moz-placeholder, textarea::-moz-placeholder {
    font-family: "Inter", sans-serif;
    opacity: 1; }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-family: "Inter", sans-serif;
    opacity: 1; }
  input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    font-family: "Inter", sans-serif;
    opacity: 1; }
  input::placeholder,
  textarea::placeholder {
    font-family: "Inter", sans-serif;
    opacity: 1; }

body {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1D1D1F;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden; }

.wrapper {
  max-width: 1250px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .wrapper--xl {
    max-width: 1430px; }
  .wrapper.ui-wrapper {
    max-width: 100%; }

main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-x: hidden; }

img {
  display: block;
  max-width: 100%; }

h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #FFFFFF;
  margin-bottom: 48px; }

h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #1F1F2C;
  margin-bottom: 24px; }

.main-header {
  padding-top: 24px;
  padding-bottom: 24px; }
  .main-header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px; }

.header-info {
  max-width: 480px;
  text-align: right; }
  .header-info__title {
    font-weight: 600;
    font-size: 14px;
    line-height: 135%;
    color: #1F1F2C;
    margin-bottom: 4px; }
  .header-info__disclaimer {
    font-weight: 400;
    font-size: 11px;
    line-height: 135%;
    color: #757575; }

p {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #757575; }

.hero-section {
  background-color: #020D2B;
  -webkit-box-shadow: 0px 120px 24px -100px rgba(9, 12, 91, 0.22);
  box-shadow: 0px 120px 24px -100px rgba(9, 12, 91, 0.22);
  border-radius: 40px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(2, 12, 40, 0.85)), color-stop(55%, rgba(2, 12, 40, 0.72)), to(rgba(2, 12, 40, 0.55))), url("../img/bg.png");
  background-image: -o-linear-gradient(left, rgba(2, 12, 40, 0.85) 0%, rgba(2, 12, 40, 0.72) 55%, rgba(2, 12, 40, 0.55) 100%), url("../img/bg.png");
  background-image: linear-gradient(90deg, rgba(2, 12, 40, 0.85) 0%, rgba(2, 12, 40, 0.72) 55%, rgba(2, 12, 40, 0.55) 100%), url("../img/bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 48px 90px;
  min-height: 512px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.form-block {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%; }

.ticket-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px; }

.ticket-tab-btn {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  border-radius: 20px;
  padding: 6px 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  background-color: #FFFFFF;
  border: 1px solid #DFDFDF;
  color: #000;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  outline: none; }

.ticket-tab-btn:hover {
  background-color: #F7F7FB;
  border-color: #CCCCCC; }

.ticket-tab-btn.active {
  background-color: #f50;
  border-color: #f50;
  color: #fff;
  font-weight: 600;
  cursor: default; }

.form-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.form-col-main {
  width: 215px;
  min-width: 215px;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.form-col-side {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 215px; }

.tickets-columns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.tickets-col {
  width: 215px;
  min-width: 215px;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.input-wrap input {
  display: block;
  width: 100%;
  height: 48px;
  font-weight: 600;
  font-size: 16px;
  background: #FFFFFF;
  border: 1px solid #D0D5DD;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  padding: 0 12px; }
  .input-wrap input::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #888888; }
  .input-wrap input::-moz-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #888888; }
  .input-wrap input:-ms-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #888888; }
  .input-wrap input::-ms-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #888888; }
  .input-wrap input::placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #888888; }

.input-wrap + .input-wrap {
  margin-top: 14px; }

.ticket-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px; }

.ticket-row + .ticket-row {
  margin-top: 14px; }

.ticket-row .ticket-input-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0; }

.btn-delete-ticket {
  width: 40px;
  height: 48px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.btn-delete-ticket:hover {
  background: rgba(239, 68, 68, 0.9);
  border-color: rgba(239, 68, 68, 0.9);
  color: #FFFFFF; }

.add-ticket-container {
  width: 215px;
  margin-top: 14px; }

.btn-add-ticket {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #FFFFFF;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px 0;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease; }

.btn-add-ticket:hover {
  color: #FFCD17; }

.btn-add-ticket:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  color: #A0A0A0; }

.ticket-limit-notice {
  font-size: 13px;
  line-height: 18px;
  color: #FFCD17;
  margin-top: 6px; }

.form-col-main .primery-btn,
.form-col-side .primery-btn {
  width: 100%;
  margin-top: 20px; }

.primery-btn {
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  color: #FFFFFF;
  padding: 13px 16px;
  background: #FF5500;
  border-radius: 8px;
  display: block;
  width: 100%;
  -webkit-box-shadow: 0 4px 12px rgba(255, 85, 0, 0.35);
  box-shadow: 0 4px 12px rgba(255, 85, 0, 0.35); }
.primery-btn:hover {
  background: #e04a00; }

.c-select {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #D0D5DD;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  padding: 0 30px 0 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #888888; }
  .c-select.filled {
    color: #000; }
  .c-select .current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-size: 16px; }
  .c-select .select-item-img {
    width: 22px;
    height: 22px;
    -o-object-fit: contain;
    object-fit: contain;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .c-select .list {
    width: 100%;
    margin-left: 0;
    max-height: 290px;
    overflow-y: auto;
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
    border: 1px solid #DFDFDF;
    padding: 4px 0;
    z-index: 100; }
  .c-select .list::-webkit-scrollbar {
    width: 6px; }
  .c-select .list::-webkit-scrollbar-track {
    background: #F1F1F1;
    border-radius: 4px; }
  .c-select .list::-webkit-scrollbar-thumb {
    background: #C4C4C4;
    border-radius: 4px; }
  .c-select .list::-webkit-scrollbar-thumb:hover {
    background: #999999; }
  .c-select .option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    min-height: 40px;
    font-size: 16px;
    line-height: 20px;
    color: #1D1D1F; }
  .c-select .option .select-item-img {
    width: 22px;
    height: 22px;
    -o-object-fit: contain;
    object-fit: contain;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .c-select .option:hover,
  .c-select .option.focus {
    background-color: #F7F7FB; }
  .c-select .option.selected {
    font-weight: 600;
    background-color: #FFF9E6; }
  .c-select .option:first-child {
    display: none; }

.nice-select:after {
  width: 10px;
  height: 10px;
  border-color: #000;
  margin-top: -7px;
  right: 17px; }

@media (max-width: 991px) {
  .hero-section {
    padding: 40px 24px; }
  .form-block {
    width: 100%;
    max-width: 100%; }
  .form {
    width: 100%; }
  .form-cols {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0; }
  .form-col-main {
    display: contents; }
  .form-col-main > .input-wrap {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
  .form-col-side {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    max-width: 100%;
    margin-top: 14px; }
  .tickets-columns-wrap {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .tickets-col {
    width: 100%;
    max-width: 100%;
    min-width: 0; }
  .add-ticket-container {
    width: 100%;
    max-width: 100%; }
  .form-col-main .primery-btn,
  .form-col-side .primery-btn {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    max-width: 100%;
    margin-top: 20px; }
  .form-col-main .checkbox-agree,
  .form-col-main .form-error,
  .form-col-main .form-loader {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; } }

.logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% + 39px);
  margin-left: -19.5px;
  margin-right: -19.5px;
  margin-top: 71px;
  margin-bottom: 70px; }
  .logos .lg {
    margin: 10px 19.5px; }

.subscription-info {
  margin-top: 10px;
  margin-bottom: 60px;
  text-align: center; }

.subscription-info__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 24px; }

.custom-checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left; }
  .custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none; }
  .custom-checkbox__box {
    width: 18px;
    height: 18px;
    min-width: 18px;
    border-radius: 4px;
    background-color: #007AFF;
    border: 1px solid #007AFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .custom-checkbox__box svg {
      display: block; }
  .custom-checkbox input[type="checkbox"]:not(:checked) ~ .custom-checkbox__box {
    background-color: #FFFFFF;
    border-color: #D0D5DD; }
    .custom-checkbox input[type="checkbox"]:not(:checked) ~ .custom-checkbox__box svg {
      display: none; }
  .custom-checkbox__text {
    font-size: 14px;
    line-height: 140%;
    color: #1D1D1F;
    font-weight: 400; }

.subscription-info__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #1E293B;
  margin-bottom: 10px; }

p.subscription-info__desc {
  font-size: 13px;
  line-height: 150%;
  color: #64748B;
  max-width: 900px;
  margin: 0 auto 20px;
  text-align: center; }

.subscription-info__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 36px; }
  .subscription-info__links a {
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    color: #f50;
    text-decoration: none;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease; }
  .subscription-info__links a:hover {
    color: #e04a00;
    text-decoration: underline; }

.services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  padding-bottom: 80px; }

.service {
  min-height: 382px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #F7F7FB;
  -webkit-box-shadow: 0px 58px 32px -50px rgba(9, 12, 91, 0.1);
  box-shadow: 0px 58px 32px -50px rgba(9, 12, 91, 0.1);
  border-radius: 16px;
  overflow: hidden; }
  .service img {
    margin-top: auto;
    width: 100%; }
  .service .service-body {
    margin-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 24px; }
    .service .service-body span {
      font-weight: 600;
      font-size: 24px;
      line-height: 29px;
      color: #1F1F2C; }

.title-block {
  max-width: 698px;
  margin-bottom: 32px; }
  .title-block p + p {
    margin-top: 15px; }

.accordion-item {
  background: #F7F7FB;
  border-radius: 8px; }

.accordion-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 24px 14px 16px;
  cursor: pointer; }
  .accordion-head .img {
    width: 65px;
    min-width: 65px;
    margin-right: 12px; }
  .accordion-head .arrow {
    margin-left: auto; }
  .accordion-head .title {
    margin-right: 32px; }
    .accordion-head .title p {
      margin-top: 10px; }
  .accordion-head span {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #1F1F2C; }
  .accordion-head.active .arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.accordion-body {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-top: 8px; }
  .accordion-body p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #757575; }
    .accordion-body p + p {
      margin-top: 15px; }

.table-container {
  padding: 16px;
  background: #FFFFFF;
  border-radius: 16px;
  margin-top: 32px; }

.table-navs,
.navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px; }
  .table-navs span,
  .navs span {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #1F1F2C;
    margin: 0 16px; }

.navs {
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto; }
  .navs span {
    color: #757575;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    .navs span span {
      margin: 0; }

.nav {
  padding: 0;
  width: 32px;
  height: 32px;
  min-width: 32px; }

.scroll-table {
  overflow-x: auto; }

table {
  width: 100%;
  border: 1px solid #DFDFDF;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  table tr {
    border-bottom: 1px solid #DFDFDF; }
    table tr td:first-child {
      width: 62px;
      background: #FF5500;
      color: #fff; }
    table tr td:not(:first-child) {
      min-width: 30px;
      height: 24px; }
    table tr td:not(:last-child) {
      border-right: 1px solid #DFDFDF; }
    table tr td {
      font-weight: 400;
      font-size: 14px;
      line-height: 140%;
      vertical-align: middle;
      /* identical to box height, or 20px */
      text-align: center; }

thead tr:not(:last-child) {
  border-bottom: 1px solid #DFDFDF; }

thead tr td:first-child {
  background: #FF5500;
  color: #fff; }

thead tr td:not(:first-child) {
  background: #00489C;
  color: #fff; }

tfoot td:not(:first-child) {
  background: rgba(0, 72, 156, 0.1); }

a:hover,
button:hover {
  opacity: 0.8; }

.accordion-body {
  display: none; }

.accordion-item + .accordion-item {
  margin-top: 12px; }

.tables {
  padding-bottom: 80px; }

.result-table {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 24px; }
  .result-table p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #757575;
    margin-bottom: 24px; }
  .result-table strong {
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #1F1F2C;
    margin-bottom: 6px; }

.result-table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 16px;
  padding-bottom: 16px; }
  .result-table-row span {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #757575;
    margin-right: 16px; }
  .result-table-row:not(:last-child) {
    border-bottom: 1px solid #DFDFDF; }

.balls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -8px;
  margin-left: -8px; }
  .balls .ball {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 4px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #FF5500;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF; }

.result-table {
  margin-top: 18px; }

.main-footer {
  border-top: 1px solid #DFDFDF;
  padding: 60px 0; }
  .main-footer .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .main-footer .logo {
    margin-bottom: 48px; }
  .main-footer .contacts a {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #1F1F2C;
    display: block;
    text-align: center; }
    .main-footer .contacts a + a {
      margin-top: 16px; }
  .main-footer .links {
    margin-top: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .main-footer .links a {
      font-weight: 400;
      font-size: 16px;
      line-height: 150%;
      color: #757575; }
      .main-footer .links a + a {
        margin-left: 48px; }
  .main-footer .copy {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #B8B8B8;
    margin-top: 16px; }

.ckeckbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-top: 32px; }
  .ckeckbox-wrapper span {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    /* or 17px */
    color: #FFFFFF; }
    .ckeckbox-wrapper span a {
      text-decoration: underline;
      color: inherit; }

.ckeckbox {
  width: 20px;
  height: 20px;
  min-width: 20px;
  position: relative;
  margin-right: 14px; }
  .ckeckbox input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    margin: 0;
    cursor: pointer; }
    .ckeckbox input:checked ~ .mask {
      background-color: #FF5500; }
      .ckeckbox input:checked ~ .mask svg {
        opacity: 1; }
  .ckeckbox .mask {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #FF5500;
    border-radius: 4px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .ckeckbox .mask svg {
      opacity: 0;
      -webkit-transition: inherit;
      -o-transition: inherit;
      transition: inherit; }

.form-block .subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  margin-top: -36px; }

.hero-section > .list {
  margin-left: 18%; }

.hero-section > .list .list-title {
  display: block;
  font-weight: 600;
  font-size: 24px;
  line-height: 105.6%;
  color: #FFFFFF;
  margin-bottom: 24px; }

.hero-section > .list ul li {
  padding-left: 40px;
  position: relative;
  font-weight: 500;
  font-size: 20px;
  line-height: 105.6%;
  color: #FFFFFF; }
  .hero-section > .list ul li + li {
    margin-top: 24px; }
  .hero-section > .list ul li:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-image: url("../img/list-before.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain; }

.nav.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.2; }

@media (max-width: 980px) {
  .hero-section {
    padding: 30px 15px;
    min-height: auto; }
  h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px; }
  h2 {
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px; }
  .service .service-body span {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #1F1F2C; }
  .services,
  .tables {
    padding-bottom: 50px; }
  .title-block {
    max-width: 100%; }
  p {
    font-size: 16px; }
  .form-block .subtitle {
    margin-top: -26px; }
  .hero-section > .list {
    margin-left: 7%; }
  .hero-section > .list ul li {
    font-size: 17px;
    line-height: 110.6%; }
  .hero-section > .list ul li:before {
    top: -2px; } }

@media (max-width: 768px) {
  .main-footer .links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .main-footer .links a + a {
      margin-top: 20px;
      margin-left: 0; }
  .services {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 15px; }
  .service {
    min-height: 250px; }
  .form-block {
    width: 100%;
    max-width: 100%; }
  .logos {
    margin-top: 35px;
    margin-bottom: 35px; }
  .accordion-head span {
    font-size: 16px; }
  .accordion-head {
    padding: 14px 15px 14px 10px; }
  .accordion-head .img {
    width: 45px;
    min-width: 45px;
    margin-right: 12px; }
  .accordion-head .title {
    margin-right: 15px; }
  .accordion-head .arrow {
    margin-left: auto;
    width: 20px; }
  .accordion-head {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .accordion-head .title p {
    margin-top: 10px; }
  .hero-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .hero-section > .list {
    margin-left: 0;
    margin-top: 30px; }
  .main-header {
    padding-top: 18px;
    padding-bottom: 18px; }
  .main-header .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px; }
  .header-info {
    max-width: 100%;
    text-align: left; }
  .subscription-info {
    margin-bottom: 40px; }
  .subscription-info__checkbox {
    margin-bottom: 18px; }
  .custom-checkbox {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .custom-checkbox__box {
      margin-top: 2px; }
    .custom-checkbox__text {
      font-size: 13px; }
  .subscription-info__title {
    font-size: 15px; }
  p.subscription-info__desc {
    font-size: 12px;
    line-height: 145%;
    margin-bottom: 16px; }
  .subscription-info__links {
    gap: 20px; }
    .subscription-info__links a {
      font-size: 13px; } }


.accordion-container {
  padding-top: 40px;
  padding-bottom: 60px !important;
}    

.logo {
    color: #f50;
    text-transform: uppercase;
    font-size: 28px;
}

.c-select, .logo {
    font-weight: 700;
}

@media (max-width: 480px) {
  .logo {
    font-size: 22px;
  }
}

/* Modal Error Popup */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: rgba(2, 13, 43, 0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  -o-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.modal-backdrop.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.modal-card {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 24px;
  width: 100%;
  max-width: 420px;
  padding: 38px 32px 32px;
  text-align: center;
  -webkit-box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
  -webkit-transform: scale(0.9) translateY(12px);
  -ms-transform: scale(0.9) translateY(12px);
  transform: scale(0.9) translateY(12px);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.modal-backdrop.active .modal-card {
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #F1F5F9;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #1D1D1F;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.modal-close:hover {
  background: #E2E8F0;
  color: #000;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.modal-icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255, 85, 0, 0.09);
  border: 2px solid rgba(255, 85, 0, 0.22);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 20px;
  -webkit-box-shadow: 0 0 24px rgba(255, 85, 0, 0.16);
  box-shadow: 0 0 24px rgba(255, 85, 0, 0.16);
}

.modal-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #1F1F2C;
  margin: 0 0 10px;
}

.modal-desc {
  font-weight: 400;
  font-size: 15px;
  line-height: 145%;
  color: #64748B;
  margin: 0 0 26px;
}

.modal-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  background-color: #f50;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 14px rgba(255, 85, 0, 0.35);
  box-shadow: 0 4px 14px rgba(255, 85, 0, 0.35);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.modal-btn:hover {
  background-color: #e04a00;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 6px 18px rgba(255, 85, 0, 0.42);
  box-shadow: 0 6px 18px rgba(255, 85, 0, 0.42);
}

.modal-btn:active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.yesmobblock, .checkbox-agree {
    display: none;
}
.form-hidden {
     display: none;
}
 .form-loader {
     font-weight: 600;
     font-size: 12px;
     line-height: 120%;
     margin-top: 4px;
     color: #fff;
     position: absolute;
}
 .form-error {
     color: #ff0000;
     font-size: 12px;
     position: absolute;
}
 .loading {
     color: #fff;
}
@media (max-width: 480px) {
  .modal-card {
    padding: 32px 20px 24px;
    border-radius: 20px;
  }
  .modal-title {
    font-size: 20px;
  }
  .modal-desc {
    font-size: 14px;
  }
}