@charset "UTF-8";
*, body, html {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

.breadcrumbs {
  width: -moz-max-content;
  width: max-content;
  padding: 8px 14px;
  background: #aeaeae;
  margin: 10px 0;
}
.breadcrumbs ol {
  display: flex;
  flex-flow: row wrap;
  color: #f8f8f8;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs ol li {
  margin: 0 5px;
}
.breadcrumbs ol li a {
  position: relative;
  color: rgba(255, 255, 255, 0.8);
}

.girls_end, .text_no_find {
  text-align: center;
  font-size: 24px;
  width: 100%;
}

.text-center {
  text-align: center;
}

span.hr {
  display: block;
  width: 100%;
  height: 2px;
  background: #F10363;
  margin: 10px 0;
}

span.pink {
  color: #F10363;
}

.icon-place {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  flex-shrink: 0;
}

.razm_btn {
  font-size: 20px;
  background: #F10363;
  border: 1px solid #F10363;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 5px 10px;
  color: #fff;
  transition: 0.5s;
}
.razm_btn:hover {
  color: #F10363;
  background: #fff;
  text-decoration: none;
}

.grayscale_img {
  filter: grayscale(1) !important;
}

#load_photos {
  display: none;
}

header .upper-header {
  padding-top: 15px;
  background: #F10363;
  padding-bottom: 15px;
}
header .upper-header .logo {
  display: flex;
  align-items: center;
}
header .upper-header .logo img {
  width: 100%;
  max-width: 209px;
  height: 50px;
}
header .upper-header .main-menu {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .upper-header nav {
  width: 100%;
}
header .upper-header .top-account-menu {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 5px;
}
header .upper-header .top-account-menu.mob {
  display: none;
}
header .upper-header .top-account-menu.top-menu .menu-item {
  margin-left: 10px;
}
header .upper-header .top-account-menu.top-menu .menu-item a {
  color: #e7c87c;
}
header .upper-header .top-account-menu.top-menu .menu-item a.active {
  display: flex;
  align-items: center;
}
header .upper-header .top-account-menu.top-menu .menu-item a.active img {
  width: 24px;
  height: 17px;
  margin-right: 5px;
}
header .upper-header .top-account-menu.top-menu .menu-item a svg {
  width: 30px;
  height: 30px;
  fill: #e7c87c;
  margin-right: 5px;
}
header .upper-header .top-account-menu.top-menu .menu-item.dropdown a {
  color: #fff;
}
header .upper-header .top-account-menu.top-menu .menu-item.dropdown ul a {
  color: #f10363;
}
header .upper-header .top-main-menu {
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #e7c87c;
  margin-top: 5px;
  padding-top: 5px;
}
header .upper-header .top-menu {
  list-style: none;
}
header .upper-header .top-menu .menu-item {
  display: inline-block;
}
header .upper-header .top-menu .menu-item a {
  font-size: 15px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.5s;
  font-weight: 500;
}
header .upper-header .top-menu li.dropdown {
  cursor: pointer;
  padding-right: 15px;
}
header .upper-header .top-menu li.dropdown ul {
  display: none;
}
header .upper-header .top-menu li.dropdown ul a {
  display: flex;
  align-items: center;
}
header .upper-header .top-menu li.dropdown ul a img {
  width: 24px;
  height: 17px;
  margin-right: 5px;
}
header .upper-header .top-menu li.dropdown::after {
  position: absolute;
  content: "";
  right: 0;
  top: 6px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  transition: 0.3s;
}
header .upper-header .top-menu li.dropdown:hover::after {
  top: 9px;
  transform: rotate(225deg);
}
header .upper-header .top-menu li.dropdown:hover ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 5px;
  z-index: 999;
  list-style: none;
  border: 1px solid #f10363;
  box-shadow: 0px 0px 8px 0px #000;
}
header .upper-header .top-menu li.dropdown:hover ul li {
  margin-bottom: 5px;
}
header .upper-header .top-menu li.dropdown:hover ul a {
  font-size: 18px;
  color: #f10363;
}
header .upper-header .top-menu li.dropdown:hover ul a:hover {
  color: #f0a202;
}
header .upper-header .top-menu .menu-item:hover a {
  color: #F0A202;
}

footer {
  background: #F10363;
  color: #fff;
  padding: 20px 0;
}
footer .footer-menu {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 5px;
  padding: 5px;
}
footer .footer-menu ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
}
footer .footer-menu ul li {
  margin: 5px;
}
footer .footer-menu ul li a {
  color: #fff;
}
footer .footer-bottom {
  text-align: center;
}

.clear {
  clear: both;
}

.home-mini-title {
  text-align: center;
  color: #f10363;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.comment_list {
  width: 900px;
  max-width: 100%;
  margin: 20px auto;
}
.comment_list .comment_item {
  margin-bottom: 5px;
  border: 1px solid #f10363;
  padding: 5px;
  text-decoration: none;
}
.comment_list .comment_item .comment_thumbnail {
  width: 100%;
  height: 95px;
  max-height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.comment_list .comment_item .comment_title {
  justify-content: space-between;
  align-items: center;
  margin: 0;
  margin-bottom: 10px;
}
.comment_list .comment_item .comment_title .metro_tag {
  font-size: 10px;
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.comment_list .comment_item .comment_title svg {
  width: 15px;
  margin-right: 5px;
}
.comment_list .comment_item .comment_title svg path {
  fill: #f10363;
}
.comment_list .comment_item .comment_title img {
  width: 24px;
}
.comment_list .comment_item .comment_title {
  color: #b5b5b5;
  font-size: 12px;
}
.comment_list .comment_item .comment_text {
  margin: 0;
  color: black;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}
.comment_list .comment_item .comment_content {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  padding-left: 0;
  position: relative;
}

.girl-section table tr td {
  padding: 3px 5px;
  border-bottom: 1.5px solid #F10363;
}
.girl-section {
  margin: 0 0 75px 0;
  font-family: "Roboto", sans-serif;
}
.girl-section .title-girl {
  color: #F10363;
  font-size: 32px;
}
.girl-section .contacts-girl {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  text-align: right;
  border: 2px solid #f10363;
  font-weight: bold;
  padding-bottom: 5px;
}
.girl-section .contacts-girl .show_phone {
  font-size: 24px;
  padding: 10px;
}
.girl-section .contacts-girl .hide_phone {
  padding: 10px 0;
  display: none;
}
.girl-section .contacts-girl .phone_link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.girl-section .contacts-girl img {
  margin: 0 5px;
}
.girl-section .contacts-girl a {
  color: #F10363;
  font-size: 20px;
  text-decoration: none;
  transition: 0.5s;
  line-height: 2.5;
}
.girl-section .contacts-girl a img {
  width: 50px;
  height: 50px;
}
.girl-section .contacts-girl a:hover {
  color: #b63f1e;
}
.girl-section .warning_text {
  margin: 15px 0;
  background: #fdfafa;
  border: 1px solid #F10363;
  padding: 25px;
  text-align: center;
}
.girl-section .warning_text .sitebb {
  font-weight: bold;
  color: #F10363;
}
.girl-section .warning_text .complain_btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.girl-section .thumbnail {
  position: relative;
}
.girl-section .thumbnail img {
  display: none;
  width: 100%;
}
.girl-section .thumbnail a {
  display: none;
}
.girl-section .thumbnail a:first-child {
  display: block;
}
.girl-section .thumbnail a:first-child img {
  display: block;
}
.girl-section .thumbnail .all-photo {
  display: none;
}
.girl-section .thumbnail .tag_badge_wrap {
  position: absolute;
  left: 5px;
  top: 5px;
  display: flex;
  flex-flow: column;
  color: #fff;
}
.girl-section .thumbnail .tag_badge_wrap .tag_badge {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  box-shadow: 0px 0px 5px 0px rgb(0, 0, 0);
}
.girl-section .thumbnail .tag_badge_wrap .tag_badge svg {
  width: 100%;
  height: 100%;
}
.girl-section .thumbnail .tag_badge_wrap .tag_badge.vip {
  background: rgb(241, 3, 99);
}
.girl-section .thumbnail .tag_badge_wrap .tag_badge.new {
  background: #8308ae;
}
.girl-section .thumbnail .tag_badge_wrap .tag_badge.video {
  background: #e69722;
}
.girl-section .thumbnail .verify_badge {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.3);
}
.girl-section .thumbnail .verify_badge svg {
  width: 100%;
  height: 100%;
}
.girl-section .mini-thumbnail {
  position: relative;
  display: flex;
  width: 100%;
  margin-top: 15px;
  overflow: hidden;
}
.girl-section .mini-thumbnail .items {
  width: 95%;
  margin-left: 2.5%;
  display: flex;
  transition: 0.5s;
}
.girl-section .mini-thumbnail .items .item {
  margin: 10px 0;
  cursor: pointer;
}
.girl-section video {
  width: 100%;
  max-height: 500px;
  margin-top: 20px;
}
.girl-section .last_update {
  margin-bottom: 10px;
  color: #f10363;
  padding: 4px 8px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
  background: #eee;
}
.girl-section .last_update.archive {
  background: #f10363;
  color: #fff;
  font-weight: bold;
}
.girl-section .prices {
  margin-bottom: 10px;
}
.girl-section .prices .title {
  display: flex;
  align-items: center;
}
.girl-section .prices .title h2 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
}
.girl-section .prices .title img {
  width: 45px;
  height: 45px;
}
.girl-section .prices .content {
  display: flex;
  justify-content: space-between;
}
.girl-section .prices .content .tprice {
  width: 100%;
}
.girl-section .prices .content .tprice td, .girl-section .prices .content .tprice th {
  border: 2px solid #F10363;
  text-align: center;
}
.girl-section .prices .content .tprice th {
  padding: 5px;
  font-weight: normal;
}
.girl-section .prices .content .tprice th svg {
  width: 30px;
  height: 30px;
  fill: #F10363;
  margin-right: 5px;
}
.girl-section .prices .content .tprice .price_col {
  font-weight: bold;
}
.girl-section .prices .content .tprice .grey {
  background: rgba(128, 128, 128, 0.15) !important;
}
.girl-section .salon_girls {
  margin-bottom: 10px;
}
.girl-section .salon_girls .title {
  display: flex;
  align-items: center;
}
.girl-section .salon_girls .title h2 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
}
.girl-section .salon_girls .title img {
  width: 45px;
  height: 45px;
}
.girl-section .salon_girls .content {
  display: flex;
  flex-flow: column;
}
.girl-section .salon_girls .content .girl {
  display: flex;
  justify-content: space-between;
  padding: 5px;
  border-bottom: 1px solid #F10363;
}
.girl-section .description {
  margin-top: 20px;
}
.girl-section .description .desc-title {
  color: #F10363;
  font-size: 32px;
}
.girl-section .attr .title {
  display: flex;
  align-items: center;
}
.girl-section .attr .title h2 {
  font-size: 24px;
  width: -moz-fit-content;
  width: fit-content;
}
.girl-section .attr .title img {
  width: 45px;
  height: 45px;
}
.girl-section .attr .tattr {
  width: 100%;
}
.girl-section .attr .tattr td {
  text-align: center;
}
.girl-section .tags {
  margin-top: 20px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.girl-section .tags h2 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  margin: 0;
}
.girl-section .tags a {
  margin: 4px 2px;
  padding: 2px 4px;
  background-color: #F10363;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  text-transform: lowercase;
  transition: 0.5s;
}
.girl-section .tags a:hover {
  background-color: #b63f1e;
}
.girl-section .services {
  margin-top: 15px;
  padding: 10px 0 10px 30px;
  border: 1px solid #D8206A;
  background: rgba(0, 0, 0, 0.0117647059);
}
.girl-section .services .title {
  margin-left: 30px;
  display: flex;
  align-items: center;
}
.girl-section .services .title h2 {
  font-size: 20px;
  font-weight: 500;
  color: #F10363;
  width: -moz-fit-content;
  width: fit-content;
}
.girl-section .services .services-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
.girl-section .services .services-inner h3 {
  font-size: 18px;
  color: #333;
  font-weight: 400 !important;
  margin: 5px 0;
}
.girl-section .services .services-inner a {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.35;
  text-decoration: none;
  color: #F10363;
}
.girl-section .services .services-inner a img, .girl-section .services .services-inner a .icon-place {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  margin-top: 1px;
}
.girl-section .services .services-inner a.none {
  color: #555;
}
.girl-section .services .services-inner a.none:visited {
  color: #555;
}
.girl-section .services .services-inner a.isset:visited {
  color: #F10363;
}
.girl-section .services .services-inner a:hover {
  color: #b63f1e;
}
.girl-section .services .services-inner a.none:hover {
  color: #333;
}
.girl-section .services .services-inner .column {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-flow: column wrap;
  align-content: flex-start;
  height: 790px;
}
.girl-section .point {
  margin-top: 10px;
}
.girl-section .point .tmetro {
  width: 100%;
}
.girl-section .point .title {
  display: flex;
  align-items: center;
}
.girl-section .point .title h2 {
  font-size: 24px;
  width: -moz-fit-content;
  width: fit-content;
}
.girl-section .point .title img {
  margin-top: -10px;
  width: 45px;
  height: 45px;
}
.girl-section .comment-block {
  margin-top: 25px;
  width: 100%;
  display: flex;
  flex-flow: column;
  padding-top: 10px;
  border-top: 1.5px solid #F10363;
}
.girl-section .comment-block .title {
  width: 100%;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #F10363;
}
.girl-section .comment-block .comment-form {
  width: 40%;
  margin: 0 auto;
}
.girl-section .comment-block .comment-form .form-group:last-child {
  text-align: right;
}
.girl-section .comment-block .comment-form .form-group:last-child .btn {
  text-transform: uppercase;
  padding: 5px 15px;
  border: 2px solid #D8206A;
  transition: 1s;
}
.girl-section .comment-block .comment-form .form-group:last-child .btn:hover {
  color: #ffffff;
  background: #D8206A;
  border: 2px solid #D8206A;
}
.girl-section .comment-block .add-reviews {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  color: #fff;
  background: #d8206a;
  font-size: 16px;
  margin: 10px auto;
  padding: 5px 15px;
  border-radius: 0.25rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.girl-section .reviews {
  width: 40%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.girl-section .reviews h3 {
  color: #f10363;
  text-align: center;
}
.girl-section .reviews .reviews-items__list .reviews-item {
  padding: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  background: #eee;
  width: 75%;
}
.girl-section .reviews .reviews-items__list .reviews-item .reviews-item__top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  margin-bottom: 5px;
}
.girl-section .reviews .reviews-items__list .reviews-item .reviews-item__top .reviews-item__date {
  font-weight: bold;
}
.girl-section .reviews .reviews-items__list .reviews-item .reviews-item__top .reviews-item__name a {
  font-weight: bold;
  color: #2196f3;
}
.girl-section .reviews .reviews-items__list .reviews-item.answer {
  margin-left: 25%;
  background: rgba(118, 0, 89, 0.3294117647);
}
.girl-section .reviews .reviews-items__list .reviews-item__content {
  word-break: break-word;
}
.girl-section .other-girls {
  padding-top: 10px;
  border-top: 1.5px solid #F10363;
}
.girl-section .other-girls .btn-more-girl {
  display: none;
}
.girl-section .other-girls .btn-more-girl.salon {
  display: block;
  padding: 10px 20px;
  margin: 0 auto;
  background-color: #F10363;
  color: #ffffff;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 24px;
  text-align: center;
  line-height: 26px;
  border: 1px solid #000;
  cursor: pointer;
  transition: 0.5s;
}
.girl-section .other-girls .btn-more-girl.salon.hide {
  display: none;
}
.girl-section .other-girls .btn-more-girl.salon:hover {
  background-color: #fff;
  color: #F10363;
}
.girl-section .other-girls .title {
  width: 100%;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #F10363;
}

.site-main#main {
  padding-top: 30px;
}

.single-post img#mainphoto {
  width: 100%;
}

.blog-section {
  min-height: 100vh;
}
.blog-section h1 {
  margin-bottom: 40px;
}
.blog-section .item {
  margin-bottom: 15px;
}
.blog-section .item a {
  font-size: 20px;
  color: #D8206A;
  text-decoration: none;
  transition: 0.5s;
}
.blog-section .item a:hover {
  color: #642d26;
}
.blog-section .row.blog {
  display: flex;
  justify-content: space-between;
}
.blog-section .row.blog .left {
  width: calc(75% - 7.5px);
}
.blog-section .row.blog .right {
  width: calc(25% - 7.5px);
  height: -moz-fit-content;
  height: fit-content;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.75);
  padding: 10px;
}
.blog-section .row.blog .right .tags {
  margin-bottom: 20px;
}
.blog-section .row.blog .right .tags .content {
  display: flex;
  flex-flow: row wrap;
}
.blog-section .row.blog .right .tags .content a {
  margin: 5px 5px 0 0;
  transition: 0.3s;
  padding: 2px 5px;
  border: 1px solid #f10363;
  border-radius: 5px;
}
.blog-section .row.blog .right .tags .content a:hover {
  color: #f10363;
}
.blog-section .row.blog .right .lastpost .content {
  display: flex;
  flex-flow: column;
}
.blog-section .row.blog .right .lastpost .content a {
  margin: 5px 0;
  transition: 0.3s;
}
.blog-section .row.blog .right .lastpost .content a:hover {
  color: #f10363;
}

.read_more {
  border-top: 1px solid #b90000;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 5px;
  background: #eee;
  margin: 15px 0;
}
.read_more .title {
  font-size: 24px;
  margin: 10px;
}
.read_more .content .item {
  margin: 10px 0;
}

@media screen and (max-width: 768px) {
  html, body {
    width: 100%;
    overflow-x: hidden;
  }
  footer .footer-menu ul {
    flex-flow: column;
  }
  header {
    position: relative;
  }
  header .upper-header {
    box-shadow: 0px 0px 5px 0px #000;
  }
  header .upper-header .logo img {
    width: 183px;
    height: 44px;
  }
  header .upper-header .burger {
    position: relative;
    width: 35px;
    height: 35px;
    display: block;
    margin-left: 10px;
  }
  header .upper-header .burger span, header .upper-header .burger::before, header .upper-header .burger::after {
    height: 2px;
    width: 100%;
    position: absolute;
    background: #fff !important;
    margin: 0 auto;
  }
  header .upper-header .burger span {
    top: 16px;
  }
  header .upper-header .burger::before, header .upper-header .burger::after {
    content: "";
  }
  header .upper-header .burger::after {
    bottom: 10px;
  }
  header .upper-header .burger::before {
    top: 10px;
  }
  header .upper-header .burger.open span {
    opacity: 0;
    transition: 0.5s;
  }
  header .upper-header .burger.open::before {
    transform: rotate(38deg);
    top: 16px;
    transition: 0.4s;
  }
  header .upper-header .burger.open::after {
    transform: rotate(-38deg);
    bottom: 16px;
    transition: 0.4s;
  }
  header .upper-header .top-menu.top-account-menu.desk {
    display: none;
  }
  header .upper-header .main-menu {
    justify-content: flex-end;
  }
  header .upper-header .main-menu .nav-top-menu {
    position: absolute;
    width: 100vw;
    top: 14px;
    right: -102vw;
    transition: 0.5s;
    z-index: 999;
    display: flex;
    flex-flow: column-reverse;
    box-shadow: 0px 3px 6px 0px #000;
  }
  header .upper-header .main-menu .nav-top-menu .top-main-menu {
    border-top: none;
  }
  header .upper-header .main-menu .nav-top-menu .top-menu {
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: column;
    background: #F10363;
    margin: 0 !important;
  }
  header .upper-header .main-menu .nav-top-menu .top-menu li.menu-item {
    border-bottom: 1px solid #fff;
    text-align: center;
  }
  header .upper-header .main-menu .nav-top-menu .top-menu li.menu-item a {
    color: #fff !important;
    font-size: 16px !important;
    display: block;
    padding: 3px 0;
  }
  header .upper-header .main-menu .nav-top-menu .top-menu li.menu-item:first-child {
    border-top: 1px solid #fff;
  }
  header .upper-header .main-menu .nav-top-menu .top-menu li.dropdown .active {
    display: none;
  }
  header .upper-header .main-menu .nav-top-menu .top-menu li.dropdown ul {
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    display: flex;
    list-style: none;
    justify-content: center;
  }
  header .upper-header .main-menu .nav-top-menu .top-menu li.dropdown ul li {
    margin: 0 5px;
  }
  header .upper-header .main-menu .nav-top-menu .top-menu li.dropdown:hover ul {
    display: flex;
    list-style: none;
    justify-content: center;
    position: relative;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 999;
    list-style: none;
  }
  header .upper-header .main-menu .nav-top-menu .top-menu.top-account-menu {
    flex-flow: row wrap;
    justify-content: center;
    border-bottom: none;
  }
  header .upper-header .main-menu .nav-top-menu .top-menu.top-account-menu .accsvg.log {
    width: 27px;
    height: 27px;
  }
  header .upper-header .main-menu .nav-top-menu .top-menu.top-account-menu li.menu-item {
    border: none;
    margin-bottom: 15px;
  }
  header .upper-header .main-menu .nav-top-menu .top-menu.top-account-menu li.menu-item a {
    color: #e7c87c !important;
  }
  header .upper-header .main-menu .nav-top-menu .top-menu.top-account-menu li.menu-item.dropdown:after {
    content: none;
  }
  header .upper-header .main-menu .nav-top-menu .top-menu.top-account-menu li.menu-item.dropdown a {
    color: #fff !important;
    margin: 0 10px;
    padding: 2px 3px;
    border: 1px solid #fff;
    border-radius: 5px;
  }
  header .upper-header .main-menu .nav-top-menu.open {
    right: 0;
    display: flex;
    flex-flow: column;
  }
  .home-mini-title {
    font-size: 30px;
  }
  .girl-section {
    margin: 20px 0 75px 0;
    font-family: "Roboto", sans-serif;
  }
  .girl-section .title-girl {
    color: #F10363;
    font-size: 23px;
    margin-top: 0;
  }
  .girl-section .title-girl img {
    width: 30px;
    height: 30px;
  }
  .girl-section .verify_block {
    display: flex;
    align-items: center;
    margin-bottom: 8px !important;
  }
  .girl-section .contacts-girl {
    justify-content: center;
  }
  .girl-section .contacts-girl .show_phone {
    font-size: 22px;
  }
  .girl-section .contacts-girl img {
    width: 45px;
    height: 45px;
  }
  .girl-section .thumbnail img {
    display: none;
    width: 100%;
    margin: 10px 0;
  }
  .girl-section .thumbnail a:first-child img {
    display: block;
  }
  .girl-section .thumbnail .all-photo {
    margin-top: 15px;
    display: block;
    text-align: center;
    width: 100%;
    padding: 5px 0;
    background: #D8206A;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
  }
  .girl-section .mini-thumbnail {
    display: none;
  }
  .girl-section .attr {
    width: 100%;
  }
  .girl-section .attr .tattr tr td {
    padding: 0;
  }
  .girl-section .services {
    margin-top: 15px;
    padding: 10px 12px;
    border: 1px solid #D8206A;
    background: rgba(0, 0, 0, 0.0117647059);
  }
  .girl-section .services .title {
    margin: 0 0 8px 0;
  }
  .girl-section .services .services-inner {
    display: flex;
  }
  .girl-section .services .services-inner .column {
    height: auto !important;
    min-height: 0;
    padding-left: 0;
    width: 50%;
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 4px;
  }
  .girl-section .services .services-inner h5 {
    font-size: 20px;
    color: #333;
    font-weight: 400 !important;
    margin: 5px 0;
  }
  .girl-section .services .services-inner a {
    width: 100%;
    font-size: 13px;
    text-decoration: none;
    display: flex;
    align-items: flex-start;
    gap: 6px;
    line-height: 1.35;
    box-sizing: border-box;
  }
  .girl-section .services .services-inner a.isset {
    color: #F10363;
  }
  .girl-section .services .services-inner a.isset:visited {
    color: #F10363;
  }
  .girl-section .services .services-inner a.none {
    color: #555;
  }
  .girl-section .services .services-inner a.none:visited {
    color: #555;
  }
  .girl-section .services .services-inner a:hover {
    color: #b63f1e;
  }
  .girl-section .services .services-inner a.none:hover {
    color: #333;
  }
  .girl-section .comment-block {
    margin-top: 25px;
    width: 100%;
    display: flex;
    flex-flow: column;
    padding-top: 10px;
    border-top: 1.5px solid #F10363;
  }
  .girl-section .comment-block .title {
    width: 100%;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #F10363;
  }
  .girl-section .comment-block .comment-form {
    width: 80%;
    margin: 0 auto;
  }
  .girl-section .comment-block .comment-form .form-group:last-child {
    text-align: right;
  }
  .girl-section .comment-block .comment-form .form-group:last-child .btn {
    text-transform: uppercase;
    padding: 5px 15px;
    border: 2px solid #D8206A;
    transition: 1s;
  }
  .girl-section .comment-block .comment-form .form-group:last-child .btn:hover {
    color: #ffffff;
    background: #D8206A;
    border: 2px solid #D8206A;
  }
  .girl-section .reviews {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .girl-section .reviews .reviews-items__list .reviews-item {
    width: 85%;
  }
  .girl-section .reviews .reviews-items__list .reviews-item.answer {
    margin-left: 15%;
  }
  .girl-section .other-girls {
    width: 100%;
    padding-top: 10px;
    border-top: 1.5px solid #F10363;
  }
  .girl-section .other-girls .title {
    width: 100%;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #F10363;
  }
}
.btn_more_main, .btn_more_archive {
  padding: 10px 20px;
  margin: 0 auto;
  background-color: #F10363;
  color: #ffffff;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 24px;
  text-align: center;
  line-height: 26px;
  border: 1px solid #000;
  cursor: pointer;
  transition: 0.5s;
}
.btn_more_main.hide, .btn_more_archive.hide {
  display: none;
}

.btn_more_main:hover, .btn_more_archive:hover {
  background-color: #fff;
  color: #F10363;
}

.girl_card {
  background: rgb(241, 3, 99);
  background: linear-gradient(180deg, rgb(241, 3, 99) 90%, rgba(0, 0, 0, 0.7) 100%);
  color: #ffffff;
  position: relative;
  border: 1.5px solid #333;
  margin: 15px 0;
}
.girl_card .tag_badge_wrap {
  position: absolute;
  left: 5px;
  top: 5px;
  display: flex;
  flex-flow: column;
}
.girl_card .tag_badge_wrap .tag_badge {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  box-shadow: 0px 0px 5px 0px rgb(0, 0, 0);
}
.girl_card .tag_badge_wrap .tag_badge svg {
  width: 100%;
  height: 100%;
}
.girl_card .tag_badge_wrap .tag_badge.vip {
  background: rgb(241, 3, 99);
}
.girl_card .tag_badge_wrap .tag_badge.new {
  background: #8308ae;
}
.girl_card .tag_badge_wrap .tag_badge.video {
  background: #e69722;
}
.girl_card .verify_badge {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.3);
}
.girl_card .verify_badge svg {
  width: 100%;
  height: 100%;
}
.girl_card .img_link {
  position: relative;
  height: 380px;
}
.girl_card .img_link img {
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
}
.girl_card .img_link .abs_panel {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
}
.girl_card .img_link .abs_panel .name_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.girl_card .img_link .abs_panel .name_row .girl_title {
  font-size: 28px;
  color: #fff;
  font-weight: 500;
}
.girl_card .img_link .abs_panel .name_row .girl_title img {
  margin-top: -5px;
  width: 30px;
  height: 30px;
}
.girl_card .img_link .abs_panel .name_row .girl_vozrast {
  font-size: 20px;
  color: #fff;
}
.girl_card .img_link .abs_panel .attr_row {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.5);
}
.girl_card .img_link .abs_panel .attr_row .ccol {
  width: 33.3333333333%;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  padding: 2px 0;
}
.girl_card .img_link .abs_panel .attr_row .ccol:last-child {
  border-right: none;
}
.girl_card .params .review {
  margin-bottom: 15px;
  padding: 15px;
  height: 80px;
  overflow: hidden;
}
.girl_card .params .metro {
  padding: 5px 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.girl_card .params .metro svg {
  fill: #fff;
  width: 35px;
  height: 35px;
  margin-right: 5px;
}
.girl_card .params .hr {
  display: flex;
  height: 1px;
  background: #fff;
  margin: 2px 0;
}
.girl_card .params .drive {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
}
.girl_card .params .drive span {
  display: flex;
  align-items: center;
}
.girl_card .params .drive span svg {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  fill: #fff;
}
.girl_card .params .prices {
  display: flex;
}
.girl_card .params .prices .ccol {
  width: 33.3333333333%;
  text-align: center;
}
.girl_card .params .question {
  padding: 5px 10px;
  overflow: hidden;
  height: 55px;
  position: relative;
}
.girl_card .params .question .question_content {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  width: 200%;
  height: 55px;
  padding: 5px 16px;
  animation: ask_me 5s linear 3s infinite;
}
.girl_card .params .question .question_content .span {
  width: calc(50% - 16px);
  max-height: 100%;
  margin-left: 10px;
  overflow: hidden;
}
.girl_card .params .question .question_content:hover {
  animation: none;
  left: 0;
}
.girl_card .params .view_anket {
  display: block;
  margin: 5px auto;
  width: 90%;
  height: 35px;
  background: rgba(0, 0, 0, 0.1450980392);
  padding: 3px 0;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  transition: 0.3s;
}
.girl_card .params .view_anket:hover {
  color: #F10363;
  background: #fff;
}

main h1 {
  margin: 0.5rem 0;
  text-align: center;
  color: #F10363;
}

.pagination {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.pagination a {
  margin: 0 10px;
  padding: 4px 8px;
  border: 1px solid;
  transition: 0.5s;
  color: #dc3545;
  text-decoration: none;
  border-radius: 3px;
}
.pagination a.active, .pagination a:hover {
  color: #fff;
  border-color: #dc3545;
  background: #dc3545;
}

.nobottompadding {
  padding-bottom: 0 !important;
}

.content-section {
  min-height: 75vh;
  position: relative;
}
.content-section .container {
  margin-bottom: 20px;
}
.content-section .seo-text .container {
  margin-bottom: 0;
}
.content-section .seo-text {
  left: 0;
  width: 100%;
  bottom: 0;
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: "Roboto", sans-serif;
  background: #F10363;
  color: #fff;
  border-top: 2px solid #000;
}
.content-section .seo-text .container {
  min-height: 50px;
  overflow: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  max-height: 250px;
  overflow: auto;
}
.content-section .seo-text .container ul {
  padding-left: 20px;
}
.content-section .seo-text .container::-webkit-scrollbar-thumb {
  background: #fff;
}
.content-section .seo-text .container::-webkit-scrollbar {
  background: #bdbdbd;
  width: 6px;
}

.size-medium {
  max-width: 350px;
}

.alignleft {
  float: left;
}

.modal {
  display: none;
}
.modal .modal-bg {
  position: fixed;
  z-index: 998;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3215686275);
}
.modal .modal-body {
  position: fixed;
  width: 40%;
  max-width: 500px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 2px solid #dc3545 !important;
  z-index: 999;
  min-height: 300px;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 100%;
  padding: 10px;
  font-size: 16px;
}
.modal .modal-body .close_modal {
  display: block;
  position: absolute;
  right: 2px;
  top: 2px;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.modal .modal-body.center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .modal-body.danger {
  color: #dc3545 !important;
}
.modal .modal-body.warning {
  color: #ffc107 !important;
}

main .main-content {
  padding-top: 20px;
  padding-bottom: 40px;
  min-height: 75vh;
}
main .main-content .page-content {
  margin-top: 40px;
}
main .main-content .page-content.razmeshchenie {
  border: 1px solid #b30148;
  border-radius: 0;
  background: #fff;
  padding: 16px;
}
main .main-content .page-content.razmeshchenie table {
  margin: 0 auto;
}
main .main-content .page-content.razmeshchenie table th, main .main-content .page-content.razmeshchenie table td {
  padding: 5px;
}
main .main-content .login-page, main .main-content #register_form, main .main-content #login_form {
  width: 45%;
  display: flex;
  justify-content: center;
  flex-flow: column;
  margin: 0 auto;
  box-shadow: 0px 0px 8px 0px #000;
  padding: 15px;
  padding-bottom: 0;
}
main .main-content .login-page .row-links p, main .main-content #register_form .row-links p, main .main-content #login_form .row-links p {
  margin-bottom: 5px;
}
main .main-content .login-page h1, main .main-content #register_form h1, main .main-content #login_form h1 {
  font-size: 32px;
  text-align: center;
  color: #fff;
  background: #F10363;
}
main .main-content .login-page input, main .main-content .login-page textarea, main .main-content .login-page select, main .main-content #register_form input, main .main-content #register_form textarea, main .main-content #register_form select, main .main-content #login_form input, main .main-content #login_form textarea, main .main-content #login_form select {
  font-size: 18px;
  padding: 5px;
  background: #fff;
  outline: none;
  margin-bottom: 15px;
  border: 1px solid #F10363;
}
main .main-content .login-page input[type=checkbox], main .main-content #register_form input[type=checkbox], main .main-content #login_form input[type=checkbox] {
  display: none;
}
main .main-content .login-page label span, main .main-content #register_form label span, main .main-content #login_form label span {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding-left: 30px;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}
main .main-content .login-page label span::before, main .main-content #register_form label span::before, main .main-content #login_form label span::before {
  content: "";
  background: #fff;
  border: 1px solid #cecece;
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  border-radius: 6px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-position: 50%;
  background-repeat: no-repeat;
}
main .main-content .login-page label span::after, main .main-content #register_form label span::after, main .main-content #login_form label span::after {
  display: block;
  position: absolute;
  width: 16px;
  height: 10px;
  border-bottom: 4px solid #F10363;
  border-left: 4px solid #F10363;
  transform: rotate(-45deg) translateY(-3px);
  transform-origin: left bottom;
  left: 14px;
  top: 7px;
}
main .main-content .login-page input[type=checkbox]:checked + span:after, main .main-content #register_form input[type=checkbox]:checked + span:after, main .main-content #login_form input[type=checkbox]:checked + span:after {
  content: "";
}
main .main-content .login-page .submit, main .main-content #register_form .submit, main .main-content #login_form .submit {
  min-width: 150px;
  max-width: 300px;
  margin: 5px auto;
  margin-bottom: 20px;
  padding: 6px 10px;
  color: #F10363;
  background: #fff;
  border: 1px solid #F10363;
  transition: 0.3s;
  cursor: pointer;
}
main .main-content .login-page .submit:hover, main .main-content #register_form .submit:hover, main .main-content #login_form .submit:hover {
  background: #F10363;
  color: #fff;
}
main .main-content .login-page .row, main .main-content #register_form .row, main .main-content #login_form .row {
  padding: 10px;
  background: #ffdeeb;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
main .main-content .login-page .row a, main .main-content #register_form .row a, main .main-content #login_form .row a {
  display: block;
}

.pagination {
  width: 100%;
  margin: 30px 0;
}
.pagination nav {
  width: 100%;
  display: flex;
  justify-content: center;
}
.pagination nav a {
  margin: 0 5px;
  border: 1px solid #F10363;
  padding: 5px;
  color: #F10363;
  transition: 0.3s;
  text-decoration: none;
}
.pagination nav a:hover, .pagination nav a.active {
  background: #F10363;
  color: #fff;
}

.mmodal {
  display: none;
}
.mmodal .modal_bg {
  position: fixed;
  background: rgba(0, 0, 0, 0.4117647059);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 998;
}
.mmodal .modal_body {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 100%;
  min-width: 300px;
  min-height: 300px;
  background: #fff;
  z-index: 999;
}
.mmodal .modal_top {
  position: relative;
}
.mmodal .modal_top .close_modal {
  display: block;
  position: absolute;
  right: 2px;
  top: 2px;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.mmodal .modal_top.complain {
  background: #434343;
  padding: 20px;
  color: #fff;
}
.mmodal .modal_top.complain p {
  margin-bottom: 5px;
}
.mmodal .modal_content {
  padding: 20px;
}
.mmodal .modal_content form .action {
  display: flex;
  justify-content: space-between;
}

.bottom_stick_name {
  display: none;
  position: fixed;
  bottom: -100px;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid;
  box-shadow: 0px 0px 5px 0px rgb(0, 0, 0);
  transition: 0.5s;
  text-align: center;
  padding: 5px 0;
  z-index: 99;
}
.bottom_stick_name.show {
  bottom: 0;
}
.bottom_stick_name .girl_name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.bottom_stick_name .show_phone_div {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-flow: row wrap;
}
.bottom_stick_name .show_phone_div a {
  color: #f50057;
  display: flex;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}
.bottom_stick_name .show_phone_div a img {
  margin-right: 5px;
  width: 20px;
  height: 20px;
}
.bottom_stick_name .show_phone_div a.phone_link {
  width: 100%;
  justify-content: center;
}
.bottom_stick_name .show_phone_div a.phone_link svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.bottom_stick_name .show_phone_div a.phone_link svg .st1 {
  fill: #f50057;
}
.bottom_stick_name .show_phone_div .show_phone {
  display: block;
  color: #337ab7;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  animation: fafa_number 1s infinite;
}

@media screen and (max-width: 768px) {
  .bottom_stick_name {
    display: block;
  }
  .modal .modal-body {
    width: 90%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 200px;
    text-align: center;
  }
  .comment_list {
    margin: 0.5rem 0;
  }
  .pagination a {
    margin-bottom: 10px;
  }
  header .upper-header .main-menu .top-menu .menu-item {
    margin: 0 5px;
  }
  header .upper-header .main-menu .top-menu .menu-item a {
    font-size: 15px;
  }
  .content-section h1 {
    font-size: 30px;
  }
  .content-section hr {
    margin: 0.5rem 0;
  }
  main h1 {
    font-size: 2rem;
    margin: 0.5rem 0;
  }
  main .main-content .login-page, main .main-content #login_form, main .main-content #register_form {
    width: 95% !important;
  }
  main .main-content .login-page h1, main .main-content #login_form h1, main .main-content #register_form h1 {
    font-size: 24px;
  }
  .site-main#main {
    padding: 0 15px;
    padding-top: 30px;
  }
  .blog-section .row.blog {
    flex-flow: column;
  }
  .blog-section .row.blog .left {
    width: 100%;
  }
  .blog-section .row.blog .right {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.75);
    padding: 10px;
    margin-bottom: 20px;
  }
  .girl_card .img_link {
    height: 450px;
  }
  .girl_card .img_link img {
    height: 450px;
  }
}
@media (min-width: 1440px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1400px;
  }
}
.alert-warning-contacts {
  position: relative;
  margin-bottom: 10px;
  padding: 10px 15px;
  border: 1px solid transparent;
  border-radius: 5px;
  color: red;
  text-align: center;
}

@keyframes ask_me {
  0% {
    transform: translateX(0%);
  }
  30% {
    transform: translateX(0%);
  }
  40% {
    transform: translateX(-50%);
  }
  70% {
    transform: translateX(-50%);
  }
  80% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(0%);
  }
}/*# sourceMappingURL=style.css.map */