@media screen and (max-width: 1179px) {
  .header_top .website_menu {
    display: none;
  }
  .header_top {
    font-size: 92.86%;
    line-height: 1.54em;
  }
  .header_bottom .page_container {
    height: 72px;
  }
  .header .menu_btn {
    margin-right: -12px;
    z-index: 1;
    -o-transition: transform 0.5s, z-index 0s 0.5s;
    -ms-transition: transform 0.5s, z-index 0s 0.5s;
    -moz-transition: transform 0.5s, z-index 0s 0.5s;
    -webkit-transition: transform 0.5s, z-index 0s 0.5s;
    transition: transform 0.5s, z-index 0s 0.5s;
    border: none;
    background: transparent;
    color: #ffffff;
    padding: 18px 15px;
    width: 48px;
    height: 48px;
    position: relative;
    overflow: hidden;
  }
  .header .menu_btn:before, .header .menu_btn:after {
    display: block;
    content: "";
    position: absolute;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-top: 2px solid;
    left: 15px;
    width: 18px;
  }
  .header .menu_btn:before {
    top: 18px;
    transform-origin: top left;
    -webkit-transfrom-origin: top left;
  }
  .header .menu_btn:after {
    bottom: 18px;
    transform-origin: bottom left;
    -webkit-transfrom-origin: bottom left;
  }
  .header .menu_btn span {
    display: block;
    border-top: 2px solid;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .header .menu_btn:before, .header .menu_btn:after,
.header .menu_btn span {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
  }
  .header .main_logo {
    margin-right: auto;
    -o-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    transition: transform 0.5s;
  }
  .header .main_logo a, .header .main_logo img {
    height: 32px;
  }
  .header .menu_block {
    position: fixed;
    overflow: hidden;
    top: 0;
    background: #232623;
    left: 0;
    width: 100%;
    height: 0;
    -o-transition: height 0.5s;
    -ms-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
    z-index: 99;
  }
  .header .menu_block:before {
    display: block;
    content: "";
    height: 64px;
  }
  .header .menu_inner {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100dvh - 64px);
    display: flex;
    flex-direction: column;
    padding: 32px 0;
  }
  .header .category_menu {
    padding: 0 8px 32px;
  }
  .header .category_menu li {
    flex: 1;
    padding: 0 8px;
  }
  .header .category_menu a {
    font-weight: 800;
    padding: 11px 15px;
    border: 1px solid #3A3B3A;
    background: #1D201D;
    border-radius: 10px;
    text-align: center;
  }
  .header .category_menu a.current {
    border-color: #7CE00B;
    background: transparent;
  }
  .header .main_menu > li {
    border-bottom: 1px solid #3A3B3A;
    padding: 4px 0;
  }
  .header .main_menu > li > a {
    height: 56px;
    padding: 0 22px;
    font-size: 114.29%;
    line-height: 1.5em;
    align-items: center;
    font-weight: 500;
  }
  .header .main_menu .submenu_btn:before {
    margin-left: auto;
    padding-left: 20px;
    font-size: 2.4rem;
  }
  .header .website_menu {
    border-bottom: 1px solid #3A3B3A;
    margin-bottom: 32px;
    padding: 4px 0;
  }
  .header .website_menu .drop_btn {
    width: 100%;
    height: 56px;
    padding: 0 22px;
    font-size: 114.29%;
    line-height: 1.5em;
    align-items: center;
    font-weight: 500;
    color: #ffffff;
  }
  .header .website_menu .drop_btn:before {
    margin-left: auto;
    padding-left: 20px;
    font-size: 2.4rem;
  }
  .header .website_menu .drop_list {
    padding: 0 16px;
  }
  .header .website_menu .drop_list:after {
    display: block;
    content: "";
    height: 16px;
  }
  .header .website_menu .drop_list li:not(:first-child) {
    margin-top: 8px;
  }
  .header .website_menu .drop_list a {
    font-size: 114.29%;
    line-height: 1.5em;
    padding: 6px 8px;
    font-weight: 500;
  }
  .header .submenu_list ul {
    width: 100%;
    padding: 0 10px 10px;
  }
  .header .submenu_list ul:has(img) {
    margin-top: -6px;
  }
  .header .submenu_list ul:not(:has(img)) {
    padding-bottom: 16px;
  }
  .header .submenu_list ul:not(:has(img)) li {
    padding: 0 6px;
  }
  .header .submenu_list ul:not(:has(img)) li:not(:first-child) {
    margin-top: 8px;
  }
  .header .submenu_list ul:not(:has(img)) a {
    font-size: 114.29%;
    line-height: 1.5em;
    padding: 6px 8px;
    font-weight: 500;
  }
  .header .search_block {
    order: 2;
    z-index: 5;
    background: #232623;
    -o-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    transition: transform 0.5s;
  }
  .header .search_block.opened {
    transform: translate3d(36px, 0, 0);
    -moz-transform: translate3d(36px, 0, 0);
    -ms-transform: translate3d(36px, 0, 0);
    -webkit-transform: translate3d(36px, 0, 0);
    -o-transform: translate3d(36px, 0, 0);
  }
  .header .search_block.opened .search_form {
    width: calc(100vw - 144px) !important;
    margin-right: 24px;
  }
  .header .search_field input {
    font-size: 114.29%;
    line-height: 1.5em;
    padding: 8px 10px;
  }
  .header .search_form {
    right: 0;
  }
  .header .search_btn {
    color: #F7F8F7;
    z-index: 5;
    position: relative;
  }
  .header .search_btn:before {
    background: #232623;
  }
  .header .shop_btn {
    margin-right: 16px;
  }
  .header .payment_block {
    margin-right: 16px;
  }
  .header .payment_block .drop_list {
    position: absolute;
    overflow: hidden;
    top: 100%;
    right: 0;
    margin-top: 22px;
    width: 280px;
    border-radius: 12px;
  }
  .header .payment_block .title_block {
    padding: 12px 16px;
    font-size: 114.29%;
    line-height: 1.5em;
  }
  .header .payment_block a {
    padding: 12px 16px;
    font-size: 100%;
    line-height: 1.43em;
  }
  .header .payment_block .payment_logo {
    flex: 0 0 100px;
    max-width: 100px;
    height: 56px;
    margin-right: 12px;
    border-radius: 12px;
  }

  .menu_opened {
    overflow: hidden;
  }
  .menu_opened .menu_btn {
    z-index: 100;
    -o-transition: transform 0.5s, z-index 0s 0s;
    -ms-transition: transform 0.5s, z-index 0s 0s;
    -moz-transition: transform 0.5s, z-index 0s 0s;
    -webkit-transition: transform 0.5s, z-index 0s 0s;
    transition: transform 0.5s, z-index 0s 0s;
    transform: translate3d(0, -42px, 0);
    -moz-transform: translate3d(0, -42px, 0);
    -ms-transform: translate3d(0, -42px, 0);
    -webkit-transform: translate3d(0, -42px, 0);
    -o-transform: translate3d(0, -42px, 0);
  }
  .menu_opened .menu_btn span {
    opacity: 0;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .menu_opened .menu_btn:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .menu_opened .menu_btn:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  .menu_opened .menu_btn:before, .menu_opened .menu_btn:after {
    margin: -1px 3px;
  }
  .menu_opened .menu_block {
    height: 100%;
  }
  .menu_opened .main_logo {
    transform: translate3d(0, -44px, 0);
    -moz-transform: translate3d(0, -44px, 0);
    -ms-transform: translate3d(0, -44px, 0);
    -webkit-transform: translate3d(0, -44px, 0);
    -o-transform: translate3d(0, -44px, 0);
  }
}
@media screen and (max-width: 575px) {
  .header .payment_block {
    margin-right: 12px;
  }
  .header .payment_block .drop_list {
    margin-right: -80px;
  }
  .header .payment_block .drop_btn {
    font-size: 0;
    line-height: 0;
    height: 40px;
  }
  .header .payment_block .drop_btn:before {
    margin-right: 0;
  }
  .header:not(:has(.search_block)) .payment_block .drop_list {
    margin-right: -53px;
  }
  .header .main_logo {
    padding-right: 15px;
  }
  .header .shop_btn {
    margin-right: 12px;
  }
}
@media screen and (max-width: 400px) {
  html[lang=hy] .header:has(.hotline a:nth-child(2)) .help_btn {
    margin-right: 8px;
  }
  html[lang=hy] .header:has(.hotline a:nth-child(2)) .hotline {
    margin-right: 12px;
  }
  html[lang=hy] .header:has(.hotline a:nth-child(2)) .hotline a:nth-child(2) {
    margin-left: 8px;
  }
  html[lang=hy] .header:has(.hotline a:nth-child(2)) .hotline a:nth-child(2):before {
    left: -8px;
    width: 8px;
  }
  html[lang=hy] .shop_btn {
    width: min-content;
    line-height: 18px;
  }

  html[lang=ru] .shop_btn {
    width: min-content;
    line-height: 18px;
  }
}
@media screen and (max-width: 1179px) {
  .footer_bottom {
    margin-top: 20px;
  }
  .footer_menues {
    flex-wrap: wrap;
  }
  .footer_menues > li {
    margin-bottom: 24px;
  }
  .footer_socials {
    max-width: 320px;
    margin-top: 24px;
  }
  .footer .socials_list {
    padding-top: 4px;
  }
  .footer .qr_image {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 16px;
  }
  .footer .qr_image img {
    width: 146px;
  }
  .footer .app_btn {
    margin-top: 16px;
    max-width: 140px;
    min-width: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .footer_menues {
    width: 58.33%;
  }
  .footer_menues > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer_contacts, .footer_socials {
    width: 41.67%;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .footer_menues, .footer_contacts, .footer_socials {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 32px;
  }
  .footer_bottom {
    margin-top: 16px;
  }
  .footer .customer, .footer_menues > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer .developer {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 12px;
  }
}
@media screen and (max-width: 575px) {
  .footer_contacts, .footer_socials, .footer_menues {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer_contacts {
    margin-bottom: 20px;
  }
  .footer_contacts ul {
    max-width: 100%;
  }
}
@media screen and (max-width: 1179px) {
  .main_screen {
    margin-top: -113px;
  }
  .main_screen:before {
    height: 113px;
  }

  .advantages {
    padding-left: 16px;
    padding-right: 16px;
  }
  .advantages .big_title img {
    margin-bottom: 16px;
  }
  .advantages .item_block {
    max-width: 400px;
    padding: 0 16px;
  }
  .advantages .item_icon {
    height: 100px;
    margin-bottom: 16px;
  }
  .advantages .item_icon img {
    max-width: 120px;
  }
  .advantages .short_desc {
    max-width: 280px;
    margin-top: 12px;
  }

  .store_section {
    padding-left: 16px;
    padding-right: 16px;
  }
  .store_section .short_desc {
    margin-top: 12px;
    font-size: 114.29%;
    line-height: 1.5em;
  }

  .number_transfer .page_container {
    gap: 32px;
  }

  .faq_conditions {
    padding-left: 16px;
    padding-right: 16px;
  }
  .faq_conditions .tab_btns {
    gap: 12px;
  }
  .faq_conditions .tab_btns button {
    height: 60px;
    font-size: 142.86%;
  }
  .faq_conditions .tabs_container {
    margin-top: 24px;
  }
  .faq_conditions .faq_5g > li:not(:first-child) {
    margin-top: 12px;
  }
  .faq_conditions .question_block {
    min-height: 48px;
    padding: 5px 16px;
    font-size: 114.29%;
    line-height: 1.5em;
  }
  .faq_conditions .answer_block {
    padding: 0 16px;
    font-size: 100%;
    line-height: 1.43em;
  }
  .faq_conditions .answer_block:after {
    height: 16px;
  }

  .guide_section .short_desc {
    max-width: 480px;
    font-size: 114.29%;
  }

  .guide_content .guide_screens > * {
    margin: 0 auto;
  }
  .guide_content .guide_steps ul {
    padding-top: 32px;
  }
  .guide_content .guide_steps ul:before {
    left: 3px;
    margin-bottom: -4px;
    width: 31px;
    height: 31px;
    border-width: 4px;
  }
  .guide_content .guide_steps ul:after {
    left: 18px;
    top: 4px;
    height: 28px;
  }
  .guide_content .guide_steps li {
    font-size: 114.29%;
    margin: 12px 0;
  }
  .guide_content .guide_steps li:before {
    min-width: 37px;
    margin-right: 16px;
    border-width: 4px;
  }
  .guide_content .guide_steps li:after {
    left: 18px;
    top: -12px;
    bottom: -12px;
  }
  .guide_content .device_type {
    padding-left: 30px;
  }
  .guide_content .device_type button {
    margin-left: 24px;
    font-size: 114.29%;
  }

  .packages_section {
    padding-left: 16px;
    padding-right: 16px;
  }
  .packages_section .tab_btns {
    gap: 12px;
  }
  .packages_section .tab_btns button {
    font-size: 114.29%;
    line-height: 20px;
    height: 48px;
    padding: 0 16px;
    border-radius: 8px;
  }
  .packages_section .conditions_info {
    padding: 0;
    margin-top: 32px;
  }
  .packages_section .packages_list {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .packages_section .swiper-slide {
    padding: 0 6px;
  }

  .package_5g .package_head {
    padding: 16px 20px 0;
    min-height: 110px;
  }
  .package_5g .package_head img:first-child {
    width: 120px;
  }
  .package_5g .package_head img:nth-child(2) {
    width: 48px;
  }
  .package_5g .include_block {
    padding: 6px;
  }
  .package_5g .include_block:has(img[src*=net_]) {
    height: 100px;
  }
  .package_5g .include_icon {
    flex: 0 0 24px;
    max-width: 24px;
    margin-left: 0px;
    margin-right: 12px;
  }
  .package_5g .include_size {
    font-size: 100%;
  }
  .package_5g .include_size > span:first-child {
    font-size: 114.29%;
  }
  .package_5g .include_size .count_block {
    font-size: 125%;
  }
  .package_5g .include_size:has(+ [data-popup*=channels]) {
    flex: 1;
    max-width: calc(100% - 106px);
  }
  .package_5g .unlimits_btn[data-popup*=socials] {
    gap: 4px;
    margin-top: 8px;
  }
  .package_5g .package_foot {
    margin-top: 20px;
    border-radius: 20px;
    padding: 20px;
  }
  .package_5g .primary_5g {
    font-size: 114.29%;
    min-width: 140px;
  }
  .package_5g .package_price {
    font-size: 114.29%;
  }
  .package_5g .package_price span {
    font-size: 150%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1179px) {
  .big_title {
    font-size: 300%;
    line-height: 1.29em;
  }

  .middle_title {
    font-size: 200%;
    line-height: 1.14em;
  }
  .middle_title img {
    height: 32px;
    margin: 0 21px;
  }

  .speed_section .section_inner {
    width: 480px;
  }
  .speed_section .meter_arrow {
    bottom: 12px;
  }
  .speed_section .meter_arrow img {
    margin-left: -8px;
    width: 206px;
  }
  .speed_section .speeds_list {
    bottom: 16px;
  }
  .speed_section .speeds_list li:nth-child(4) img {
    margin-left: 11px;
  }
  .speed_section .speeds_list img {
    width: 82px;
  }

  .advantages .big_title img {
    width: 260px;
  }

  .coverage_section .big_title {
    max-width: 720px;
    margin: 0 auto;
  }
  .coverage_section .big_title img {
    height: 32px;
    margin: 0 21px;
  }

  .number_transfer .logo_block img {
    width: 260px;
  }
  .number_transfer .slogan_block {
    font-size: 214.29%;
  }
  .number_transfer .primary_5g {
    margin-top: 40px;
    min-width: 260px;
    font-size: 171.43%;
    height: 56px;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .big_title {
    font-size: 257.14%;
    line-height: 1.22em;
  }

  .middle_title {
    font-size: 171.43%;
    line-height: 1.13em;
  }
  .middle_title img {
    height: 27px;
    margin: 0 18px;
  }

  .speed_section .section_inner {
    width: 360px;
  }
  .speed_section .meter_arrow {
    bottom: 9px;
  }
  .speed_section .meter_arrow img {
    margin-left: -6px;
    width: 155px;
  }
  .speed_section .speeds_list {
    bottom: 16px;
  }
  .speed_section .speeds_list li:nth-child(4) img {
    margin-left: 8px;
  }
  .speed_section .speeds_list img {
    width: 61px;
  }

  .advantages .big_title img {
    width: 210px;
  }

  .coverage_section .big_title img {
    height: 27px;
    margin: 0 18px;
  }

  .number_transfer .logo_block Img {
    width: 210px;
  }
  .number_transfer .slogan_block {
    font-size: 171.43%;
  }
}
@media screen and (max-width: 768px) {
  .advantages_list {
    flex-wrap: wrap;
  }
  .advantages_list:before {
    transform-origin: center;
    -webkit-transfrom-origin: center;
    width: 300%;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    left: -100%;
  }
  .advantages_list .item_block {
    flex: 0 0 100%;
  }
  .advantages_list .item_block:not(:first-child) {
    margin-top: 48px;
  }

  .number_transfer .page_container {
    flex-wrap: wrap;
  }
  .number_transfer .info_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .number_transfer .logo_block {
    padding-top: 0;
  }
  .number_transfer .primary_5g {
    margin-top: 24px;
    min-width: 210px;
    font-size: 142.86%;
    height: 48px;
  }

  .faq_conditions .tab_btns {
    flex-wrap: wrap;
    white-space: nowrap;
  }
}
@media screen and (min-width: 576px) and (max-width: 1179px) {
  .guide_content .guide_screens {
    padding-right: 32px;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .guide_content .guide_screens > * {
    max-width: 320px;
  }
  .guide_content .guide_steps {
    flex: 0 0 50%;
    max-width: 50%;
    align-self: center;
  }
}
@media screen and (max-width: 575px) {
  .big_title {
    font-size: 200%;
    line-height: 1.36em;
  }

  .middle_title {
    font-size: 142.86%;
    line-height: 1.05em;
  }
  .middle_title img {
    height: 21px;
    margin: 0 12px;
  }

  .speed_section .section_inner {
    width: 240px;
  }
  .speed_section .meter_arrow {
    bottom: 6px;
  }
  .speed_section .meter_arrow img {
    margin-left: -4px;
    width: 103px;
  }
  .speed_section .speeds_list {
    bottom: 8px;
  }
  .speed_section .speeds_list li:nth-child(4) img {
    margin-left: 6px;
  }
  .speed_section .speeds_list img {
    width: 41px;
  }

  .advantages .big_title img {
    width: 160px;
  }

  .coverage_section .big_title img {
    height: 21px;
    margin: 0 12px;
  }

  .number_transfer .logo_block Img {
    width: 160px;
  }
  .number_transfer .slogan_block {
    font-size: 142.86%;
  }

  .guide_content {
    flex-wrap: wrap;
    gap: 20px;
  }
  .guide_content .guide_screens,
.guide_content .guide_steps {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .packages_section .tab_btns {
    flex-wrap: wrap;
    gap: 6px;
  }
  .packages_section .tab_btns button {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1179px) {
  .coverage_switch {
    flex-wrap: wrap;
    gap: 16px;
    margin: 0 0 16px;
  }

  .net_switch {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    margin: 0 -16px;
    padding: 0 10px;
  }
  .net_switch label {
    margin: 0 6px;
    padding: 9px 16px;
    flex: 0 0 auto;
  }

  .locality_switch {
    margin: 0 0 0 auto;
  }

  .coverage_regions {
    padding: 16px 16px 0;
  }
  .coverage_regions:before {
    height: 80px;
  }
  .coverage_regions .list_hint {
    left: -15px;
  }
  .coverage_regions .list_hint:before {
    display: none;
  }
  .coverage_regions .regions_container {
    margin: 0 -16px;
  }
  .coverage_regions .regions_container button {
    padding: 20px 0;
    font-size: 114.29%;
    line-height: 1.5em;
  }
  .coverage_regions .regions_container > ul > li {
    margin-right: 16px;
  }
  .coverage_regions.opened .list_hint {
    font-size: 142.86%;
    line-height: 1.4em;
    padding: 26px 16px;
  }

  .map_section {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .map_section {
    flex-wrap: wrap;
    height: auto;
    background: transparent;
    position: relative;
    overflow: hidden;
  }

  .coverage_regions {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 16px;
    background: #F7F8F7;
  }
  .coverage_regions:before {
    border-top-right-radius: 16px;
  }
  .coverage_regions .list_hint {
    display: none;
  }
  .coverage_regions .toggle_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 142.86%;
    line-height: 1.4em;
    width: 100%;
    border: none;
    background: transparent;
    font-weight: 800;
    padding: 0;
  }
  .coverage_regions .toggle_btn:before {
    display: flex;
    align-items: center;
    justify-content: center;
    order: 2;
    border: 1px solid #3A3B3A;
    background: #ffffff;
    border-radius: 8px;
    flex: 0 0 48px;
    height: 48px;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .coverage_regions .regions_container {
    margin: 0 -16px;
    max-height: 0;
    padding-left: 16px;
    opacity: 1;
    width: calc(100% + 32px);
    max-width: calc(100% + 32px);
    -o-transition: max-height 0.3s;
    -ms-transition: max-height 0.3s;
    -moz-transition: max-height 0.3s;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
  }
  .coverage_regions .regions_container button {
    padding: 20px 0;
    font-size: 114.29%;
    line-height: 1.5em;
  }
  .coverage_regions .regions_container > ul > li {
    margin-right: 16px;
  }
  .coverage_regions.opened {
    max-width: 100%;
  }
  .coverage_regions.opened .toggle_btn:before {
    transform: rotate(90deg) scaleX(-1);
    -moz-transform: rotate(90deg) scaleX(-1);
    -ms-transform: rotate(90deg) scaleX(-1);
    -webkit-transform: rotate(90deg) scaleX(-1);
    -o-transform: rotate(90deg) scaleX(-1);
  }
  .coverage_regions.opened .regions_container {
    max-height: 550px;
  }
  .coverage_regions [class*=roads_] {
    margin: 20px 16px 20px 0;
    max-height: 500px;
  }

  .map_block {
    flex: 0 0 100%;
    max-width: 100%;
    height: auto;
    border-radius: 0;
  }
  .map_block #map {
    border-radius: 0 0 16px 16px;
    height: 370px;
  }
  .map_block .coverage_legend {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 8px;
    border: 1px solid #3A3B3A;
    font-weight: 800;
  }
  .map_block .coverage_legend li span {
    min-width: 12px;
    margin: 4px 8px 4px 0;
  }
  .map_block:not(.ready) {
    background-position: center 125px;
  }
  .map_block .map_type_toggle {
    margin-bottom: 132px;
  }
}

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