@media screen and (max-width: 1024px) {
  .action.nav-toggle {
    display: none;
  }

  .page-header .header_actions {
    margin-left: auto;
  }
  .page-header .header.panel {
    height: 68px;
  }
  .page-header .header .logo {
    height: 17px;
    z-index: 100;
  }
  .page-header .header .logo img {
    max-width: 150px;
  }
  .page-header .header .switcher.switcher-language {
    z-index: 100;
    margin-left: 0;
  }
  .page-header .header .sign_block {
    margin-top: 16px;
    flex: none;
    width: 100%;
    margin-left: 0;
  }
  .page-header .header .sign_block > ul.header.links a {
    border: 1px solid #E1E0E0;
    height: 48px;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.54);
    backdrop-filter: blur(4.85px);
    -webkit-backdrop-filter: blur(4.85px);
  }
  .page-header .menu_block {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    background: #ffffff;
    z-index: 50;
    -o-transition: height 0.5s;
    -ms-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
  }
  .page-header .menu_block:before {
    display: block;
    content: "";
    height: 68px;
  }
  .page-header .menu_inner {
    height: calc(100dvh - 68px);
    padding: 24px 16px 32px;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
  }
  .page-header .website_menu {
    margin-bottom: auto;
  }
  .page-header .website_menu a {
    font-size: 160%;
    line-height: 26px;
  }
  .page-header .website_menu a.submenu_btn span {
    justify-content: space-between;
    width: 100%;
  }
  .page-header .website_menu a.submenu_btn span:before {
    font-size: 2.4rem;
    margin-left: 16px;
  }
  .page-header .website_menu > li {
    border-bottom: 1px solid #F7F7F7;
  }
  .page-header .website_menu > li > a {
    padding: 16px 0;
  }
  .page-header .website_menu .submenu_list {
    padding: 0 16px;
  }
  .page-header .website_menu .submenu_list li:not(:first-child) {
    margin-top: 10;
  }
  .page-header .website_menu .submenu_list a {
    padding: 7px 0;
    color: #464343;
  }
  .page-header .phone_block {
    flex: none;
    margin-top: 32px;
  }
  .page-header .phone_link {
    height: 40px;
    font-size: 160%;
  }
  .page-header .menu_btn {
    height: 40px;
    width: 40px;
    z-index: 101;
    position: relative;
    border: none;
    background: transparent;
    padding: 0;
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-header .menu_btn span, .page-header .menu_btn:before, .page-header .menu_btn:after {
    display: block;
    border-top: 2px solid;
    border-radius: 2px;
    width: 18px;
  }
  .page-header .menu_btn:before, .page-header .menu_btn:after {
    content: "";
    position: absolute;
    left: 11px;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .page-header .menu_btn:before {
    top: 14px;
    transform-origin: left top;
    -webkit-transfrom-origin: left top;
  }
  .page-header .menu_btn:after {
    bottom: 14px;
    transform-origin: left bottom;
    -webkit-transfrom-origin: left bottom;
  }
  .page-header .menu_btn span {
    -o-transition: opacity 0.2s 0.3s;
    -ms-transition: opacity 0.2s 0.3s;
    -moz-transition: opacity 0.2s 0.3s;
    -webkit-transition: opacity 0.2s 0.3s;
    transition: opacity 0.2s 0.3s;
  }
  .page-header .block-search {
    width: 40px;
    height: 40px;
    z-index: 100;
  }
  .page-header .block-search input {
    padding: 7px 16px;
    width: 40px;
  }
  .page-header .block-search input:focus {
    padding: 7px 16px;
    width: calc(100vw - 56px - 16px);
    margin-right: 0;
  }
  .page-header .block-search .action.search {
    padding: 10px;
  }

  .menu_opened {
    overflow: hidden;
  }
  .menu_opened .menu_btn:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin: -1px 4px;
  }
  .menu_opened .menu_btn:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    margin: -1px 4px;
  }
  .menu_opened .menu_btn span {
    -o-transition: opacity 0.2s 0s;
    -ms-transition: opacity 0.2s 0s;
    -moz-transition: opacity 0.2s 0s;
    -webkit-transition: opacity 0.2s 0s;
    transition: opacity 0.2s 0s;
    opacity: 0;
  }
  .menu_opened .menu_block {
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .page-footer .partners_list {
    margin-top: 0;
  }
  .page-footer .partners_list ul li {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .page-footer .footer.content .right_col > div:has(.footer.links) {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .page-footer .footer.content .left_col {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .page-footer .footer.content .right_col {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media screen and (min-width: 576px) and (max-width: 1024px) {
  .page-footer .footer.content .right_col {
    display: block;
  }
  .page-footer .footer.content .right_col > div:has(.footer.links) {
    flex: none;
    max-width: 50%;
    width: 50%;
    float: left;
  }
}
@media screen and (max-width: 768px) {
  .page-footer .footer.content {
    padding-top: 106px;
  }
  .page-footer .footer.content .left_col {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
    margin-top: 24px;
  }
  .page-footer .footer.content .right_col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-footer .footer.content .socials_list {
    margin-top: 12px;
  }
}
@media screen and (max-width: 768px) and (hover: none) {
  .page-footer .footer.content .socials_list {
    margin-top: 4px;
  }
}
@media screen and (max-width: 768px) {
  .page-footer .logo {
    position: absolute;
    top: 48px;
    left: 0;
    padding-left: inherit;
  }
}
@media screen and (max-width: 575px) {
  .page-footer .footer.content .right_col > div:has(.footer.links) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-footer .partners_list {
    flex-wrap: wrap;
    gap: 16px;
  }
  .page-footer .partners_list .footer_subtitle {
    flex: 0 0 100%;
    max-width: 100%;
  }

  small.copyright .page_container {
    flex-wrap: wrap;
  }
  small.copyright .page_container > span,
small.copyright .page_container .developer {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 1024px) {
  .page-header .menu_block {
    background: rgba(0, 0, 0, 0.54);
    backdrop-filter: blur(4.85px);
    -webkit-backdrop-filter: blur(4.85px);
  }
  .page-header .website_menu > li {
    border-bottom-color: rgba(255, 255, 255, 0.06);
  }
  .page-header .website_menu > li > a {
    color: #ffffff !important;
  }

  .main_screen {
    padding-top: 68px;
  }
  .main_screen .section_inner {
    max-width: 520px;
  }
  .main_screen .short_desc {
    margin-top: 12px;
  }
  .main_screen .actions_block {
    margin-top: 24px;
  }

  .about_section .advantages {
    margin: 24px 0 -20px;
  }
  .about_section .advantages li {
    padding: 0 20px 24px 0;
  }
  .about_section .advantages .item_icon {
    flex: 0 0 24px;
  }
  .about_section .advantages .short_desc {
    margin-top: 4px;
    padding-left: 40px;
  }

  .career_section .section_inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .career_section .career_link {
    margin-top: 16px;
  }

  .categories_section {
    padding: 40px 0;
  }

  .category_block {
    padding: 32px 0;
  }
  .category_block .category_icon {
    min-height: 56px;
    width: 56px;
  }
  .category_block .category_icon img {
    width: 24px;
    height: 24px;
  }
  .category_block .category_name {
    min-height: 0;
    margin-top: 16px;
    font-size: 200%;
    line-height: 28px;
  }
  .category_block .short_desc {
    margin-top: 8px;
  }
  .category_block:after {
    margin-top: 16px;
    width: 58px;
    min-height: 44px;
  }

  .partners_section .section_pretitle {
    margin-bottom: 32px;
  }
  .partners_section ul {
    margin-top: -16px;
  }
  .partners_section li {
    margin-top: 16px;
  }

  .categories_section ul {
    margin-left: -16px;
    margin-right: -16px;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
  }
  .categories_section ul:before, .categories_section ul:after {
    display: block;
    content: "";
    min-width: 8px;
  }
  .categories_section ul li {
    min-width: 290px;
    padding: 0 8px;
    margin-top: 8px;
  }
  .categories_section .section_title {
    max-width: 640px;
  }

  .branches_section {
    min-height: 480px;
  }
  .branches_section .info_block {
    padding: 20px;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .branches_section .short_desc {
    margin-top: 8px;
  }
  .branches_section .stats_list {
    margin-top: 24px;
  }
  .branches_section .stat_count {
    font-size: 320%;
    line-height: 42px;
  }
  .branches_section .map_block {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
}
@media screen and (max-width: 768px) {
  .about_section {
    padding: 40px 0;
  }
  .about_section .image_block {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 40px;
    order: 2;
  }
  .about_section .info_block {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .partners_section li {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .partners_section img {
    height: auto;
    width: 100%;
    max-width: 189px;
    max-height: 110px;
  }

  .branches_section {
    flex-wrap: wrap;
  }
  .branches_section .info_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .branches_section .map_block {
    flex: 0 0 100%;
    max-width: 100%;
    height: 413px;
    max-height: 75dvh;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .about_section {
    padding: 60px 0;
  }

  .partners_section img {
    height: 72px;
  }
}
@media screen and (min-width: 576px) and (max-width: 1024px) {
  .main_screen {
    aspect-ratio: 5/3;
  }
}
@media screen and (max-width: 575px) {
  .main_screen {
    aspect-ratio: 360/595;
    padding-bottom: 48px;
    align-items: flex-end;
  }
  .main_screen .actions_block * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .about_section .advantages li {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .categories_section .section_title {
    margin: 0;
    text-align: left;
  }
}

/*# sourceMappingURL=index-m.css.map */
