.navicon {
  border: none;
  background-color: transparent;
  outline: none;
  display: none;
  cursor: pointer; }
  .navicon .navicon-holder {
    display: block;
    cursor: pointer; }
    .navicon .navicon-holder .navicon-line {
      position: relative;
      width: 26px;
      height: 3px;
      margin-bottom: 5px;
      display: block;
      border-radius: 5px;
      background-color: white;
      transition: all 0.25s cubic-bezier(0.57, 0.28, 0.25, 0.69); }
      .navicon .navicon-holder .navicon-line:last-child:last-of-type {
        margin-bottom: 0; }

.navicon-toggle .navicon-line:first-of-type {
  -webkit-transform: rotate(45deg) translateY(6px) translateX(6px);
  transform: rotate(45deg) translateY(6px) translateX(6px); }
.navicon-toggle .navicon-line:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }
.navicon-toggle .navicon-line:last-of-type {
  -webkit-transform: rotate(-45deg) translateY(-5px) translateX(5px);
  transform: rotate(-45deg) translateY(-5px) translateX(5px); }

.bread-cramps {
  width: 100%;
  text-align: left;
  margin-bottom: 20px; }
  .bread-cramps a {
    display: inline-block;
    font-size: 13px;
    color: #8b0593;
    text-decoration: underline; }
    .bread-cramps a:hover {
      text-decoration: none; }
  .bread-cramps .active-page {
    display: inline-block;
    margin-left: 20px;
    color: black;
    text-decoration: none;
    position: relative; }
    .bread-cramps .active-page::before {
      content: '>>';
      position: absolute;
      left: -19px;
      top: 0;
      font-size: 13px; }

.main-girl-cart {
  padding: 10px 10px 10px 7px;
  margin: 0 0 10px;
  background-color: white;
  border: 1px solid #dadada;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.26);
  border-radius: 6px;
  transition: border .2s ease;
  max-width: 280px;
  position: relative; }
  .main-girl-cart .close {
    position: absolute;
    text-decoration: none;
    top: -25px;
    right: -25px;
    width: 23px;
    height: 23px;
    padding: 1px 4px;
    background-color: white;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #c414ce;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.26); }
    .main-girl-cart .close span {
      position: relative;
      width: 100%;
      height: 100%;
      display: block; }
      .main-girl-cart .close span:hover:before {
        background-color: #dfa3d7; }
      .main-girl-cart .close span:hover:after {
        background-color: #dfa3d7; }
      .main-girl-cart .close span:before {
        content: '';
        position: absolute;
        left: -1px;
        right: -1px;
        top: 7.5px;
        height: 3px;
        transform: rotate(-45deg);
        background-color: #8b0593;
        transition: background-color .2s ease; }
      .main-girl-cart .close span:after {
        content: '';
        position: absolute;
        left: -1px;
        right: -1px;
        top: 7.5px;
        height: 3px;
        transform: rotate(45deg);
        background-color: #8b0593;
        transition: background-color .2s ease; }
  .main-girl-cart:hover {
    border: 1px solid #c414ce; }
  .main-girl-cart .left-col {
    min-width: 140px; }
  .main-girl-cart .image {
    width: 139px;
    height: 177px;
    max-height: 170px;
    overflow: hidden;
    cursor: pointer;
    display: block;
    position: relative; }
    .main-girl-cart .image img {
      width: 100%;
      height: 100%;
			max-height: 196px;
			object-fit: cover;
      position: relative; }
    .main-girl-cart .image:hover::after {
      background: rgba(139, 5, 147, 0.5); }
    .main-girl-cart .image::after {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      background: transparent;
      z-index: 2; }
    .main-girl-cart .image .truePhoto {
      font-size: 12px;
      text-align: left;
      background: rgba(0, 113, 0, 0.8);
      position: absolute;
      left: 0;
      top: 4px;
      padding: 4px 8px 2px;
      color: white;
      z-index: 3; }
      .main-girl-cart .image .truePhoto:hover div a::after {
        background: rgba(0, 0, 0, 0.5); }
  .main-girl-cart .name {
    display: block;
    text-align: left; }
    .main-girl-cart .name a {
      font-size: 18px;
      line-height: 18px;
      text-decoration: underline;
      color: black; }
      .main-girl-cart .name a:hover {
        color: #8b0593;
        text-decoration: none; }
  .main-girl-cart .place {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center; }
    .main-girl-cart .place img {
      margin-right: 5px;
      max-height: 9px;
      margin-top: 6px; }
    .main-girl-cart .place a {
      font-size: 13px;
      color: #8b0593;
      line-height: 13px; }
      .main-girl-cart .place a:hover {
        text-decoration: none; }
  .main-girl-cart .line {
    width: 100%;
    display: block;
    height: auto;
    border-bottom: 1px dotted black; }
  .main-girl-cart .table-about p {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 12px; }
  .main-girl-cart .table-about table {
    font-size: 12px; }
    .main-girl-cart .table-about table tr td {
      padding: 0 5px;
      width: 50%;
      vertical-align: bottom;
      height: 19px; }
  .main-girl-cart .table-about .moreText {
    font-size: 13px; }
  .main-girl-cart .table-price {
    display: block;
    margin-bottom: 12px; }
    .main-girl-cart .table-price p {
      font-size: 12px;
      font-weight: bold;
      margin-bottom: 10px;
      line-height: 12px; }
      .main-girl-cart .table-price p span {
        text-transform: none; }
    .main-girl-cart .table-price table {
      width: 100%;
      font-size: 12px; }
      .main-girl-cart .table-price table thead th {
        text-align: left;
        padding: 2px 6px 4px;
        border-bottom: none; }
      .main-girl-cart .table-price table tr td {
        padding: 2px 6px;
        width: 33.33%;
        vertical-align: bottom;
        height: 19px;
        border-right: 1px solid white; }
        .main-girl-cart .table-price table tr td:last-child {
          border-right: none; }
    .main-girl-cart .table-price .price {
      color: #ff0303;
      font-weight: bold; }
  .main-girl-cart .tel {
    font-size: 18px;
    color: #8b0593;
    text-decoration: underline; }
    .main-girl-cart .tel:hover {
      text-decoration: none; }
  .main-girl-cart .top-block {
    margin-bottom: 7px; }
    .main-girl-cart .top-block div:last-child {
      padding-left: 8px;
      text-align: left;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
  .main-girl-cart .medium-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
  .main-girl-cart .bottom-block {
    width: 100%;
    text-align: center; }

.cart-map {
  position: relative;
  border: 1px solid #e085e5; }
  .cart-map::before {
    content: '';
    position: absolute;
    bottom: -57px;
    left: calc(50% - 19px);
    border: 19px solid transparent;
    border-top: 39px solid white;
    z-index: 3; }
  .cart-map::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: calc(50% - 20px);
    border: 20px solid transparent;
    border-top: 40px solid #e085e5;
    z-index: 1; }

.checkBox {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-left: 35px;
  text-decoration: underline;
  margin-right: 30px; }
  .checkBox input {
    position: absolute;
    opacity: 0;
    left: 0; }
  .checkBox .checkmark {
    position: absolute;
    top: -3px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: white;
    border: 1px solid #8f0e97;
    border-radius: 3px;
    text-decoration: none; }
    .checkBox .checkmark::after {
      content: "";
      position: absolute;
      display: none;
      left: 6px;
      top: 5px;
      width: 14px;
      height: 13px;
      background-image: url("../image/checked.png");
      background-size: cover; }
  .checkBox:hover {
    color: #8f0e97; }
  .checkBox input:checked ~ .checkmark:after {
    display: block; }
  .checkBox:last-child {
    margin-right: 0; }

.information-block {
  z-index: 7;
  width: 100%;
  max-width: 180px;
  border: 1px solid #8b0593;
  background-color: white;
  display: none;
  right: 0;
  position: absolute;
  border-radius: 3px;
  top: 60px;
  box-shadow: 0 0 5px black; }
  .information-block div {
    width: 100%;
    height: auto !important;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start !important;
    flex-wrap: wrap;
    padding: 15px 15px 20px 25px; }
    .information-block div ul {
      list-style-type: none;
      font-size: 13px; }
      .information-block div ul li {
        padding-left: 0; }
        .information-block div ul li a {
          width: 100%;
          margin-bottom: 5px;
          display: block;
          text-decoration: none;
          color: #1e1e1e;
          transition: all .2s ease; }
          .information-block div ul li a:hover {
            text-decoration: underline;
            color: #8b0593; }

.slide-information {
  top: 28px;
  width: 100%;
  min-width: 140px;
  max-width: 180px;
  border: 1px solid #8b0593;
  border-radius: 3px;
  background-color: white;
  box-shadow: 0 0 5px black;
  display: none;
  position: absolute;
  z-index: 7;
  font-size: 13px; }
  .slide-information:hover {
    display: block; }
  .slide-information ul {
    list-style-type: none;
    width: 100%; }
    .slide-information ul li {
      width: 100%; }
      .slide-information ul li a {
        width: 100%;
        padding: 7px 15px;
        display: block;
        text-decoration: none;
        color: #1e1e1e;
        transition: all .2s ease;
        text-align: center; }
        .slide-information ul li a:hover {
          display: block;
          color: white;
          background-color: #8b0593; }

.wrapper-towns {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 30;
  padding: 0 15px; }
  .wrapper-towns .towns {
    position: relative;
    width: 100%;
    border: 1px solid #8b0593;
    background-color: white;
    max-width: 892px;
    padding-bottom: 10px;
    z-index: 50 !important;
    margin: 0 auto;
    box-shadow: 0 0 5px black;
    border-radius: 3px;
    top: 60px;
    display: block; }
    .wrapper-towns .towns p {
      width: 100%;
      font-size: 16px;
      margin-top: 5px;
      margin-bottom: 15px;
      color: #8b0593;
      text-align: center;
      position: relative; }
    .wrapper-towns .towns .close {
      position: absolute;
      top: 4px;
      right: 11px;
      width: 23px;
      height: 23px;
      padding: 1px 4px;
      background-color: white;
      border-radius: 100%;
      cursor: pointer;
      z-index: 1; }
      .wrapper-towns .towns .close span {
        position: relative;
        width: 100%;
        height: 100%; }
        .wrapper-towns .towns .close span:hover:before {
          background-color: #dfa3d7; }
        .wrapper-towns .towns .close span:hover:after {
          background-color: #dfa3d7; }
        .wrapper-towns .towns .close span:before {
          content: '';
          position: absolute;
          left: -3px;
          right: -3px;
          top: 8.5px;
          height: 3px;
          transform: rotate(-45deg);
          background-color: #8b0593;
          transition: background-color .2s ease; }
        .wrapper-towns .towns .close span:after {
          content: '';
          position: absolute;
          left: -3px;
          right: -3px;
          top: 8.5px;
          height: 3px;
          transform: rotate(45deg);
          background-color: #8b0593;
          transition: background-color .2s ease; }
    .wrapper-towns .towns div {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      flex-wrap: wrap; }
      .wrapper-towns .towns div ul {
        list-style-type: none;
        width: 20%; }
        .wrapper-towns .towns div ul li {
          text-decoration: none;
          padding-left: 0; }
          .wrapper-towns .towns div ul li a {
            font-size: 14px;
            width: 100%;
            padding-top: 4px;
            padding-bottom: 4px;
            margin-bottom: 12px;
            padding-left: 35px;
            display: block;
            text-decoration: none;
            color: #1e1e1e;
            transition: all .2s ease; }
            .wrapper-towns .towns div ul li a:hover {
              background-color: white;
              text-decoration: underline;
              color: #8b0593; }

.right-menu {
  position: fixed;
  height: 100%;
  width: 220px;
  top: 0;
  bottom: 0;
  right: -225px;
  background-color: white;
  box-shadow: 0 0 5px black;
  z-index: 10;
  overflow-y: scroll;
  overflow-x: hidden; }
  .right-menu .changeArea {
    margin: 30px 30px 0; }
    .right-menu .changeArea a {
      color: white;
      width: 160px;
      background-color: #8b0593;
      border: none;
      margin-top: 5px;
      margin-right: 0; }
    .right-menu .changeArea .slide-information {
      overflow-x: hidden;
      width: 160px; }
      .right-menu .changeArea .slide-information ul li {
        margin-bottom: 5px; }
        .right-menu .changeArea .slide-information ul li a {
          margin-top: 0;
          height: auto;
          line-height: 13px;
          margin-right: 0;
          font-size: 13px;
          margin-bottom: 0;
          color: #1e1e1e;
          background-color: transparent; }
          .right-menu .changeArea .slide-information ul li a:hover {
            background-color: #8b0593;
            color: white; }
  .right-menu .line {
    display: block;
    margin: 10px 30px;
    height: auto;
    border-bottom: 2px dotted #8b0593; }
  .right-menu .option-search {
    width: 160px;
    margin: 0 30px 30px; }
    .right-menu .option-search li {
      width: 100%;
      display: block;
      margin-bottom: 5px; }
      .right-menu .option-search li span {
        display: block;
        width: 100%; }
  .right-menu .slide-information {
    position: relative;
    display: block;
    top: 0;
    box-shadow: none;
    max-height: 350px;
    overflow-y: scroll; }

.short-card {
  max-width: calc(33.33% - 10px); }

.detail-card {
  width: 100%;
  height: auto;
  background-color: white;
  position: relative;
  z-index: 1;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.26);
  border-radius: 3px;
  margin-bottom: 15px; }
  .detail-card:last-child {
    margin-bottom: 5px; }
  .detail-card .title {
    width: 100%;
    background-color: #dfa3d7;
    padding: 10px 20px;
    text-align: left;
    color: black;
    font-size: 17px;
    border-radius: 3px; }
  .detail-card .inform {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px; }
    .detail-card .inform span {
      font-size: 14px;
      text-align: justify; }
    .detail-card .inform .top {
      width: 33.33%;
      border-right: 1px solid #f5dcf7;
      padding-left: 30px;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center; }
      .detail-card .inform .top:first-child {
        padding-left: 15px; }
        .detail-card .inform .top:first-child div {
          padding: 5px 6px; }
        .detail-card .inform .top:first-child span a {
          font-size: 18px;
          text-decoration: none; }
      .detail-card .inform .top:last-child {
        border-right: none; }
        .detail-card .inform .top:last-child div {
          padding: 7px 5px; }
      .detail-card .inform .top div {
        display: inline-block;
        width: 30px;
        height: 30px;
        border-radius: 3px;
        background-color: #8b0593;
        padding: 5px 8px; }
        .detail-card .inform .top div img {
          height: auto; }
      .detail-card .inform .top span {
        display: inline-block;
        margin-left: 10px;
        font-size: 14px; }
        .detail-card .inform .top span a {
          color: #8b0593;
          text-decoration: underline; }
          .detail-card .inform .top span a:hover {
            text-decoration: none; }
    .detail-card .inform table {
      width: 100%;
      font-size: 15px;
      text-align: left; }
      .detail-card .inform table th {
        padding: 0 8px; }
      .detail-card .inform table td {
        padding: 3px 8px;
        width: 33%; }
    .detail-card .inform .table-data {
      margin-top: 1px; }
      .detail-card .inform .table-data tr {
        background-color: #f5dcf7; }
        .detail-card .inform .table-data tr:nth-of-type(odd) {
          background-color: white; }
        .detail-card .inform .table-data tr td {
          font-weight: 500; }
          .detail-card .inform .table-data tr td a {
            color: #8b0593; }
            .detail-card .inform .table-data tr td a:hover {
              text-decoration: none; }
      .detail-card .inform .table-data:first-child tr {
        background-color: #f5dcf7; }
        .detail-card .inform .table-data:first-child tr:nth-of-type(odd) {
          background-color: white; }
        .detail-card .inform .table-data:first-child tr td:last-child {
          color: #8b0593; }
    .detail-card .inform .price {
      font-size: 16px;
      color: #ff0303;
      font-weight: bold; }
    .detail-card .inform .big-photo {
      display: block;
      min-width: 450px;
      max-height: 450px;
      overflow: hidden;
      border-radius: 25px;
      margin-right: 18px; }
      .detail-card .inform .big-photo img {
        width: 100%;
        height: auto; }
    .detail-card .inform .small-photo {
      width: 100%;
      justify-content: space-between; }
      .detail-card .inform .small-photo .photo {
        width: calc(33.33% - 13px);
        height: calc(50% - 8px);
        margin-bottom: 18px;
        cursor: pointer;
        border: 1px solid transparent;
        border-radius: 28px;
        position: relative; }
        .detail-card .inform .small-photo .photo:hover {
          border-color: #ce3dd7; }
          .detail-card .inform .small-photo .photo:hover:after {
            opacity: 1; }
        .detail-card .inform .small-photo .photo img {
          width: 100%;
          height: 100%;
					border-radius: 25px;
					object-fit: cover; }
        .detail-card .inform .small-photo .photo:after {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-color: rgba(139, 5, 147, 0.5);
          border-radius: 25px;
          opacity: 0;
          transition: opacity .2s ease; }
  .detail-card .services-wrapper {
    padding: 20px 25px 10px; }
    .detail-card .services-wrapper p {
      font-size: 16px;
      color: #404040;
      font-weight: bold;
      margin-bottom: 13px;
      margin-left: 5px; }
    .detail-card .services-wrapper .marginTop {
      margin-top: 19px; }
    .detail-card .services-wrapper div {
      width: 20%; }
      .detail-card .services-wrapper div ul li {
        font-size: 14px;
        margin-bottom: 6px;
        margin-left: 20px;
        list-style-type: none;
        position: relative; }
        .detail-card .services-wrapper div ul li:hover a {
          color: #8b0593; }
        .detail-card .services-wrapper div ul li a {
          color: #aaa9a5;
          text-decoration: none; }
        .detail-card .services-wrapper div ul li:last-child {
          margin-bottom: 10px; }
        .detail-card .services-wrapper div ul li:before {
          content: '';
          background-color: #a4a39f;
          position: absolute;
          left: -15px;
          top: 9px;
          width: 10px;
          height: 2px;
          z-index: 2; }
      .detail-card .services-wrapper div ul .active-service {
        font-weight: bold; }
        .detail-card .services-wrapper div ul .active-service:hover a {
          text-decoration: underline; }
        .detail-card .services-wrapper div ul .active-service a {
          color: #8b0593; }
        .detail-card .services-wrapper div ul .active-service:before {
          content: '';
          background-color: #8b0593;
          position: absolute;
          left: -15px;
          top: 8px;
          width: 10px;
          height: 2px;
          z-index: 2; }
        .detail-card .services-wrapper div ul .active-service:after {
          content: '';
          background-color: #8b0593;
          position: absolute;
          left: -11px;
          top: 4px;
          width: 2px;
          height: 10px;
          z-index: 2; }
    .detail-card .services-wrapper .lastUl li:last-child {
      margin-bottom: 0; }

@media (max-width: 768px) {
  .information-block {
    width: auto;
    left: 15px;
    right: 15px; }

  .wrapper-towns .towns div ul {
    width: 33.333%; } }
@media (max-width: 575px) {
  .wrapper-towns .towns p span {
    top: -1px;
    right: 3px; }
  .wrapper-towns .towns div ul li a {
    padding-left: 0;
    text-align: center; }

  .information-block {
    width: auto;
    left: 10px !important;
    right: 10px; } }
@media (max-width: 450px) {
  .wrapper-towns .towns div ul {
    width: 50%; }
    .wrapper-towns .towns div ul li a {
      padding-left: 0;
      text-align: center; }

  .main-girl-cart .close {
    display: none; }

  .cart-map {
    width: 100%;
    max-width: 100%; }
    .cart-map::before {
      display: none; }
    .cart-map::after {
      display: none; } }
.activeHideWrapper::after {
  transform: rotate(180deg); }
.activeHideWrapper .piramyd {
  transform: rotate(180deg); }

/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OX-hpOqc.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OVuhpOqc.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OXuhpOqc.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUehpOqc.woff2) format("woff2");
  unicode-range: U+0370-03FF; }
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OXehpOqc.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OXOhpOqc.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUuhp.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format("woff2");
  unicode-range: U+0370-03FF; }
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFW50bbck.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0b.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOX-hpOqc.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOVuhpOqc.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOXuhpOqc.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUehpOqc.woff2) format("woff2");
  unicode-range: U+0370-03FF; }
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOXehpOqc.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOXOhpOqc.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUuhp.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOX-hpOqc.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOVuhpOqc.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOXuhpOqc.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUehpOqc.woff2) format("woff2");
  unicode-range: U+0370-03FF; }
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOXehpOqc.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOXOhpOqc.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  font-family: Roboto, sans-serif; }

body {
  position: relative; }

header .first-header-block {
  background-color: #8b0593;
  box-shadow: 0 0 28px black;
  z-index: 5;
  position: relative; }
  header .first-header-block .row {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    height: 60px;
    padding: 8px 0; }
    header .first-header-block .row .logo {
      color: white;
      text-decoration: none;
      vertical-align: center;
      margin-right: 40px;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-content: center; }
      header .first-header-block .row .logo img {
        width: 46px;
        height: 46px; }
      header .first-header-block .row .logo span {
        text-transform: uppercase;
        font-size: 24px;
        line-height: 45px;
        margin-left: 20px;
        font-weight: bold; }
  header .first-header-block .cities {
    margin-right: 35px;
    display: inline-block; }
    header .first-header-block .cities p {
      color: white;
      font-size: 14px;
      display: inline-block; }
    header .first-header-block .cities a {
      display: inline-block;
      font-size: 14px;
      position: relative;
      color: #f1cc88;
      text-decoration: none;
      cursor: pointer; }
      header .first-header-block .cities a:hover {
        text-decoration: underline; }
      header .first-header-block .cities a::after {
        content: '';
        position: absolute;
        top: 50%;
        right: -14px;
        z-index: 2;
        transform: translateY(-4px);
        width: 9px;
        height: 8px;
        background-image: url("../image/piramid.png"); }
  header .first-header-block .burger {
    text-align: right;
    display: none;
    flex-direction: row;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  header .first-header-block #area {
    right: 135px; }
header .second-header-block {
  background: url("../image/header-photo.png") no-repeat;
  background-size: 120% 105%;
  background-position: center bottom;
  height: 175px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }
  header .second-header-block .header-text {
    text-align: left;
    color: white;
    font-size: 28px;
    margin-bottom: 40px;
    letter-spacing: 1px;
    font-weight: bold; }
    header .second-header-block .header-text span {
      display: block; }
header .third-header-block {
  width: 100%;
  background-color: white;
  box-shadow: 0 0 5px black;
  z-index: 4;
  position: relative; }
  header .third-header-block .container {
    display: flex;
    height: 63px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px; }
    header .third-header-block .container .menu li {
      display: inline-block;
      list-style-type: none; }
      header .third-header-block .container .menu li a {
        display: block;
        text-decoration: none;
        color: black;
        font-size: 14px;
        line-height: 14px;
        border-right: 1px solid #a1a1a0;
        padding: 0 10px;
        transition: color .24s ease; }
        header .third-header-block .container .menu li a:hover {
          color: #8b0593;
          text-decoration: underline; }
      header .third-header-block .container .menu li:last-child a {
        border-right: none;
        padding-right: 0; }

.changeArea {
  display: inline-block; }
  .changeArea a {
    display: inline-block;
    text-decoration: none;
    width: 123px;
    height: 35px;
    text-align: center;
    color: white;
    font-size: 14px;
    line-height: 35px;
    border-radius: 3px;
    position: relative;
    margin-right: 9px;
    background-color: transparent;
    transition: background-color .3s ease;
    cursor: pointer;
    border: 1px solid #dfbc7b; }
    .changeArea a:hover {
      background-color: #ad0bb7; }
    .changeArea a .image {
      position: absolute;
      top: 6px;
      left: 11px;
      height: 20px;
      width: 16px;
      background-image: url("../image/location.png");
      background-repeat: no-repeat;
      background-size: contain;
      z-index: 2; }
    .changeArea a .piramyd {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 30px;
      z-index: 2;
      border-radius: 0 3px 3px 0;
      cursor: pointer;
      transition: all .25s ease; }
  .changeArea .metro {
    margin-right: 0; }
    .changeArea .metro .image {
      left: 8px;
      height: 15px;
      width: 20px;
      background-image: url("../image/metro.png");
      top: 10px; }

.option-search {
  list-style-type: none; }
  .option-search li {
    position: relative;
    display: inline-block; }
    .option-search li:hover .slide-information {
      display: flex; }
    .option-search li span {
      padding: 10px 25px 10px 15px;
      background-color: transparent;
      font-size: 14px;
      border-radius: 3px;
      margin-right: 2px;
      color: #8b0593;
      position: relative;
      transition: all .25s ease;
      cursor: pointer;
      border: 1px solid #8b0593; }
      .option-search li span:hover {
        background-color: rgba(196, 20, 206, 0.3); }
      .option-search li span::after {
        content: '';
        position: absolute;
        right: 9px;
        top: 46%;
        width: 8px;
        height: 6px;
        background-image: url("../image/piramid2.png");
        transition: all .25s ease;
        z-index: 1; }
      .option-search li span:last-child {
        margin-right: 0; }
    .option-search li .left-option-search {
      color: white;
      background-color: #8b0593; }
      .option-search li .left-option-search:hover {
        background-color: #c414ce;
        border: 1px solid #c414ce; }
      .option-search li .left-option-search::after {
        content: '';
        position: absolute;
        right: 9px;
        top: 46%;
        width: 8px;
        height: 6px;
        background-image: url("../image/whitepiramid.png");
        z-index: 1; }

main {
  background-color: #f1ebde; }
  main .main-block {
    padding-top: 20px;
    padding-bottom: 21px; }
    main .main-block h1 {
      font-size: 24px; }
    main .main-block .content-block {
      position: relative;
      padding: 20px 0 8px 0;
      margin: 0 0 0 -18px; }
    main .main-block .cart {
      max-width: 280px; }
    main .main-block .main-block-wrapper {
      margin-top: 15px;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      flex-wrap: wrap; }
    main .main-block .bottom-content h2 {
      font-size: 22px;
      margin: 15px 0; }
    main .main-block .bottom-content p {
      font-size: 14px;
      margin-bottom: 15px;
      color: #252525;
      text-align: justify; }
      main .main-block .bottom-content p a {
        color: #ff0303;
        text-decoration: underline; }
        main .main-block .bottom-content p a:hover {
          text-decoration: none; }
    main .main-block .text-wrapper {
      text-align: justify;
      margin-bottom: 25px; }
      main .main-block .text-wrapper h1 {
        font-size: 24px;
        margin-bottom: 15px; }
      main .main-block .text-wrapper h2 {
        font-size: 22px;
        margin-bottom: 15px; }
      main .main-block .text-wrapper h3 {
        font-size: 18px;
        margin-bottom: 15px; }
      main .main-block .text-wrapper p {
        margin-bottom: 15px;
        font-size: 14px; }
      main .main-block .text-wrapper a {
        color: #ff0303;
        text-decoration: underline; }
        main .main-block .text-wrapper a:hover {
          text-decoration: none; }
      main .main-block .text-wrapper .links {
        margin-top: 25px;
        margin-bottom: 25px; }
        main .main-block .text-wrapper .links a {
          color: #8b0593;
          font-weight: bold;
          font-size: 14px;
          margin-bottom: 20px; }
      main .main-block .text-wrapper ol {
        margin-top: 20px; }
      main .main-block .text-wrapper ul {
        margin-top: 20px; }
      main .main-block .text-wrapper li {
        font-size: 14px;
        margin-bottom: 20px;
        margin-left: 30px; }
        main .main-block .text-wrapper li:last-child {
          margin-bottom: 25px; }
      main .main-block .text-wrapper table {
        font-size: 16px;
        border-color: #8d8d8c;
        text-align: center; }
        main .main-block .text-wrapper table .moreText {
          font-weight: bold;
          padding: 13px 8px; }
        main .main-block .text-wrapper table tr {
          background-color: white; }
          main .main-block .text-wrapper table tr th {
            padding: 13px 8px;
            color: #252525;
            vertical-align: middle;
            text-align: center;
            border-color: #8d8d8c; }
          main .main-block .text-wrapper table tr td {
            padding: 13px 8px;
            color: #252525;
            vertical-align: middle;
            text-align: center;
            border-color: #8d8d8c; }
          main .main-block .text-wrapper table tr:nth-of-type(odd) {
            background-color: #f4ecdb; }
        main .main-block .text-wrapper table thead tr {
          background-color: white !important; }
          main .main-block .text-wrapper table thead tr th {
            padding: 13px 8px;
            color: #252525;
            font-weight: bold;
            vertical-align: middle;
            text-align: center;
            border-bottom-width: 0;
            border-color: #8d8d8c; }
    main .main-block .form-wrapper {
      margin-bottom: 25px; }
      main .main-block .form-wrapper h1 {
        font-size: 24px;
        margin-bottom: 15px;
        text-align: justify; }
      main .main-block .form-wrapper h2 {
        font-size: 22px;
        margin-bottom: 20px;
        text-align: justify; }
      main .main-block .form-wrapper p {
        margin-bottom: 25px;
        font-size: 14px;
        text-align: justify;
        width: 55%; }
      main .main-block .form-wrapper .form {
        width: 100%;
        max-width: 570px;
        margin: 0 auto;
        background-color: white;
        position: relative;
        z-index: 1;
        box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.26);
        border-radius: 6px; }
        main .main-block .form-wrapper .form .title {
          width: 100%;
          margin-bottom: 0;
          font-size: 20px; }
        main .main-block .form-wrapper .form form {
          width: 100%;
          height: 100%;
          padding: 17px 17px 22px 17px; }
          main .main-block .form-wrapper .form form .input-group {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: flex-start;
            width: 100%;
            margin: 0 auto 10px;
            max-width: 455px; }
            main .main-block .form-wrapper .form form .input-group label {
              margin-top: 10px;
              font-size: 14px;
              color: #252525;
              font-weight: bold;
              letter-spacing: -0.35px; }
              main .main-block .form-wrapper .form form .input-group label span {
                font-size: 18px;
                color: #ff0303; }
            main .main-block .form-wrapper .form form .input-group input {
              width: 100%;
              border: 1px solid #8b0593;
              border-radius: 3px;
              height: 45px;
              padding: 0 10px;
              line-height: 45px;
              font-size: 14px; }
              main .main-block .form-wrapper .form form .input-group input:focus {
                border-color: #8b0593; }
            main .main-block .form-wrapper .form form .input-group textarea {
              width: 100%;
              height: 175px;
              border: 1px solid #8b0593;
              border-radius: 3px;
              resize: none;
              padding: 0 10px;
              line-height: 45px;
              font-size: 14px; }
              main .main-block .form-wrapper .form form .input-group textarea:focus {
                border-color: #8b0593; }
          main .main-block .form-wrapper .form form .buttons-group {
            width: 100%;
            max-width: 455px;
            margin: 15px auto 0;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center; }
            main .main-block .form-wrapper .form form .buttons-group .inputs {
              border: solid 1px #8b0593;
              border-radius: 3px;
              background-color: white;
              font-size: 14px;
              color: #8b0593;
              padding: 10px 40px;
              margin-right: 13px;
              cursor: pointer;
              transition: background-color .2s ease;
              max-width: 140px; }
              main .main-block .form-wrapper .form form .buttons-group .inputs:hover {
                background-color: rgba(139, 5, 147, 0.2); }
            main .main-block .form-wrapper .form form .buttons-group input[type=file] {
              display: none; }
            main .main-block .form-wrapper .form form .buttons-group span {
              font-size: 14px; }
            main .main-block .form-wrapper .form form .buttons-group button {
              border-radius: 3px;
              cursor: pointer;
              background-color: #8b0593;
              border: none;
              color: white;
              font-size: 16px;
              padding: 12px;
              width: 100%;
              max-width: 275px;
              transition: background-color .2s ease; }
              main .main-block .form-wrapper .form form .buttons-group button:hover {
                background-color: #6d0373; }

.main-block {
  padding-top: 20px;
  padding-bottom: 30px; }
  .main-block .detail-wrapper {
    margin-bottom: 10px; }
    .main-block .detail-wrapper h1 {
      font-size: 24px;
      margin-bottom: 25px;
      color: #252525; }
    .main-block .detail-wrapper .detail-content {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      flex-wrap: wrap; }
  .main-block .others .title {
    color: #252525;
    text-align: left;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px;
    display: block; }
  .main-block .others .girls {
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-left: -5px;
    margin-right: -5px; }
    .main-block .others .girls .main-girl-cart {
      margin: 0 5px;
      width: calc(25% - 10px); }

.main-block h1 {
  font-size: 24px; }
.main-block .maps-wrapper {
  width: 100%;
  border: 1px solid #dadada;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.26);
  height: 550px;
  max-height: 550px;
  margin-top: 20px; }
  .main-block .maps-wrapper #map {
    min-height: 550px; }
  .main-block .maps-wrapper .cart {
    margin: 0;
    max-width: 280px;
    box-shadow: 0 4px 27px 0 rgba(0, 0, 0, 0.47);
    position: relative; }
    .main-block .maps-wrapper .cart .close {
      border: 1px solid #dadada;
      border-radius: 50%;
      background-color: white;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.31);
      position: absolute;
      width: 23px;
      height: 23px;
      top: -22px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      right: -23px; }
      .main-block .maps-wrapper .cart .close img {
        width: 13px;
        height: 13px; }
    .main-block .maps-wrapper .cart::after {
      content: '';
      position: absolute;
      bottom: -60px;
      left: calc(50% - 20px);
      border: 20px solid transparent;
      border-top: 40px solid white;
      width: 40px;
      height: 45px; }
    .main-block .maps-wrapper .cart img {
      width: auto; }

.search-container {
  padding-bottom: 20px; }

.main-block {
  padding-bottom: 20px; }
  .main-block h1 {
    font-size: 24px; }
  .main-block .search {
    margin-top: 20px; }
    .main-block .search form {
      width: 100%; }
      .main-block .search form .top-detail-card {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap; }
        .main-block .search form .top-detail-card > div {
          width: calc(50% - 16px); }
        .main-block .search form .top-detail-card .detail-card-search .inform {
          width: 100%; }
          .main-block .search form .top-detail-card .detail-card-search .inform input {
            width: calc(50% - 16px); }
      .main-block .search form .detail-card-search {
        width: 100%;
        height: auto;
        background-color: white;
        position: relative;
        z-index: 1;
        box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.26);
        border-radius: 3px;
        margin-bottom: 25px; }
        .main-block .search form .detail-card-search .title {
          width: 100%;
          background-color: #dfa3d7;
          padding: 10px 20px;
          text-align: left;
          color: black;
          font-size: 17px;
          border-radius: 3px; }
        .main-block .search form .detail-card-search .inform {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          flex-wrap: wrap;
          padding: 15px; }
      .main-block .search form .bottom-detail-card-search .inform div {
        padding-left: 10px;
        width: 20%; }
        .main-block .search form .bottom-detail-card-search .inform div p {
          font-size: 14px;
          margin: 7px 0;
          font-weight: bold;
          width: 100%;
          padding: 0 10px; }
        .main-block .search form .bottom-detail-card-search .inform div .margn {
          margin-top: 22px; }
      .main-block .search form .inputs-wrapper {
        width: calc(50% - 25px);
        display: flex;
        flex-direction: row;
        justify-content: space-between; }
        .main-block .search form .inputs-wrapper > div {
          width: calc(50% - 7px); }
      .main-block .search form .block-scroll-wrapper {
        width: 100%;
        height: 100%; }
        .main-block .search form .block-scroll-wrapper p {
          font-size: 14px;
          margin: 0 0 5px;
          font-weight: bold;
          width: 100%;
          padding: 0 10px; }
        .main-block .search form .block-scroll-wrapper .scroll-container {
          max-height: 95px;
          overflow-y: scroll;
          background: white;
          border: 1px solid #8b0593;
          margin: 0 5px;
          height: auto; }
          .main-block .search form .block-scroll-wrapper .scroll-container .checkBox {
            margin: 7px 15px; }
      .main-block .search form .checkBox {
        margin-bottom: 5px;
        padding-left: 20px;
        font-size: 12px;
        display: block;
        text-decoration: none;
        margin-right: 0; }
        .main-block .search form .checkBox .checkmark {
          top: 0;
          height: 15px;
          width: 15px;
          border-radius: 1px; }
          .main-block .search form .checkBox .checkmark::after {
            left: 1px;
            top: 1px;
            width: 10px;
            height: 9px; }
      .main-block .search form .inputs {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 15px; }
        .main-block .search form .inputs p {
          font-size: 14px;
          margin: 0 0 5px;
          font-weight: bold;
          width: 100%;
          padding: 0 10px; }
        .main-block .search form .inputs input {
          width: calc(50% - 10px);
          margin: 0 5px;
          background: white;
          border: 1px solid #8b0593;
          height: 33px;
          line-height: 33px;
          padding: 0 8px;
          font-size: 14px;
          border-radius: 3px; }
          .main-block .search form .inputs input::-webkit-input-placeholder {
            font-size: 15px;
            color: #8b0593; }
          .main-block .search form .inputs input:-moz-placeholder {
            font-size: 15px;
            color: #8b0593; }
          .main-block .search form .inputs input::-moz-placeholder {
            font-size: 15px;
            color: #8b0593; }
          .main-block .search form .inputs input:-ms-input-placeholder {
            font-size: 15px;
            color: #8b0593; }
          .main-block .search form .inputs input:focus::-webkit-input-placeholder {
            color: transparent; }
          .main-block .search form .inputs input:focus::-moz-placeholder {
            color: transparent; }
          .main-block .search form .inputs input:focus:-moz-placeholder {
            color: transparent; }
          .main-block .search form .inputs input:focus:-ms-input-placeholder {
            color: transparent; }
      .main-block .search form .selects {
        width: 100% !important;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 15px;
        position: relative; }
        .main-block .search form .selects:hover::after {
          border-top-color: #dfa3d7; }
        .main-block .search form .selects::after {
          content: '';
          width: 4px;
          height: 14px;
          top: 36px;
          right: 20px;
          position: absolute;
          display: block;
          border: 4px solid transparent;
          border-top: 6px solid #8b0593;
          z-index: 3; }
        .main-block .search form .selects p {
          font-size: 14px;
          margin: 0 0 5px;
          font-weight: bold;
          width: 100%;
          padding: 0 10px; }
        .main-block .search form .selects select {
          width: 100%;
          margin: 0 5px;
          background: white;
          border: 1px solid #8b0593;
          height: 33px;
          line-height: 33px;
          padding: 0 8px;
          font-size: 14px;
          border-radius: 3px;
          -webkit-appearance: none;
          -moz-appearance: none;
          -ms-appearance: none;
          appearance: none;
          position: relative;
          cursor: pointer; }
          .main-block .search form .selects select::-ms-expand {
            display: none; }
      .main-block .search form .buttons {
        display: flex;
        width: 100%;
        flex-direction: row;
        justify-content: center;
        padding: 0 10px; }
        .main-block .search form .buttons button {
          font-size: 14px;
          color: #8b0593;
          line-height: 40px;
          text-align: center;
          width: 135px;
          height: 40px;
          border: 1px solid #8b0593;
          border-radius: 3px;
          background-color: white;
          margin-right: 5px;
          cursor: pointer;
          transition: background-color .25s ease; }
          .main-block .search form .buttons button:hover {
            background-color: rgba(139, 5, 147, 0.2); }
            .main-block .search form .buttons button:hover:last-child {
              background-color: #6d0373;
              border-color: #6d0373; }
          .main-block .search form .buttons button:last-child {
            color: white;
            margin-right: 0;
            background-color: #8b0593; }

footer {
  background-color: #8b0593;
  padding: 20px 0; }
  footer .footer-wrapper {
    font-size: 14px;
    color: white;
    text-align: center; }
    footer .footer-wrapper nav a {
      margin-right: 30px;
      color: #ef8ff5;
      text-decoration: underline; }
      footer .footer-wrapper nav a:hover {
        text-decoration: none; }
      footer .footer-wrapper nav a:last-child {
        margin-right: 0; }
    footer .footer-wrapper span {
      margin-bottom: 3px; }
      footer .footer-wrapper span a {
        color: #ef8ff5;
        text-decoration: underline; }
        footer .footer-wrapper span a:hover {
          text-decoration: none; }

@media (max-width: 1199px) {
  header .third-header-block .container .menu li a {
    padding: 0 6px; }
  header .third-header-block .option-search li span {
    padding: 10px 20px 10px 7px;
    font-size: 13px; }
    header .third-header-block .option-search li span::after {
      right: 6px; }
  header .third-header-block .option-search li .left-option-search::after {
    right: 6px; }

  main .main-block {
    padding: 20px 0 8px 0; }
    main .main-block .main-block-wrapper .main-girl-cart {
      max-width: calc(33.333% - 7px);
      width: 100%; }
    main .main-block .form-wrapper p {
      width: 100%; }
  main .main-block .detail-wrapper h1 {
    font-size: 24px;
    margin-bottom: 25px; }
  main .main-block .detail-wrapper .big-photo {
    min-width: 400px;
    max-height: 400px;
    margin-right: 10px; }
  main .main-block .detail-wrapper .small-photo .photo {
    width: calc(33.33% - 5px);
    height: calc(50% - 4px);
    margin-bottom: 10px; }
  main .main-block .others .title {
    font-size: 24px;
    margin-bottom: 20px; }
  main .main-block .others .girls {
    margin-left: -5px;
    margin-right: -5px; }
    main .main-block .others .girls .main-girl-cart {
      margin: 0 5px;
      max-width: calc(33.333% - 10px);
      width: calc(33.333% - 10px); } }
@media (max-width: 991px) {
  header .first-header-block .changeArea {
    display: none; }
  header .first-header-block .navicon {
    display: block; }
  header .second-header-block {
    background-image: url("../image/middleHeader-photo.png"); }
  header .third-header-block .container {
    justify-content: center; }
    header .third-header-block .container .option-search {
      display: none; }

  main .main-block {
    padding: 20px 0 8px 0; }
    main .main-block .main-block-wrapper .main-girl-cart .left-col {
      min-width: 120px; }
  main .main-block .detail-wrapper .detail-content .detail-card .inform {
    flex-wrap: wrap; }
    main .main-block .detail-wrapper .detail-content .detail-card .inform .top {
      width: 50%;
      border-right: none; }
      main .main-block .detail-wrapper .detail-content .detail-card .inform .top:first-child {
        border-right: 1px solid #f5dcf7; }
      main .main-block .detail-wrapper .detail-content .detail-card .inform .top:last-child {
        width: 100%;
        margin-top: 15px;
        justify-content: center; }
  main .main-block .detail-wrapper .detail-content .detail-card .services-wrapper div {
    width: 33%; }
  main .main-block .detail-wrapper .detail-content .short-card {
    max-width: 100%; }
  main .main-block .detail-wrapper .big-photo {
    min-width: 400px;
    max-height: 400px;
    margin: 0 auto 20px; }
  main .main-block .detail-wrapper .small-photo .photo {
    width: calc(33.33% - 5px);
    height: calc(50% - 4px);
    margin-bottom: 10px; }
  main .main-block .others .title {
    font-size: 24px;
    margin-bottom: 20px; }
  main .main-block .others .girls {
    margin-left: -5px;
    margin-right: -5px; }
    main .main-block .others .girls .main-girl-cart {
      margin: 0 5px;
      max-width: calc(50% - 10px);
      width: calc(50% - 10px); }
  main .main-block .search form .top-detail-card > div {
    width: calc(50% - 10px); }
  main .main-block .search form .top-detail-card .detail-card-search .inform input {
    width: calc(50% - 10px); }
  main .main-block .search form .detail-card-search {
    margin-bottom: 15px; }
    main .main-block .search form .detail-card-search .title {
      padding: 10px; }
    main .main-block .search form .detail-card-search .inform {
      padding: 10px; }
  main .main-block .search form .inputs-wrapper {
    width: calc(50% - 10px); }
    main .main-block .search form .inputs-wrapper > div {
      width: calc(50% - 5px); }
  main .main-block .search form .bottom-detail-card-search .inform {
    justify-content: flex-start; }
    main .main-block .search form .bottom-detail-card-search .inform div {
      padding-left: 10px;
      width: 33.333%; } }
@media (max-width: 768px) {
  header .first-header-block .row .logo {
    margin-right: 0; }
    header .first-header-block .row .logo span {
      display: none; }
  header .first-header-block .row .cities {
    margin-right: 18px; }
    header .first-header-block .row .cities p {
      display: none; }

  main .main-block {
    padding: 20px 0 8px 0; }
    main .main-block .main-block-wrapper .main-girl-cart {
      max-width: calc(50% - 7px);
      width: 100%; }
  main .main-block .detail-wrapper .detail-content .detail-card .services-wrapper div {
    width: 50%; }
  main .main-block .detail-wrapper .detail-content .detail-card .inform .top:first-child span a {
    font-size: 15px; }
  main .main-block .search form .top-detail-card {
    flex-wrap: wrap; }
    main .main-block .search form .top-detail-card > div {
      width: 100%; }
    main .main-block .search form .top-detail-card .detail-card-search .inform input {
      width: calc(50% - 10px); }
  main .main-block .search form .inputs-wrapper {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 10px; }
    main .main-block .search form .inputs-wrapper:last-child {
      margin-bottom: 0; }
    main .main-block .search form .inputs-wrapper > div {
      width: calc(50% - 5px); }

  .wrapper-towns {
    padding: 0 15px; }
    .wrapper-towns .towns {
      left: 0 !important;
      right: 0 !important; } }
@media (max-width: 615px) {
  main .main-block .detail-wrapper .detail-content .details-card .top-card {
    max-width: 100%;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }
@media (max-width: 576px) {
  header .first-header-block .row {
    padding: 8px 15px; }
  header .second-header-block {
    background-image: url("../image/smallHeader-photo.png"); }
    header .second-header-block .header-text {
      font-size: 22px;
      margin-bottom: 0; }

  main .main-block {
    padding: 20px 15px 8px 15px; }
    main .main-block .main-block-wrapper .main-girl-cart {
      max-width: 100%; }
      main .main-block .main-block-wrapper .main-girl-cart .place img {
        margin-top: 0; }
  main .main-block .detail-wrapper .detail-content .detail-card .inform .top {
    width: 100%;
    border-right: none;
    margin-bottom: 15px;
    padding-left: 15px; }
    main .main-block .detail-wrapper .detail-content .detail-card .inform .top:first-child {
      border-right: none; }
    main .main-block .detail-wrapper .detail-content .detail-card .inform .top:last-child {
      margin-bottom: 0;
      margin-top: 0;
      justify-content: flex-start; }
  main .main-block .detail-wrapper .big-photo {
    min-width: 100%;
    max-height: 400px;
    height: auto;
    margin: 0 auto 10px; }
  main .main-block .detail-wrapper .small-photo .photo {
    width: calc(50% - 2px);
    height: auto;
    margin-bottom: 3px; }
  main .main-block .others .title {
    font-size: 24px;
    margin-bottom: 20px; }
  main .main-block .others .girls {
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px; }
    main .main-block .others .girls .main-girl-cart {
      margin: 0 5px 10px;
      max-width: calc(100% - 10px);
      width: calc(100% - 10px); }
  main .main-block .form-wrapper p {
    width: 100%; }
  main .main-block .form-wrapper .form {
    width: 100%;
    margin: 0 auto; }
    main .main-block .form-wrapper .form form {
      padding: 13px; }
      main .main-block .form-wrapper .form form .input-group {
        width: 100%;
        margin: 0 auto 10px; }
        main .main-block .form-wrapper .form form .input-group label {
          margin-top: 10px; }
          main .main-block .form-wrapper .form form .input-group label span {
            font-size: 16px; }
        main .main-block .form-wrapper .form form .input-group input {
          height: 35px;
          line-height: 35px;
          font-size: 14px; }
        main .main-block .form-wrapper .form form .input-group textarea {
          height: 150px;
          line-height: 35px; }
      main .main-block .form-wrapper .form form .buttons-group {
        width: 100%; }
        main .main-block .form-wrapper .form form .buttons-group input {
          font-size: 14px;
          padding: 10px 40px;
          margin-right: 10px; }
        main .main-block .form-wrapper .form form .buttons-group label {
          font-size: 14px; }
        main .main-block .form-wrapper .form form .buttons-group button {
          font-size: 14px;
          padding: 10px;
          width: 100%;
          max-width: 275px; }
  main .main-block .text-wrapper {
    text-align: justify; }
    main .main-block .text-wrapper h1 {
      font-size: 22px;
      margin-bottom: 16px; }
    main .main-block .text-wrapper h2 {
      font-size: 20px;
      margin-bottom: 16px; }
    main .main-block .text-wrapper h3 {
      font-size: 16px;
      margin-bottom: 16px; }
    main .main-block .text-wrapper p {
      margin-bottom: 16px;
      font-size: 14px; }
    main .main-block .text-wrapper a {
      color: #ff0303;
      text-decoration: underline; }
      main .main-block .text-wrapper a:hover {
        text-decoration: none; }
    main .main-block .text-wrapper .links {
      margin-top: 20px;
      margin-bottom: 20px; }
    main .main-block .text-wrapper ol {
      margin-bottom: 16px; }
    main .main-block .text-wrapper ul {
      margin-bottom: 16px; }
    main .main-block .text-wrapper li {
      font-size: 14px;
      margin-bottom: 16px; }
      main .main-block .text-wrapper li:last-child {
        margin-bottom: 20px; }
    main .main-block .text-wrapper table {
      font-size: 14px;
      text-align: center; }
      main .main-block .text-wrapper table .moreText {
        font-weight: bold;
        padding: 20px 8px; }
      main .main-block .text-wrapper table tr {
        background-color: white; }
        main .main-block .text-wrapper table tr th {
          padding: 16px 5px; }
      main .main-block .text-wrapper table thead tr {
        background-color: white !important; }
        main .main-block .text-wrapper table thead tr th {
          padding: 16px 5px; }
  main .main-block .search form .top-detail-card {
    flex-wrap: wrap; }
    main .main-block .search form .top-detail-card > div {
      width: 100%; }
    main .main-block .search form .top-detail-card .detail-card-search .inform input {
      width: calc(50% - 10px); }
  main .main-block .search form .inputs-wrapper {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 10px; }
    main .main-block .search form .inputs-wrapper:last-child {
      margin-bottom: 0; }
    main .main-block .search form .inputs-wrapper > div {
      width: 100%; }
  main .main-block .search form .bottom-detail-card-search .inform div {
    padding-left: 10px;
    width: 50%; }
  main .main-block .maps-wrapper {
    height: 350px;
    max-height: 350px; }
    main .main-block .maps-wrapper #map {
      min-height: 350px; }
  main .wrapper-towns {
    padding: 0 10px; }
    main .wrapper-towns .towns {
      left: 0 !important;
      right: 0 !important; }

  footer .footer-wrapper span {
    margin-top: 4px;
    display: block; } }
@media (max-width: 440px) {
  header .bottom-line .container .changeChose label {
    overflow: hidden; }
    header .bottom-line .container .changeChose label a {
      padding-left: 28px; }
  header .second-header-block {
    background-size: 135% 100%; }

  main .main-block .detail-wrapper .detail-content .detail-card .services-wrapper div {
    width: 100%; }
  main .main-block .search form .bottom-detail-card-search .inform div {
    width: 100%; }
    main .main-block .search form .bottom-detail-card-search .inform div .margn {
      margin-top: 7px; }
  main .main-block .maps-wrapper .cart {
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
    width: 100%; }
    main .main-block .maps-wrapper .cart:after {
      display: none; } }

/*# sourceMappingURL=main.css.map */
