/*==========  Desktop First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .header__logo {
    padding-left: 10px;
  }
  .girl__name {
    font-size: 27px;
    margin-bottom: 5px;
  }
  .girl__price {
    font-size: 23px;
    margin-bottom: 5px;
  }
  .girl__btn a {
    padding-top: 0;
    line-height: 37px;
    background-size: 100% 100%;
  }
  .girl__metro {
    margin-bottom: 10px;
  }
  .girl__params {
    font-size: 15px;
  }
  .breadcrumbs {
    padding-left: 10px;
  }
  .page_title,
  .top_text {
    padding-left: 10px;
    padding-right: 10px;
  }
  .anketa_services_wrap {
    margin-right: 0;
  }
  .anketa_info {
    padding-right: 5px;
  }
  #map {
    overflow: hidden;
  }
  .anketa__interestingItem {
    width: calc(100% / 2 - 30px);
  }
  .anketa__interestingWrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }
  .anketa_photo_small {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .dav_search_wrap {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
  }
  .dav_search {
    padding: 0 10px;
  }
  .dav_search_left {
    margin-bottom: 20px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .girl {
    display: block;
    padding: 10px 5px;
    margin: 0 10px 35px;
    width: calc(100% / 3 - 20px);
  }
  .girl__photo .photo__link {
    margin: 0 auto;
  }
  .girl__photo .photo__link:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .girl__info {
    width: auto;
    margin-top: 15px;
    margin-left: 0;
  }
  .girl__metro {
    margin-top: 5px;
  }
  .header__logo {
    margin: 0 auto;
    padding-left: 0;
  }
  .menu {
    display: none;
  }
  .nav {
    display: none;
  }
  .fade {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2;
    display: none;
  }
  .fade_closed {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #fff;
    width: 45px;
    height: 45px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    border-radius: 3px;
    cursor: pointer;
    color: #a67c52;
  }
  .fade_closed:hover {
    background-color: #a67c52;
    color: #fff;
  }
  .mobile_menu {
    width: 80%;
    height: 100%;
    background-color: #fff;
    overflow: scroll;
    z-index: 3;
    padding-top: 60px;
    display: none;
    position: fixed;
    top: 0;
  }
  .main_menu_button_wrap {
    display: block;
    z-index: 15;
    top: 0;
    width: 100%;
    height: 45px;
    position: fixed;
    border: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#896744), to(#a67c52));
    background: -webkit-linear-gradient(top, #896744, #a67c52);
    background: -o-linear-gradient(top, #896744, #a67c52);
    background: linear-gradient(to bottom, #896744, #a67c52);
    cursor: pointer;
    text-align: right;
    padding-right: 15px;
    border-bottom: 1px solid #fff;
  }
  .main_menu_button {
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 50px;
    height: 30px;
  }
  .mobile_menu_title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    color: #ffffff;
  }
  .sandwich {
    width: 30px;
    height: 30px;
    display: block;
    padding-left: 10px;
  }
  .sw-topper {
    position: relative;
    top: 4px;
    width: 30px;
    height: 5px;
    background: #ffffff;
    border: none;
    -webkit-transition: top 0.2s, -webkit-transform 0.5s;
    transition: top 0.2s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, top 0.2s;
    transition: transform 0.5s, top 0.2s;
    transition: transform 0.5s, top 0.2s, -webkit-transform 0.5s;
    display: block;
  }
  .sw-bottom {
    position: relative;
    width: 30px;
    height: 5px;
    top: 9px;
    background: #ffffff;
    border: none;
    -webkit-transition: top 0.2s, -webkit-transform 0.5s;
    transition: top 0.2s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, top 0.2s;
    transition: transform 0.5s, top 0.2s;
    transition: transform 0.5s, top 0.2s, -webkit-transform 0.5s;
    -webkit-transition-delay: 0.2s, 0s;
    -o-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
    display: block;
  }
  .sw-footer {
    position: relative;
    width: 30px;
    height: 5px;
    top: 14px;
    background: #ffffff;
    border: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    display: block;
  }
  .sandwich.active .sw-topper {
    top: 16px;
    -webkit-transform: rotate(140deg);
    -ms-transform: rotate(140deg);
    transform: rotate(140deg);
  }
  .sandwich.active .sw-bottom {
    top: 11px;
    -webkit-transform: rotate(-140deg);
    -ms-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  .sandwich.active .sw-footer {
    opacity: 0;
    top: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .header {
    padding-top: 50px;
  }
  .mobile_menu .menu {
    display: block;
    opacity: 1;
  }
  .mobile_menu .menu li a {
    padding: 7px 0 7px 10px;
  }
  .mobile_menu .menu li a:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#896744), to(#a67c52));
    background: -webkit-linear-gradient(top, #896744, #a67c52);
    background: -o-linear-gradient(top, #896744, #a67c52);
    background: linear-gradient(to bottom, #896744, #a67c52);
    color: #fff;
  }
  .mobile_menu .menu-item__dropdown {
    position: static;
    display: block;
    width: auto;
    background-color: #fff;
    border: none;
    opacity: 1;
  }
  .mobile_menu .menu-item__dropdown li a {
    border: none;
    color: #323232;
  }
  .mobile_menu .menu_scroll li {
    display: block;
    margin: 0;
  }
  .mobile__title {
    background: -webkit-gradient(linear, left top, left bottom, from(#896744), to(#a67c52));
    background: -webkit-linear-gradient(top, #896744, #a67c52);
    background: -o-linear-gradient(top, #896744, #a67c52);
    background: linear-gradient(to bottom, #896744, #a67c52);
    color: #fff;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 10px;
    cursor: default;
  }
  .anketa_wrap {
    display: block;
  }
  .anketa_info {
    width: auto;
    padding: 0 5px;
  }
  .anketa_photo {
    width: 500px;
    margin: 0 auto;
  }
  .anketa_photo_big img,
  .anketa_photo_small_item img {
    max-width: 100%;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .girl {
    width: calc(100% / 2 - 20px);
  }
  .pagination ul li {
    margin: 0 4px;
  }
  .pagination ul li:nth-child(11) {
    display: none;
  }
  .anketa__interestingItem {
    width: calc(100% - 30px);
  }
  .anketa_info .girl__params_wrap .girl__params {
    margin: 0 9px 15px;
  }
  .anketa_photo {
    width: 470px;
    margin: 0 auto;
  }
  .anketa_wrap {
    margin-top: 0;
  }
  .anketa_location {
    margin-top: 10px;
  }
  .anketa_location_item {
    margin: 0 20px 20px;
  }
  .dav_search_left {
    margin-right: 0;
  }
  .dav_search {
    padding: 0;
  }
  .dav_search_wrap {
    padding: 25px 10px;
  }
  .dav_form_right {
    padding-left: 15px;
  }

}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .dav_search_left p {
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .dav_search_left p input {
    margin-bottom: 10px;
    width: 64px;
  }
  .dav_search_left p:last-child, .dav_search_left p:nth-child(8) {
    justify-content: flex-start;
  }
  .dav_search_left p {
    justify-content: flex-start;
  }
  .girl {
    width: calc(100% - 20px);
  }
  .header__logo {
    width: 175px;
  }
  .breadcrumbs a {
    font-size: 16px;
  }
  .pagination {
    overflow-x: hidden;
  }
  .pagination ul li:nth-child(6),
  .pagination ul li:nth-child(7),
  .pagination ul li:nth-child(8),
  .pagination ul li:nth-child(9),
  .pagination ul li:nth-child(10) {
    display: none;
  }
  .anketa_photo {
    width: 300px;
    margin: 0 auto;
  }
  .service_tag {
    width: 100%;
  }

}
/* Custom, iPhone Retina */
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
