.st-theme--red .primary {
  background-color: #F53838 !important;
  border-color: #F53838 !important;
}
.st-theme--red .primary--text {
  color: #F53838 !important;
}
.st-theme--red .primary--light {
  background-color: #FFECEC !important;
  border-color: #FFECEC !important;
  color: #F53838 !important;
}
.st-theme--red .primary--tick {
  color: #2FAB73 !important;
}
.st-theme--red .top-img {
  background-image: url("/images/top_red.png");
}
.st-theme--red .btn-primary {
  background-color: #F53838 !important;
  border-color: #F53838 !important;
  color: #FFFFFF;
  box-shadow: 0 1.7rem 3rem rgba(245, 56, 56, 0.35);
}
.st-theme--red .btn-primary:hover {
  background-color: transparent !important;
  color: #F53838;
  box-shadow: none;
}
.st-theme--red .primary-svg svg path {
  stroke: #F53838 !important;
}
.st-theme--red .primary-svg--filled svg path {
  fill: #FFFFFF !important;
}
.st-theme--red .primary-svg--filled rect {
  fill: #F53838 !important;
}
.st-theme--red .invert-link {
  background-color: transparent !important;
}
.st-theme--red .invert-link:hover, .st-theme--red .invert-link.active {
  background-color: #F53838 !important;
  color: #FFFFFF !important;
}
.st-theme--red .invert-link:hover svg path, .st-theme--red .invert-link.active svg path {
  stroke: #FFFFFF !important;
}
.st-theme--red .invert-link:hover .primary-svg--filled svg path, .st-theme--red .invert-link.active .primary-svg--filled svg path {
  fill: #F53838 !important;
}
.st-theme--red .invert-link:hover .primary-svg--filled rect, .st-theme--red .invert-link.active .primary-svg--filled rect {
  fill: #FFFFFF !important;
}
.st-theme--blue .primary {
  background-color: #1176C1 !important;
  border-color: #1176C1 !important;
  color: #FFFFFF !important;
}
.st-theme--blue .primary--text {
  color: #1176C1 !important;
}
.st-theme--blue .primary--light {
  background-color: #B5D1E6 !important;
  border-color: #B5D1E6 !important;
  color: #1176C1 !important;
}
.st-theme--blue .primary--tick {
  color: #1176C1 !important;
}
.st-theme--blue .top-img {
  background-image: url("/images/top_blue.png");
}
.st-theme--blue .btn-primary {
  background-color: #1176C1 !important;
  border-color: #1176C1 !important;
  color: #FFFFFF;
  box-shadow: 0 1.7rem 3rem rgba(75, 167, 236, 0.35);
}
.st-theme--blue .btn-primary:hover {
  background-color: transparent !important;
  color: #1176C1;
  box-shadow: none;
}
.st-theme--blue .primary-svg svg path {
  stroke: #1176C1 !important;
}
.st-theme--blue .primary-svg--filled svg path {
  fill: #FFFFFF !important;
}
.st-theme--blue .primary-svg--filled svg rect {
  fill: #1176C1 !important;
}
.st-theme--blue .invert-link {
  background-color: transparent !important;
}
.st-theme--blue .invert-link:hover, .st-theme--blue .invert-link.active {
  background-color: #1176C1 !important;
  color: #FFFFFF !important;
}
.st-theme--blue .invert-link:hover svg path, .st-theme--blue .invert-link.active svg path {
  stroke: #FFFFFF !important;
}
.st-theme--blue .invert-link:hover .primary-svg--filled svg path, .st-theme--blue .invert-link.active .primary-svg--filled svg path {
  fill: #1176C1 !important;
}
.st-theme--blue .invert-link:hover .primary-svg--filled svg rect, .st-theme--blue .invert-link.active .primary-svg--filled svg rect {
  fill: #FFFFFF !important;
}
.st-theme--yellow .primary {
  background-color: #FFC03F !important;
  border-color: #FFC03F !important;
  color: #FFFFFF !important;
}
.st-theme--yellow .primary--text {
  color: #FFC03F !important;
}
.st-theme--yellow .primary--light {
  background-color: rgba(255, 192, 63, 0.35) !important;
  border-color: rgba(255, 192, 63, 0.35) !important;
  color: #FFC03F !important;
}
.st-theme--yellow .primary--tick {
  color: #FFC03F !important;
}
.st-theme--yellow .top-img {
  background-image: url("/images/top_yellow.png");
}
.st-theme--yellow .btn-primary {
  background-color: #FFC03F !important;
  border-color: #FFC03F !important;
  color: #FFFFFF;
  box-shadow: 0 1.7rem 3rem rgba(255, 192, 63, 0.35);
}
.st-theme--yellow .btn-primary:hover {
  background-color: transparent !important;
  color: #FFC03F;
  box-shadow: none;
}
.st-theme--yellow .primary-svg svg path {
  stroke: #FFC03F !important;
}
.st-theme--yellow .primary-svg--filled svg path {
  fill: #FFFFFF !important;
}
.st-theme--yellow .primary-svg--filled rect {
  fill: #FFC03F !important;
}
.st-theme--yellow .invert-link {
  background-color: transparent !important;
}
.st-theme--yellow .invert-link:hover, .st-theme--yellow .invert-link.active {
  background-color: #FFC03F !important;
  color: #FFFFFF !important;
}
.st-theme--yellow .invert-link:hover svg path, .st-theme--yellow .invert-link.active svg path {
  stroke: #FFFFFF !important;
}
.st-theme--yellow .invert-link:hover .primary-svg--filled svg path, .st-theme--yellow .invert-link.active .primary-svg--filled svg path {
  fill: #FFC03F !important;
}
.st-theme--yellow .invert-link:hover .primary-svg--filled rect, .st-theme--yellow .invert-link.active .primary-svg--filled rect {
  fill: #FFFFFF !important;
}

.st-content h2 {
  font-size: 35px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
}

.st-content h3 {
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 1.9 !important;
}

.text-7 {
  font-size: 7px;
}

.text-9 {
  font-size: 9px !important;
}

.text-11 {
  font-size: 11px !important;
}

.text-12 {
  font-size: 12px !important;
}

.text-14 {
  font-size: 14px;
}

.text-15 {
  font-size: 15px;
}

.text-16 {
  font-size: 16px;
}

.text-17 {
  font-size: 17px;
}

.text-20 {
  font-size: 20px;
}

.text-22 {
  font-size: 22px;
}

.text-25 {
  font-size: 25px;
}

.text-28 {
  font-size: 28px;
}

.text-35 {
  font-size: 35px;
}

.text-50 {
  font-size: 50px;
}

.order-1 {
  order: 1;
}

.lh-1 {
  line-height: 1;
}

.lh-1_1 {
  line-height: 1.1;
}

.lh-1_4 {
  line-height: 1.4;
}

.lh-1_6 {
  line-height: 1.6;
}

.lh-1_8 {
  line-height: 1.8;
}

.fw-100 {
  font-weight: 100;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.grey-color {
  color: #4F5665;
}

.grey-color-light {
  color: #ACAFB6;
}

.mt-72 {
  margin-top: 72px;
}

@media (max-width: 768px) {
  .st-content h2 {
    font-size: 25px !important;
  }

  .text-50 {
    font-size: 30px;
  }
}
.price-table.table-bordered td, .price-table.table-bordered th {
  border: none !important;
  border-bottom: 1px solid #dee2e6 !important;
  height: 66px;
}
.price-table.table-bordered td:not(:first-child), .price-table.table-bordered th:not(:first-child) {
  text-align: center;
  width: auto;
}
.price-table.table-bordered td:first-child, .price-table.table-bordered th:first-child {
  padding-left: 60px;
}
@media (max-width: 768px) {
  .price-table.table-bordered td:first-child, .price-table.table-bordered th:first-child {
    padding-left: 10px;
  }
}
.price-table.table-bordered td {
  vertical-align: middle;
}
.price-table.table-bordered th {
  font-size: 18px;
  font-weight: 500;
  height: 85px;
}

html, body {
  padding: env(safe-area-inset);
  height: 100vh;
  margin: 0;
  padding: 0;
  font-family: "Rubik", sans-serif;
  font-weight: 100;
  background-color: #FFFFFF;
}

.btn.active,
.btn:active,
.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* NAVBAR */
.navbar {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.navbar-brand {
  cursor: pointer;
}

.nav-link--color {
  color: rgba(255, 255, 255, 0.75) !important;
}

.nav-link--color:hover,
.nav-link--color:visited,
.nav-link--color:focus {
  color: white !important;
}

.line-blue {
  width: 7px;
  height: 32px;
  background: #303CAC;
}

.line-red {
  margin-left: 2px;
  width: 7px;
  height: 32px;
  background: #C90000;
}

.logo-text {
  font-family: "PT-Sans", sans-serif;
}

.bg-menu-dark {
  color: #fff;
  background-color: #0a1920;
  height: 100px;
}
@media (max-width: 992px) {
  .bg-menu-dark {
    height: auto;
  }
}

.bottom-phones {
  position: absolute;
  top: 57px;
}

.main-container {
  width: 100%;
  max-width: 1140px;
}

.white-back {
  background-color: #FFFFFF;
}

.gradient-back {
  background: linear-gradient(180deg, #F8F8F8 -45.04%, rgba(248, 248, 248, 0) 88.56%);
}

.grey-back {
  background-color: #F8F8F8;
}

/* HEAD */
.head-back {
  height: 862px;
  background-size: cover;
  margin-bottom: 72px;
}
@media (max-width: 768px) {
  .head-back {
    height: 462px;
    background-size: auto;
    margin-bottom: 30px;
  }
}

.head-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 100px;
  color: #FFFFFF;
  height: 100%;
}

.btn-main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 60px;
  border-radius: 10px;
}

/* DOCUMENTS */
.doc-block {
  width: 100%;
  max-width: 390px;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}
.doc-block p {
  font-size: 35px;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .doc-block p {
    font-size: 25px;
  }
}

/* STEPS */
.steps-content {
  display: flex;
  position: relative;
  align-items: center;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 1rem 2rem rgba(13, 16, 37, 0.06);
  min-height: 174px;
  z-index: 1000;
  margin-bottom: -30px;
}

.step-item {
  width: 100%;
  max-width: 235px;
  height: auto;
  height: 125px;
  align-items: center;
}

.circle-item {
  display: flex;
  justify-content: center;
  border-radius: 70px;
  width: 55px;
  height: 55px;
  font-size: 37px;
  font-weight: 700;
}

.line-grey {
  width: 2px;
  height: 125px;
  background: #EEEFF2;
  border: none;
}
@media (max-width: 768px) {
  .line-grey {
    height: 75px;
  }
}

/* PRICES */
.price-block {
  padding-top: 115px;
}
@media (max-width: 768px) {
  .price-block {
    padding-top: 75px;
  }
}

.card-border {
  border: 2px solid #ddd;
  border-radius: 10px;
  border-bottom: 3px solid #ddd;
}

/* ADDRESS */
#map {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  #map {
    height: 377px;
  }
}

/* DIFFICULTIES */
.difficulties-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 396px;
  min-height: 230px;
}

.title-width {
  width: 100%;
  max-width: 945px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.description-text {
  font-size: 16px;
  font-weight: 100;
  line-height: 1.8;
  color: #4F5665;
}

/* LEGAL DOCS */
.invert-link {
  width: 100%;
  display: flex;
  text-decoration: none;
  color: #000000;
  border-radius: 10px;
  cursor: pointer;
}
.invert-link .svg-container,
.invert-link .svg-container svg {
  width: 55px;
  height: 55px;
}
.invert-link:hover {
  text-decoration: none;
}

/* FAQ */
#accordionFaq .collapsing {
  transition: height 1s ease-in-out;
}

.faq-card {
  cursor: pointer;
  border-radius: 0;
  padding-left: 36px;
  padding-right: 36px;
}

.accordion-header {
  height: auto;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* MAKE TO */
.make-to--content {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0rem -1rem 2rem rgba(13, 16, 37, 0.06);
  min-height: 250px;
  z-index: 1000;
  margin-bottom: -120px;
  margin-top: 40px;
  padding: 20px 70px;
}
@media (max-width: 768px) {
  .make-to--content {
    padding: 20px;
    justify-content: center;
  }
}

/* FOOTER */
.footer-content {
  padding: 165px 0 50px;
}

/* WIDGET */
#widgetModal .modal-footer {
  border-top: 1px solid white;
}

/*# sourceMappingURL=station.css.map */
