@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=cyrillic');
body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif;
  position: relative;
  font-size: 16px;
  color: #323232;
  background-color: #fff;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
h2,
h3 {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
button:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
main {
  padding-bottom:15px;
}
.container {
  max-width: 1170px;
  margin: 0 auto;
}
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px auto;
}
.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu li a {
  display: block;
  padding: 0 15px;
  text-decoration: none;
  color: #393939;
}
.menu li a:hover {
  color: #a67c52;
}
.nav:not(.header__menu) {
  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);
  min-height: 50px;
}
.nav__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  position: relative;
}
.menu-item {
  position: relative;
  cursor: pointer;
}
.menu-item__title {
  font-weight: bold;
  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;
  line-height: 50px;
  padding: 0 30px 0 10px;
  outline: 1px solid #fff;
  position: relative;
}
.menu-item__title::after {
  content: "";
  background-image: url(../img/menu_drop.png);
  width: 18px;
  height: 12px;
  position: absolute;
  right: 7px;
  top: 19px;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.menu-item__title:hover::after {
  background-image: url(../img/menu_drop_h.png);
}
.menu-item__title:hover {
  background: #fff;
  color: #a67c52;
  outline: 1px solid #a67c52;
  outline-offset: -1px;
}
.menu-item__dropdown {
  position: absolute;
  left: 0;
  width: 200px;
  background-color: #a67c52;
  display: none;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-top: 1px solid #fff;
  z-index: 3;
}
.menu-item__dropdown.active {
  display: block;
  opacity: 1;
}
.menu-item__dropdown li a {
  padding: 5px 10px;
  display: block;
  color: #fff;
  border: 1px solid #a67c52;
  margin-bottom: -1px;
}
.menu-item__dropdown li a:hover {
  color: #a67c52;
  background-color: #fff;
}
.breadcrumbs {
  margin-top: 25px;
}
.breadcrumbs li {
  display: inline-block;
  color: #323232;
}
.breadcrumbs li::before {
  content: ">";
  margin-left: 5px;
  margin-right: 7px;
  color: #a67c52;
}
.breadcrumbs li:first-child::before {
  content: "";
  margin-left: 0;
  margin-right: 0;
}
.breadcrumbs a {
  color: #a67c52;
  font-size: 20px;
}
.girl_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 50px 0;
}
.girl {
  padding: 20px 10px 20px 20px;
  margin: 0 20px 35px;
  width: calc(100% / 2 - 40px);
  border: 1px solid #f9e2ca;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.girl__photo {
  overflow: hidden;
  height: 340px;
}
.girl__photo .photo__link {
  width: 220px;
  height: 340px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: block;
  position: relative;
}
.girl__photo .photo__link:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.girl__info {
  width: calc(100% - 230px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 10px;
}
.girl__name {
  text-align: center;
  font-size: 30px;
  margin-bottom: 10px;
}
.girl__name a {
  color: #a67c52;
  font-weight: bold;
  position: relative;
}
.ifVideo, .ifChecked {
  position: absolute;
}
.ifVideo {
  left: -33px;
  background-image: url(../img/ifVideo.png);
  width: 25px;
  height: 25px;
  top: 7px;
  -webkit-background-size: cover;
  background-size: cover;
}
.ifChecked {
  background-image: url(../img/ifChecked.png);
  width: 25px;
  height: 25px;
  -webkit-background-size: cover;
  background-size: cover;
  top: 5px;
}
.girl__text {
  text-align: left;
  margin-top: 15px;
  margin-left: 10px;
  height: 80px;
  overflow: hidden;
}
.girl__price {
  color: #a67c52;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 10px;
  margin-right: 20px;
}
.girl__params_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.girl__params_wrap .girl__params_title {
  background: #fcf5ee;
  color: #7f7e7e;
  text-transform: uppercase;
  font-weight: normal;
  padding: 5px;
  margin-bottom: 5px;
}
.girl__metro {
  margin-top: auto;
  margin-bottom: 15px;
}
.girl__metro a {
  color: #a67c52;
}
.girl__btn {
  margin-bottom: 0;
}
.girl__btn a {
  text-transform: uppercase;
  text-decoration: none;
  background: url(../img/bottom-1.png) no-repeat 0px 0px;
  width: 175px;
  height: 40px;
  display: inline-block;
  color: #ffffff;
  padding-top: 11px;
  font-weight: 300;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer {
  text-align: center;
  background-color: #a67c52;
  color: #fff;
  padding: 20px 0;
}
.footer a {
  color: inherit;
  font-weight: bold;
}
.main_menu_button_wrap,
.fade {
  display: none;
}
.mobile_menu {
  display: none;
}
.toTop {
  width: 40px;
  border: 4px solid #323232;
  border-radius: 50%;
  background: #eff;
  text-align: center;
  padding: 5px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  display: none;
  color: #fff;
  font-family: verdana;
  font-size: 37px;
  height: 40px;
  background-image: url(../img/top.png);
  background-size: 80%;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
}
.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 25px;
  margin-top: 25px;
}
.pagination ul li {
  margin: 0 5px;
}
.pagination ul li a {
  display: block;
  padding: 5px 10px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  color: #4b4b4b;
}
.pagination ul li a.active {
  background-color: #a67c52;
  color: #fff;
}
.pagination ul li a:hover {
  background: #a67c52;
  color: #fff;
}

.active .page-link {
  background: #a67c52;
  color: #fff;
}

.disabled .page-link {
  display: none;
}

.page_title {
  margin: 10px 0;
}
.anketa_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
}
.anketa_photo {
  margin-right: 35px;
  text-align: center;
  width: 400px;
}
.anketa_photo_small_item:first-child {
  display: block;
  width: 100%;
  height: auto;
}
.anketa_photo_small_item {
  width: 120px;
  height: 85px;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 10px;
}
.anketa_info {
  width: calc(100% - 455px);
  position: relative;
  text-align: center;
}
.anketa_info_name {
  margin: 20px;
  font-size: 40px;
  font-weight: bold;
  color: #a67c52;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  display: inline-block;
}
.anketa_info_name .ifChecked {
  top: 8px;
  right: -33px;
}
.anketa_info .girl__params_wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.anketa_info .girl__params_wrap .girl__params_title {
  background: #fcf5ee;
  color: #7f7e7e;
  text-transform: uppercase;
  font-weight: normal;
  padding: 5px 10px;
  margin-bottom: 5px;
}
.anketa_info .girl__params_wrap .girl__params {
  margin: 0 10px;
}
.anketa_info .girl__text {
  font-size: 16px;
  line-height: 24px;
  overflow: visible;
  margin-top: 20px;
  height: auto;
}
.anketa__descrBot {
  background-color: #a67c52;
  padding: 15px;
  color: #fff;
  font-size: 18px;
  margin-top: 30px;
  text-align: left;
}
.anketa__descrPriceRow {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
}
.anketa__descrPriceItem {
  position: relative;
}
.anketa__descrPriceRow--in::before {
  content: "Апартаменты";
  position: absolute;
  top: -25px;
  left: 0;
  color: #fff;
  font-size: 14px;
}
.anketa__descrPriceRow--out::before {
  content: "Выезд";
  position: absolute;
  top: -25px;
  left: 0;
  color: #fff;
  font-size: 14px;
}
.anketa__descrPriceRow > div {
  width: 33%;
}
.anketa_location {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: center;
}
.anketa_location_item span {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
.anketa_location_item a {
  color: inherit;
}
.anketa_services {
  margin-bottom: 25px;
}
.anketa_services:last-child {
  margin-bottom: 0;
}
.anketa_services .anketa_title {
  color: #a67c52;
  padding-left: 10px;
  padding-top: 15px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: bold;
  text-align: left;
}
.anketa_services_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
}
.anketa_services_wrap li a {
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid #a67c52;
  margin-right: 10px;
  color: #a67c52;
  margin-bottom: 10px;
  display: block;
  position: relative;
  opacity: 0.6;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.anketa_services_wrap li a.active {
  padding-right: 30px;
  opacity: 1;
}
.anketa_services_wrap li a.active::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(../img/check.png);
  background-size: cover;
  right: 5px;
  top: 4px;
}
.anketa_services_wrap li a.active:hover {
  background-color: #a67c52;
  color: #fff;
}
.anketa_services_wrap li a.active:hover::after {
  background-image: url(../img/check_hover.png);
}
#map {
  width: 100%;
  height: 400px;
  display: block;
}
#player1 {
  max-width: 100%;
  background-image: url(../img/logo_video.png);
  background-repeat: no-repeat;
  background-size: 170px;
  background-position: center;
  background-color: #a67c52;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#player1:hover {
  background-image: url(../img/logo_video_h.png);
}
.anketa__interesting {
  margin-top: 50px;
}
.anketa__interestingWrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px -5px 0;
}
.anketa__interestingItem {
  width: calc(100% / 3 - 30px);
  margin: 0 15px 20px;
}
.anketa__interestingItemImg {
  height: 250px;
  overflow: hidden;
  border-radius: 4px;
  border: 10px solid rgba(0, 0, 0, 0.1);
  z-index: 0;
  position: relative;
}
.anketa__interestingItemImg img {
  max-width: inherit;
  height: auto;
  display: block;
  z-index: -1;
}
.anketa__interestingItemDescr {
  position: relative;
  margin-top: 20px;
  color: #171a1d;
  display: block;
}
.m_subway {
  margin-left: 15px;
  padding-left: 5px;
  width: calc(70%);
  height: 30px;
}
.menu_scroll {
  display: none;
  width: 100%;
  padding: 10px 5px;
}
.menu_scroll li {
  display: inline-block;
  border: 1px solid #fff;
  margin: 5px 0;
  margin-right: 5px;
}
.menu_scroll li a {
  margin-bottom: 0;
}
.menu-item-full {
  position: static;
}
.tel_wrap {
  padding: 10px 25px;
  max-width: 180px;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(to bottom right, #7D6E6B, #a67c52);
  display: block;
  font-size: 16px;
  box-shadow: inset 2px 0 2px #a67c52;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  cursor: pointer;
  text-align: center;
}
.tel_wrap:hover {
  background: linear-gradient(to bottom right, #a67c52, #7D6E6B);
}
.inner_phone {
  display: none;
}
.inner_phone a {
  color: #fff;
}
.girl__params_descr a {
  color: inherit;
}
.top50_main {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  justify-content: center;
}
.gal_item {
  width: 300px;
  margin: 0 10px 25px;
  padding: 10px;
  background-color: #a67c52;
}
.slut_name a {
  color: #fff;
  font-size: 18px;
  display: block;
  margin-top: 10px;
}
.map_wrap {
  margin: 25px auto;
}
#more_map {
  height: 500px;
}
.form_block h1 {
  margin-bottom: 25px;
}
.dav_search {
  padding: 25px 10px;
  background-color: rgba(165, 123, 81, .1);
}
.dav_search_wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.dav_search_left {
  margin-right: 25px;
}
.dav_search_left p {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;

}
.dav_search_left p select {
  width: 100%;
  display: block;
  height: 25px;
}
.dav_search_left p input {
  display: block;
  height: 25px;
  line-height: 20px;
  padding-left: 3px;
}
.form-hname {
  display: block;
  width: 120px;
  color: #323232;
}
.form-lname, .form-value {
  margin-right: 5px;
}
.form-value:focus, .dav_search_left select:focus {
  border: 1px solid #a67c52;
  outline: none;
  box-shadow: 0 0 1px 1px #a67c52;
}
.dav_form_right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service_tag {
  width: 50%;
  padding-left: 10px;
  margin: 3px 0;
}
.service_tag label {
  position: relative;
}
.service_tag label::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: -20px;
  top: 1px;
  background-color: #fff;
  border: 3px solid #a67c52;
}
.checkbox {
  display: none;
}
.checkbox:checked + label::before {
  background-color: #323232;
}
.submit-click {
  text-align: center;
}
.submit-click input {
  display: inline-block;
  margin: 0 auto;
  padding: 10px 30px;
  margin-top: 20px;
  background: #a67c52;
  color: #ffffff;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  margin-bottom: 25px;
}
.submit-click input:hover {
  background: black;
}
.anketa__descrPriceRow .anketa__descrPriceItem_R {
  background-image: url(../img/rubl.png);
  background-repeat: no-repeat;
  -webkit-background-size: 15px 18px;
  background-size: 15px 18px;
  background-position: 50px 1px;
}
.error {
  text-align: center;
  margin-top: 25px;
  /*height: 75vh;*/
  padding: 15px;
}
.error h1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
}
.error_btn a {
  padding: 15px 35px;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(to bottom right, #6C6D6E, #a67c52);
  display: inline-block;
  margin: 0 auto;
  font-size: 22px;
  border-radius: 20px;
  box-shadow: 0 5px 25px rgba(33, 35, 34, .3), inset 0 -2px 2px #6C6D6E, inset 0 2px 2px #6C6e6E, inset -2px 0 2px #6d6D6E, inset 2px 0 2px #4B4B4B;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.error_btn a:hover {
  background: none;
  background-color: #a67c52;
}
.bottom_h{
  text-align:center;
}

.social{
  display: flex;
  margin-top: 30px;
  justify-content: center;
  align-items: center;
}

.tg{
  margin-left: 10px;
  width: 22px!important;
  height: 22px;
  background: url(../img/telegram.png);
  background-position: center;
  display: inline-block;
  background-size: 100%;
  margin-right: 5px;

}
.wa{
  margin-left: 10px;
  width: 22px!important;
  height: 22px;
  background: url(../img/whatsapp.png);
  background-position: center;
  display: inline-block;
  background-size: 100%;

}