@media only screen and (max-width: 1366px) {
    .aside-anket {
        display: none;
    }
}
@media only screen and (max-width: 1200px) {
    .container {
        width: 940px;
    }
    .logo-link {
        width: 20%;
        font-size: 19px;
        margin-right: 38px;
    }
    nav {
        width: calc(80% - 38px);
    }
    .menu li {
        padding-bottom: 5px;
    }
    .menu li a {
        margin: 0;
    }
    .anketa {
        width: calc(50% - 15px);
    }
    .linkovka-wrapper {
        width: 100%;
        max-height: 440px;
        overflow: hidden;
    }
    .anketa-name {
        height: 70px;
    }
}
@media only screen and (max-width: 992px) {
    .linkovka-cont .linkovka-block {
        width: 100%;
    }
    .linkovka-wrapper {
        max-height: inherit;
    }
    .aside-anket {
        display: block;
    }
    .girl-prices,
    .menu-top_menu-container,
    nav {
        width: 100%;
    }
    body {
        font-size: 14px;
        overflow-x: hidden;
    }
    .girl-price span:nth-child(1) {
        font-size: 18px;
    }
    .girl-metro-name {
        height: auto;
    }
    .anketa-description {
        height: 80px;
    }
    header.main {
        background: 0 0;
        margin-bottom: 0;
        min-height: 70px;
    }
    .wave {
        z-index: 120;
        height: 70px;
        position: fixed;
    }
    .wave_content {
        z-index: 121;
        position: fixed;
        top: 0;
    }
    .logo-img {
        height: 40px;
        margin-top: 8px;
    }
    .menu-btn {
        margin-top: 4px;
    }
    .desktop-hidden {
        display: block !important;
    }
    .container {
        width: 750px;
    }
    .menu,
    .menu li::after {
        display: none;
    }
    .desktop-hidden nav ul {
        display: block;
        width: 100%;
    }
    .desktop-hidden nav ul li a {
        position: relative;
        padding: 10px;
        background-color: #f76e57;
        color: #fff;
        font-size: 18px;
        list-style: none;
        width: 100%;
        display: block;
        border-radius: 5px;
        cursor: pointer;
    }
    .logo-link {
        width: auto;
    }
    .aside {
        position: fixed;
        background: #fff;
        width: 100%;
        height: 100%;
        z-index: 98;
        padding: 80px 15px 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease;
        overflow-y: scroll;
        top: 0;
        left: 0;
        -webkit-overflow-scrolling: touch;
    }
    .aside-anket {
        position: absolute;
        left: -100vw;
    }
    #menu-uslugi,
    .hidden-services {
        display: none;
    }
    main.main-with-aside {
        width: 100%;
        padding-top: 15px;
    }
    main.main-list {
        width: 100%;
    }
    .metrot {
        font-size: 15px;
    }
    .breadcrumbs {
        background-color: #ffeeeb;
        font-size: 14px;
        padding-top: 70px;
    }
    .anketa {
        width: calc((100% / 2) - 15px);
    }
    .main-header {
        margin: 0;
        padding: 0;
        font-size:20px;
    }
    .main-header:after {
        width: 100%;
        margin: 0;
    }
    .list_item {
        width: 100%;
    }
    .girl-info,
    .photo-holder {
        width: 50%;
    }
    .girl-price {
        width: 100%;
        padding: 0 10px;
    }
    .fastCall,
    .menu-btn {
        display: block;
    }
    .departure-side .price-span {
        text-align: left;
    }
    .breadcrumbs li {
        margin-top: 8px;
    }
    .header-telegram {
        margin-right: 70px;
        margin-top: 10px;
    }
}
@media only screen and (max-width: 768px) {
    .onlimobile {
        display: block;
    }
    .notmobile {
        display: none;
    }
    .first-photo-link {
        height: 480px;
    }
    .anketa {
        width: calc((100% / 2) - 15px);
    }
    .photo-holder {
        height: auto;
    }
    .linkovka-cont .linkovka-block {
        width: 100%;
        margin: 7px;
    }
    .linkovka-wrapper {
        width: 100%;
        max-height: 800px;
        overflow: hidden;
    }
    .container,
    .girl-info,
    .photo-holder,
    .sidebar-tag {
        width: 100%;
    }
    .anketa-content .params {
        padding-left: 5%;
    }
    .girl-prices .apartament-side,
    .girl-prices div {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .girl-prices .departure-side {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
    .girl-prices .girl-price {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .girl-prices .price-span,
    .girls-servises li {
        width: calc(33.3% - 10px);
    }
}
@media only screen and (max-width: 480px) {
    .anketa,
    .girl-prices .price-span,
    .girls-servises li {
        width: 100%;
    }
}
