@media (max-width: 1200px) {
  .header_phone {
    display: none;
  }
  .header_lang {
    display: none;
  }
  .receive_money_button {
    padding: 14px 30px;
  }
}
@media (max-width: 992px) {
  .navbar {
    display: block;
  }
  .header_links {
    display: none;
  }
  .calculator_div {
    margin-bottom: 40px;
  }
  .conditions_ol {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
  }
  .calculator {
    padding: 40px;
  }
  .calculator_text {
    padding-left: 40px;
  }
  .calculator_form {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  h2 {
    margin-bottom: 20px;
  }
  h3 {
    padding: 0 10px;
  }
  p {
    padding: 0 10px;
  }
  .tittle {
    display: flex;
    justify-content: center;
  }
  .header .content {
    padding: 0 12px;
  }
  .content {
    padding: 0;
  }
  .header_login_button {
    background: none;
    padding: 0px;
  }
  .header_login_button:hover {
    box-shadow: none;
  }
  .header_login_button svg {
    fill: var(--main-color);
    width: 30px;
  }
  .navbar {
    margin-left: 10px;
  }
  .modal-promo {
    width: 80%;
  }
  .calculator_tittle {
    padding-top: 20px;
    padding-left: 30px;
  }
  .calculator {
    display: flex;
    flex-direction: column;
    padding: 40px 20px;
  }
  .calculator_form {
    padding: 0px 0 40px 0;
    border-right: none;
    border-bottom: 1px solid #e0e9f2;
  }
  .calculator_text {
    padding: 40px 0 0 0;
  }
  .calculator_div {
    margin-bottom: 40px;
  }
  .tab_box_content_grid {
    display: flex;
    flex-direction: column;
  }
  footer {
    padding: 10px 0;
  }
  footer p {
    padding: 0 20px;
    font-size: 8px;
  }
  .footer__row {
    display: flex;
    flex-direction: column;
  }
  .footer__table {
    border-right: none;
    border-bottom: #002b55 1px solid;
    padding: 20px;
  }
  .footer__table:first-child {
    padding: 20px;
  }
  .footer__table:last-child {
    padding: 20px;
  }
  .footer__info {
    /* justify-content: space-evenly; */
    column-gap: 20px;
  }
  .footer__menu {
    flex-wrap: wrap;
    /* justify-content: space-evenly; */
    column-gap: 40px;
    row-gap: 10px;
  }
  .registration__table {
    overflow-x: scroll;
    max-width: 749px;
  }
  .desktop__how-registration {
    display: none;
  }
  .mobile__how-registration {
    display: block;
  }

  .header_login_button span {
    display: none;
  }
  .slider::-webkit-slider-thumb {
    width: 35px;
    height: 35px;
    margin-top: -14px;
  }
  .slider::-moz-range-thumb {
    width: 35px;
    height: 35px;
    margin-top: -14px;
  }
  .services__links {
    display: flex;
    flex-direction: column;
    row-gap: 1px;
  }
  .tabs.card {
    box-shadow: 0px 0px 8px rgba(103, 87, 156, 0.25);
  }
  .gallery-cell.card {
    box-shadow: 0px 0px 8px rgba(103, 87, 156, 0.25);
  }
  .gallery-cell-partners.card {
    box-shadow: 0px 0px 8px rgba(103, 87, 156, 0.25);
  }
  .card,
  .services__card {
    box-shadow: none;
  }
  .services__card {
    margin-right: 0;
    border-radius: 0;
  }
  .services__card:first-child {
    border-radius: 10px 10px 0 0;
  }
  .services__card:last-child {
    border-radius: 0 0 10px 10px;
  }
  .tab_box_content,
  .tab_box_content_condition {
    padding: 20px;
  }
  .login-card {
    width: 100%;
  }
  .login-card_phone {
    width: 280px;
  }
  .step_progress {
    position: fixed;
    top: 72px;
    z-index: 3;
  }
  .step {
    height: 3px;
  }
  .step:first-child {
    border-radius: 0;
  }
  .step:last-child {
    border-radius: 0;
  }
  .how-to-use_tb {
    padding: 10px;
  }
  .faq {
    padding: 0;
  }

  .how-to-use,
  .how-to-get {
    padding-left: 12px;
    padding-right: 12px;
  }
  .tabs {
    /* margin: 0 -12px 0 -12px; */
  }
  .tabs > input[type='radio']:checked + label {
    width: 30vw;
  }
  .tabs > label {
    width: 30vw;
  }

  .faq details {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
  }
  .about-us .card div {
    flex-direction: column;
    padding-right: 0;
    row-gap: 15px;
  }
}

@media (max-width: 500px) {
  .header_phone {
    display: none;
  }
  .header_lang {
    display: none;
  }
  .calculator_tittle {
    padding: 10px;
    height: auto;
  }
  .modal-promo {
    width: 100%;
  }
  .modal-promo_login-button {
    width: auto;
    padding: 14px 30px;
  }
  .carousel_card {
    /* width: 200px; */
    padding: 10px;
    height: 300px;
    overflow: hidden;
  }
  .partners__card {
    height: 100px;
    width: 200px;
  }
}
@media (max-width: 350px) {
  footer {
    font-size: 10px;
  }
  .tabs > label {
    width: 30vw;
  }
  .about-us .card {
    padding: 0;
  }

  .about-us .card div:last-child {
    padding: 0 10px;
  }
}
