/*!
 * Bootstrap Grid v4.1.2 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1100px) {
  .container {
    max-width: 1055px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1100px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1100px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1100px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1100px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@font-face {
  font-family: "TT Jenevers";
  src: url("../fonts/TTJenevers-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "PT Sans";
  src: url("../fonts/PTSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "PT Sans";
  src: url("../fonts/PTSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "DIN Pro";
  src: url("../fonts/DINPro.eot");
  src: local("DIN Pro"), local("DINPro"),
    url("../fonts/DINPro.eot?#iefix") format("embedded-opentype"),
    url("../fonts/DINPro.woff") format("woff"),
    url("../fonts/DINPro.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "DIN Pro";
  src: url("../fonts/DINPro-Medium.eot");
  src: local("DIN Pro Medium"), local("DINPro-Medium"),
    url("../fonts/DINPro-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/DINPro-Medium.woff") format("woff"),
    url("../fonts/DINPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
* {
  margin: 0;
  padding: 0;
}
body,
html {
  overflow-x: hidden;
}
html {
  max-width: 100vw;
}
body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
button,
a,
textarea,
input {
  outline: none;
}
@media (max-width: 1100px) {
  .xl-br {
    display: none;
  }
}
.login-page {
  background-color: #f7f7f9;
  padding: 0 0 17px 0;
  min-height: 100vh;
}
.login-page__logo {
  margin: 48px 0 65px 0;
  display: block;
}
.login-page__shell {
  width: 100%;
}
.login-page .login-form,
.login-page .registration-form {
  margin: 0px 0 29px 0;
}
.login-page .you-dont-have-account {
  margin: 0px 0 113px 0;
}
.login-page__privacy-policy {
  margin: 0 55px 0 0;
}
.login-page__privacy-policy,
.login-page__help,
.login-page__all-rights-reserved {
  font-weight: bold;
  line-height: 18px;
  text-decoration: none;
  color: #000000;
}
@media (max-width: 375px) {
  .login-page__privacy-policy,
  .login-page__help,
  .login-page__all-rights-reserved {
    display: block;
    margin: 0 0 5px 0;
  }
  .login-page__logo {
    margin: 28px 0 25px 0;
  }
  .login-page .you-dont-have-account {
    margin: 0px 0 53px 0;
  }
}
.login-form {
  width: 375px;
  background: #ffffff;
  box-shadow: 0px 2.66667px 36.6667px rgba(45, 38, 69, 0.036);
  border-radius: 6.5px;
  padding: 26px;
}
.login-form__forgot-password {
  font-weight: 600;
  line-height: 18px;
  color: #fe8825;
  text-decoration: none;
  margin: 0 2px 0 0;
}
.login-form__headline {
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  margin: 0 0 26px 0;
}
.login-form__input {
  width: 100%;
  background: #fcfcfd;
  border: 1px solid #ebecf0;
  border-radius: 6px;
  padding: 11px 0 11px 15px;
  margin: 0 0 29px 0;
  font-size: 14px;
}
.login-form__input,
.login-form__input::placeholder {
  line-height: 18px;
  letter-spacing: 0.1px;
}
.login-form__input::placeholder {
  color: #acacae;
}
.login-form__label {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #54545e;
  display: block;
  margin: 0 0 6px 2px;
}
.login-form__send {
  width: 100%;
  height: 55px;
  background: #ebecf0;
  border-radius: 6px;
  border: none;
  font-weight: bold;
  font-size: 17px;
  line-height: 23px;
  text-align: center;
  color: #a9a9ae;
  transition: 0.3s;
  background: linear-gradient(
    90deg,
    #ebecf0 0%,
    #ebecf0 50%,
    #ffa600 50%,
    #ffa600 75%,
    #ff4800 100%
  );
  background-size: 200%;
  background-position: left 0% top;
}
.login-form:valid .login-form__send {
  background-position: left 100% top;
  color: #fff;
}
.login-form:valid .login-form__send:hover {
  box-shadow: 0px 2px 3.33333px rgba(0, 0, 0, 0.166);
}
.registration-form {
  width: 375px;
  background: #ffffff;
  box-shadow: 0px 2.66667px 36.6667px rgba(45, 38, 69, 0.036);
  border-radius: 6.5px;
  padding: 26px;
}
.registration-form__forgot-password {
  font-weight: 600;
  line-height: 18px;
  color: #fe8825;
  text-decoration: none;
  margin: 0 2px 0 0;
}
.registration-form__headline {
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  margin: 0 0 26px 0;
}
.registration-form__select {
  width: 100%;
  background-color: #fcfcfd;
  border: 1px solid #ebecf0;
  border-radius: 6px;
  padding: 11px 0 11px 15px;
  font-size: 14px;
  -webkit-appearance: none;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.3px;
  background-image: url(../img/arrow-bottom-black.svg?v-1);
  background-repeat: no-repeat;
  background-position: center right 10px;
}
.registration-form__input {
  width: 100%;
  background: #fcfcfd;
  border: 1px solid #ebecf0;
  border-radius: 6px;
  padding: 11px 0 11px 15px;
  margin: 0 0 29px 0;
  font-size: 14px;
}
.registration-form__input,
.registration-form__input::placeholder {
  line-height: 18px;
  letter-spacing: 0.1px;
}
.registration-form__input::placeholder {
  color: #acacae;
}
.registration-form__input_mail {
  margin: 0 0 15px 0;
}
.registration-form__label {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #54545e;
  display: block;
  margin: 0 0 6px 2px;
}
.registration-form__phone {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.registration-form__phone__prefix {
  width: 22%;
}
.registration-form__phone__numbers {
  width: 75%;
}
.registration-form__checkbox {
  padding: 0 1px;
  margin: 0 0 28px 0;
}
.registration-form__checkbox__label {
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
  font-size: 0;
  position: relative;
}
.registration-form__checkbox__label span {
  content: "";
  border: 1px solid #000000;
  border-radius: 2px;
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.registration-form__checkbox__label input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.registration-form__checkbox__label input:checked + span:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #fe8825;
  display: inline-block;
}
.registration-form__checkbox__consent-privacy-policy {
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  line-height: 18px;
  color: #acacae;
}
.registration-form__checkbox__consent-privacy-policy a {
  color: #fe8825;
  text-decoration: none;
}
.registration-form__send {
  width: 100%;
  height: 55px;
  border-radius: 6px;
  border: none;
  font-weight: bold;
  font-size: 17px;
  line-height: 23px;
  text-align: center;
  color: #a9a9ae;
  transition: 0.3s;
  background: linear-gradient(
    90deg,
    #ebecf0 0%,
    #ebecf0 50%,
    #ffa600 50%,
    #ffa600 75%,
    #ff4800 100%
  );
  background-size: 200%;
  background-position: left 0% top;
}
.registration-form:valid .registration-form__send {
  background-position: left 100% top;
  color: #fff;
}
.registration-form:valid .registration-form__send:hover {
  box-shadow: 0px 2px 3.33333px rgba(0, 0, 0, 0.166);
}
@media (max-width: 375px) {
  .registration-form {
    padding: 15px;
  }
  .registration-form__checkbox__label {
    display: inline-block;
  }
  .registration-form__checkbox__consent-privacy-policy {
    display: inline;
  }
  .registration-form__phone__prefix {
    width: 26%;
  }
  .registration-form__phone__numbers {
    width: 70%;
  }
}
.you-dont-have-account {
  font-weight: 700;
  line-height: 18px;
}
.you-dont-have-account__link {
  color: #fe8825;
  text-decoration: none;
}
.you-dont-have-account__link:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 2px solid #fe8825;
  border-top: 2px solid #fe8825;
  transform: rotate(45deg);
  margin: 0 0 0 3px;
  vertical-align: middle;
}
.knowledge-base-page {
  background-color: #f8f9fa;
}
.knowledge-base-page__header {
  padding: 28px 0 96px 0;
  background-color: #2d2645;
  position: relative;
}
.knowledge-base-page__header .container {
  z-index: 2;
  position: relative;
}
.knowledge-base-page__header:before {
  content: "";
  position: absolute;
  width: 1280px;
  height: 100%;
  background-image: url(../img/flag.svg?v-1);
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 1;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.knowledge-base-page .go-to-rootpay {
  transform: translate(0, -4px);
  display: inline-block;
}
.knowledge-base-page__headline {
  font-weight: bold;
  font-size: 48px;
  line-height: 129.4%;
  color: #ffffff;
  margin: 110px 0 65px 0;
}
.knowledge-base-page__search {
  height: 59px;
  background: #ffffff;
  border-radius: 6px;
  padding: 0 7px 0 31px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.knowledge-base-page__search__shell {
  display: flex;
  align-items: center;
  align-content: center;
  width: 80%;
}
.knowledge-base-page__search label {
  margin: 0 31px 0 0;
  width: 26px;
  transform: translateY(3px);
}
.knowledge-base-page__search input {
  width: calc(100% - 26px);
  outline: none;
  font-size: 21px;
  line-height: 153.4%;
  border: none;
  letter-spacing: 0.3px;
}
.knowledge-base-page__search input::placeholder {
  color: #808080;
}
.knowledge-base-page__search button {
  background: linear-gradient(90deg, #ff4800 0%, #ffa600 100%);
  box-shadow: 0px 2px 3.33333px rgba(0, 0, 0, 0.166);
  border-radius: 4.19388px;
  width: 130px;
  height: 46px;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #ffffff;
  border: none;
}
.knowledge-base-page__collections {
  padding-top: 91px;
  padding-bottom: 156px;
}
@media (max-width: 990px) {
  .knowledge-base-page .logo {
    margin: 0 0 13px 0;
    display: inline-block;
  }
  .knowledge-base-page__search {
    height: auto;
    background: transparent;
    border-radius: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .knowledge-base-page__search__shell {
    width: 100%;
    border-radius: 4.19388px;
    height: 46px;
    background: #ffffff;
    padding: 0 7px 0 15px;
    margin: 0 0 13px 0;
  }
  .knowledge-base-page__search label {
    margin: 0 7px 0 0;
  }
  .knowledge-base-page__search label img {
    width: 20px;
  }
  .knowledge-base-page__search input {
    font-size: 18px;
  }
  .knowledge-base-page__collections {
    padding-top: 51px;
    padding-bottom: 56px;
  }
}
.go-to-rootpay {
  font-weight: bold;
  font-size: 18px;
  line-height: 153.4%;
  color: #ffffff;
  text-decoration: none;
}
.go-to-rootpay img {
  display: inline-block;
  margin: 0 13px 0 0;
  vertical-align: middle;
}
.go-to-rootpay span {
  vertical-align: middle;
}
.collection {
  background: #ffffff;
  box-shadow: 0px 4px 37px rgba(0, 0, 0, 0.022);
  border-radius: 5px;
  padding: 18px 22px 24px 22px;
  display: flex;
  margin: 0 auto 21px auto;
  width: 100%;
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}
.collection:hover {
  background: #f9f9f9;
}
.collection__count:before {
  content: "";
  width: 10px;
  height: 13px;
  background-image: url(../img/collection-count.svg?v-1);
  display: inline-block;
  margin: 0 17px 0 0;
  vertical-align: middle;
}
.collection__count {
  line-height: 153.4%;
  color: #8b8b8b;
  display: block;
}
.collection__description {
  font-size: 18px;
  line-height: 153.4%;
  letter-spacing: 0.2px;
  margin: 0 0 22px 0;
  display: block;
}
.collection__headline {
  font-weight: bold;
  font-size: 30px;
  line-height: 38px;
  margin: 0 0 17px 0;
  display: block;
}
.collection__information {
  width: 84.5%;
}
.collection__picture {
  width: 15.5%;
  padding: 40px 0 0 40px;
}
.collection__picture svg path {
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.9);
}
@media (max-width: 990px) {
  .collection {
    flex-wrap: wrap;
  }
  .collection__count:before {
    margin: 0 7px 0 0;
    vertical-align: middle;
  }
  .collection__information {
    width: 100%;
  }
  .collection__picture {
    width: 100%;
    padding: 20px 0 20px 0;
  }
}
.footer {
  background: #000000;
  padding: 77px 0 30px 0;
}
.footer .row {
  width: 86%;
  margin: 0 auto;
}
.footer__logo {
  margin: 0 0 24px 0;
}
.footer__social {
  display: flex;
  align-items: center;
  align-content: center;
  margin: 0 0 19px 0;
}
.footer__social__link {
  margin: 0 14px 0 0;
  font-size: 0;
}
.footer__all-rights-reserved {
  font-weight: bold;
  font-size: 12px;
  line-height: 13px;
  color: #b3b3b3;
  margin: 16px 0 5px 0;
}
.footer__policy,
.footer__consent-to-personal-data,
.footer__user-agreement {
  font-size: 12px;
  color: #b3b3b3;
  display: block;
  margin: 0px 14px 15px 0;
  text-decoration: none;
  font-weight: 600;
  line-height: 15px;
  color: #999999;
  transition: 0.2s;
}
.footer__policy:hover,
.footer__consent-to-personal-data:hover,
.footer__user-agreement:hover {
  opacity: 0.6;
}
.footer__label {
  display: block;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  margin: 0 0 32px 0;
  transition: 0.2s;
}
.footer__label:hover {
  opacity: 0.6;
}
.footer__links a {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #999999;
  text-decoration: none;
  display: block;
  margin: 0 0 13px 0;
  transition: 0.2s;
}
.footer__links a:hover {
  opacity: 0.6;
}
@media (max-width: 1100px) {
  .footer {
    padding: 37px 0;
  }
  .footer .row {
    width: 100%;
  }
  .footer__label {
    margin: 0px 0 32px 0;
  }
  .footer__logo {
    margin: 0 0 18px 0;
  }
  .footer__all-rights-reserved {
    margin: 0 0 38px 0;
  }
  .footer__consent-to-personal-data,
  .footer__user-agreement {
    margin: 0px 14px 15px 0;
  }
  .footer__policy {
    margin: 30px 14px 15px 0;
  }
}
.header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  padding: 18px 0;
}
.header__logo {
  margin: 10px 0 0 0;
  display: inline-block;
}
.header__logo img {
  height: 26px;
}
.header__navs {
  margin: 8px 36px 0 0;
}
.header__navs__registr-and-login {
  display: none;
}
.header__navs__close {
  display: none;
}
.header__navs__link {
  font-weight: bold;
  font-size: 18px;
  line-height: 153.4%;
  color: #2a2a2a;
  text-decoration: none;
  position: relative;
  padding: 0 0 6px 0;
  margin: 3px 15px 0;
  display: inline-block;
}
.header__navs__link:hover + .header__navs__link__waterfall,
.header__navs__link__waterfall:hover {
  display: block;
}
.header__navs__link__shell {
  display: inline-block;
  position: relative;
}
.header__navs__link__waterfall {
  position: absolute;
  left: 15px;
  top: calc(100% + 30px);
  width: 277px;
  background: #ffffff;
  box-shadow: 0px 4px 37px rgba(0, 0, 0, 0.09);
  border-radius: 6px;
  padding: 20px 14px 20px 14px;
  display: none;
}
.header__navs__link__waterfall:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 30px;
}
.header__navs__link__sublink {
  display: block;
  padding: 8px 15px;
  border-radius: 4px;
  line-height: 153.4%;
  font-weight: 600;
  color: #000000;
  font-weight: 600;
  text-decoration: none;
  margin: 0 0 14px 0;
}
.header__navs__link__sublink:hover {
  background: #eeeef2;
}
.header__navs__link__sublink:last-child {
  margin: 0;
}
.header__navs__link__sublink:before {
  margin: 0 19px 0 0;
  content: "";
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 6px;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
}
.header__navs__link__sublink_how-it-works:before {
  background-image: url(../img/magnifier.svg?v-1),
    linear-gradient(90deg, #ff4600, #ffa600);
}
.header__navs__link__sublink_tariffs:before {
  background-image: url(../img/tariffs.svg?v-1),
    linear-gradient(90deg, #ff4600, #ffa600);
}
.header__navs__link__sublink_about-company:before {
  background-image: url(../img/about-company.svg?v-1),
    linear-gradient(90deg, #ff4600, #ffa600);
}
.header__navs__link__sublink_knowledge-base:before {
  background-image: url(../img/knowledge-base.svg?v-1),
    linear-gradient(90deg, #ff4600, #ffa600);
}
.header__navs__link__sublink_contacts:before {
  background-image: url(../img/contacts.svg?v-1),
    linear-gradient(90deg, #ff4600, #ffa600);
}
.header__navs__link:hover:after {
  background: linear-gradient(90deg, #ff4800 0%, #ffa600 100%);
}
.header__navs__link:after {
  border-bottom: 1px solid linear-gradient(90deg, #ff4800 0%, #ffa600 100%);
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.header__navs__link_active {
  background: linear-gradient(90deg, #ff4800 0%, #ffa600 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid linear-gradient(90deg, #ff4800 0%, #ffa600 100%);
}
.header__link-to-login {
  font-weight: bold;
  font-size: 18px;
  line-height: 153.4%;
  color: #2a2a2a;
  text-decoration: none;
  margin: 0 20px 0 0;
}
.header__registration-link {
  background: linear-gradient(90deg, #ff4800 0%, #ffa600 50%, #ff4800 100%);
  background-size: 200%;
  background-position: left 0% top;
  box-shadow: 0px 2px 3.33333px rgba(0, 0, 0, 0.166);
  border-radius: 4.19388px;
  padding: 0 36px;
  height: 49px;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #ffffff;
  border: none;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0);
  transition: 0.3s;
}
.header__registration-link:hover {
  box-shadow: 0px 2px 3.33333px rgba(0, 0, 0, 0.302);
  background-position: left 100% top;
}
.header__registration-link:active {
  border: 2px solid rgba(255, 255, 255, 0.304);
  box-shadow: 0px 2px 3.33333px rgba(0, 0, 0, 0.166);
  background-position: left 100% top;
}
.header__burger {
  display: none;
}
@media (max-width: 1100px) {
  .header__logo {
    margin: 10px 0 0 0;
  }
}
@media (max-width: 992px) {
  .header__logo {
    margin: 0px 0 0 0;
  }
  .header__burger {
    margin: 3px 0 0 0;
    display: block;
    width: 30px;
    height: 30px;
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f2f2f2;
    background-image: url(../img/menu.svg?v-1);
    border: none;
    box-shadow: 0px 2px 3.33333px rgba(0, 0, 0, 0.166);
  }
  .header__navs {
    display: none;
    position: fixed;
    z-index: 20;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .header__navs__registr-and-login {
    display: block;
    margin: 30px 0 0 0;
  }
  .header__navs__shell {
    width: 200px;
    background-color: #fff;
    padding: 25px;
    box-shadow: 0px 2px 3.33333px rgba(0, 0, 0, 0.166);
    border-radius: 5px;
    position: relative;
  }
  .header__navs__close {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    right: -30px;
    bottom: -30px;
    background-color: #fff;
    border: 1px solid #ebecf0;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f2f2f2;
    background-size: 50%;
    background-image: url(../img/cancel.svg?v-1);
    border: none;
    box-shadow: 0px 2px 3.33333px rgba(0, 0, 0, 0.166);
  }
  .header__navs__link {
    margin: 0 0 10px 0;
    display: block;
    text-align: center;
  }
  .header__navs__link__shell {
    display: block;
  }
  .header__navs__link__shell .header__navs__link {
    margin: 0;
  }
  .header__navs__link__waterfall {
    display: block !important;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    padding: 10px 14px;
    display: none;
  }
  .header__navs__link__waterfall:after {
    display: none;
  }
  .header__navs__link__sublink {
    padding: 2px 0px;
    margin: 0;
  }
  .header__navs__link__sublink:before {
    display: none;
  }
  .header__navs__link:last-child {
    margin: 0;
  }
  .header__navs_activ {
    display: flex;
  }
  .header__link-to-login {
    display: none;
  }
  .header__registration-link {
    display: none;
  }
}
.text-center {
  text-align: center;
}
.btn-default {
  background: linear-gradient(90deg, #ff4800 0%, #ffa600 50%, #ff4800 100%);
  background-size: 200%;
  background-position: left 0% top;
  box-shadow: 0px 2px 3.33333px rgba(0, 0, 0, 0.166);
  border-radius: 4.19388px;
  padding: 0 27px;
  height: 46px;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #ffffff;
  border: none;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0);
  transition: 0.3s;
}
.btn-default:hover {
  box-shadow: 0px 2px 3.33333px rgba(0, 0, 0, 0.302);
  background-position: left 100% top;
}
.btn-default:active {
  border: 2px solid rgba(255, 255, 255, 0.304);
  box-shadow: 0px 2px 3.33333px rgba(0, 0, 0, 0.166);
  background-position: left 100% top;
}
.btn-secondary {
  background: #ffffff;
  box-shadow: 0px 2px 3.33333px rgba(0, 0, 0, 0.166);
  border-radius: 4.19388px;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  padding: 0 27px;
  border: 2px solid rgba(255, 255, 255, 0);
  height: 46px;
  transition: 0.3s;
  text-decoration: none;
}
.btn-secondary:hover {
  border: 2px solid rgba(255, 255, 255, 0);
  background: #f2f2f2;
  box-shadow: 0px 2px 3.33333px rgba(0, 0, 0, 0.302);
}
.btn-secondary:active {
  background: #f2f2f2;
  border: 2px solid rgba(164, 164, 164, 0.144);
  box-shadow: 0px 2px 3.33333px rgba(0, 0, 0, 0.166);
}
.btn-opacity {
  background: rgba(0, 0, 0, 0.28);
  border-radius: 4.19388px;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  color: #fff;
  padding: 0 27px;
  border: 2px solid rgba(255, 255, 255, 0);
  height: 46px;
  transition: 0.3s;
  text-decoration: none;
}
.btn-opacity:hover {
  border: 2px solid rgba(255, 255, 255, 0);
  background: rgba(0, 0, 0, 0.15);
}
.btn-opacity:active {
  background: rgba(0, 0, 0, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.228);
}
.headline-h1 {
  font-weight: bold;
  font-size: 48px;
  line-height: 129.4%;
}
.headline-h1_center {
  text-align: center;
}
@media (max-width: 1100px) {
  .headline-h1 {
    font-size: 34px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
  }
}
.headline-h2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 129.4%;
}
.headline-h2_center {
  text-align: center;
}
@media (max-width: 1100px) {
  .headline-h2 {
    font-size: 30px;
  }
}
.headline-h3 {
  font-weight: bold;
  font-size: 30px;
  line-height: 129.4%;
}
.headline-h3_center {
  text-align: center;
}
.headline-h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 129.4%;
}
.headline-h4_center {
  text-align: center;
}
.text-20px {
  font-family: "DIN Pro";
  font-size: 20px;
  line-height: 148.9%;
}
.text-20px_center {
  text-align: center;
}
@media (max-width: 1100px) {
  .text-20px {
    font-size: 16px;
  }
}
.text-16px {
  font-family: "DIN Pro";
  font-size: 16px;
  line-height: 150.4%;
}
.text-16px_center {
  text-align: center;
}
@media (max-width: 1100px) {
  .text-16px {
    font-size: 14px;
  }
}
.headline-h1_white,
.headline-h2_white,
.headline-h3_white,
.headline-h4_white,
.text-20px_white,
.text-16px_white {
  color: #fff;
}
.psfwaf {
  background-color: #f8f9fa;
  padding: 152px 0 0px 0;
  position: relative;
}
.psfwaf:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  background-image: url(../img/illustration-for-main-v2.svg?v-1250);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 1920px auto;
}
.psfwaf .container {
  background-image: url(../img/shapes-for-background.svg?v-1);
  background-position: left -30px bottom 118px;
  background-repeat: no-repeat;
  z-index: 2;
}
.psfwaf__header .headline-h1 {
  margin: 0 0 36px 0;
}
.psfwaf__header .text-20px {
  margin: 0 0 66px 0;
}
.psfwaf__information {
  margin: 7px 0 0 0;
  position: relative;
}
.psfwaf__information__text {
  font-size: 18px;
  line-height: 153.4%;
  color: #ff5400;
  font-family: "DIN Pro";
  padding: 20px 0 20px 0;
}
.psfwaf__information__text:after {
  content: "";
  width: 21.33px;
  height: 21.33px;
  display: inline-block;
  background-image: url(../img/information-icon.svg?v-1);
  vertical-align: middle;
  margin: 0 0 0 14px;
}
.psfwaf__information__window {
  opacity: 0;
  transition: 0.2s;
  position: absolute;
  top: calc(100% + -10px);
  left: 0;
  width: 409px;
  min-height: 85px;
  background: #ffffff;
  box-shadow: 0px 2.66667px 36.6667px rgba(45, 38, 69, 0.036);
  border-radius: 4px;
  padding: 20px;
  font-family: "DIN Pro";
  font-size: 15px;
  line-height: 153.4%;
}
.psfwaf__information__window_active {
  opacity: 1;
  top: calc(100% + 0px);
}
.psfwaf__customers {
  padding: 156px 0 0px 0;
}
.psfwaf__customers .headline-h2 {
  margin: 92px 0 25px 0;
}
.psfwaf__customers .text-20px {
  width: calc(100% + 10px);
}
.psfwaf__customers__picture {
  transform: translateX(-7px);
  width: 651px;
}
.psfwaf__performers .headline-h2,
.psfwaf__performers .text-20px {
  transform: translateX(-17px);
}
.psfwaf__performers .headline-h2 {
  margin: 99px 0 25px 0;
}
.psfwaf__performers .text-20px {
  width: calc(100% + 40px);
}
.psfwaf__performers__picture {
  transform: translate(40px, -65px);
  width: 436px;
}
@media (max-width: 1100px) {
  .psfwaf {
    padding: 100px 0 20px 0;
  }
  .psfwaf:before {
    opacity: 0.2;
  }
  .psfwaf__header .headline-h1 {
    margin: 0 0 36px 0;
  }
  .psfwaf__header .text-20px {
    margin: 0 0 66px 0;
  }
  .psfwaf__information__window {
    width: 100%;
  }
  .psfwaf__customers {
    padding: 74px 0 0px 0;
  }
  .psfwaf__customers .headline-h2 {
    margin: 100px 0 25px 0;
  }
  .psfwaf__customers .text-20px {
    width: calc(100% + 0px);
    margin: 0 0 25px 0;
  }
  .psfwaf__customers__picture {
    transform: translateX(0px);
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
  .psfwaf__performers .headline-h2,
  .psfwaf__performers .text-20px {
    transform: translateX(0px);
  }
  .psfwaf__performers .headline-h2 {
    margin: 59px 0 25px 0;
  }
  .psfwaf__performers .text-20px {
    width: calc(100% + 0px);
    margin: 0 0 25px 0;
  }
  .psfwaf__performers__picture {
    transform: translate(0px, 0px);
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 1100px) {
  .order-mobile-1 {
    order: 1;
  }
  .order-mobile-2 {
    order: 2;
  }
}
.piad {
  background-image: url(../img/payments-in-either-direction-background.svg?v-1);
  background-position: center top;
  background-repeat: no-repeat;
}
.piad .row {
  padding: 93px 0 111px 0;
  border-bottom: 1px solid #eeeae4;
}
.piad .headline-h2 {
  margin: 0 0 32px 0;
}
.piad .text-20px {
  margin: 0 0 43px 0;
}
.piad .method-of-translation_middle {
  margin: 92px 0 0 0;
}
@media (max-width: 1100px) {
  .piad {
    padding: 78px 0 70px 0;
  }
  .piad .method-of-translation {
    margin: 0 0 40px 0;
  }
}
.method-of-translation__picture {
  height: 126px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin: 0 0 3px 0;
}
.method-of-translation__picture_bank-account img {
  width: 170px;
}
.method-of-translation__picture_electronic-money img {
  width: 162px;
}
.method-of-translation__picture_foreign-payment-systems img {
  width: 153px;
}
.method-of-translation .headline-h4 {
  margin: 0 auto 20px auto;
  width: 80%;
}
.method-of-translation .text-16px {
  width: 80%;
  margin: 0 auto;
}
.mass-payments {
  padding: 111px 0 20px 0;
}
.mass-payments .headline-h2 {
  margin: 0 0 17px 0;
}
.mass-payments .text-20px {
  margin: 0 0 52px 0;
}
@media (max-width: 1100px) {
  .mass-payments {
    padding: 28px 0 10px 0;
  }
}
.automation-payments {
  padding: 50px 0 0 0;
}
.automation-payments .row {
  padding: 100px 0 0 0;
}
.automation-payments .headline-h2 {
  margin: 63px 0 7px 0;
}
.automation-payments .text-20px {
  margin: 0 0 0px 0;
}
.automation-payments__picture {
  transform: translateX(-50px);
  width: 619px;
}
@media (max-width: 1100px) {
  .automation-payments {
    padding: 0;
  }
  .automation-payments .headline-h2 {
    margin: 64px 0 35px 0;
  }
  .automation-payments .text-20px {
    margin: 0 0 30px 0;
  }
  .automation-payments__picture {
    transform: translateX(0px);
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
}
.document-flow-optimization {
  padding: 0px 0 0px 0;
}
.document-flow-optimization .headline-h2 {
  margin: 121px 0 28px 0;
}
.document-flow-optimization .text-20px {
  margin: 0 0 0px 0;
}
.document-flow-optimization__picture {
  width: 520px;
  transform: translate(70px, 5px);
}
@media (max-width: 1100px) {
  .document-flow-optimization .headline-h2,
  .document-flow-optimization .text-20px {
    transform: translateX(0px);
  }
  .document-flow-optimization .headline-h2 {
    margin: 64px 0 35px 0;
  }
  .document-flow-optimization .text-20px {
    margin: 0 0 30px 0;
  }
  .document-flow-optimization__picture {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    transform: translateX(0px);
  }
}
.eiaeaou {
  padding: 132px 0 40px 0;
  position: relative;
}
.eiaeaou:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 50%;
  background-color: #f8f9fa;
}
.eiaeaou__shell {
  z-index: 2;
  position: relative;
  background: url(../img/ellipse-white.svg?v-1),
    linear-gradient(98.98deg, #ff4800 2.39%, rgba(255, 166, 0, 0.7) 100%),
    #ff4800;
  background-position: right -200px bottom;
  background-repeat: no-repeat;
  border-radius: 9px;
  padding: 58px 59% 53px 94px;
  width: calc(100% + 184px);
  transform: translateX(-92px);
}
.eiaeaou .headline-h2 {
  margin: 0px 0 23px 0;
}
.eiaeaou__picture {
  position: absolute;
  right: -91px;
  top: -83px;
  width: 629px;
}
@media (max-width: 1100px) {
  .eiaeaou {
    padding: 20px 0 20px 0;
    position: relative;
  }
  .eiaeaou__shell {
    padding: 25px 25px 25px 25px;
    width: 100%;
    transform: translateX(0px);
  }
  .eiaeaou .headline-h2 {
    margin: 0px 0 23px 0;
  }
  .eiaeaou__picture {
    position: relative;
    right: 0px;
    top: 0px;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}
.web-app {
  background-color: #f8f9fa;
  padding: 50px 0 23px 0;
}
.web-app .headline-h2 {
  margin: 100px 0 39px 0;
}
.web-app .text-20px {
  margin: 0 0 51px 0;
  width: calc(100% + 40px);
}
.web-app__picture {
  width: 686px;
  transform: translate(18px, 0px);
}
@media (max-width: 1100px) {
  .web-app {
    padding: 30px 0 30px 0;
  }
  .web-app .headline-h3 {
    margin: 64px 0 35px 0;
  }
  .web-app .text-20px {
    margin: 0 0 30px 0;
    width: calc(100% + 0px);
  }
  .web-app .btn-secondary {
    margin: 0 0 30px 0;
  }
  .web-app__picture {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    transform: translate(0, 0);
  }
}
.developer-api {
  background-color: #f8f9fa;
  padding: 0px 0 112px 0;
}
.developer-api .headline-h2,
.developer-api .text-20px,
.developer-api .btn-secondary {
  transform: translateX(-64px);
}
.developer-api .headline-h2 {
  margin: 155px 0 31px 0;
}
.developer-api .text-20px {
  margin: 0 0 44px 0;
  width: calc(100% + 60px);
}
.developer-api__picture {
  width: 589px;
  transform: translateX(-113px);
}
@media (max-width: 1100px) {
  .developer-api {
    padding: 30px 0 30px 0;
  }
  .developer-api .headline-h2,
  .developer-api .text-20px,
  .developer-api .btn-secondary {
    transform: translateX(0px);
  }
  .developer-api .headline-h2 {
    margin: 64px 0 35px 0;
  }
  .developer-api .text-20px {
    margin: 0 0 30px 0;
    width: calc(100% + 0px);
  }
  .developer-api .btn-secondary {
    margin: 0 0 30px 0;
  }
  .developer-api__picture {
    max-width: 100%;
    transform: translateX(0px);
    margin: 0 auto;
    display: block;
  }
}
.why-rootpay {
  padding: 120px 0 46px 0;
}
.why-rootpay .headline-h2 {
  margin: 0px 0 91px 0;
}
.why-rootpay .reason-for-choosing {
  margin: 0px 0 61px 0;
}
@media (max-width: 1100px) {
  .why-rootpay {
    padding: 60px 0 60px 0;
  }
  .why-rootpay .headline-h2 {
    margin: 0px 0 61px 0;
  }
  .why-rootpay .reason-for-choosing {
    margin: 0px 0 41px 0;
  }
}
.reason-for-choosing {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.reason-for-choosing__picture {
  width: 32%;
  display: flex;
}
.reason-for-choosing__picture img {
  min-width: 169px;
  transform: translate(-67px, -40px);
}
.reason-for-choosing__information {
  width: 68%;
}
.reason-for-choosing__information .headline-h4 {
  width: 110%;
  margin: 0px 0 23px 0;
}
.reason-for-choosing__information .text-16px {
  min-width: calc(100% + 40px);
}
@media (max-width: 1100px) {
  .reason-for-choosing__picture {
    width: 100%;
    justify-content: center;
  }
  .reason-for-choosing__picture img {
    max-width: 100%;
    transform: translate(0px, 0px);
  }
  .reason-for-choosing__information {
    width: 100%;
  }
  .reason-for-choosing__information .headline-h4 {
    width: 100%;
    padding: 0 20%;
    text-align: center;
  }
  .reason-for-choosing__information .text-16px {
    min-width: calc(100% + 0px);
    text-align: center;
  }
}
.gradient-section {
  background: linear-gradient(90deg, #ff4800 0%, #ffa600 100%);
  padding: 30px 0;
}
.gradient-section .row {
  align-items: center;
  align-content: center;
  min-height: 323px;
}
.gradient-section .btn-secondary {
  margin: 0 25px 0 0;
}
@media (max-width: 1100px) {
  .gradient-section .headline-h3 {
    margin: 0 0 45px 0;
  }
  .gradient-section .btn-secondary {
    margin: 0 25px 15px 0;
  }
}
.learn-more {
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  color: #000;
  margin: 0 0 0 32px;
  padding: 0 0 3px 0;
  position: relative;
}
.learn-more:hover {
  background: linear-gradient(90deg, #ff4800 0%, #ffa600 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid linear-gradient(90deg, #ff4800 0%, #ffa600 100%);
}
.learn-more:hover:after {
  background: linear-gradient(90deg, #ff4800 0%, #ffa600 100%);
}
.learn-more:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #ececec;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 1100px) {
  .learn-more {
    display: inline-block;
    margin: 20px 0 10px 11px;
  }
}
.sfwwfawfaow {
  background-color: #f8f9fa;
  padding: 125px 0 133px 0;
  position: relative;
  background-image: url(../img/customers-background.svg?v-1);
  background-position: center top;
  background-repeat: no-repeat;
}
.sfwwfawfaow:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  background-image: url(../img/background-of-first-screen-of-page-to-customers.svg?v-1);
  background-position: center top 129px;
  background-repeat: no-repeat;
  background-size: 1920px auto;
  z-index: 2;
}
.sfwwfawfaow .container {
  position: relative;
  z-index: 3;
}
.sfwwfawfaow__header .headline-h1 {
  margin: 0 0 36px 0;
}
.sfwwfawfaow__header .text-20px {
  margin: 0 0 52px 0;
}
.sfwwfawfaow__single-interface {
  padding: 277px 0 185px 0;
}
.sfwwfawfaow__single-interface .headline-h2 {
  margin: 26px 0 31px 0;
}
.sfwwfawfaow__single-interface .text-20px {
  width: calc(100% + 10px);
}
.sfwwfawfaow__single-interface__picture {
  transform: translateX(35px);
  width: 430px;
}
.sfwwfawfaow__performers .headline-h2,
.sfwwfawfaow__performers .text-20px {
  transform: translateX(-15px);
}
.sfwwfawfaow__performers .headline-h2 {
  margin: 0px 0 25px 0;
}
.sfwwfawfaow__performers .text-20px {
  width: calc(100% + 40px);
}
.sfwwfawfaow__performers__picture {
  transform: translate(-19px, -20px);
  width: 404px;
}
@media (max-width: 1100px) {
  .sfwwfawfaow {
    padding: 100px 0 20px 0;
  }
  .sfwwfawfaow:before {
    opacity: 0.2;
    background-position: center top 29px;
  }
  .sfwwfawfaow__header .headline-h1 {
    margin: 0 0 36px 0;
  }
  .sfwwfawfaow__header .text-20px {
    margin: 0 0 66px 0;
  }
  .sfwwfawfaow__information__window {
    width: 100%;
  }
  .sfwwfawfaow__single-interface {
    padding: 74px 0 0px 0;
  }
  .sfwwfawfaow__single-interface .headline-h2 {
    margin: 150px 0 25px 0;
  }
  .sfwwfawfaow__single-interface .text-20px {
    width: calc(100% + 0px);
    margin: 0 0 25px 0;
  }
  .sfwwfawfaow__single-interface__picture {
    transform: translateX(0px);
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
  .sfwwfawfaow__performers .headline-h2,
  .sfwwfawfaow__performers .text-20px {
    transform: translateX(0px);
  }
  .sfwwfawfaow__performers .headline-h2 {
    margin: 59px 0 25px 0;
  }
  .sfwwfawfaow__performers .text-20px {
    width: calc(100% + 0px);
    margin: 0 0 25px 0;
  }
  .sfwwfawfaow__performers__picture {
    transform: translate(0px, 0px);
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
}
.avoafp {
  padding: 137px 0 68px 0;
}
.avoafp .row {
  align-items: center;
  align-content: center;
}
.avoafp .headline-h2 {
  margin: 0 0 24px 0;
}
.avoafp__way {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  margin: 0 0 66px 0;
}
.avoafp__way__picture {
  width: 35%;
  position: relative;
}
.avoafp__way__picture:after {
  top: 64%;
  left: calc(50% + 10px);
  position: absolute;
  content: "";
  height: 77px;
  width: 1px;
  background-image: url(../img/broken-line.svg?v-1);
  background-size: 100%;
  background-repeat: no-repeat;
}
.avoafp__way:last-child .avoafp__way__picture:after {
  display: none;
}
.avoafp__way__img {
  max-width: 100%;
  transform: translate(11px, -38px);
}
.avoafp__way__information {
  width: 65%;
  padding: 0 0 0 0px;
}
.avoafp__way .headline-h4 {
  margin: 0 0 24px 0;
  width: 80%;
}
@media (max-width: 1100px) {
  .avoafp {
    padding: 67px 0 68px 0;
  }
  .avoafp .text-20px {
    margin: 0 0 54px 0;
  }
  .avoafp__way {
    margin: 0 0 50px 0;
  }
  .avoafp__way__picture {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .avoafp__way__picture:after {
    display: none;
  }
  .avoafp__way__img {
    max-width: 150px;
    transform: translate(0px, 0px);
  }
  .avoafp__way__information {
    width: 100%;
  }
  .avoafp__way .headline-h4 {
    text-align: center;
    width: 100%;
  }
  .avoafp__way .text-16px {
    text-align: center;
  }
}
.fwos {
  padding: 102px 0 117px 0;
  background-color: #f8f9fa;
  background-image: url(../img/for-whom-our-service.svg?v-1);
  background-position: left top 103px;
  background-repeat: no-repeat;
}
.fwos .row {
  justify-content: center;
}
.fwos .headline-h2 {
  margin: 0 0 124px 0;
}
.fwos__treatment {
  margin: 0 0 12px 0;
}
.fwos__treatment__picture {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 150px;
  position: relative;
}
.fwos__treatment__picture:after {
  content: "";
  box-shadow: 0px 0 50px 20px rgba(0, 0, 0, 0.094);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 1px;
  border-radius: 50%;
}
.fwos__treatment .headline-h4 {
  text-align: center;
  margin: 0 0 29px 0;
}
.fwos__treatment .text-16px {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1100px) {
  .fwos {
    padding: 60px 0 60px 0;
  }
  .fwos .row {
    justify-content: center;
  }
  .fwos .headline-h2 {
    margin: 0 0 44px 0;
  }
  .fwos__treatment {
    margin: 0 0 62px 0;
  }
}
.sfscwtc {
  background-color: #f8f9fa;
  background-image: url(../img/performers-background.svg?v-1);
  background-position: center top;
  background-repeat: no-repeat;
  padding: 125px 0 81px 0;
  position: relative;
}
.sfscwtc:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  background-image: url(../img/service-for-working-with-freelancers-and-webmasters-from-all-over-world.svg?v-1);
  background-position: center top -72px;
  background-repeat: no-repeat;
  background-size: 1920px auto;
}
.sfscwtc__header .headline-h1 {
  margin: 0 0 36px 0;
}
.sfscwtc__header .text-20px {
  margin: 0 0 68px 0;
}
.sfscwtc__work-only-with-trusted-customers {
  padding: 115px 0 42px 0;
}
.sfscwtc__work-only-with-trusted-customers .headline-h2 {
  margin: 88px 0 31px 0;
}
.sfscwtc__work-only-with-trusted-customers .text-20px {
  width: calc(100% + 10px);
}
.sfscwtc__work-only-with-trusted-customers__picture {
  transform: translateX(60px);
  width: 505px;
}
.sfscwtc__stwcfc .headline-h2 {
  margin: 38px 0 25px 0;
}
.sfscwtc__stwcfc .text-20px {
  width: calc(100% + 40px);
}
.sfscwtc__stwcfc__picture {
  transform: translate(-59px, -20px);
  width: 439px;
}
@media (max-width: 1100px) {
  .sfscwtc {
    padding: 100px 0 20px 0;
  }
  .sfscwtc:before {
    opacity: 0.2;
  }
  .sfscwtc__header .headline-h1 {
    margin: 0 0 36px 0;
  }
  .sfscwtc__header .text-20px {
    margin: 0 0 66px 0;
  }
  .sfscwtc__information__window {
    width: 100%;
  }
  .sfscwtc__work-only-with-trusted-customers {
    padding: 74px 0 0px 0;
  }
  .sfscwtc__work-only-with-trusted-customers .headline-h2 {
    margin: 100px 0 25px 0;
  }
  .sfscwtc__work-only-with-trusted-customers .text-20px {
    width: calc(100% + 0px);
    margin: 0 0 25px 0;
  }
  .sfscwtc__work-only-with-trusted-customers__picture {
    transform: translateX(0px);
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
  .sfscwtc__stwcfc .headline-h2 {
    margin: 59px 0 25px 0;
  }
  .sfscwtc__stwcfc .text-20px {
    width: calc(100% + 0px);
    margin: 0 0 25px 0;
  }
  .sfscwtc__stwcfc__picture {
    transform: translate(0px, 0px);
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
}
.gpiacw {
  padding: 105px 0 115px 0;
}
.gpiacw .headline-h2 {
  margin: 0 0 34px 0;
}
.gpiacw .text-20px {
  margin: 0 0 64px 0;
}
.gpiacw .method-of-translation_middle {
  margin: 92px 0 0 0;
}
@media (max-width: 1100px) {
  .gpiacw {
    padding: 60px 0 60px 0;
  }
  .gpiacw .headline-h2 {
    margin: 0 0 34px 0;
  }
  .gpiacw .text-20px {
    margin: 0 0 44px 0;
  }
  .gpiacw .method-of-translation {
    margin: 0 0 42px 0;
  }
}
.jtop {
  background-color: #f8f9fa;
  padding: 104px 0 24px 0;
}
.jtop .headline-h2 {
  margin: 0 0 129px 0;
}
.jtop .job-type {
  margin: 0 0 2px 0;
}
@media (max-width: 1100px) {
  .jtop {
    background-color: #f8f9fa;
    padding: 60px 0 40px 0;
  }
  .jtop .headline-h2 {
    margin: 0 0 29px 0;
  }
  .jtop .job-type {
    margin: 0 0 20px 0;
  }
}
.job-type {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.job-type__picture {
  width: 32%;
  display: flex;
}
.job-type__picture img {
  min-width: 154%;
  transform: translate(-67px, -50px);
}
.job-type__information {
  width: 68%;
}
.job-type__information .headline-h4 {
  margin: 0px 0 31px 0;
}
@media (max-width: 1100px) {
  .job-type__picture {
    width: 100%;
    justify-content: center;
  }
  .job-type__picture img {
    max-width: 200px;
    min-width: 1%;
    transform: translate(0px, 0px);
  }
  .job-type__information {
    width: 100%;
  }
  .job-type__information .headline-h4 {
    width: 100%;
    padding: 0 0%;
    text-align: center;
  }
  .job-type__information .text-16px {
    min-width: calc(100% + 0px);
    text-align: center;
  }
}
.about-company {
  background-color: #fcfcfc;
  padding: 239px 0 33px 0;
  position: relative;
  background-image: url(../img/about-company-background.svg?v-1);
  background-position: center bottom -29px;
  background-repeat: no-repeat;
}
.about-company:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  background-image: url(../img/about-company-page.svg?v-1);
  background-position: center top -51px;
  background-repeat: no-repeat;
  background-size: 1920px auto;
}
.about-company .container {
  z-index: 2;
}
.about-company__header .headline-h1 {
  margin: 0 0 36px 0;
}
.about-company__header .text-20px {
  margin: 0 0 65px 0;
}
.about-company__mission-rootpay {
  padding: 177px 0 0px 0;
}
.about-company__mission-rootpay .headline-h2,
.about-company__mission-rootpay .text-20px,
.about-company__mission-rootpay .text-16px {
  transform: translateX(-63px);
}
.about-company__mission-rootpay .headline-h2 {
  margin: 120px 0 42px 0;
}
.about-company__mission-rootpay .text-20px {
  width: calc(100% + 10px);
  margin: 0px 0 44px 0;
}
.about-company__mission-rootpay__picture {
  transform: translateX(-63px);
  width: 448px;
}
@media (max-width: 1100px) {
  .about-company {
    padding: 180px 0 20px 0;
  }
  .about-company:before {
    opacity: 0.2;
  }
  .about-company__header .headline-h1 {
    margin: 0 0 36px 0;
  }
  .about-company__header .text-20px {
    margin: 0 0 96px 0;
  }
  .about-company__mission-rootpay {
    padding: 0 0 0px 0;
  }
  .about-company__mission-rootpay .headline-h2,
  .about-company__mission-rootpay .text-20px,
  .about-company__mission-rootpay .text-16px {
    transform: translateX(0px);
  }
  .about-company__mission-rootpay .headline-h2 {
    margin: 90px 0 25px 0;
  }
  .about-company__mission-rootpay .text-20px {
    width: calc(100% + 0px);
    margin: 0 0 25px 0;
  }
  .about-company__mission-rootpay .text-16px {
    margin: 0 0 35px 0;
  }
  .about-company__mission-rootpay__picture {
    transform: translateX(0px);
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
}
.company-rootpay {
  padding: 90px 0 47px 0;
  background-image: url(../img/world-map.svg?v-1);
  background-position: center top;
  background-repeat: no-repeat;
}
.company-rootpay .row {
  align-items: center;
  align-content: center;
}
.company-rootpay__number {
  width: 45%;
  transform: translateX(35px);
}
.company-rootpay__number_slim {
  transform: translateX(0px);
  width: 38%;
}
.company-rootpay__count {
  font-weight: bold;
  font-size: 48px;
  line-height: 129.4%;
  margin: 0 0 21px 0;
}
.company-rootpay__count_orange {
  background: linear-gradient(90deg, #ff4800 0%, #ffa600 100%);
}
.company-rootpay__count_red {
  background: linear-gradient(105.56deg, #ca00a7 0%, #f91364 100%);
}
.company-rootpay__count_purple {
  background: linear-gradient(118.64deg, #672cfb 0%, #c504a4 100%);
}
.company-rootpay__count_green {
  background: linear-gradient(137.52deg, #32cbb8 0%, #33b7c7 100%);
}
.company-rootpay__count {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.company-rootpay .text-20px {
  margin: 0px 0 60px 0;
}
@media (max-width: 1100px) {
  .company-rootpay {
    padding: 60px 0 47px 0;
  }
  .company-rootpay__number {
    width: 100%;
    transform: translateX(0px);
  }
  .company-rootpay__number_slim {
    width: 100%;
  }
  .company-rootpay .headline-h2 {
    margin: 0 0 40px 0;
  }
  .company-rootpay__count {
    font-size: 38px;
    margin: 0 0 21px 0;
  }
  .company-rootpay .text-20px {
    margin: 0px 0 30px 0;
  }
}
.success-story {
  background-color: #f8f9fa;
}
.success-story .row {
  padding: 120px 0 133px 0;
  background-image: url(../img/success-story-background.svg?v-1);
  background-position: left 0px top 88px;
  background-repeat: no-repeat;
}
.success-story .headline-h2 {
  margin: 0 0 49px 0;
}
.success-story .text-20px {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .success-story .row {
    padding: 60px 0 60px 0;
    background-image: none;
  }
  .success-story .headline-h2 {
    margin: 0 0 30px 0;
    text-align: left;
  }
  .success-story .text-20px {
    width: 100%;
    text-align: left;
  }
}
.tech-approach {
  padding: 106px 0 117px 0;
}
.tech-approach .headline-h2 {
  margin: 0 0 78px 0;
}
@media (max-width: 1100px) {
  .tech-approach {
    padding: 60px 0 60px 0;
  }
  .tech-approach .headline-h2 {
    margin: 0 0 40px 0;
  }
  .tech-approach .approach {
    margin: 0 0 40px 0;
  }
}
.approach__picture {
  height: 150px;
  position: relative;
}
.approach__img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.approach .headline-h4 {
  margin: 0 0 29px 0;
}
.approach .text-16px {
  width: 90%;
  margin: 0 auto;
}
.cufaq {
  padding: 31px 0 0 0;
  background-color: #f8f9fa;
}
.cufaq__picture {
  transform: translateX(-59px);
}
.cufaq .headline-h3,
.cufaq .text-20px,
.cufaq .btn-default {
  transform: translateX(49px);
}
.cufaq .headline-h3 {
  margin: 97px 0 30px 0;
}
.cufaq .text-20px {
  margin: 0 0 52px 0;
}
@media (max-width: 1100px) {
  .cufaq {
    padding: 60px 0 60px 0;
  }
  .cufaq__picture {
    display: none;
  }
  .cufaq .headline-h3,
  .cufaq .text-20px,
  .cufaq .btn-default {
    transform: translateX(0px);
  }
  .cufaq .headline-h3 {
    margin: 0px 0 30px 0;
  }
  .cufaq .text-20px {
    margin: 0 0 52px 0;
  }
}
.page-rates {
  padding: 223px 0 0 0;
  background-image: url(../img/page-rates-background.svg?v-1);
  background-position: center top -33px;
  background-repeat: no-repeat;
}
.page-rates__header .headline-h1 {
  margin: 0 0 47px 0;
}
.page-rates__lcwnhi .headline-h3 {
  margin: 83px 0 43px 0;
}
.page-rates__lcwnhi__picture {
  transform: translateX(-59px);
  margin: 0 0 40px 0;
}
.page-rates__commission .headline-h3 {
  margin: 83px 0 13px 0;
}
.page-rates__commission__picture {
  transform: translateX(-45px);
}
.page-rates__commission__subtitle {
  font-weight: 700;
  font-size: 22px;
  margin: 0 0 7px 0;
}
.page-rates__commission__subtitle span:first-child {
  min-width: 194px;
  margin: 0 27px 0 0;
  display: inline-block;
}
.page-rates__commission .text-20px {
  margin: 53px 0 0 0;
}
.page-rates__table {
  margin: 95px 0 140px 0;
  border: 1px solid #d7d7d7;
  border-radius: 11px;
}
.page-rates__table__line {
  display: flex;
  flex-wrap: wrap;
}
.page-rates__table__line:first-child span {
  font-family: "DIN Pro";
  font-size: 20px;
  line-height: 129.4%;
  font-weight: 600;
  padding-top: 22px;
  padding-bottom: 22px;
}
.page-rates__table__line:first-child span:nth-child(1),
.page-rates__table__line:first-child span:nth-child(3) {
  color: #fff;
}
.page-rates__table__line:first-child span:nth-child(1) {
  background: linear-gradient(90deg, #ff4800 0%, #ffa600 100%);
  border-radius: 11px 0px 0px 0px;
}
.page-rates__table__line:first-child span:nth-child(3) {
  background: linear-gradient(161.71deg, #672cfb 0%, #c504a4 100%);
}
.page-rates__table__line:last-child span {
  border-bottom: none;
}
.page-rates__table__line span {
  display: inline-flex;
  align-items: center;
  align-content: center;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding-left: 34px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 66px;
  font-family: "DIN Pro";
  font-size: 16px;
  line-height: 129.4%;
}
.page-rates__table__line span:nth-child(1) {
  width: 27%;
}
.page-rates__table__line span:nth-child(2) {
  width: 20%;
}
.page-rates__table__line span:nth-child(3) {
  width: 31%;
}
.page-rates__table__line span:nth-child(4) {
  width: 22%;
  border-right: none;
}
@media (max-width: 1100px) {
  .page-rates {
    padding: 153px 0 0 0;
  }
  .page-rates__header .headline-h1 {
    margin: 0 0 90px 0;
    text-align: left;
  }
  .page-rates__lcwnhi .headline-h3 {
    margin: 0 0 30px 0;
  }
  .page-rates__lcwnhi__picture {
    transform: translateX(0px);
    margin: 0 0 0px 0;
    max-width: 100%;
  }
  .page-rates__lcwnhi .text-20px {
    margin: 0 0 30px 0;
  }
  .page-rates__commission .headline-h3 {
    margin: 63px 0 20px 0;
  }
  .page-rates__commission__picture {
    transform: translateX(0px);
    max-width: 100%;
  }
  .page-rates__commission__subtitle {
    font-size: 18px;
    margin: 0 0 4px 0;
  }
  .page-rates__commission__subtitle span:first-child {
    min-width: 154px;
  }
  .page-rates__commission .text-20px {
    margin: 33px 0 30px 0;
  }
  .page-rates__table {
    margin: 60px 0 60px 0;
    min-width: 450px;
  }
  .page-rates__table__shell {
    overflow-x: scroll;
  }
  .page-rates__table__line:first-child span {
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .page-rates__table__line span {
    padding-left: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 6px;
    font-size: 14px;
  }
}
.contact-page {
  background-image: url(../img/contact-page-background.svg?v-1);
  background-position: center top 0px;
  background-repeat: no-repeat;
  background-color: #f8f9fa;
  padding: 225px 0 69px 0;
}
.contact-page__header .headline-h1 {
  margin: 0 0 26px 0;
}
.contact-page__header .text-20px {
  margin: 0 0 75px 0;
}
.contact-page__slim {
  width: 693px;
  margin: 0 auto;
}
.contact-page__form {
  background: #ffffff;
  box-shadow: 0px 2.66667px 43px rgba(45, 38, 69, 0.056);
  border-radius: 6.5px;
  margin: 0 0 100px 0;
}
.contact-page__form__shell {
  padding: 45px 33px 28px 33px;
}
.contact-page__form__input {
  display: block;
  background: #fcfcfd;
  border: 1px solid #ebecf0;
  border-radius: 6px;
  padding: 22px 36px;
  font-family: "DIN Pro";
  font-size: 20px;
  line-height: 25px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  margin: 0 0 38px 0;
}
.contact-page__form__input::placeholder {
  color: #acacae;
}
.contact-page__form__label {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  margin: 0 0 23px 0;
}
.contact-page__form__textarea {
  display: block;
  background: #fcfcfd;
  border: 1px solid #ebecf0;
  border-radius: 6px;
  min-height: 281px;
  padding: 32px 36px;
  font-family: "DIN Pro";
  font-size: 20px;
  line-height: 25px;
  margin: 0 0 20px 0;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.contact-page__form__textarea::placeholder {
  color: #acacae;
}
.contact-page__form__bottom {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  min-height: 107px;
  background: #f7f7f9;
  box-shadow: 0px 2.66667px 36.6667px rgba(45, 38, 69, 0.036);
  border-radius: 0px 0px 6.5px 6.5px;
}
.contact-page__messengers {
  border-bottom: 1px solid #d1d2d5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 49px 0;
}
.contact-page__messengers__way {
  width: 49%;
  margin: 0 0 64px 0;
}
.contact-page__messengers__label {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 17px 0;
}
.contact-page__messengers__label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin: 0 15px 0 0;
}
.contact-page__messengers__label_email:before {
  background-image: url(../img/icons-email.svg?v-1);
}
.contact-page__messengers__label_icq:before {
  background-image: url(../img/icons-icq.svg?v-1);
}
.contact-page__messengers__label_skype:before {
  background-image: url(../img/icons-skype.svg?v-1);
}
.contact-page__messengers__label_telegram:before {
  background-image: url(../img/icons-telegram.svg?v-1);
}
.contact-page__messengers__label_phone:before {
  background-image: url(../img/icons-tel.svg);
}

.contact-page__messengers__label_phone {
  margin-top: 41px;
}
.contact-page__messengers__link {
  margin: 0 0 0 35px;
  font-size: 17px;
  display: block;
  color: #000;
  text-decoration: none;
}
.contact-page__messengers__link:hover {
  text-decoration: underline;
}

.contact-page__messengers__text {
  margin-left: 35px;
  font-size: 17px;
  color: #000;
}

.contact-page__messengers__link_tg {
  display: inline;
  margin: 0;
  text-decoration: underline;
}

.contact-page__addresses__headline {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  margin: 0 0 69px 0;
}
.contact-page__addresses__headline:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 25px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  background-image: url(../img/icons-location.svg?v-1);
  margin: 0 15px 0 0;
}
.contact-page__addresses__way {
  margin: 0 0 34px 0;
  padding: 0 0 0 38px;
}
.contact-page__addresses__way span:nth-child(1) {
  font-family: "DIN Pro";
  font-size: 20px;
  line-height: 25px;
  vertical-align: top;
  min-width: 190px;
  display: inline-block;
  margin: 0 21px 0 0;
}
.contact-page__addresses__way span:nth-child(2) {
  padding: 0 0 35px 0;
  font-family: "DIN Pro";
  font-size: 16px;
  line-height: 148%;
  color: #54545e;
  display: inline-block;
  width: 220px;
  border-bottom: 1px solid #d1d2d5;
}
@media (max-width: 1100px) {
  .contact-page {
    padding: 155px 0 40px 0;
  }
  .contact-page__header .text-20px {
    margin: 0 0 60px 0;
  }
  .contact-page__slim {
    width: 100%;
  }
  .contact-page__form {
    margin: 0 0 80px 0;
  }
  .contact-page__form__shell {
    padding: 15px 15px 15px 15px;
  }
  .contact-page__form__label {
    font-size: 16px;
    margin: 0 0 13px 0;
  }
  .contact-page__form__textarea {
    min-height: 201px;
    padding: 15px;
    font-size: 14px;
    line-height: 1.3;
  }
  .contact-page__form__bottom {
    min-height: 70px;
  }
  .contact-page__messengers__way {
    width: 100%;
    margin: 0 0 34px 0;
  }
  .contact-page__messengers__label {
    font-size: 18px;
    margin: 0 0 14px 0;
  }
  .contact-page__messengers__label_phone {
    margin-top: 34px;
  }
  .contact-page__messengers__link,
  .contact-page__messengers__text {
    font-size: 15px;
  }
  .contact-page__addresses__headline {
    font-size: 18px;
    margin: 0 0 39px 0;
  }
  .contact-page__addresses__headline:before {
    width: 15px;
    height: 22px;
  }
  .contact-page__addresses__way {
    padding: 0 0 0 32px;
  }
  .contact-page__addresses__way span:nth-child(1) {
    font-size: 18px;
    margin: 0 0 21px 0;
    display: block;
  }
  .contact-page__addresses__way span:nth-child(2) {
    font-size: 14px;
    display: block;
    width: 100%;
  }
}
.how-it-works {
  background-image: url(../img/how-it-works-background.svg?v-1);
  background-position: center top 138px;
  background-repeat: no-repeat;
  background-color: #f8f9fa;
  padding: 226px 0 53px 0;
}
.how-it-works .headline-h1 {
  margin: 0 0 63px 0;
}
.how-it-works__process {
  margin: 89px 0 63px 0;
}
.how-it-works__step {
  margin: 0 0 66px 0;
  position: relative;
}
.how-it-works__step_arrow-long-right:after {
  content: "";
  position: absolute;
  width: 380px;
  height: 11px;
  left: 100%;
  top: 62px;
  transform: translateX(calc(-50% + 14px));
  background-image: url(../img/arrow-right-orange.svg?v-1);
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.how-it-works__step_arrow-long-left:after {
  content: "";
  position: absolute;
  width: 380px;
  height: 11px;
  left: 100%;
  top: 62px;
  transform: translateX(calc(-50% + 14px)) rotate(180deg);
  background-image: url(../img/arrow-right-orange.svg?v-1);
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.how-it-works__step_arrow-slim-bottom:after {
  content: "";
  position: absolute;
  width: 52px;
  height: 10px;
  left: 50%;
  top: calc(100% + 43px);
  transform: translateX(-50%) rotate(90deg);
  background-image: url(../img/arrow-right-orange.svg?v-1);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right top;
}
.how-it-works__step_arrow-slim-right:after {
  content: "";
  position: absolute;
  width: 152px;
  height: 10px;
  left: calc(100% - 45px);
  top: 63px;
  background-image: url(../img/arrow-right-orange.svg?v-1);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right top;
}
.how-it-works__step__picture {
  height: 130px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.how-it-works__step .headline-h4 {
  margin: 0 0 16px 0;
}
.how-it-works__step .text-16px {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .how-it-works {
    padding: 156px 0 53px 0;
  }
  .how-it-works .btn-default,
  .how-it-works .btn-secondary {
    margin: 5px 0 5px 0;
  }
  .how-it-works .headline-h1 {
    margin: 0 0 43px 0;
  }
  .how-it-works__step:after {
    display: none;
  }
}
.content-page {
  padding: 200px 0 200px;
}
.content-page .headline-h1 {
  margin: 0 0 20px 0;
}
.content-page .headline-h2 {
  margin: 40px 0 20px 0;
}
.content-page__shell {
  box-shadow: 0px 2.66667px 36.6667px rgba(45, 38, 69, 0.036);
  border-radius: 6.5px;
  padding: 46px;
}
@media (max-width: 1100px) {
  .content-page {
    padding: 100px 0 100px;
  }
  .content-page__shell {
    padding: 26px;
  }
}
.attention-page {
  background-image: url(../img/how-it-works-background.svg?v-1);
  background-position: center top 138px;
  background-repeat: no-repeat;
  background-color: #f8f9fa;
  padding: 93px 0 69px 0;
}
.attention-page__picture {
  margin: 0 auto 7px auto;
  display: block;
  max-width: 100%;
}
.attention-page .headline-h1 {
  margin: 0 0 35px 0;
}
.attention-page .text-20px_one {
  margin: 0 0 19px 0;
}
.attention-page .text-20px_two {
  margin: 0 0 41px 0;
}
.attention-page .text-20px_three {
  margin: 0 0 46px 0;
}
.attention-page__date {
  font-weight: bold;
  font-size: 28px;
  line-height: 129.4%;
  text-align: center;
  margin: 0 0 91px 0;
}
.attention-page__slim {
  width: 719px;
  margin: 0 auto;
}
.attention-page__receive-mail {
  background: #ffffff;
  border-radius: 6px;
  padding: 12px 7px 12px 35px;
  width: 94%;
  margin: 0 auto 107px auto;
}
.attention-page__receive-mail__top {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  margin: 0 0 20px 0;
}
.attention-page__receive-mail__shell {
  display: flex;
  align-items: center;
  align-content: center;
  width: 80%;
}
.attention-page__receive-mail input {
  width: calc(100% - 26px);
  outline: none;
  border: none;
  font-family: "DIN Pro";
  font-size: 20px;
  line-height: 25px;
}
.attention-page__receive-mail input::placeholder {
  color: #acacae;
}
.attention-page__form {
  background: #ffffff;
  box-shadow: 0px 2.66667px 43px rgba(45, 38, 69, 0.056);
  border-radius: 6.5px;
  margin: 0 0 100px 0;
}
.attention-page__form__shell {
  padding: 45px 33px 72px 33px;
}
.attention-page__form__label {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  margin: 0 0 19px 0;
}
.attention-page__form__input {
  display: block;
  background: #fcfcfd;
  border: 1px solid #ebecf0;
  border-radius: 6px;
  padding: 22px 36px;
  font-family: "DIN Pro";
  font-size: 20px;
  line-height: 25px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  margin: 0 0 38px 0;
}
.attention-page__form__input::placeholder {
  color: #acacae;
}
.attention-page__form__textarea {
  display: block;
  background: #fcfcfd;
  border: 1px solid #ebecf0;
  border-radius: 6px;
  min-height: 137px;
  padding: 32px 36px;
  font-family: "DIN Pro";
  font-size: 20px;
  line-height: 25px;
  margin: 0 0 20px 0;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.attention-page__form__textarea::placeholder {
  color: #acacae;
}
.attention-page__form__bottom {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  min-height: 107px;
  background: #f7f7f9;
  box-shadow: 0px 2.66667px 36.6667px rgba(45, 38, 69, 0.036);
  border-radius: 0px 0px 6.5px 6.5px;
}
@media (max-width: 1100px) {
  .attention-page {
    padding: 155px 0 40px 0;
  }
  .attention-page__header .text-20px_two {
    margin: 0 0 31px 0;
  }
  .attention-page__header .text-20px_three {
    margin: 0 0 36px 0;
  }
  .attention-page__slim {
    width: 100%;
  }
  .attention-page__form {
    margin: 0 0 80px 0;
  }
  .attention-page__form__shell {
    padding: 15px 15px 15px 15px;
  }
  .attention-page__form__label {
    font-size: 16px;
    margin: 0 0 13px 0;
  }
  .attention-page__form__textarea {
    min-height: 201px;
    padding: 15px;
    font-size: 14px;
    line-height: 1.3;
  }
  .attention-page__form__input {
    padding: 8px 15px;
    font-size: 14px;
    margin: 0 0 20px 0;
  }
  .attention-page__form__bottom {
    min-height: 70px;
  }
  .attention-page__receive-mail {
    height: auto;
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
  .attention-page__receive-mail__top {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .attention-page__receive-mail__shell {
    width: 100%;
    border-radius: 4.19388px;
    height: 46px;
    background: #ffffff;
    padding: 0 7px 0 15px;
    margin: 0 0 13px 0;
  }
  .attention-page__receive-mail input {
    font-size: 16px;
    width: 100%;
  }
}
.window-default {
  background-color: rgba(0, 0, 0, 0.3);
  align-items: center;
  align-content: center;
  justify-content: center;
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: none;
  padding: 10px;
}
.window-default_active {
  display: flex;
}
.message-sent {
  position: relative;
  width: 693px;
  max-width: 100%;
  height: 366px;
  background: #ffffff;
  box-shadow: 0px 2.66667px 43px rgba(45, 38, 69, 0.056);
  border-radius: 6.5px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 45px;
}
.message-sent .headline-h2 {
  margin: 0 0 30px 0;
  text-align: center;
}
.message-sent .text-20px {
  text-align: center;
}
.message-sent .window-close {
  width: 38px;
  height: 38px;
  background-image: url(../img/close-black.svg);
  background-size: 100%;
  border: none;
  background-color: transparent;
  position: absolute;
  right: 42px;
  top: 33px;
}
@media (max-width: 1100px) {
  .message-sent {
    height: auto;
    padding: 45px 15px 25px 15px;
  }
  .message-sent .headline-h2 {
    margin: 0 0 15px 0;
    font-size: 22px;
  }
  .message-sent .text-20px {
    font-size: 14px;
  }
  .message-sent .window-close {
    width: 18px;
    height: 18px;
    background-image: url(../img/close-black.svg);
    background-size: 100%;
    border: none;
    background-color: transparent;
    position: absolute;
    right: 12px;
    top: 13px;
  }
}

/* Preloader */

.main-page-preloader {
  position: fixed;
  z-index: 99999999;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #f8f9fa;
  opacity: 1;
  transition: opacity 0.2s ease;
}

.main-page-preloader::after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  height: 64px;
  content: "";
  background: center center no-repeat;
  /* img/preloader-2.svg */
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.0' width='64px' height='64px' viewBox='0 0 128 128' xml:space='preserve'%0A%3E%3Cg%3E%3Cpath d='M64 0a7 7 0 1 1-7 7 7 7 0 0 1 7-7zm29.86 12.2a2.8 2.8 0 1 1-3.83 1.02 2.8 2.8 0 0 1 3.83-1.02zm22.16 21.68a3.15 3.15 0 1 1-4.3-1.15 3.15 3.15 0 0 1 4.3 1.15zm.87 60.53a4.2 4.2 0 1 1-1.57-5.7 4.2 4.2 0 0 1 1.54 5.73zm7.8-30.5a3.85 3.85 0 1 1-3.85-3.85 3.85 3.85 0 0 1 3.85 3.84zm-30 53.2a4.55 4.55 0 1 1 1.66-6.23 4.55 4.55 0 0 1-1.67 6.22zM64 125.9a4.9 4.9 0 1 1 4.9-4.9 4.9 4.9 0 0 1-4.9 4.9zm-31.06-8.22a5.25 5.25 0 1 1 7.17-1.93 5.25 5.25 0 0 1-7.14 1.93zM9.9 95.1a5.6 5.6 0 1 1 7.65 2.06A5.6 5.6 0 0 1 9.9 95.1zM1.18 63.9a5.95 5.95 0 1 1 5.95 5.94 5.95 5.95 0 0 1-5.96-5.94zm8.1-31.6a6.3 6.3 0 1 1 2.32 8.6 6.3 6.3 0 0 1-2.3-8.6zM32.25 8.87a6.65 6.65 0 1 1-2.44 9.1 6.65 6.65 0 0 1 2.46-9.1z' fill='%232d2645' fill-opacity='1' /%3E%3CanimateTransform attributeName='transform' type='rotate' values='0 64 64;30 64 64;60 64 64;90 64 64;120 64 64;150 64 64;180 64 64;210 64 64;240 64 64;270 64 64;300 64 64;330 64 64' calcMode='discrete' dur='960ms' repeatCount='indefinite' %3E%3C/animateTransform%3E%3C/g%3E%3C/svg%3E%0A");
}

@media (max-width: 420px) {
  .headline-h1 {
    font-size: 32px;
  }
}

.telegram-button {
    position: fixed;
    right: 13px;
    bottom: 40px;
    transform: translate(-50%, -50%);
    background: #0088cc; /*цвет кнопки*/
    border-radius: 50%;
    width: 55px; /*ширина кнопки*/
    height: 55px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 53px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    z-index: 9999;
}
.telegram-button a {
    color: #fff;
}
.telegram-button:before,
.telegram-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #0088cc; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}
 
.telegram-button:after{
    animation-delay: .5s;
}
 
@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}

@media (max-width : 800px) {  
.telegram-button {   
    bottom: 5px; /*отступ кнопки снизу от экрана*/
    left: 70px; /*отступ кнопки слева от экрана(right - справа)*/
  }
}