@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  font-family: Ubuntu;
  padding: 0;
  background-color: #f9f9f9;
}

.error {
  color: red !important;
  font-style: italic !important;
  font-size: 18px !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
p {
  margin: 0;
  padding: 0;
}

a,
a:hover {
  text-decoration: none;
  display: inline-block;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

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

.container {
  margin: 0 auto;
  max-width: 1410px;
}

header {
  padding: 30px 0 155px 0;
}
header .header_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_menu .menu_h ul {
  display: flex;
}
header .header_menu .menu_h ul li {
  margin-right: 50px;
}
header .header_menu .menu_h ul li:last-child {
  margin-right: 0;
}
header .header_menu .menu_h ul li a {
  color: var(--primary-950, #00081a);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%; /* 23px */
}

.item_advantages h3 span {
  color: var(--primary-500, #1462ff);
}

.contact_lang {
  display: flex;
  align-items: center;
}
.contact_lang .dropdown {
  margin-right: 40px;
}
.contact_lang .dropdown button {
  background-color: transparent;
  color: var(--primary-950, #00081a);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%; /* 23px */
  border: none;
  padding: 0;
}
.contact_lang .dropdown button img {
  transform: translateY(-3px);
}
.contact_lang .dropdown .dropdown-menu .dropdown-item img {
  transform: translateY(-3px);
}
.contact_lang .dropdown .dropdown-toggle::after {
  background-image: url(../img/arrowdrop-listdown.svg);
}
.contact_lang .contact_us a {
  color: var(--primary-500, #1462ff);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%; /* 23px */
  padding: 10px 24px;
  border-radius: 12px;
  border: 1px solid var(--primary-500, #1462ff);
}

.home .home_block {
  display: flex;
}
.home .home_block .text_home {
  width: 700px;
}
.home .home_block .text_home h1 {
  color: var(--primary-950, #00081a);
  font-family: Ubuntu;
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 110%;
}
.home .home_block .text_home h1 span {
  color: var(--primary-500, #1462ff);
}
.home .home_block .text_home p {
  color: var(--primary-900, #013);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 29.7px */
  margin-bottom: 50px;
}
.home .home_block .text_home .static_re {
  margin-top: 60px;
}
.home .home_block .text_home .static_cost {
  display: flex;
  margin-top: 20px;
}
.home .home_block .text_home .static_cost img {
  margin-right: 20px;
}
.home .home_block .text_home .static_cost img:last-child {
  margin-right: 0;
}
.home .home_block .img_home img {
  width: 100%;
  transform: translateY(-135px);
}

.pay_block {
  margin-top: 100px;
}
.pay_block .title_card {
  margin-bottom: 60px;
  text-align: center;
}
.pay_block .title_card h2 {
  color: var(--primary-950, #00081a);
  /* Heading 3 | 48 px */
  font-family: Ubuntu;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}
.pay_block .title_card h2 span {
  color: var(--primary-500, #1462ff);
}
.pay_block .block_pay {
  display: flex;
}
.pay_block .block_pay .img_pay img {
  width: 810px;
}
.pay_block .block_pay .title_pay {
  transform: translate(-58px, 143px);
}
.pay_block .block_pay .title_pay h3 {
  color: var(--primary-950, #00081a);
  /* Heading 4 | 32 px */
  font-family: Ubuntu;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  opacity: 0.8;
  margin-bottom: 20px;
  line-height: 125%; /* 40px */
}
.pay_block .block_pay .title_pay p {
  color: var(--primary-900, #013);
  /* Text | 22 px */
  font-family: Ubuntu;
  font-size: 22px;
  font-style: normal;
  opacity: 0.7;
  font-weight: 400;
  line-height: 135%; /* 29.7px */
}

.station_block {
  margin-top: 80px;
}
.station_block .block_stat1 {
  display: flex;
}
.station_block .block_stat1 .img_station img {
  width: 810px;
}
.station_block .block_stat1 .title_stat {
  margin-top: 160px;
  transform: translateX(10px);
}
.station_block .block_stat1 .title_stat h3 {
  color: var(--primary-950, #00081a);
  /* Heading 4 | 32 px */
  font-family: Ubuntu;
  font-size: 32px;
  font-style: normal;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 125%; /* 40px */
  opacity: 0.8;
}
.station_block .block_stat1 .title_stat p {
  color: var(--primary-900, #013);
  /* Text | 22 px */
  font-family: Ubuntu;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 29.7px */
  opacity: 0.7;
}

.get_strat {
  border-radius: 40px;
  background: var(--primary-500, #1462ff);
  box-shadow: 4px 4px 20px 0px rgba(20, 98, 255, 0.15);
  color: var(--primary-white, #fff);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%; /* 28.75px */
  padding: 26px 96px 26px 26px;
  position: relative;
}
.get_strat img {
  border-radius: 32px;
  background: var(--primary-white, #fff);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 8px;
  position: absolute;
  transition: 0.7s ease;
  padding: 8px;
}
.get_strat.w-100:hover img {
  padding-left: 82.5%;
  right: 3px;
}
.get_strat span {
  transition: 0.7s ease;
}
.get_strat:hover {
  color: #1462ff;
}
.get_strat:hover span {
  transition: 0.7s ease;
  position: relative;
  z-index: 111;
}
.get_strat:hover img {
  border-radius: 40px;
  padding: 13px;
  right: 2px;
  transition: 0.7s ease;
  padding-left: 73.5%;
}

.get_strat_ru:hover {
  color: #1462ff;
}
.get_strat_ru:hover span {
  transition: 0.7s ease;
  position: relative;
  z-index: 111;
}
.get_strat_ru:hover img {
  border-radius: 40px;
  padding: 13px;
  right: 2px;
  transition: 0.7s ease;
  padding-left: 80.5%;
}

.static {
  margin-bottom: 120px;
}
.static .item_gp {
  display: flex;
  align-items: center;
  border-radius: 20px;
  background-image: url(../img/Vector-Cuadros.png);
  padding: 25px;
  background: linear-gradient(180deg, rgba(113, 89, 238, 0.1) 0%, rgba(89, 166, 238, 0.1) 100%);
}
.static .item_gp h4 {
  color: var(--primary-500, #1462ff);
  font-size: 43px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 52.8px */
}
.static .item_gp p {
  color: var(--primary-900, #013);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 27px */
  opacity: 0.7;
  margin-left: 20px;
}

.price_desc {
  width: 100%;
}

.advantages {
  margin-bottom: 100px;
  margin-top: 100px;
}
.advantages .advantages_block .title_advantages {
  text-align: center;
}
.advantages .advantages_block .title_advantages h2 {
  color: var(--primary-950, #00081a);
  /* Heading 3 | 48 px */
  font-family: Ubuntu;
  font-size: 48px;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 52.8px */
}
.advantages .advantages_block .title_advantages h2 span {
  color: var(--primary-500, #1462ff);
}
.advantages .advantages_block .title_advantages p {
  color: var(--primary-900, #013);
  text-align: center;
  /* Text | 22 px */
  font-family: Ubuntu;
  font-size: 22px;
  font-style: normal;
  opacity: 0.7;
  font-weight: 400;
  line-height: 135%; /* 29.7px */
}
.advantages .item_advantages {
  text-align: center;
  margin-top: 90px;
  border-radius: 30px;
  border: 1px solid var(--primary-50, #e5eeff);
  background: var(--primary-white, #fff);
  box-shadow: 0px 6px 30px 0px rgba(154, 154, 222, 0.08);
  padding: 30px 25px;
}
.advantages .item_advantages h3 {
  color: var(--primary-950, #00081a);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  opacity: 0.8;
  font-weight: 500;
  line-height: 125%; /* 40px */
  margin-bottom: 20px;
  margin-top: 40px;
}
.advantages .item_advantages p {
  color: var(--primary-900, #013);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 27px */
  opacity: 0.5;
}

.services_block .services_title {
  margin-bottom: 80px;
}
.services_block .services_title h2 {
  color: var(--primary-950, #00081a);
  font-family: Ubuntu;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 52.8px */
}
.services_block .services_title h2 span {
  color: var(--primary-500, #1462ff);
}
.services_block .services_group {
  margin-bottom: 100px;
}
.services_block .services_group .top_servies {
  border-radius: 20px;
  background: var(--primary-500, #1462ff);
  display: flex;
  padding: 30px;
}
.services_block .services_group .top_servies .opacity_b {
  opacity: 0;
}
.services_block .services_group .top_servies p {
  color: var(--primary-white, #fff);
  /* Heading 6 | 20 px */
  font-family: Ubuntu;
  font-size: 20px;
  flex: 1 1 33.3%;
  font-style: normal;
  font-weight: 500;
  line-height: 115%; /* 23px */
}
.services_block .services_group .bottom_services {
  margin-bottom: 80px;
  margin-top: 30px;
  border-radius: 20px;
  border: 1px solid var(--primary-50, #e5eeff);
  background: var(--primary-white, #fff);
  box-shadow: 0px 6px 30px 0px rgba(154, 154, 222, 0.08);
  padding: 0px 30px;
}
.services_block .services_group .bottom_services .item_services {
  display: flex;
  border-bottom: 1px solid #e5eeff;
  padding-bottom: 30px;
  padding-top: 30px;
}
.services_block .services_group .bottom_services .item_services .title_done {
  flex: 1 1 33.3%;
  display: flex;
  align-items: center;
}
.services_block .services_group .bottom_services .item_services .title_done img {
  margin-right: 8px;
}
.services_block .services_group .bottom_services .item_services .title_done2 {
  align-items: flex-start !important;
}
.services_block .services_group .bottom_services .item_services p {
  color: var(--primary-950, #00081a);
  font-family: Ubuntu;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 27px */
  flex: 1 1 33.3%;
}
.services_block .services_group .bottom_services .item_services p img {
  margin-right: 8px;
}

.pl-60 {
  padding-left: 60px;
}

.steps {
  margin-bottom: 120px;
}
.steps .steps_pay {
  padding: 118px 0 0 130px;
}
.steps .steps_pay .title_pay {
  color: var(--primary-950, #00081a);
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
  padding-right: 50px;
  margin-bottom: 45px;
}
.steps .steps_pay .title_pay::after {
  content: "";
  display: block;
  width: 75%;
  height: 1px;
  opacity: 0.5;
  background: #e5e8eb;
  position: absolute;
  bottom: -20px;
}
.steps .steps_pay .block_in p {
  color: var(--primary-950, #00081a);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 16px;
}
.steps .steps_pay .card {
  width: 390px;
  border: none;
}
.steps .steps_pay .steps_form_bg {
  position: relative;
}
.steps .steps_pay .steps_form_bg .steps_bg {
  position: absolute;
  width: 180%;
  height: 150%;
  right: -160px;
  top: -145px;
}
.steps .steps_pay .steps_form {
  position: relative;
  padding: 25px;
  border-radius: 25px;
  background: var(--primary-white, #fff);
  background-image: url(../img/pay_bg.png);
}
.steps .steps_pay .card .steps_form_card {
  padding: 20px 15px 12px 15px;
  border-radius: 12px;
  background: #f6f6f6;
  margin-bottom: 16px;
}
.steps .steps_pay .card .steps_form_card .payment-img {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}
.steps .steps_pay .steps_form .form-offert {
  color: var(--primary-950, #00081a);
  font-size: 14px;
  font-weight: 400;
  line-height: 146%; /* 20.44px */
}
.steps .steps_pay .steps_form .form-offert a {
  color: var(--primary-500, #1462ff);
}
.steps .steps_pay .steps_form_btn {
  border-radius: 8px;
  background: var(--03-info-03-main, #1890ff);
  /* 01 Shadows/Color/03 Info */
  box-shadow: 0px 8px 16px 0px rgba(24, 144, 255, 0.24);
}
.steps .steps_pay .steps_form .checkmark {
  margin-bottom: 30px;
}
.steps .steps_pay .steps_form .checkmark .label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.steps .steps_pay .steps_form .checkmark .label .round {
  position: relative;
}
.steps .steps_pay .steps_form .checkmark .label .round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 24px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 24px;
}
.steps .steps_pay .steps_form .checkmark .label .round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 4.9px;
  position: absolute;
  top: 6px;
  transform: rotate(-45deg);
  width: 12px;
}
.steps .steps_pay .steps_form .checkmark .label .round input[type=checkbox] {
  visibility: hidden;
  width: 24px;
  height: 24px;
}
.steps .steps_pay .steps_form .checkmark .label .round input[type=checkbox]:checked + label {
  background-color: #1890ff;
  border-color: #1890ff;
}
.steps .steps_pay .steps_form .checkmark .label .round input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.steps .steps_pay .steps_form .checkmark .label span {
  color: var(--11-text-color-light-01-text-primary, #212b36);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.steps .steps_pay .margin-12 {
  margin-bottom: 12px !important;
}
.steps .steps_pay .mt-50 {
  margin-top: 50px;
}
.steps .steps_pay .mb-50 {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .steps .steps_pay .card {
    width: 90%;
    padding: 1.5rem;
  }
}
@media (height: 1366px) {
  .steps .steps_pay .card {
    width: 90%;
    padding: 8vh;
  }
}
.steps .steps_pay .card-title {
  font-weight: 700;
  font-size: 2.5em;
}
.steps .steps_pay .nav {
  display: flex;
}
.steps .steps_pay .nav ul {
  list-style-type: none;
  display: flex;
  padding-inline-start: unset;
  margin-bottom: 6vh;
}
.steps .steps_pay .nav li {
  padding: 1rem;
}
.steps .steps_pay .nav li a {
  color: black;
  text-decoration: none;
}
.steps .steps_pay .active {
  border-bottom: 2px solid black;
  font-weight: bold;
}
.steps .steps_pay input {
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
  color: var(--11-text-color-light-01-text-primary, #212b36);
  /* input text active */
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
}
.steps .steps_pay form a {
  color: grey;
  text-decoration: none;
  font-size: 0.87rem;
  font-weight: bold;
}
.steps .steps_pay form a:hover {
  color: grey;
  text-decoration: none;
}
.steps .steps_pay form .row {
  margin: 0;
  overflow: hidden;
}
.steps .steps_pay form #card-inner {
  font-size: 1px;
  padding-left: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  color: #919eab;
}
.steps .steps_pay .steps_form input {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #212b36;
}
.steps .steps_pay form .row-1 {
  border-radius: 8px;
  border: 1px solid var(--14-others-button-input, rgba(145, 158, 171, 0.32));
  background: var(--primary-white, #fff);
  padding: 6px 20px 11px 14px;
  outline: none;
  width: 100%;
  height: 56px;
  overflow: hidden;
  margin-bottom: 20px;
}
.steps .steps_pay form .row-2 {
  border: none;
  outline: none;
  background-color: transparent;
  margin: 0;
}
.steps .steps_pay form .row .row-2 {
  border: none;
  outline: none;
  background-color: transparent;
  margin: 0;
  padding: 0 0.8rem;
}
.steps .steps_pay form .row .col-2,
.steps .steps_pay .col-7,
.steps .steps_pay .col-3 {
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0 1vh;
}
.steps .steps_pay form .row .col-2 {
  padding-right: 0;
}
.steps .steps_pay #card-header {
  color: var(--11-text-color-light-03-text-disabled, #919eab);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 150% */
}
.steps .steps_pay .three .col-7 {
  padding-left: 0;
}
.steps .steps_pay .three {
  overflow: hidden;
  justify-content: space-between;
  gap: 20px;
}
.steps .steps_pay .three .three_item {
  width: calc(50% - 20px);
}
.steps .steps_pay .three .col-2 {
  border: 1px solid rgba(0, 0, 0, 0.137);
  padding: 0.5rem;
  outline: none;
  width: 100%;
  min-width: unset;
  border-radius: 5px;
  background-color: rgba(221, 228, 236, 0.301);
  border-color: rgba(221, 228, 236, 0.459);
  margin: 2vh 0;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
.steps .steps_pay .three .col-2 input {
  font-size: 0.7rem;
  margin-left: 1vh;
}
.steps .steps_pay .btn {
  width: 100%;
  color: white;
  justify-content: center;
  padding: 2vh 0;
}
.steps .steps_pay .btn:focus {
  box-shadow: none;
  outline: none;
  box-shadow: none;
  color: white;
  -webkit-box-shadow: none;
  transition: none;
}
.steps .steps_pay .btn:hover {
  color: white;
}
.steps .steps_pay input:focus::-webkit-input-placeholder {
  color: transparent;
}
.steps .steps_pay input:focus:-moz-placeholder {
  color: transparent;
}
.steps .steps_pay input:focus::-moz-placeholder {
  color: transparent;
}
.steps .steps_pay input:focus:-ms-input-placeholder {
  color: transparent;
}
.steps .connection .title_con h2 {
  color: var(--primary-950, #00081a);
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 20px;
  padding-top: 20px;
}
.steps .connection .title_con h2 span {
  color: var(--primary-500, #1462ff);
}
.steps .connection .title_con p {
  color: var(--primary-900, #013);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 29.7px */
  opacity: 0.7;
}
.steps .connection .gp_steps {
  margin-top: 60px;
  position: relative;
}
.steps .connection .gp_steps::after {
  content: "";
  position: absolute;
  border-radius: 20px;
  opacity: 0.3;
  background: var(--primary-500, #1462ff);
  width: 4px;
  top: 0;
  left: 30px;
  height: 411px;
}
.steps .connection .gp_steps .item_st {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
.steps .connection .gp_steps .item_st img {
  position: relative;
  z-index: 1;
}
.steps .connection .gp_steps .item_st:last-child {
  margin-bottom: 0;
}
.steps .connection .gp_steps .item_st .text_s {
  margin-left: 30px;
}
.steps .connection .gp_steps .item_st .text_s h3 {
  color: var(--primary-950, #00081a);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 40px */
  margin-bottom: 20px;
}
.steps .connection .gp_steps .item_st .text_s p {
  color: var(--primary-900, #013);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 27px */
  opacity: 0.5;
}
.steps .connection .gp_steps .get_strat:hover img {
  right: 3px;
  padding-left: 74%;
}

.button_start {
  text-align: center;
  display: flex;
  justify-content: center;
}

.our_technologies {
  position: relative;
  /*remove p*/
  /* scrolling-left is continuous/repeatly text */
}
.our_technologies #rssBlock {
  left: 0px;
  height: 80px;
  background: #ffffff;
  width: 100%;
  overflow: hidden;
}
.our_technologies .cnnContents {
  width: 100%;
  padding-top: 20px;
  margin: 0 auto;
  font-size: 30px;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: "Museo";
  font-weight: 300;
}
.our_technologies .marqueeStyle {
  display: inline-block;
  /* Apply animation to this element */
  animation: scrolling-left1 20s linear infinite;
}
.our_technologies .marqueeStyle2 {
  display: inline-block;
  /* Apply animation to this element */
  animation: scrolling-left2 20s linear infinite;
}
@keyframes scrolling-left1 {
  0% {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
  }
}
@keyframes scrolling-left2 {
  0% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
  }
}

main {
  margin-bottom: 100px;
}

.marquee.mb-30 {
  margin-bottom: 30px;
}

.marquee--wrapper {
  display: flex;
  position: relative;
  align-items: center;
  left: 0;
  animation: slide 50s linear infinite;
  gap: 10px;
  width: 100%;
}

.right {
  position: relative;
  animation: slide-right 50s linear infinite;
}

.our_technologies {
  padding: 100px 0;
  background: linear-gradient(90deg, rgba(113, 89, 238, 0.2) 0%, rgba(89, 166, 238, 0.2) 100%);
}

.wrapperr {
  display: flex;
  align-items: center;
  gap: 30px;
}

.wrapperr .wrapper-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  background: var(--primary-white, #fff);
  box-shadow: 0px 4px 30px 0px rgba(154, 154, 222, 0.13);
  padding: 10px 30px;
}

.marquee--wrapper .wrapperr div h2 {
  width: 100%;
  color: var(--primary-950, #00081a);
  font-size: 64px;
  font-weight: 500;
  line-height: 110%; /* 70.4px */
  margin-right: 90px;
}

.wrapperr div img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@keyframes slide {
  0% {
    left: 50%;
  }
  100% {
    left: -90%;
  }
}
@keyframes slide-right {
  0% {
    left: -50%;
  }
  100% {
    left: 90%;
  }
}
.payment_sistem {
  margin-bottom: 120px;
  padding-top: 120px;
}
.payment_sistem .subtitle {
  color: var(--primary-500, #1462ff);
  text-align: center;
  font-family: Ubuntu;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%; /* 23px */
  margin-bottom: 12px;
  margin-bottom: 50px;
}
.payment_sistem .section_title {
  color: var(--primary-950, #00081a);
  text-align: center;
  /* Heading 3 | 48 px */
  font-family: Ubuntu;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 52.8px */
}
.payment_sistem .section_title span {
  color: #1462ff;
}
.payment_sistem .supporting_text {
  color: var(--primary-900, #013);
  text-align: center;
  /* Text | 22 px */
  font-family: Ubuntu;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 29.7px */
  opacity: 0.7;
  margin-bottom: 60px;
}
.payment_sistem .map {
  text-align: center;
  margin-bottom: 60px;
}
.payment_sistem .payment_block {
  display: flex;
  justify-content: space-around;
  position: relative;
}
.payment_sistem .payment_block .payment_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  gap: 20px 0;
}
.payment_sistem .payment_block .payment_item:last-child::after {
  display: none;
}
.payment_sistem .payment_block .payment_item::after {
  content: url(../img/payment_line.svg);
  position: absolute;
  display: block;
  top: 0;
  right: -70px;
}
.payment_sistem .payment_block .payment_item .item_numbers {
  color: var(--primary-500, #1462ff);
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px; /* 114.815% */
}
.payment_sistem .payment_block .payment_item .item_text {
  color: var(--primary-900, #013);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%; /* 23px */
}

.connect_platform {
  margin-bottom: 120px;
  position: relative;
}
.connect_platform .container {
  border-radius: 30px;
  background: linear-gradient(90deg, rgba(113, 89, 238, 0.2) 0%, rgba(89, 166, 238, 0.2) 100%);
  display: flex;
  padding: 60px;
  align-items: center;
  gap: 100px;
  overflow: hidden;
  position: relative;
}
.connect_platform .container::after {
  content: url(../img/bank_circle.svg);
  display: block;
  position: absolute;
  right: -155px;
  bottom: -155px;
}
.connect_platform .container .right_block .right_title {
  color: var(--primary-950, #00081a);
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 70.4px */
  margin-bottom: 30px;
}
.connect_platform .container .right_block .right_content {
  color: var(--primary-900, #013);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 29.7px */
  opacity: 0.7;
  margin-bottom: 50px;
}

.tariff_cards .img_card_price {
  display: flex;
  justify-content: center;
  position: relative;
}
.tariff_cards .img_card_price .btn_start {
  position: absolute;
  top: 250px;
}
.tariff_cards .section_title {
  color: var(--primary-950, #00081a);
  text-align: center;
  font-family: Ubuntu;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 70.4px */
  margin-bottom: 20px;
}
.tariff_cards .section_title span {
  color: var(--primary-500, #1462ff);
}
.tariff_cards .subtitle {
  color: var(--primary-900, #013);
  text-align: center;
  font-family: Ubuntu;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 29.7px */
  opacity: 0.7;
  margin-bottom: 50px;
}
.tariff_cards .card-item {
  border-radius: 30px;
  border: 1px solid var(--primary-50, #e5eeff);
  background: var(--primary-white, #fff);
  box-shadow: 0px 6px 30px 0px rgba(154, 154, 222, 0.08);
}
.tariff_cards .card-item.blue .card_footer .get_strat {
  background: var(--primary-white, #fff);
  box-shadow: 4px 4px 20px 0px rgba(20, 98, 255, 0.15);
}
.tariff_cards .card-item.blue .card_footer .get_strat span {
  transition: 0.7s ease;
  color: #1462ff;
}
.tariff_cards .card-item.blue .card_footer .get_strat img {
  background: var(--primary-500, #1462ff);
}
.tariff_cards .card-item.blue .card_footer .get_strat:hover span {
  transition: 0.7s ease;
  color: var(--primary-50, #e5eeff);
}
.tariff_cards .card-item.blue {
  background: var(--primary-500, #1462ff);
}
.tariff_cards .card-item.blue .card_header {
  position: relative;
}
.tariff_cards .card-item.blue .card_header::after {
  content: "";
  display: block;
  position: absolute;
  width: 85%;
  height: 1px;
  border-radius: 1px;
  background: var(--primary-50, #e5eeff);
  bottom: 0;
}
.tariff_cards .card-item.blue .card_body ul li span {
  color: var(--primary-50, #e5eeff);
}
.tariff_cards .card-item .card_header {
  margin-bottom: 30px;
  border-radius: 30px;
  padding: 30px;
  background: var(--primary-500, #1462ff);
}
.tariff_cards .card-item .card_header .card_description {
  color: var(--primary-white, #fff);
  font-family: Ubuntu;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 27px */
  opacity: 0.8;
}
.tariff_cards .card-item .card_header .card_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--primary-white, #fff);
  font-family: Ubuntu;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 40px */
  margin-bottom: 20px;
}
.tariff_cards .card-item .card_body {
  padding: 30px;
}
.tariff_cards .card-item .card_body ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.tariff_cards .card-item .card_body ul li {
  display: flex;
  align-items: center;
  gap: 15px;
}
.tariff_cards .card-item .card_body ul li span {
  color: var(--primary-950, #00081a);
  font-family: Ubuntu;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 27px */
}
.tariff_cards .card-item .card_footer {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  padding-inline: 30px;
}

.footer {
  margin-bottom: 120px;
}
.footer .container .footer_title {
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  text-align: center;
  margin-bottom: 60px;
}
.footer .container .footer_title span {
  color: #1462ff;
}
.footer .container .footer_content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
  justify-content: space-between;
}
.footer .container .footer_content .footer_text {
  display: flex;
  gap: 0 25px;
  align-items: flex-start;
  width: calc(50% - 30px);
}
.footer .container .footer_content .footer_text .text_content span {
  color: var(--primary-950, #00081a);
  font-family: Ubuntu;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 40px */
  display: inline-block;
  margin-bottom: 15px;
}
.footer .container .footer_content .footer_text .text_content p {
  color: var(--primary-900, #013);
  font-family: Ubuntu;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 27px */
  opacity: 0.5;
}

.bottom_services_mob {
  display: none;
}

footer {
  margin-bottom: 30px;
}
footer .container {
  border-radius: 30px;
  background: var(--primary-800, #026);
  padding: 40px;
}
footer .container .footer_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
footer .container .footer_menu .menu_h ul {
  display: flex;
}
footer .container .footer_menu .menu_h ul li {
  margin-right: 50px;
}
footer .container .footer_menu .menu_h ul li:last-child {
  margin-right: 0;
}
footer .container .footer_menu .menu_h ul li a {
  color: var(--primary-950, white);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%; /* 23px */
}
footer .container .footer_menu .menu_h2 {
  transform: translateX(104px);
}
footer .container .footer_menu .contact_lang {
  display: flex;
  align-items: center;
}
footer .container .footer_menu .contact_lang .dropdown {
  margin-right: 40px;
}
footer .container .footer_menu .contact_lang .dropdown button {
  background-color: transparent;
  color: var(--primary-950, white);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%; /* 23px */
  border: none;
  padding: 0;
}
footer .container .footer_menu .contact_lang .dropdown button img {
  transform: translateY(-2px);
}
footer .container .footer_menu .contact_lang .dropdown .dropdown-toggle::after {
  background-image: url(../img/arrowdrop-listdown.svg);
}
footer .container .footer_menu .contact_lang .dropdown .dropdown-menu .dropdown-item img {
  transform: translateY(-4px);
}
footer .container .footer_menu .contact_lang .contact_us a {
  color: var(--primary-500, white);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%; /* 23px */
  padding: 10px 24px;
  border-radius: 12px;
  border: 1px solid var(--primary-500, white);
}
footer .container .terms {
  display: flex;
  gap: 0 18px;
  justify-content: center;
  color: var(--accent-color-ffffff, #fff);
  text-align: center;
  font-family: Ubuntu;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  opacity: 0.5;
}
footer .container .terms a {
  color: var(--accent-color-ffffff, #fff);
  text-align: center;
  font-family: Ubuntu;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
}

.card_mo {
  display: none;
}

.modal {
  --bs-modal-width: 600px;
}
.modal .btn-close {
  --bs-btn-close-bg: none;
  display: flex;
  --bs-btn-close-opacity: 1;
  --bs-btn-close-hover-opacity: 1;
}
.modal .modal-content {
  border-radius: 16px;
  background-clip: initial;
  border: none;
}
.modal .modal-header {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding-inline: 60px;
  padding-top: 25px;
  background: var(--primary-500, #1462ff);
  border: none;
}
.modal .modal-header .modal_header_title {
  color: #fff;
  text-align: center;
  /* Heading 5 | 24 px */
  font-family: Ubuntu;
  font-size: 24px;
  display: flex;
  justify-content: center;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 26.4px */
}
.modal .modal-header button {
  position: absolute;
  right: 26px;
}
.modal .modal-body {
  padding: 30px 60px;
}
.modal .modal-body p {
  color: var(--primary-900, #013);
  text-align: center;
  font-family: Ubuntu;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 29.7px */
  margin-bottom: 30px;
}
.modal .modal-body .btn_messenjer {
  text-align: center;
}
.modal .modal-body .btn_messenjer .telegram_btn {
  border-radius: 12px;
  background: linear-gradient(90deg, #2fa6e2 0%, #2e9bd9 100%);
  color: var(--primary-white, #fff);
  /* Heading 6 | 20 px */
  font-family: Ubuntu;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%; /* 23px */
  padding: 18px 30px;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.modal .modal-body .btn_messenjer .telegram_btn img {
  margin-left: 12px;
}
.modal .modal-body .btn_messenjer .whatsapp_btn {
  border-radius: 12px;
  background: linear-gradient(0deg, #1faf38 -9900%, #60d669 100%);
  color: var(--primary-white, #fff);
  /* Heading 6 | 20 px */
  font-family: Ubuntu;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  line-height: 115%; /* 23px */
  padding: 18px 30px;
  width: 100%;
}
.modal .modal-body .btn_messenjer .whatsapp_btn img {
  margin-left: 12px;
}
.modal .modal-body .input-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 30px;
}
.modal .modal-body .input-item label {
  color: var(--subtext-999999, #999);
  font-family: Ubuntu;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 27px */
}
.modal .modal-body .input-item input {
  color: var(--text-02020-d, #02020d);
  font-family: Ubuntu;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 27px */
  padding: 16px 12px;
  border-radius: 8px;
  border: 1px solid var(--primary-500, #1462ff);
  background: var(--ffffff, #fff);
}
.modal .modal-body .input-item textarea {
  border-radius: 8px;
  border: 1px solid var(--primary-100, #cdf);
  background: rgba(229, 238, 255, 0.5);
}
.modal .modal-footer {
  padding-inline: 60px;
  justify-content: start;
  border: none;
  padding-bottom: 30px;
}
.modal .modal-footer button,
.modal .modal-footer a {
  padding: 16px 24px;
}

.mob_img1 {
  display: none;
}

.get_strat2:hover span {
  color: #fff;
}

.get_strat2 {
  background: var(--primary-white, #fff);
}
.get_strat2 span {
  color: var(--primary-500, #1462ff);
  /* Button | 25 px */
  font-family: Ubuntu;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%; /* 28.75px */
}
.get_strat2 img {
  background-color: #1462ff;
}

.price_mob {
  display: none;
}

.static_re_mob {
  display: none;
}

.item_advantages {
  height: 326px;
}

#thanks_modal .modal-header {
  position: relative;
  justify-content: center;
}
#thanks_modal .modal-header .thanks_modal_close {
  position: absolute;
  right: 31px;
}
#thanks_modal .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding-block: 30px;
}
#thanks_modal .modal-body .modal-text {
  color: var(--primary-900, #013);
  text-align: center;
  font-family: Ubuntu;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 27px */
  opacity: 0.5;
}
#thanks_modal .modal-footer {
  display: flex;
}
#thanks_modal .modal-footer button {
  width: 100%;
  border-radius: 12px;
  border: 1px solid var(--primary-500, #1462ff);
  background: var(--primary-500, #1462ff);
  color: var(--primary-white, #fff);
  font-family: Ubuntu;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%; /* 23px */
}

.header_menu_mob {
  display: none;
}

.static_cost_mob {
  display: none;
}

@media (max-width: 992px) {
  header .header_menu {
    display: none;
  }
  .header_menu_mob {
    display: block;
  }
  header {
    padding: 30px 30px 50px 30px;
  }
  .header {
    display: flex;
    justify-content: flex-end;
  }
  .mob_burger {
    display: flex;
  }
  .header_menu_mob {
    display: flex;
    justify-content: space-between;
    border-radius: 16px;
    border: 1px solid rgba(20, 98, 255, 0.25);
    background: #fff;
    padding: 20px;
  }
  /* Гамбургер иконка */
  .menu-btn {
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 2;
    overflow: hidden;
  }
  .menu-btn .bar {
    width: 30px;
    height: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 4px;
    transform: translate(-50%, -50%);
    background-color: blue;
    transition: all 0.3s ease-in-out;
  }
  .menu-btn .bar:nth-of-type(2) {
    top: calc(50% - 9px);
  }
  .menu-btn .bar:nth-of-type(3) {
    top: calc(50% + 9px);
  }
  /* Меняем гамбургер иконку, когда меню открыто */
  .menu-btn.active .bar:nth-of-type(1) {
    display: none;
  }
  .menu-btn.active .bar:nth-of-type(2) {
    top: 50%;
    transform: translate(-50%, 0%) rotate(45deg);
  }
  .menu-btn.active .bar:nth-of-type(3) {
    top: 50%;
    transform: translate(-50%, 0%) rotate(-45deg);
  }
  /* Меню, которое будет появляться */
  .nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 15px;
    background: #fff;
    transform: translateX(100%);
    transition: transform 0.5s;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
  }
  .nav.active {
    transform: translateX(0);
  }
  .nav .nav__list_item .nav__link {
    color: var(--primary-950, #00081a) !important;
    /* Heading 6 | 20 px */
    font-family: Ubuntu;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%; /* 23px */
    margin-bottom: 20px;
  }
  .home {
    padding: 0px 30px 0px 30px;
  }
  .home .home_block .text_home h1 {
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
  }
  .home .home_block .text_home {
    width: auto;
    text-align: center;
  }
  .get_strat {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    padding: 20px 79px 20px 32px;
  }
  .get_strat:hover img {
    border-radius: 40px;
    padding: 4px;
    right: 2px;
    transition: 0.7s ease;
    padding-left: 78.5%;
  }
  .get_strat img {
    padding: 4px;
  }
  .home .home_block {
    flex-direction: column;
  }
  .home .home_block .img_home img {
    width: 100%;
    transform: none;
  }
  .desctop_img1 {
    display: none;
  }
  .mob_img1 {
    display: block;
  }
  .pay_block {
    margin-top: 0;
  }
  .home .home_block .text_home .static_cost {
    margin-bottom: 24px;
  }
  .pay_block .title_card h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
  }
  .pay_block .title_card {
    margin-bottom: 40px;
  }
  .pay_block .block_pay {
    flex-direction: column;
  }
  .pay_block .block_pay .img_pay img {
    width: 100%;
  }
  .pay_block {
    padding: 0 30px;
  }
  .pay_block .block_pay .title_pay {
    transform: none;
    margin-top: 20px;
  }
  .pay_block .block_pay .title_pay h3 {
    font-size: 28px;
    font-style: normal;
    text-align: center;
  }
  .pay_block .block_pay .title_pay p {
    font-size: 18px;
    font-style: normal;
    text-align: center;
    font-weight: 400;
  }
  .block_stat1 {
    flex-direction: column-reverse;
  }
  .station_block .block_stat1 .img_station img {
    width: 100%;
  }
  .station_block {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .station_block .block_stat1 .title_stat {
    transform: none;
    margin-top: 30px;
  }
  .station_block .block_stat1 .title_stat h3 {
    font-size: 28px;
    font-style: normal;
    text-align: center;
  }
  .station_block .block_stat1 .title_stat p {
    font-size: 18px;
    font-style: normal;
    text-align: center;
    font-weight: 400;
  }
  .advantages .advantages_block .title_advantages h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
  }
  .advantages .advantages_block .title_advantages p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
  }
  .advantages .item_advantages {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .advantages_block {
    margin-bottom: 60px;
  }
  .advantages {
    padding: 0 30px;
  }
  .advantages .item_advantages h3 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .advantages .item_advantages p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
  }
  .services_block .services_title h2 {
    font-size: 36px;
  }
  .services_block .services_title {
    margin-bottom: 60px;
  }
  .services_block .services_group .top_servies .opacity_b {
    display: none;
  }
  .bottom_services_desctop {
    display: none;
  }
  .bottom_services_mob {
    display: block;
  }
  .title_done_mob {
    display: flex;
    align-items: center;
  }
  .title_done_mob img {
    margin-right: 8px;
  }
  .services_block .services_group .bottom_services .item_services {
    justify-content: space-between;
    align-items: end;
  }
  .services_block .services_group .bottom_services .item_services p {
    font-size: 20px;
    opacity: 0.8;
    margin-bottom: 30px;
    font-weight: 500;
  }
  .title_done_mob {
    flex: 1 1 50% !important;
  }
  .mob_version {
    flex: 1 1 50% !important;
  }
  .title_done_mob p {
    margin: 0 !important;
    font-size: 20px;
    font-weight: 400 !important;
    opacity: 0.8;
  }
  .services_block {
    padding: 0 30px;
  }
  .services_block .services_group .bottom_services {
    padding: 0 20px;
  }
  .tariff_cards .section_title {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .tariff_cards .subtitle {
    font-size: 18px;
  }
  .price_desc {
    display: none;
  }
  .price_mob {
    display: block;
  }
  .tariff_cards .img_card_price .btn_start {
    position: absolute;
    top: 728px;
  }
  main {
    margin-bottom: 0;
  }
  footer .container .footer_menu {
    flex-direction: column;
  }
  footer .container .footer_menu .menu_h2 {
    transform: none;
    margin-bottom: 30px;
  }
  .footer_menu .logo {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  header .header_menu {
    display: none;
  }
  .static_cost {
    display: none !important;
  }
  .static_cost_mob {
    display: block;
    margin-top: 20px;
  }
  .static_cost_mob img {
    margin-bottom: 20px;
  }
  .static_cost_mob img:last-child {
    margin-bottom: 0;
  }
  .services_block .services_group .top_servies {
    padding: 15px;
  }
  .services_block .services_group .top_servies p {
    font-size: 16px;
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    padding: 15px 15px;
  }
  header {
    padding: 0px 0px 40px 0px;
  }
  .contact_lang {
    width: auto;
  }
  .header {
    display: flex;
    justify-content: flex-end;
  }
  footer .container .footer_menu .contact_lang .contact_us a {
    font-size: 18px;
  }
  footer .container .terms {
    flex-direction: column;
  }
  .modal .modal-body .btn_messenjer .telegram_btn {
    padding: 15px 20px;
    font-size: 18px;
  }
  .modal .modal-body .btn_messenjer .whatsapp_btn {
    padding: 15px 20px;
    font-size: 18px;
  }
  .modal .modal-body {
    padding: 20px 26px;
  }
  .mob_burger {
    display: flex;
  }
  .header_menu_mob {
    display: flex;
    justify-content: space-between;
    border-radius: 16px;
    border: 1px solid rgba(20, 98, 255, 0.25);
    background: #fff;
    padding: 20px;
  }
  /* Гамбургер иконка */
  .menu-btn {
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 2;
    overflow: hidden;
  }
  .menu-btn .bar {
    width: 30px;
    height: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 4px;
    transform: translate(-50%, -50%);
    background-color: blue;
    transition: all 0.3s ease-in-out;
  }
  .menu-btn .bar:nth-of-type(2) {
    top: calc(50% - 9px);
  }
  .menu-btn .bar:nth-of-type(3) {
    top: calc(50% + 9px);
  }
  /* Меняем гамбургер иконку, когда меню открыто */
  .menu-btn.active .bar:nth-of-type(1) {
    display: none;
  }
  .menu-btn.active .bar:nth-of-type(2) {
    top: 50%;
    transform: translate(-50%, 0%) rotate(45deg);
  }
  .menu-btn.active .bar:nth-of-type(3) {
    top: 50%;
    transform: translate(-50%, 0%) rotate(-45deg);
  }
  /* Меню, которое будет появляться */
  .nav {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 15px;
    background: var(--primary-800, #026);
    transform: translateX(100%);
    transition: transform 0.5s;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
  }
  .header__nav .contact_us {
    margin-top: 20px;
  }
  .header__nav .contact_us a {
    padding: 10px 24px;
    border-radius: 12px;
    border: 1px solid var(--primary-white, #fff);
    color: var(--primary-white, #fff);
    /* Heading 6 | 20 px */
    font-family: Ubuntu;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%; /* 23px */
  }
  .nav.active {
    transform: translateX(0);
  }
  .nav .nav__list_item .nav__link {
    color: var(--primary-950, #fff) !important;
    /* Heading 6 | 20 px */
    font-family: Ubuntu;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%; /* 23px */
    margin-bottom: 20px;
  }
  .home {
    padding: 0px;
  }
  .static_re img {
    width: 100%;
  }
  .static_cost {
    flex-direction: column;
  }
  .static_cost img {
    width: 100%;
    margin-bottom: 15px;
  }
  .static_cost img:last-child {
    margin-bottom: 0;
  }
  .home .home_block .text_home h1 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
  }
  .home .home_block .text_home {
    width: auto;
    text-align: center;
  }
  .get_strat {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    padding: 18px 73px 18px 22px;
  }
  .get_strat:hover img {
    border-radius: 40px;
    padding: 2px;
    right: 2px;
    transition: 0.7s ease;
    padding-left: 70.5%;
  }
  .get_strat_ru:hover img {
    padding-left: 78.5% !important;
  }
  .advantages .item_advantages h3 {
    margin-top: 15px;
  }
  .get_strat img {
    padding: 2px;
    right: 2px;
  }
  .home .home_block {
    flex-direction: column;
  }
  .home .home_block .img_home img {
    width: 100%;
    transform: none;
  }
  .desctop_img1 {
    display: none;
  }
  .mob_img1 {
    display: block;
  }
  .pay_block {
    margin-top: 0;
  }
  .home .home_block .text_home .static_cost {
    margin-bottom: 24px;
  }
  .card_des {
    display: none;
  }
  .card_mo {
    display: block;
  }
  .pay_block .title_card h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
  }
  .pay_block .title_card {
    margin-bottom: 40px;
  }
  .pay_block .block_pay {
    flex-direction: column;
  }
  .pay_block .block_pay .img_pay img {
    width: 100%;
  }
  .pay_block {
    padding: 0;
  }
  .pay_block .block_pay .title_pay {
    transform: none;
    margin-top: 20px;
  }
  .pay_block .block_pay .title_pay h3 {
    font-size: 26px;
    font-style: normal;
    text-align: center;
  }
  .pay_block .block_pay .title_pay p {
    font-size: 18px;
    font-style: normal;
    text-align: center;
    font-weight: 400;
  }
  .block_stat1 {
    flex-direction: column-reverse;
  }
  .station_block .block_stat1 .img_station img {
    width: 100%;
  }
  .station_block {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .station_block .block_stat1 .title_stat {
    transform: none;
    margin-top: 30px;
  }
  .station_block .block_stat1 .title_stat h3 {
    font-size: 26px;
    font-style: normal;
    text-align: center;
  }
  .station_block .block_stat1 .title_stat p {
    font-size: 18px;
    font-style: normal;
    text-align: center;
    font-weight: 400;
  }
  .advantages .advantages_block .title_advantages h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
  }
  .advantages .advantages_block .title_advantages p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
  }
  .advantages .item_advantages {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .advantages_block {
    margin-bottom: 60px;
  }
  .advantages {
    padding: 0;
  }
  .advantages .item_advantages h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .logo img {
    height: 25px;
  }
  .advantages .item_advantages p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
  }
  .services_block .services_title h2 {
    font-size: 32px;
  }
  .services_block .services_title {
    margin-bottom: 40px;
  }
  .services_block .services_group .top_servies .opacity_b {
    display: none;
  }
  .bottom_services_desctop {
    display: none;
  }
  .bottom_services_mob {
    display: block;
  }
  .title_done_mob {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .title_done_mob img {
    margin-bottom: 8px;
  }
  .services_block .services_group .bottom_services .item_services {
    align-items: flex-end;
    display: flow;
  }
  .title_done_mob {
    margin-bottom: 10px !important;
  }
  .services_block .services_group .bottom_services .item_services p {
    font-size: 16px;
    opacity: 0.8;
    margin-bottom: 20px;
    font-weight: 500;
  }
  .title_done_mob {
    flex: 1 1 40% !important;
  }
  .mob_version {
    flex: 1 1 50% !important;
  }
  .title_done_mob p {
    margin: 0 !important;
    font-size: 20px;
    font-weight: 400 !important;
    opacity: 0.8;
  }
  .services_block .services_group {
    margin-bottom: 60px;
  }
  .services_block .services_group .bottom_services {
    margin-bottom: 50px;
  }
  .services_block {
    padding: 0;
  }
  .services_block .services_group .bottom_services {
    padding: 0 9px 0 20px;
  }
  .tariff_cards .section_title {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .static_re_mob {
    display: block;
    margin-top: 30px;
  }
  .static_re {
    display: none;
  }
  .tariff_cards .subtitle {
    font-size: 18px;
  }
  .price_desc {
    display: none;
  }
  .price_mob {
    display: block;
    width: 100%;
  }
  .tariff_cards .img_card_price .btn_start {
    position: absolute;
    top: 262px;
  }
  .get_strat2 span {
    font-size: 18px;
  }
  .get_strat2 {
    padding: 18px 88px 18px 22px;
  }
  .mob_block1 {
    display: flex;
    align-items: flex-start;
  }
  footer .container {
    padding: 15px;
    border-radius: 30px;
    background: var(--primary-800, #026);
  }
  footer {
    margin: 60px 15px 15px 15px;
  }
  footer .container .footer_menu .menu_h ul li {
    margin-right: 0;
  }
  .block_pay {
    position: relative;
  }
  .block_pay .cash_mob {
    width: 38px;
    height: 38px;
    transform: translateY(-18px);
  }
  .item_advantages {
    height: auto;
  }
  .advantages {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  footer .container .footer_menu .contact_lang .dropdown {
    margin-bottom: 30px;
    margin-right: 0;
  }
  footer .container .footer_menu .contact_lang {
    flex-direction: column;
  }
  footer .container .footer_menu .menu_h ul li {
    margin-bottom: 25px;
  }
  footer .container .footer_menu .menu_h ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  main {
    margin-bottom: 0;
  }
  footer .container .footer_menu {
    flex-direction: column;
  }
  footer .container .footer_menu .menu_h2 {
    transform: none;
    margin-bottom: 0;
  }
  .footer_menu .logo {
    margin-bottom: 30px;
  }
  .terms p {
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=index.css.map */