@font-face {
  font-family: 'Bodoni Poster';
  src: url('../../fonts/Bodoni-Poster.eot');
  src: local('Bodoni Poster'), local('Bodoni-Poster'),
      url('../../fonts/Bodoni-Poster.eot?#iefix') format('embedded-opentype'),
      url('../../fonts/Bodoni-Poster.woff2') format('woff2'),
      url('../../fonts/Bodoni-Poster.woff') format('woff'),
      url('../../fonts/Bodoni-Poster.ttf') format('truetype'),
      url('../../fonts/Bodoni-Poster.svg#Bodoni-Poster') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html{
  scroll-behavior: smooth; 
}
strong{
  color: #b8b8b8;
}
header.container {
  background: #6A3A3A;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 25;
}
.header-contacts {
  width: 100%;
  background-color: #F1F1F1;
}
header.container .contact, header.container .contact__mobile {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 2px 0;
  align-items: center;
  margin: 0 auto;
}

header.container .contact .callUs, header.container .contact__mobile .callUs {font-size: 20px;}
header.container .contact .callUs__text,
header.container .contact__mobile .callUs__text {color: #130A05;}
header.container .contact .callUs__phone {
  font-weight: bold;
  color: black;
}
header.container .contact__mobile .callUs__phone {
  font-weight: bold;
  color: white;
}
/* header.container .contact .callUs__phone:hover{
  color: #fff;
} */

header.container .messangers {
  margin-left: 70px;
  display: flex;
}

header.container .messangers a {
  height: 29px;
  display: inline-block;
  margin: 3px;
  background-repeat: no-repeat;
  background-size: cover;
}

header.container .messangers-wa {
  background: url("../../img/messangers/head_wa.svg");
  width: 29px;
}

header.container .messangers-vb {
  background: url("../../img/messangers/head_vb.svg");
  width: 31px;
}

header.container .messangers-tg {
  background: url("../../img/messangers/head_tg.svg");
  width: 29px;
}

header.container .menu{
  padding: 0;
}

header.container .menu__mobile, header.container .contact__mobile {
  display: none;
}

header.container .border {
  border-bottom: 2px solid #FF7070;
  width: 100%;
}

header.container .menu {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header.container .menu .logo__name {
  text-transform: none;
  display: inline-block;
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 600;
  padding: 8px 0;
  margin: 0;
}

header.container .menu .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

header.container .menu .nav__list .sub{
  display: none;
  position: absolute;
  background: #6A3A3A;
  left: 0;
  top: 54px;
  width: 165px;
  border-radius: 0 0 5px 5px ;
}
header.container .menu .nav__list .sub li{margin: 0 auto;}
header.container .menu .nav__list .sub li:last-child{
  border-radius: 0 0 5px 5px ;
}
header.container .menu .nav__list .sub a{
  font-size: 14px;
  padding: 20px 20px;
  display: block;
}

header.container .menu li {
  display: block;
  list-style: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}

header.container .menu li.active a,
header.container .menu li a:hover {
  background: #FD728B;
}
header.container .menu li:nth-child(2){
  position: relative;
}
header.container .menu li:nth-child(2):hover .sub{
  display: block;
}
header.container .menu a, header.container .menu span {
  font-size: 18px;
  color: #FFFFFF;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  padding: 15px 10px;
}

footer {
  color: white;
  background: #FD728B;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 50px;
  padding-bottom: 50px;
}

footer .footer__main {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
}
footer .row-colum {align-items: start;}


footer .contact .callUs, footer .contact .callUs span {
  color: #FFFFFF;
  font-size: 20px;
}

footer .contact .callUs__phone {
  color: #FFFFFF;
  font-weight: bold;
}

footer .contact .callUs__phone:hover {
  color: #8e25b0;
}

footer .contact .messangers {
  margin: 10px 0;
}

footer .contact .messangers a {
  height: 40px;
  width: 40px;
  display: inline-block;
  margin: 0 5px;
}

footer .contact .messangers-wa {
  background: url("../../img/messangers/foot_wa.svg");
}

footer .contact .messangers-vb {
  background: url("../../img/messangers/foot_vb.svg");
}

footer .contact .messangers-tg {
  background: url("../../img/messangers/foot_tg.svg");
}

footer .contact .adress, footer .contact .adress .adress__text {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 27px;
  font-weight: 400;
}

footer .nav__list {
  margin: 0;
}

footer .nav__list .sub{
  display: none;
}

footer .nav__list a {
  display: inline-block;
  color: #FFFFFF;
  font-size: 14px;
  text-transform: uppercase;
  margin: 3px 0;
}

footer .nav__list a:hover {
  color: #8e25b0;
}

footer .logo__name {
  display: inline-block;
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 600;
  margin: 35px 0;
}

footer .rights__text {
  margin-bottom: 15px;
  color: white;
  font-size: 12px;
}
.main .index__title {
  margin-top: 50px;
  font-size: 25px;
  line-height: 25px;
  font-family: "Bodoni Poster";
}
.main .index__title::after {
  content: '';
  display: inline-block;
  border: 1px solid #FF7070;
  width: 80%;
  margin-left: 15px;
}

.main .banner {
  background: url('../../img/banner.jpg') no-repeat 0 100%;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  /*background-attachment: fixed;*/
  width: 100%;
  position: relative;
  margin-top: 95px;
  max-height: 663px;
}

.main .banner__row {
  text-align: left;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.bnr-inside {
  padding: 60px 70px;
  max-width: 720px;
}
.main .banner__title {
  display: inline-block;
  color: #FD728B;
  font-family: "Bodoni Poster";
  font-size: 80px;
  font-weight: 400;
  line-height: 97px;
}
.main .banner__descr .about__text {
  width: 100%;
  color: white;
}
.main .banner__descr .about__text strong {color: white;}

.main .banner__button {
  display: block;
  position: absolute;
  bottom: -35px;
  left: 48%;
  background: #750C97;
  height: 50px;
  width: 70px;
  border-radius: 15px 15px 55px 55px;
  opacity: 0.9;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.main .banner__button:hover {
  opacity: 1;
}

.main .banner__button-arrow {
  display: inline-block;
  height: 17px;
  width: 2px;
  background: #FFFFFF;
  position: absolute;
  left: 50%;
  top: 15px;
}

.main .banner__button-arrow:after, .main .banner__button-arrow:before {
  content: '';
  position: absolute;
  height: 10px;
  width: 2px;
  background: #FFFFFF;
  bottom: 0;
}

.main .banner__button-arrow:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 4px;
}

.main .banner__button-arrow:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 4px;
}


.bnr-inside {
  position: relative;
}

.bnr-inside h1 span {
	display: block;
	float: left;
    margin-right: 20px;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    transform: translateY(-50px);
    opacity: 0;
    animation-name: titleAnimation;
    animation-timing-function:ease;
    animation-duration: 3s;
}
.bnr-inside h1 span{
  animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
}
.bnr-inside h1 span:first-child{
    animation-delay: 0.7s;

  }
.bnr-inside h1 span:last-child{
    color: $secondary-color;
    animation-delay: 0.5s;

  }

@keyframes titleAnimation {
    0% {
      transform: translateY(-50px);
      opacity: 0;
      -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
      clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  }
  20% {
      transform: translateY(0);
      opacity: 1;
      -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
      clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }
  80% {
       transform: translateY(0);
       opacity: 1;
      -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
      clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 5%);
  }
  100% {
  		transform: translateY(0);
       opacity: 1;
      webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
      clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 5%);
       /*transform: translateY(50px);
       opacity: 0;
      -webkit-clip-path: polygon(100% 0, 100% -0%, 0 100%, 0 100%);
      clip-path: polygon(100% 0, 100% -0%, 0 100%, 0 100%);*/
    
  }
}

.main .description-mobile{
  display: none;
}

.main .filters .select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 5px;
  flex-wrap: wrap;
  width: 100%;
}

.main .filters .select select {
  background: white;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  border: 1px solid #fff;
  padding: 5px 7px;
  border-radius: 3px;
  cursor: pointer;
  transition: all .2s;
}
.main .filters .select select:hover{
  border-color: #FD728B;
  color: #FD728B;
}
.main .filters .select select option {color: #000;}
.main .filters .buttons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main .filters .buttons .avaible {
  position: relative;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  border: 1px solid #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50px;
  margin-right: 25px;
}

.main .filters .buttons .avaible__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main .filters .buttons .avaible__text {
  color: #000;
  font-size: 16px;
  vertical-align: middle;
  margin-right: 25px;
}

.main .filters .buttons .avaible input {display: none;}
.main .filters .buttons .avaible label {
  color: #000;
  white-space: nowrap;
  width: 33.5%;
  margin: 0;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 3;
  margin: auto;
  height: 30px;
  line-height: 2;
  cursor: pointer;
}
.main .filters .buttons .avaible label:hover{
  color: #FD728B;
}
.main .filters .buttons .avaible input:checked+label {
  color: white;
}
.main .filters .buttons .avaible_slide {
  position: absolute;
  width: 100%;
  height: 100%;
}

.main .filters .buttons .avaible_flex {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 50%;
  background: #FD728B;
  z-index: 0;
  border-radius: 50px;
}

.main .filters .buttons .avaible__second:checked ~ .avaible_slide .avaible_flex {
  margin-left: 50%;
}

.main .filters .buttons .active .clear__button {
  position: relative;
  padding-left: 15px;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}

.main .filters .buttons .active .clear__button::before, .main .filters .buttons .active .clear__button::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 2px;
  background: #FD728B;
  left: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.main .filters .buttons .active .clear__button::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.main .filters .buttons .active .clear__button::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.main .filters .buttons .active .clear__button:hover {
  color: #FD728B;
}

.main .filters .buttons .active .clear__button:hover::after {
  background: #FD728B;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.main .filters .buttons .active .clear__button:hover::before {
  background: #FD728B;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.main .more {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main .more .cart {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  border: 1px solid #FD728B;
  height: 320px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-size: cover;
}

.main .more .cart__link {
  margin: 25px;
  color: #FFFFFF;
  font-size: 25px;
  font-weight: bold;
  position: relative;
}

.main .more .cart__link::after {
  content: '';
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: #750C97;
  height: 15px;
  position: absolute;
  width: 10px;
  right: -20px;
  top: 12px;
}

.main .more .duo {
  background: url("../../img/duo.jpg");
}

.main .more .trio {
  background: url("../../img/trio.jpg");
}

.about {
  background: #6A3A3A;
  padding-bottom: 110px;
}
.main+.about {margin-top: 100px;}
.about h2, .about h3 {
  color: #E5E5E5;
  font-family: "Bodoni Poster";
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
}
.about .row-colum {align-items: start; display: block;}
.main .about__text {
  margin: 10px;
  font-size: 14px;
  width: 70%;
}
.about .text, .about .top_text > p {
  width: 100%;
  color: #E5E5E5;
  font-size: 14px;
}
.about strong {
  color: #E5E5E5;
}
.about ul.about__text.text, .about ul.about__text.text li {
  color: #E5E5E5!important;
  list-style-position: inside;
}
.about .about__text a {color: #E5E5E5; text-decoration: underline;} 
.about .about__text a:hover {text-decoration: none;} 


.main .locations {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  /* height: 300px; */
  margin-bottom: 80px;
}

.main .locations__title {
  color: #000000;
  font-family: "Bodoni Poster";
  font-size: 24px;
  text-align: left;
  font-weight: bold;
  border-bottom: 1px solid #FD728B
}
.main .locations__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0;
}

.main .locations__el {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.main .locations__link {
  color: #000;
  text-decoration: underline;
}



.main .catalog__duo .duo__cart{
  flex: 0 0 30%;
}

.main .catalog__duo .duo__stat{
  flex: 0 0 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main .catalog__duo .duo__stat .stat__text{
  margin: 15px auto;
  text-align: center;
  font-size: 18px;
  width: 100%;
}
.main .catalog__duo .duo__stat .stat__text strong{
  color: #8e25b0;
}

.main .catalog__trio{
  justify-content: center;
}
.disclaimer {
  background: #FED5D5;
  border-radius: 10px;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  padding: 20px 35px;
  margin: 50px 0;
}
.disclaimer h3,
.disclaimer p {
  color: #000;
  text-align: left;
}
.disclaimer h3 {
  font-family: "Bodoni Poster";
  font-size: 30px;
  font-weight: 400;
  line-height: 36.39px;
  text-align: left;
  margin: 0;
}

.catalog {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.catalog .cart {
  height: 500px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  -webkit-box-shadow: 0 0 0 0 #fff;
          box-shadow: 0 0 0 0 #fff;
}

.catalog .cart .opacity {
  height: 96%;
  width: 95%;
  margin: 0 auto;
  background: #FD728B;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.catalog .cart .opacity::before {
  content: '';
  opacity: 0.7;
  background: #FD728B;
  width: 0;
  height: 0;
  padding: 25%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  will-change: transform;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}

.catalog .cart .opacity .stick__new {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #FFFFFF;
  background: #DA69FF;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  z-index: 3;
  padding: 15px 10px;
  border-radius: 50%;
}

.catalog .cart .opacity .stick__available, .catalog .cart .opacity .stick__available-not {
  position: absolute;
  bottom: 0px;
  right: 0;
  color: #FFFFFF;
  font-size: 14px;
  z-index: 3;
  padding: 5px 10px;
  border-radius: 5px 5px 10px 5px;
}
.catalog .cart .opacity .stick__available {background: #00B247;}
.catalog .cart .opacity .stick__available-not {background: #FD728B;}

.girl__row .mobile{
  display: none;
}

.catalog .cart .opacity .girl__img {
  background-size: cover;
  position: relative;
  height: 100%;
  -webkit-box-shadow: inset 0px -28px 61px 0px #000;
          box-shadow: inset 0px -28px 61px 0px #000;
}

.catalog .cart .opacity .girl__name {
  position: absolute;
  bottom: 44px;
  margin: 0;
  text-align: center;
  width: 100%;
  z-index: 2;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 20px;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.catalog .cart .opacity .girl__services {
  position: absolute;
  color: #FFFFFF;
  z-index: 3;
  bottom: -100vh;
  width: 75%;
  text-align: left;
  left: 15%;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.catalog .cart .opacity .girl__button {
  position: absolute;
  bottom: -100vh;
  z-index: 3;
  padding: 5px 25px;
  border: 1px solid #FFFFFF;
  -webkit-transition: all .6s;
  transition: all .6s;
  left: 25%;
  color: #FFFFFF;
  border-radius: 5px;
}

.catalog .cart .opacity .girl__button:hover {
  background: #FFFFFF;
  color: #DA69FF;
}

.catalog .cart:hover .opacity::before {
  -webkit-transform: translate(-50%, -50%) scale(4);
          transform: translate(-50%, -50%) scale(4);
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}

.op_hover::before{
  -webkit-transform: translate(-50%, -50%) scale(4);
  transform: translate(-50%, -50%) scale(4);
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

.catalog .cart:hover .girl__name, .op_hover .girl__name{ 
  bottom: 85%; 
}

.catalog .cart:hover .girl__services, .op_hover .girl__services{    
  bottom: 160px;
}

.catalog .cart:hover .girl__button, .op_hover  .girl__button{
  bottom: 25%;
  z-index: 9999;
}

.catalog__button-girls {
  background: #FD728B;
  color: #FFFFFF;
  padding: 10px 60px;
  margin: 0 auto;
  border-radius: 5px;
  margin-top: 15px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.catalog__button-girls:hover {
  background: #DA69FF;
}

.slider .cart {
  height: 500px;
  position: relative;
  
}

.slider .cart .stick__new {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #FFFFFF;
  background: #DA69FF;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  z-index: 3;
  padding: 15px 10px;
  border-radius: 50%;
}

.slider .cart .stick__available, .slider .cart .stick__available-not {
  position: absolute;
  bottom: 0px;
  right: 0;
  color: #FFFFFF;
  font-size: 14px;
  z-index: 3;
  padding: 5px 10px;
}

.slider .cart .stick__available {
  background: #00B247;
}

.slider .cart .stick__available-not {
  background: #FF7070;
}

.slider .cart .girl__img {
  background-size: cover;
  position: relative;
  height: 100%;
  -webkit-box-shadow: inset 0px -28px 61px 0px #000;
          box-shadow: inset 0px -28px 61px 0px #000;
}

.slider .cart .girl__name {
  position: absolute;
  bottom: 44px;
  margin: 0;
  text-align: center;
  width: 100%;
  z-index: 2;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 20px;
  -webkit-transition: all .6s;
  transition: all .6s;
  text-shadow: 2px 2px 0px #000;
}

.girl__row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.girl__row .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

.girl__row .left .slider {
  margin-top: 25px;
  height: 600px;
  width: 350px;
  position: sticky;
  top: 110px;
}

.girl__row .left .slider__img img {
  -webkit-box-shadow: inset 0px -28px 61px 0px #000;
  box-shadow: inset 0px -28px 61px 0px #000;
  border-radius: 10px;
}

.girl__row .left .slider-nav img {
  height: 85px;
  width: auto;
  margin: 15px 5px;
}

.girl__row .left .slider .slick-prev {
  left: -30px;
}

.girl__row .left .slider .slick-prev:before {
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.girl__row .left .slider .slick-next {
  right: -15px;
}

.girl__row .left .slider .slick-next:before {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.girl__row .left .slider .slick-arrow:before {
  content: '';
  background: #FD728B;
  position: absolute;
  top: 35%;
  height: 35px;
  width: 15px;
}

.girl__row .right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
}

.girl__row .right .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
}

.girl__row .right .top .name {
  font-family: "Bodoni Poster";
  font-size: 30px;
  font-weight: 400;
  line-height: 36.39px;
  text-align: left;
}

.girl__row .right .characteristics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.girl__row .right .characteristics p.char {
  margin-top: 0;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.girl__row .right .characteristics p.char a {color: #000;}
.bg-white {
  background-color: white;
  padding: 20px;
  margin-bottom: 14px;
}

.girl__row .right .characteristics .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.girl__row .right .characteristics .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.girl__row .right .characteristics .char__title {
  font-weight: bold;
  font-size: 18px;
  margin-right: 25px;
}

.girl__row .right .locations, .girl__row .right .services {
  font-size: 16px;
  margin: 15px 0;
}

.girl__row .right .locations__title, .girl__row .right .services__title {
  font-weight: bold;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
}

.girl__row .right .locations__link{
  color: #868686;
}

.girl__row .right .prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.girl__row .right .prices .price__container {
  flex: 0 0 45%;
}

.curr {
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #FD728B;
  background-color: #FD728B;
  margin-right: 5px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  transition: all .2s;
}

.curr:hover, .curr-active {
  background: none;
}

.girl__row .right .prices .price__container .table{
  border-top: 1px solid #FD728B;
  margin-top: 5px;
}

.girl__row .right .prices .price__container .table__title {
  text-align: left;
}

.girl__row .right .prices .price__container .table__title th {
  padding-bottom: 25px;
}

.girl__row .right .prices .price__container .table td:first-child {
  width: 150px;
}

.girl__row .right .prices .price__container .table td {
  width: 80px;
}

.girl__row .right .prices .price__container .table td:last-child {
  width: 130px;
}

.girl__row .right .prices .contact {
  border: 1px solid #FD728B;
  padding: 30px 13px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-bottom: 54px;
  box-sizing: border-box;
}

.girl__row .right .prices .contact .call {
  font-size: 25px;
  font-weight: 300;
  margin: 0;
  text-align: center;
}

.girl__row .right .prices .contact .call__phone {
  font-weight: bold;
  color: #000;
}

.girl__row .right .prices .contact .messangers {
  margin: 20px auto;
  width: 150px;
  text-align: center;
}

.girl__row .right .prices .contact .messangers a {
  height: 40px;
  width: 40px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

.girl__row .right .prices .contact .messangers-wa {
  background: url("../../img/messangers/head_wa.svg");
}

.girl__row .right .prices .contact .messangers-vb {
  background: url("../../img/messangers/head_vb.svg");
  width: 41px !important;
}

.girl__row .right .prices .contact .messangers-tg {
  background: url("../../img/messangers/head_tg.svg");
}

.girl__row .right .prices .contact:hover {
  -webkit-box-shadow: 0px 0px 20px 7px #750c9736;
          box-shadow: 0px 0px 20px 7px #750c9736;
}

.girl__row .right .about {
  border: 1px solid #FD728B;
  background: none;
  padding: 20px;
}
.girl__row .right .about strong {
	color: #000;
}
.girl__row .right .about__title.title {
  margin: 0;
}
.girl__row .right .about__text {margin: 0;}
.girl__row .right .about__text p{
  width: 100%;
  color: #000;
  font-size: 14px;
  margin: 0 0 15px 0;
  padding: 0;
} 

.girl__row .right .reviews {
  margin: 50px 0;
}

.girl__row .right .reviews__descr {
  color: #000;
  font-size: 16px;
  margin: 0 0 15px 0;
}

.girl__row .right .reviews__cart {
  padding: 25px 0;
}

.girl__row .right .reviews__rate {
  margin: 0;
  margin-bottom: 15px;
}

.girl__row .right .reviews__buttons .button {
  display: inline-block;
  text-transform: none;
  width: 184px;
  text-align: center;
  margin-right: 20px;
  font-size: 14px;
  font-weight: normal;
  color: #FFFFFF;
  padding: 10px 0;
  border: 1px solid #750C97;
  border-radius: 5px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.girl__row .right .reviews__buttons .button:hover {
  -webkit-box-shadow: 0px 0px 20px 7px #750c9736;
          box-shadow: 0px 0px 20px 7px #750c9736;
}

.girl__row .right .reviews__buttons .button__all {
  background: #750C97;
}

.girl__row .right .reviews__buttons .button__all:hover {
  background: transparent;
}

.girl__row .right .reviews__buttons .button__write:hover {
  background: #750C97;
}

.girl__row .right .form {
  margin-top: 45px;
  padding: 30px;
  background: #FD728B;
  border: 1px solid #FD728B
}
.girl__row .right .form form{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 30px;
}
.girl__row .right .form__title {
  text-align: center;
  width: 100%;
  color: white;
  font-size: 25px;
  font-weight: 400;
  font-family: "Bodoni Poster";
  margin: 0;
}
.girl__row .right .form .text{
  flex: 0 0 32%;
  display: inline-block;
} 

.girl__row .right .form .textarea{
  flex:0 0 100%;
  margin: 15px 0;
}

.girl__row .right .form input[type="text"] {
  color: #000000;
  font-size: 14px;
  padding: 10px 15px;
  width: 100%;
  height: 40px;
  border: none;
  box-sizing: border-box;
}
.girl__row .right .form textarea {
  padding: 10px 15px;
  width: 100%;
  height: 70px;
  resize: none;
  color: #000000;
  border: none;
  box-sizing: border-box;
}

.girl__row .right .form .checkbox input[type="checkbox"] {
  height: 20px;
  width: 20px;
  border-radius: 0;
  border: none;
  vertical-align: middle;
}
.girl__row .right .form .checkbox label {
  color: white;
  font-size: 14px;
  margin-right: 54px;
}

.girl__row .right .form .button {
  display: inline-block;
  width: 200px;
}

.girl__row .arrow {
  padding: 0;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 300;
  color: #020202;
  position: relative;
}

.girl__row .arrow::after {
  content: '';
  background: #FD728B;
  position: absolute;
  top: 35%;
  height: 15px;
  width: 10px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.girl__row .arrow-prev {
  margin-left: 25px;
}

.girl__row .arrow-prev::after {
  left: -25px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.girl__row .arrow-next {
  margin-right: 25px;
}

.girl__row .arrow-next::after {
  right: -25px;
}

body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'open-sans';
  /* color: #130A05F2; */
  margin: 0;
  padding: 0;
  background: #F1F1F1;
}

.container {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* .error{
  min-height: 40vh;
  margin-top: 150px;
} */

.row-colum {
  padding: 23px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1198px;
}

.row {
  padding: 23px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 1198px;
}

.text {
  width: 100%;
  color: #868686;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.about__last h2, .about__last h3 {font-family: "Bodoni Poster";}
ul {
  list-style: none;
  padding: 0;
}

a {
  text-decoration: none;
  color: #DA69FF;
  transition: color .2s;
}
a:hover {
  color: #750C97;
}
.title {
  margin: 10px 0;
  color: #000;
  font-family: "Bodoni Poster";
  font-size: 25px;
  font-weight: bold;
  line-height: 34px;
}

.filters-toggle {display: none;}
.aboutGirl__button {
  display: block;
  background: #FD728B;
  color: #FFFFFF;
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 3px;
  border: 1px solid #fff;
}

.aboutGirl__button-not{
  background: #868686;
  color: #000;
  cursor: not-allowed;
}
.aboutGirl__button-not:hover{
  background: #868686 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;

}
.aboutGirl__button:hover {
  background: #fff;
  color: #FD728B;
  border-color: #FD728B;
}

.breadcrumbs {
  max-width: 1198px;
  margin: 125px auto 0;
}
.breadcrumbs .lastcrumb{color: #E59906;}
.breadcrumbs a {
  color: #000;
  position: relative;
  margin: 0 4px;
}

.breadcrumbs a:after {
  /* content: '';
  background: #DA69FF;
  position: absolute;
  top: 35%;
  height: 10px;
  width: 5px;
  right: -8px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%); */
}

.breadcrumbs a:hover {color: #DA69FF;}
@media screen and (max-width: 1198px) {
  .filters-toggle {display: block;}
  .mobile-not {display: none!important;}
  .title {font-size: 25px; padding-left: 15px; padding-right: 15px;}
  .text {font-size: 14px; color: black;}
  .row, .row-colum {
    padding: 7px 15px;
    width: 100%;
    max-width: 1198px;
    box-sizing: border-box;
  }
  .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  header.container {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  header.container .contact {
    padding: 0 10px;
    display: none;
  }
  header.container .contact__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header.container .contact .messangers {
    margin: 0;
  }
  header.container .contact .messangers-vb {
    width: 31px;
  }
  header.container .border {
    display: none;
  }
  header.container .burger {
    display: block;
    margin: 19px 15px;
    position: relative;
    cursor: pointer;
    height: 25px;
    width: 30px;
    z-index: 15;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
  }
  header.container .burger__button {
    display: block;
    /* background: #FD728B; */
    height: 2px;
    width: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  header.container .burger__button::before, header.container .burger__button::after {
    content: "";
    position: absolute;
    background: #FD728B;
    height: 2px;
    width: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  header.container .burger__button::before {
    top: 20px;
  }
  header.container .burger__button::after {
    top: 10px;
  }
  header.container .burger .cross {
    width: 0;
  }
  header.container .burger .cross::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 10px;
  }
  header.container .burger .cross::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  header.container .menu {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px;
  }
  header.container .menu .nav {
    right: -500vw;
    position: fixed;
    -webkit-transition: all .5s;
    transition: all .5s;
    top: 97px;
    height: 90vh;
    z-index: 10;
    background: #6A3A3A;
  }
  header.container .menu .nav__list {
    margin-left: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header.container .menu .nav__list .sub{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
  }
  header.container .menu .nav__list li:hover{
    background: transparent;
  }
  header.container .menu .nav__el {
    padding: 5px 10px;
  }
  header.container .menu .show {
    right: 0;
    width: 100vw;
  }
  .main{
    margin-top: 0 !important;
  }
  .main .banner {
    margin-top: 0px;
  }
  .main .banner__row {
    margin: 15px;
  }
  .main .banner__title {
    font-size: 65px;
    line-height: 65px;
  }
  .main .banner__descr {
    margin: 15px 0;
  }
  .main .banner__button {
    left: 42%;
  }
  .main .description {
    display: none;
  }
  .main .description-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 22px;
    text-align: center;
  }
  .main .description-mobile p {
    font-size: 14px;
    color: #868686;
  }
  .main .index__title {
    margin-top: 50px;
    font-size: 25px;
    font-family: Open Sans;
  }
  .main .filters {
    width: auto;
    padding: 15px 5px;
    margin: 0 15px;
    border-radius: 5px;
  }
  .main .filters__mobile {
    width: 210px;
    background: #FD728B;
    text-align: center;
    font-weight: 200;
    padding: 5px 0;
    border-radius: 3px;
    margin-bottom: 25px;
    color: white;
  }
  .main .filters .close-filter {
    width: 210px;
    padding: 5px 0;
    border-radius: 3px;
    margin-top: 25px;
    border: 1px solid #FD728B;
    background: transparent;
    color: white;
    text-align: center;
  }
  .main .filters .flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .main .filters .select, .main .filters .buttons {
    position: relative;
    display: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main .filters .select select, .main .filters .buttons select {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
    margin-bottom: 10px;
    font-size: 18px;
    color: #FFFFFF;
  }
  .main .filters .select .avaible__block, .main .filters .select .active, .main .filters .buttons .avaible__block, .main .filters .buttons .active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
  .main .filters .select .avaible__block .avaible__text, .main .filters .select .active .avaible__text, .main .filters .buttons .avaible__block .avaible__text, .main .filters .buttons .active .avaible__text {
    display: none;
  }
  .main .filters .select .active, .main .filters .buttons .active {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main .filters .select .active .apply__button, .main .filters .buttons .active .apply__button {
    margin: 5px;
  }
  .main .filters .select .active .clear__button::before, .main .filters .select .active .clear__button::after, .main .filters .buttons .active .clear__button::before, .main .filters .buttons .active .clear__button::after {
    height: 21px;
  }
  .main .catalog {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .catalog .cart {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    height: 250px;
  }
  .catalog .cart .stick__new {
    top: 7px;
    left: 7px;
    font-size: 10px;
    padding: 7px 3px;
  }
  .catalog .cart .stick__available, .main .catalog .cart .stick__available-not {
    font-size: 12px;
    padding: 3px 7px;
  }
  .catalog .cart .girl__name {
    font-size: 14px;
  }
  .catalog .cart .girl__services {
    display: none;
  }
  .catalog .cart .opacity .girl__button {
    margin: 0 auto;
    left: 8%;
  }
  .main .more .cart {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    height: 160px;
    background-size: cover;
    margin-bottom: 15px;
  }
  .main .locations {
    height: auto;
    margin: 0;
  }
  .main .locations__title {
    margin-bottom: 0;
  }
  .main .locations__el {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  footer .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-left: 15px;
  }
  footer .menu__list {
    margin: 3px;
  }
  footer .logo {
    text-align: center;
    width: 100%;
  }
  footer .logo a {
    margin: 5px;
  }
  .breadcrumbs {
    margin: 15px;
    margin-bottom: 45px;
  }
  .aboutGirl__button {
    width: 270px;
  }
  .girl__row .mobile{
    display: flex;
  }
  .girl__row .left .slider {
    width: 250px;
  }
  .girl__container .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .girl__container .left .arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .girl__container .left .arrows .arrow {
    font-size: 18px;
    padding: 0;
  }
  .girl__container .left .arrows .arrow::after {
    top: 22%;
  }
  .girl__container .left .name {
    font-size: 24px;
    margin-bottom: 5px;
    display: block;
    text-align: center;
  }
  .girl__container .left .slider {
    margin: 0 auto;
  }
  .girl__container .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .girl__container .right .characteristics {
    margin: 15px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .girl__container .right .characteristics__left, .girl__container .right .characteristics__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 96%;
            flex: 0 0 96%;
  }
  .girl__container .right .characteristics__left p, .girl__container .right .characteristics__right p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 5px 0;
  }
  .girl__container .right .locations__content, .girl__container .right .services__content {
    font-size: 16px;
  }
  .girl__container .right .prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
  }
  .girl__row .right .prices .price__container{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 96%;
            flex: 0 0 96%;    
  }
  .girl__container .right .prices .price, .girl__container .right .prices .contact {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 96%;
            flex: 0 0 96%;
  }
  .girl__container .right .prices .contact {
    margin: 10px 0;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .girl__container .right .prices .contact .call {
    font-size: 20px;
    text-align: center;
  }
  .girl__container .right .prices .contact .aboutGirl__button {
    margin: 0 auto;
  }
  .girl__container .right .reviews__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .girl__container .right .reviews__buttons .button {
    width: 160px;
    margin: 0;
    font-size: 16px;
  }
  .girl__container .right .form .contact-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .girl__container .right .form__title {
    text-align: left;
    font-size: 26px;
  }
  .girl__container .right .form .text, .girl__container .right .form .textarea {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 5px 0;
    font-size: 18px;
  }
  .girl__container .right .form .phone {
    margin: 5px 0;
  }
  .girl__container .right .form input[type="checkbox"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    height: 20px;
    width: auto;
  }
  .girl__container .right .form label {
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    font-size: 16px;
    color: #868686;
  }
  .girl__container .right .form .button {
    margin: 15px auto;
  }
  .catalog .cart {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    height: 250px;
  }
}

/* contct */

.contact_row{
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}

.contact_row .callUs {
  color: #000;
  font-size: 24px;
}

.contact_row .callUs__phone {
  color: #000;
  font-weight: bold;
}

.contact_row .messangers {
  margin: 10px 0;
}

.contact_row .messangers a {
  height: 50px;
  width: 50px;
  display: inline-block;
  margin: 0 5px;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact_row .messangers-wa {
  background: url("../../img/messangers/foot_wa.svg");
}

.contact_row .messangers-vb {
  background: url("../../img/messangers/foot_vb.svg");
}

.contact_row .messangers-tg {
  background: url("../../img/messangers/foot_tg.svg");
}

.contact_row .adress {
  font-size: 22px;
  color: #000;
  line-height: 27px;
  font-weight: 400;
}
.contact_row .map {width: 80%;}
/* default style  */
.booking {
	display: block;
	width: 1198px;
	margin: 0 auto;
}
	.booking form > .input
	{
		display: block;
		text-align: left;
	}
	.booking form > .input > label
	{
		display: inline-block;
		width: 30%;
		text-align: left;
		font-size: 1em;
		line-height: 30px;
	}
	.booking form > .input > select {
		margin: 0 0 10px 0;
		display: inline-block;
		padding: 5px;
		font-size: 16px;
		line-height: 16px;
		background: #fff;
		color: #000;
		font-style: italic;
		border: 1px solid rgb(27, 27, 27);
		/*border: 1px solid rgb(255,255,255);*/
	}
		.booking form > .input > select > option {
			background: #fff;
			color: #000;
		}
	.booking form > .input > input {
		margin: 0 0 10px 0;
		display: inline-block;
		width: 50%;
		padding: 5px;
		font-size: 16px;
		line-height: 16px;
		background: #fff;
		color: #000;
		border: 1px solid rgb(27, 27, 27);
	}
	.booking form > .input > input.hasDatepicker {
		padding-right: 30px;
		background: #fff url('../../img/site/icons/calendar.gif') right 5px center no-repeat;
	}
	.booking form > .input > textarea {
		margin: 0 0 10px 0;
		display: inline-block;
		width: 50%;
		padding: 5px;
		font-size: 16px;
		line-height: 16px;
		background: #fff;
		color: #000;
		border: 1px solid rgb(27, 27, 27);
		/*border: 1px solid #fff;*/
	}
	.booking form > .input > span
	{
		display: inline-block;
		width: 10%;
		color: rgb(255,0,0);
		padding: 0 0 0 5px;
	}
	.booking form > select
	{
		display: inline-block;
		width: 55%;
		background: #0e0e0e;
		border: none;
		font-size: 0.75em;
		color: rgba(255,255,255,0.75);
		padding: 0.5em;
		box-sizing: border-box;
		margin: 0 0 30px 0;
	}
	.booking .form select option
	{
		color: rgba(0,0,0,1.0);
	}
	.booking .form .submit
	{
		text-align: center;
		padding: 1em 0;
	}
		.booking .form .submit input
		{
			width: 20%;
		}
	.booking input[type="button"], input[type="submit"], a.button {
		display: block;
    background: #FD728B;
    color: #FFFFFF;
    width: 230px;
    border: none;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 3px;
    margin: 0;
    border: 1px solid #FD728B;
  }
  .button:hover {
    color: #FD728B;
    background: white;
  }

  .girl__row .right .form input[type="submit"] {
    background: none;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
  }
  .girl__row .right .form input[type="submit"]:hover {
    color: #FD728B;
    background: white;
  }

	div.g-recaptcha {
		margin: 0 auto;
		width: 304px;
	}
/*# sourceMappingURL=style.css.map */

@media screen and (max-width: 650px) {
  header.container .menu a, header.container .menu span {
    padding: 10px 10px;
  }
  header.container .menu .nav__list .sub a {
    padding: 10px 20px;
  }
  .main .banner {
  	background-image: url('../../img/rsz_banner.jpg');
  }
  .bnr-inside {
    padding: 0;
    max-width: none;
  }
  .main+.about img {
	  width: auto;
	  max-width: 100%;
	  position: static!important;
	  margin-left: 0!important;
	  margin-right: 0!important;
	  margin-bottom: 40px;
	  float: none!important;
  }
  .main .about__text {margin: auto;}
  
	.girl__row .left .slider {width: 300px;}
	.girl__row .left .slider,
	.girl__row .left .slider .cart {
		height: auto;
	}
	.girl__row .left .slider__img img {
		width: 100%;
		height: auto;
	}
  
  footer .footer__main {
    flex-direction: column;
  }
  footer .contact {
    flex-direction: column;
    align-items: center;
  }
}