* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
}

ul {
    list-style-type: none;
}

a {
    background-color: transparent;
    color: inherit;
    text-decoration: none;
}

.menu_container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    height: 116px;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.menu_container .logo {
    position: relative;
    bottom: 4px;
    max-width: 140px;
}

.menu_outer .menu_container .logo.mobile__only {
    display: none;
}

.menu_container .menu_right {
    display: flex;
    align-items: center;
    position: relative;
}

.menu_right .popup {
    font-weight: 300;
    margin-right: 40px;
    font-size: 14px;
    min-width: 100px;
}

.menu_container .menu_right .tel_number {
    margin-right: 40px;
}

.menu_container .menu_right .mobile_tel_number {
    background: #9bf0f5;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 15px;
    border: none;
    color: #333;
    width: 36px;
    height: 36px;
    display: none;
}

.menu_container .menu_right .mobile_tel_number img {
    height: 18px;
}

.menu_container .menu_right .sign_in_button {
    background: #9bf0f5;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 15px;
    border: none;
    color: #333;
    min-width: 100px;
    padding: 0 15px;
    height: 36px;
    margin-right: 20px;
    position: relative;
}

.menu_container .auth_menu {
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    min-width: 220px;
    padding-top: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(0, 100%);
    display: none;
    opacity: 0;
    z-index: 3;
    cursor: auto;
}

.menu_container .auth_menu_block {
    padding: 25px;
    mix-blend-mode: normal;
    display: flex;
    flex-direction: column;
    background: #333;
    border-radius: 12px 0 12px 12px;
    font-size: 14px;
    color: #fff;
}

.menu_container .menu_right .menu_button {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.menu_container .menu_right .menu_button:before, .menu_container .menu_right .menu_button:after {
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    content: '';
    width: 30px;
    height: 2px;
    display: block;
    position: absolute;
    background: #333;
    top: 50%;
    transform: translate(0, 50%);
}

.menu_container .menu_right .menu_button:before {
    transform: translate(0, calc(50% - 5px));
}

.menu_container .menu_right .menu_button:after {
    transform: translate(0, calc(50% + 5px));
}

.menu_outer .services-list, .cleaning_outer .cleaning-types {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    overflow: scroll;
    white-space: nowrap;
}

.menu_outer .services-list li, .cleaning_outer .cleaning-types li {
    margin-right: 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #B5B0AC;
}

.menu_outer .services-list li {
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.cleaning_outer .cleaning-types {
    padding-top: 20px;
    padding-bottom: 20px;
}

.menu_outer .services-list li:last-child, .cleaning_outer .cleaning-types li:last-child {
    margin-right: 0;
}

.menu_outer .services-list li.active, .cleaning_outer .cleaning-types li.active {
    color: #333333;
}

.cleaning_outer {
    background: #ffffff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
}

.page-container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.page-container .page-title {
    font-size: 52px;
    line-height: 120%;
    margin-top: 64px;
    margin-bottom: 56px;
}

.page-container .metro-container {

}

.page-container .metro-container .metro-line-container {
    margin-bottom: 56px;
}

.page-container .metro-container .metro-line-container .line-title {
    font-size: 28px;
    line-height: 110%;
    margin-bottom: 40px;
    font-weight: normal;
}

.page-container .metro-container .metro-line-container .metro-stations {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 24px;
}

.metro-station {
    display: flex;
    align-items: center;
    position: relative;
}

.metro-station .line-colors {
    display: flex;
}

.metro-station .line-colors .line-color {
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    margin-right: 4px;
}

.metro-station .line-colors .line-color:last-child {
    margin-right: 0;
}

.metro-station .station-name {
    font-size: 16px;
    line-height: 140%;
    position: absolute;
    padding-left: 16px;
}

.metro-station .station-name.colors2 {
    padding-left: 32px;
}

.metro-station .station-name.colors3 {
    padding-left: 48px;
}

.metro-station .station-name.colors4 {
    padding-left: 64px;
}

.show-more-button {
    display: none;
}


/*STATION PAGE*/
main .station_statistic {
    margin-top: 40px;
}

main .station_statistic_row {
    display: flex;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #DFDCDA;
}

main .station_statistic_row:last-child {
    border-bottom: 0;
}

main .station_statistic_row .stat {
    flex-basis: 50%;
    padding-right: 20px;
}
main section.bottom_text {
    padding-top: 60px;
    padding-bottom: 60px;
}

main .station_statistic_row .stat .stat-value {
    font-size: 52px;
    line-height: 110%;
    margin-bottom: 17px;
}

main .station_statistic_row .stat .stat-comment {
    font-size: 28px;
    line-height: 110%;
}

main .cleaners-outer {
    max-width: 100%;
    padding: 0;
    background: #F4F0ED;
    overflow: hidden;
}

main .cleaners-outer .cleaners-container {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 110px;
    padding-bottom: 130px;
}

main .map-outer {
    padding-top: 110px;
    padding-bottom: 110px;
}

main .map-outer .map {
    border-radius: 12px;
    margin-bottom: 80px;
    overflow: hidden;
}

main .map-outer .map > * {
    width: 100%;
    height: 700px;
}

main .map-outer .map-title {
    margin-bottom: 40px;
    max-width: 525px;
}

main .map-outer .stations::-webkit-scrollbar {
    display: none;
}
main .map-outer .stations {
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
}

main .map-outer .stations .metro-station:hover {
    background: #eee;
}

main .map-outer .stations .metro-station {
    border: 1px solid #B5B0AC;
    border-radius: 40px;
    padding: 15px 40px;
    margin-right: 12px;
}

main .map-outer .stations .metro-station:last-child {
    margin-right: 0;
}

main .map-outer .stations .metro-station .station-name {
    position: relative;
    padding: 16px 40px 16px 80px;
    margin: -16px -40px -18px -70px;
    white-space: nowrap;
}

/*END STYLES STATION PAGE*/

@media screen and (max-width: 768px) {
    body main > * {
        padding-left: 32px;
        padding-right: 32px;
    }

    .menu_container {
        height: 76px;
        padding-left: 32px;
        padding-right: 32px;
    }

    .menu_outer {
        padding-bottom: 16px;
    }

    .menu_container .logo {
        max-width: 120px;
    }

    .menu_right .popup {
        font-weight: 300;
        margin-right: 32px;
        font-size: 14px;
        min-width: 0;
    }

    .menu_container .menu_right .tel_number {
        display: none;
    }

    .menu_container .menu_right .mobile_tel_number {
        display: flex;
        margin-right: 12px;
    }

    .menu_container .menu_right .sign_in_button {
        display: none;
    }

    .menu_outer .services-list li, .cleaning_outer .cleaning-types li {
        margin-right: 28px;
        font-size: 14px;
    }

    .cleaning_outer .cleaning-types {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .page-container {
        padding-left: 32px;
        padding-right: 32px;
        padding-top: 44px;
    }

    .page-container .page-title {
        font-size: 38px;
        margin-top: 44px;
        margin-bottom: 40px;
    }

    .page-container .metro-container .metro-line-container {
        margin-bottom: 44px;
    }

    .page-container .metro-container .metro-line-container .line-title {
        font-size: 24px;
        margin-bottom: 28px;
    }

    .page-container .metro-container .metro-line-container .metro-stations {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        row-gap: 20px;
    }

    .metro-station .station-name {
        font-size: 15px;
    }

    /*STATION PAGE STYLES START*/
    body header .heading_block {
        padding-top: 44px;
        padding-bottom: 20px;
    }

    body header .heading_block .heading_block_title {
        font-size: 38px;
        line-height: 110%;
        margin-bottom: 20px;
        padding-bottom: 0;
    }

    body header .heading_block .heading_block_info {
        max-width: 100%;
    }

    body main .station_statistic {
        margin-top: 28px;
    }

    body main .station_statistic .station_statistic_row {
        padding: 36px 0;
    }

    body main .station_statistic .station_statistic_row .stat .stat-value {
        font-size: 40px;
        line-height: 110%;
        margin-bottom: 8px;
    }

    body main .station_statistic .station_statistic_row .stat .stat-comment {
        font-size: 22px;
        line-height: 140%;
    }

    body main .map-outer {
        padding: 80px 32px;
    }

    body main .map-outer .map {
        height: 426px;
        margin-bottom: 60px;
    }

    main .map-outer .map > * {
        width: 100%;
        height: 426px;
    }

    body main .map-outer .map .map-title {
        margin-bottom: 36px;
        max-width: 425px;
    }
    /*STATION PAGE STYLES END*/
}

@media screen and (max-width: 525px) {
    body main > * {
        padding-left: 28px;
        padding-right: 28px;
    }

    .menu_outer .menu_container .logo.desktop__only, .logo-link__desktop {
        display: none;
    }

    .menu_outer .menu_container .logo.mobile__only {
        display: block;
        margin-right: 10px;
    }

    .menu_container {
        padding-left: 28px;
        padding-right: 28px;
        justify-content: flex-start;
    }

    .menu_right, .menu_right .popup {
        flex-grow: 1;
    }

    .menu_outer .services-list li, .cleaning_outer .cleaning-types li {
        margin-right: 24px;
    }

    .page-container {
        padding-left: 28px;
        padding-right: 28px;
    }

    .page-container .page-title {
        margin-top: 32px;
        font-size: 24px;
    }

    .page-container .metro-container .metro-line-container {
        margin-bottom: 40px;
    }

    .page-container .metro-container .metro-line-container .line-title {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .page-container .metro-container .metro-line-container .metro-stations {
        display: flex;
        flex-direction: column;
        row-gap: 0;
        height: 155px;
        overflow: hidden;
    }
    .page-container .metro-container .metro-line-container .metro-stations.active {
        height: fit-content;
    }

    .metro-station {
        margin-bottom: 20px;
    }

    .show-more-button {
        font-size: 14px;
        line-height: 140%;
        color: #B5B0AC;
        position: relative;
        padding-right: 12px;
        width: fit-content;
        display: flex;
    }

    .show-more-button .more {
        display: block;
    }

    .show-more-button .less {
        display: none;
    }

    .show-more-button.active .more {
        display: none;
    }

    .show-more-button.active .less {
        display: block;
    }

    .show-more-button:after {
        position: absolute;
        right: 0;
        content: '\203A';
        font-size: 18px;
        transform: rotate(90deg);
        display: block;
    }

    .show-more-button.active:after {
        transform: rotate(270deg);
    }

    /*STATION PAGE START*/
    body header .heading_block {
        padding: 32px 28px 36px;
    }

    body header .heading_block .heading_block_title {
        font-size: 24px;
        line-height: 110%;
        margin-bottom: 24px;
    }

    body header .heading_block .heading_block_info {
        font-size: 16px;
    }

    body main .station_statistic {
        margin-top: 12px;
    }

    body main .station_statistic .station_statistic_row {
        padding: 28px 0;
    }

    body main .station_statistic .station_statistic_row .stat .stat-value {
        font-size: 24px;
        line-height: 110%;
    }

    body main .station_statistic .station_statistic_row .stat .stat-comment {
        font-size: 14px;
        line-height: 140%;
    }

    body main .map-outer {
        padding: 54px 28px;
    }

    body main .map-outer .map {
        height: 352px;
        margin-bottom: 56px;
    }

    body main .map-outer .map > * {
        height: 352px;
        margin-bottom: 56px;
    }

    body main .map-outer .map-title {
        margin-bottom: 32px;
        font-size: 24px;
    }

    body main .cleanings-include-outer .types_services_block_header_outher .types_services_block_header_container {
        padding: 0 28px;
    }

    body main .cleanings-include-outer .types_services_block_header_outher .types_services_block_header_container .types_services_block_header {
        padding-top: 56px;
        padding-bottom: 32px;
    }

    body main .cleanings-include-outer .types_services_block_header_outher .types_services_block_header_container .types_services_block_header .types_services_block_header_title {
        font-size: 24px;
        margin-bottom: 24px;
        width: 160px;
    }

    body main .cleanings-include-outer .types_services_block_header_outher .types_services_block_header_container .types_services_block_header .types_services_block_header_info {
        font-size: 16px;
    }

    body main .types_services_gallery.single_gallery .types_services_gallery_nav {
        padding-left: 28px;
        padding-right: 28px;
    }

    main .reviews_block_info_arrows, main .cleaners_block_info_arrows, main .how_to_order_info_arrows {
        display: none;
    }

    body main .how_to_order_info {
        display: block;
        padding-bottom: 32px;
    }

    body main .how_to_order_outher_swiper .how_to_order {
        padding: 56px 28px;
    }

    body main .how_to_order_outher_swiper .how_to_order_info_header .how_to_order_info_title {
        margin-bottom: 24px;
        font-size: 24px;
    }

    body main .how_to_order_outher_swiper .how_to_order_items_block_item {
        width: 305px;
        height: 302px;
        min-width: 305px;
    }

    /*STATION PAGE END*/
}








