.row {
  max-width: 115.2rem;
  margin-right: auto;
  margin-left: auto; }

.row::after,
.row::before {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1; }

.row::after {
  clear: both; }

.row.collapse > .column {
  padding-right: 0;
  padding-left: 0; }

.row .row {
  margin-right: -1.2rem;
  margin-left: -1.2rem; }

@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -1.2rem;
    margin-left: -1.2rem; } }

@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -1.2rem;
    margin-left: -1.2rem; } }

.row .row.collapse {
  margin-right: 0;
  margin-left: 0; }

.column {
  width: 100%;
  float: left;
  padding-right: 1.2rem;
  padding-left: 1.2rem; }

.column:last-child:not(:first-child) {
  float: right; }

.column.end:last-child:last-child {
  float: left; }

.column.row.row {
  float: none; }

.row .column.row.row {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.33333%; }

.small-2 {
  width: 16.66667%; }

.small-3 {
  width: 25%; }

.small-4 {
  width: 33.33333%; }

.small-5 {
  width: 41.66667%; }

.small-6 {
  width: 50%; }

.small-7 {
  width: 58.33333%; }

.small-8 {
  width: 66.66667%; }

.small-9 {
  width: 75%; }

.small-10 {
  width: 83.33333%; }

.small-11 {
  width: 91.66667%; }

.small-12 {
  width: 100%; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    right: 50%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-12 {
    width: 100%; } }

html {
  font-size: 62.5%; }

body {
  background: white url(/img/bg.jpg) no-repeat;
  background-size: 100% 2000px;
  color: white;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.4;
  font-family: Satoshi, arial, sans-serif;
  -webkit-font-smoothing: antialiased; }

.bg {
  color: black; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-width: 0; }

input,
select,
textarea {
  font-family: GeneralSans, Arial, sans-serif;
  font-size: 12px;
  color: black;
  resize: none; }

input:focus,
select:focus,
textarea:focus {
  outline: none; }

input[type=text],
input[type=password],
input[type=submit],
input[type=button],
input[type=email],
input[type=number],
input[type=tel],
textarea {
  -webkit-appearance: none; }

table {
  border-spacing: 0; }

td, th {
  padding: 0; }

img {
  display: inline-block;
  vertical-align: bottom;
  max-width: 100%;
  height: auto; }

a {
  color: #546EF3;
  text-decoration: none; }
  a:hover {
    text-decoration: none;
    color: #0b24a3; }
  a img {
    border-width: 0; }
  a:focus {
    outline-width: 0; }

.like-link {
  color: #546EF3;
  cursor: pointer; }
  .like-link:hover {
    text-decoration: none;
    color: #0b24a3; }

.none {
  display: none; }

.columns {
  width: 100%;
  overflow: hidden; }

.no-padding-vertical {
  padding-top: 0;
  padding-bottom: 0; }

.no-padding-horizontal {
  padding-left: 0;
  padding-right: 0; }

.no-padding-top {
  padding-top: 0; }

.no-padding-bottom {
  padding-bottom: 0; }

.no-margin-top {
  margin-top: 0; }

.clear {
  clear: both; }

.valign-center {
  align-items: center; }

.center {
  text-align: center; }

.colored {
  color: #95F2B6; }

* {
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -moz-text-size-adjust: none; }
  *:focus {
    outline: none; }

*:before {
  box-sizing: border-box; }

*:after {
  box-sizing: border-box; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: bold; }
  h1 span,
  h2 span,
  h3 span,
  h4 span,
  h5 span,
  h6 span {
    font-weight: normal; }

.bg h1,
.bg h2,
.bg h3,
.bg h4,
.bg h5,
.bg h6 {
  color: rgba(0, 0, 0, 0.85); }

.text > * {
  margin-bottom: 26px; }
  .text > *:last-child {
    margin-bottom: 0; }

.bigger-text {
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  color: #666666; }
  @media all and (max-width: 980px) {
    .bigger-text {
      font-size: 20px;
      line-height: 32px; } }

.subtitle {
  color: #666666;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px; }
  @media all and (max-width: 980px) {
    .subtitle {
      font-size: 20px;
      line-height: 32px; } }

.button {
  border-radius: 71px;
  font-size: 16px;
  line-height: 36px;
  background: #FFF;
  box-shadow: 0 0.5px 2.5px 0 rgba(0, 0, 0, 0.3), 0 0 0 0.5px rgba(0, 0, 0, 0.05);
  border: none;
  padding: 0 10px;
  cursor: pointer;
  text-align: center;
  color: rgba(0, 0, 0, 0.85); }
  .button.strong {
    font-weight: 500; }
  .button.colored {
    color: white;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.17) 0%, rgba(255, 255, 255, 0) 100%), #1117C5;
    box-shadow: 0 1px 2.5px 0 rgba(0, 122, 255, 0.24), 0 0 0 0.5px rgba(0, 122, 255, 0.12); }
  .button img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 3px;
    position: relative;
    top: -1px; }
  .button.full-width {
    width: 100%; }

header {
  position: absolute;
  width: 100%;
  top: 86px; }
  @media all and (max-width: 639px) {
    header {
      top: 20px; } }
  header .box {
    position: relative; }
    header .box .trustpilot-widget {
      margin-left: 20px;
      min-width: 420px; }
    header .box .logo img {
      height: 26px; }

.lang-switcher {
  width: 70px;
  color: rgba(12, 12, 12, 0.85);
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }
  .lang-switcher a {
    color: rgba(12, 12, 12, 0.85); }
  .lang-switcher:hover .langs {
    display: block; }
  .lang-switcher > span {
    display: block;
    background-color: white;
    border-radius: 5px;
    height: 22px;
    padding: 3px 3px 3px 7px;
    position: relative; }
    .lang-switcher > span:after {
      content: "";
      width: 15px;
      height: 15px;
      background: url(/img/icon/arrow-down.svg) no-repeat center;
      position: absolute;
      right: 3px;
      top: 3px; }
  .lang-switcher .langs {
    display: none;
    position: absolute;
    top: 100%;
    background-color: white;
    border-radius: 5px;
    z-index: 100;
    margin: 6px 0 0 0;
    padding: 5px;
    width: 100%;
    list-style: none; }
    .lang-switcher .langs:before {
      content: "";
      display: block;
      position: absolute;
      top: -6px;
      left: 0;
      width: 100%;
      height: 6px; }
    .lang-switcher .langs > li.active > a {
      background: #2C31CC;
      color: white; }
    .lang-switcher .langs > li > a {
      padding: 3px 0 3px 7px;
      border-radius: 5px;
      display: block; }
      .lang-switcher .langs > li > a:hover {
        background: #2C31CC;
        color: white; }
  .lang-switcher img {
    margin-right: 4px; }

.select2 {
  font-size: 14px;
  line-height: 16px;
  width: 100% !important; }

.select2-container--default .select2-selection--single {
  border-radius: 5px;
  border: 1px solid #E9E9E9;
  background: #FAFAFA;
  box-shadow: 0 0 0 0.5px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.4); }

.select2-container .select2-selection--single {
  height: 34px;
  padding: 0 8px;
  position: relative; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0 50px 0 8px;
  line-height: 34px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px;
  right: 7px;
  width: 21px;
  height: 22px;
  background: url(/img/icon/select-arrow.svg) no-repeat center; }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: transparent;
  border: 1px solid #CCCCCC;
  border-radius: 20px;
  padding: 10px;
  margin-bottom: 5px;
  margin-top: 0;
  margin-right: 5px;
  line-height: 20px; }

.select2.select2-container.select2-container--default {
  border-radius: 0; }

.select2-container--default .select2-selection--multiple {
  height: auto;
  border-color: #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
  line-height: 10px;
  padding-right: 50px;
  position: relative; }
  .select2-container--default .select2-selection--multiple:after {
    content: "";
    position: absolute;
    bottom: 17px;
    right: 19px;
    width: 15px;
    height: 8px;
    background: url("/images/icons/sprite.png") no-repeat -78px -69px; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #CCCCCC;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0; }

.select2-dropdown {
  font-size: 14px;
  border-color: #CCCCCC; }

.select2-results__option {
  padding: 10px 20px;
  color: black;
  font-weight: 500; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #1117C5;
  color: white; }

.select2-container--default .select2-results__option--selected {
  background: #1117C5;
  color: white; }

.no-label label {
  display: none; }

label {
  cursor: pointer; }

label,
.label {
  font-size: 14px;
  line-height: 16px;
  display: block;
  margin-bottom: 4px; }

.star-red {
  color: #E01004; }

.disabled label {
  color: rgba(0, 0, 0, 0.4); }

.disabled input {
  color: rgba(0, 0, 0, 0.4); }
  .disabled input.input-locker {
    background: url(/img/icon/locker.svg) no-repeat 8px center;
    padding-left: 32px; }

.input-text, .input-radio {
  margin-bottom: 15px; }

.input-text.error input, .input-text.error textarea {
  border-color: #ef3224;
  background-color: #FAFAFA; }

.input-text textarea {
  padding: 12px 20px; }

.input-text input, .input-text textarea {
  border-radius: 5px;
  border: 1px solid #AEAEAE;
  background: #FAFAFA;
  box-shadow: 0 0 0 0.5px rgba(0, 0, 0, 0.05);
  width: 100%;
  font-size: 14px;
  line-height: 16px; }

.input-text input {
  height: 36px;
  padding: 0 8px; }

.input-radio > label {
  margin-bottom: 0; }

.input-radio .input-line > div {
  border-bottom: 0.5px solid var(--Color---placeholder-unactive, rgba(0, 0, 0, 0.4)); }
  .input-radio .input-line > div label {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .input-radio .input-line > div label span {
      position: relative;
      padding-left: 20px; }
      .input-radio .input-line > div label span:before {
        content: "";
        width: 14px;
        height: 14px;
        position: absolute;
        top: 1px;
        left: 0;
        border-radius: 100px;
        border: 0.5px solid rgba(0, 0, 0, 0.1);
        background: rgba(246, 246, 246, 0.84);
        box-shadow: 0 1.5px 1.6px 0 rgba(0, 0, 0, 0.1) inset, 0 0 2px 0 rgba(0, 0, 0, 0.08) inset; }
    .input-radio .input-line > div label img {
      height: 30px;
      width: auto; }

.input-radio .input-line label {
  margin-bottom: 0;
  padding: 19px 0 19px 0;
  position: relative;
  font-size: 13px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.85); }

.input-radio .input-line input {
  display: none; }

.input-radio .input-line input:checked + label > span:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #0f0032;
  position: absolute;
  left: 3px;
  top: 4px;
  border-radius: 100px; }

.checkbox-group {
  margin-left: 14px; }

.input-checkbox {
  margin-bottom: 15px; }
  .input-checkbox input {
    display: none; }
  .input-checkbox label {
    padding-left: 20px;
    position: relative;
    font-size: 12px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.85); }
    .input-checkbox label:before {
      content: "";
      width: 14px;
      height: 14px;
      position: absolute;
      left: 0;
      border-radius: 3.5px;
      border: 0.5px solid rgba(0, 0, 0, 0.1);
      background: rgba(246, 246, 246, 0.84);
      box-shadow: 0 1.5px 1.6px 0 rgba(0, 0, 0, 0.1) inset, 0 0 2px 0 rgba(0, 0, 0, 0.08) inset; }
  .input-checkbox input:checked + label:after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #0f0032;
    position: absolute;
    left: 3px;
    top: 3px;
    border-radius: 2px; }

.error-message {
  font-size: 14px;
  line-height: 18px;
  color: #ef3224;
  margin-top: 8px; }
  .error-message ul {
    margin: 0;
    padding: 0;
    list-style: none; }

.constraints {
  margin-left: 3px;
  display: block; }
  .constraints span {
    display: inline-block;
    margin-left: 5px;
    margin-top: 8px;
    border-radius: 5px;
    background: white;
    border: 1px solid #E9E9E9;
    color: #ef3224;
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    padding: 0 4px; }

.discount-input-wrapper {
  position: relative; }
  .discount-input-wrapper input {
    padding-right: 85px; }
  .discount-input-wrapper button {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    color: white;
    background: #1117C5;
    padding: 0 9px;
    border-radius: 4px;
    position: absolute;
    top: 6px;
    right: 8px;
    border-width: 0;
    margin-top: 0;
    font-weight: 500;
    cursor: pointer; }

.input-locker.active {
  background-image: url(/img/icon/discount-check.svg);
  background-repeat: no-repeat;
  background-position: 8px 6px;
  padding-left: 36px; }

.back {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  padding-left: 18px;
  position: relative;
  margin-bottom: 32px; }
  @media all and (max-width: 639px) {
    .back {
      margin-bottom: 16px; } }
  .back a {
    color: white; }
  .back:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(/img/icon/arrow-back.svg) no-repeat center;
    width: 14px;
    height: 14px; }

.tile {
  background: white;
  border-radius: 12px;
  padding: 50px 45px;
  width: 100%; }
  @media all and (max-width: 639px) {
    .tile {
      padding: 40px 35px; } }
  .tile.bg-transparent {
    background: rgba(0, 0, 0, 0.38);
    box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(16.05px); }
  .tile .title {
    margin-top: -15px;
    font-size: 32px; }
    @media all and (max-width: 639px) {
      .tile .title {
        font-size: 22px;
        margin-bottom: 16px; } }
  .tile > *:last-child {
    margin-bottom: 0; }

.center-wrapper {
  padding: 150px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh; }
  @media all and (max-width: 639px) {
    .center-wrapper {
      padding-top: 84px; } }
  .center-wrapper > div {
    width: 100%; }
  .center-wrapper .row > .column {
    margin-bottom: 24px; }
    @media all and (max-width: 639px) {
      .center-wrapper .row > .column {
        margin-bottom: 12px; } }

.summary-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .summary-list > li {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 16px;
    border-top: 0.5px solid #888; }
    .summary-list > li:first-child, .summary-list > li:last-child {
      border: none; }
    .summary-list > li > span {
      padding: 15px; }
      .summary-list > li > span:last-child {
        font-weight: bold; }
    .summary-list > li.discount {
      display: none; }
      .summary-list > li.discount.active {
        display: flex; }
        .summary-list > li.discount.active span:last-child {
          color: #00D034; }
    .summary-list > li.summary {
      color: black;
      border-radius: 8px;
      background: white; }

form button {
  margin-top: 5px; }

.consents {
  margin-top: 20px; }

.button-line {
  display: flex;
  justify-content: space-between; }
  .button-line > * {
    width: 50%; }
    .button-line > *:first-child {
      margin-right: 10px; }
    .button-line > *:last-child {
      margin-left: 10px; }

.alert {
  font-size: 14px;
  line-height: 18px;
  padding: 16px 16px 16px 50px;
  border-radius: 12px;
  border: 2px solid #1117C5;
  background: #E4E5FF;
  color: #1117C5;
  position: relative;
  margin-bottom: 15px; }
  .alert:before {
    content: "";
    position: absolute;
    background: url(/img/icon/info.svg) no-repeat center;
    width: 17px;
    height: 17px;
    left: 16px;
    top: 16px; }
  .alert.alert-error {
    color: #900B09;
    border-color: #EC221F;
    background-color: #FEE9E7; }
    .alert.alert-error:before {
      background: red;
      background: url(/img/icon/info-error.svg); }

.box-gallery > * {
  padding: 14px;
  background: white;
  border-radius: 12px;
  margin-bottom: 24px; }
  .box-gallery > *:last-child {
    margin-bottom: 30px; }

.thank-you {
  min-height: 369px; }
  .thank-you .title + p {
    font-size: 20px;
    margin-bottom: 40px; }
  .thank-you img {
    width: 100%; }
