@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');

body {
    font-family: "Bricolage Grotesque", 'Roboto', 'Poppins', sans-serif;
    color: #525355;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
    line-height: 1.4;
    font-size: 16px;
    max-width: 2000px;
    margin: auto;
}

a {
    background-color: transparent;
    text-decoration: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.center {
    text-align: center;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}
img.aligncenter{
    display: block;
    margin: auto;
}
img.alignleft{
    float: left;
    margin: 0 20px 20px 0;
}
img.alignright{
    float: right;
    margin: 0 20px 0 20px;
}
hr.once{
    clear: both;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mob-menu-button,
.hamburger,
.mob-menu-head {
    display: none;
}

.hamburger {
    margin-left: 20px;
}

.mob-menu-head {
    padding: 10px 25px;
    background: #671346;
}

.mob-menu-head svg {
    width: 103px;
    height: auto;
}

.bottom-head a.logo svg .escort,
.mob-menu-head svg .escort {
    fill: #af9e6b;
}

.bottom-head a.logo svg .lasvegas,
.mob-menu-head svg .lasvegas {
    fill: #fff;
}

.wrapper, .wrap {
    width: 100%;
    max-width: 1230px;
    margin: auto;
    padding: 0 15px;
}

.wrap {
    max-width: 1630px;
    padding: 0;
}

.flex-centered,
.flex-stretch,
.flex-center {
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.flex-centered {
    justify-content: center;
}

.flex-stretch {
    align-items: stretch;
    flex-wrap: wrap;
}

header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 20;
}

.fixed-header {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: 99;
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.07);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.top-head {
    padding: 3px 0px;
    background-color: #671346;
}
.foo-menu ul,
ul.model-info,
ul.menu,
.top-head ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.top-head ul li {
    display: inline-block;
}

.top-head ul li:not(:last-of-type) {
    border-right: 1px solid #85426b;
    margin-right: 15px;
    padding-right: 15px;
}

.top-head ul li .icon {
    margin-right: 10px;
    vertical-align: middle;
}

.top-head ul li .icon svg {
    fill: #b389a3;
}

.top-head ul li,
.top-head ul li a {
    font-size: 13px;
    color: #b389a3;
    text-decoration: none;
}

.top-head ul li:hover .icon svg {
    fill: #fff;
}

.top-head ul li a:hover {
    color: #fff;
}

.bottom-head {
    padding: 10px 15px;
    background: rgba(0, 0, 0, .6);
}

.bottom-head a.logo svg {
    width: 130px;
    height: auto;
}

a.breadcrumbs__link,
.breadcrumbs__separator,
.breadcrumbs__current {
    color: #8e8e8e;
    text-decoration: none;
    font-size: 13px;
}

a.breadcrumbs__link:hover,
.breadcrumbs__current {
    color: #fff;
}

.breadcrumbs__separator {
    font-size: 14px;
    padding: 0 14px;
}

.__swt {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

.__swt span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, .7);
}

.button-block .__swt {
    color: #671346;
}

.button-block .__swt span {
    color: #4c4c4c;
}

.service_wrapper .icon svg {
    fill: #af9e6b;
    margin-right: 15px;
}
.button-block .left a,
.button-block .left button {
    margin: 0 5px 7px 0;
    height: 40px;
    padding: 7px 15px;
    display: inline-block;
}

.service_wrapper:hover .__swt,
.service_wrapper:hover .__swt span {
    color: #af9e6b;
}

.liveChatBtn, .bookingBtn, a.bookingBtn {
    background: #af9e6b;
    color: #FFFFFF;
    padding: 10px 20px 10px;
    text-align: center;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    border: none;
}
a.bookingBtn {
    display: block;
}

.bookingBtn {
    margin: 0 5px 0 20px;
}

.bookingBtn svg {
    fill: #671346;
}

i.icon {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.bookingBtn.small {
    text-transform: unset;
}

.bookingBtn.green {
    background: #04950d;
}

.bookingBtn.green svg {
    fill: #fff;
}

.bookingBtn.gray {
    background: #bbbbbc;
    color: #000;
}

.bookingBtn.gray svg {
    fill: #04950d;
}

.bookingBtn:hover {
    background: #671346;
    color: #af9e6b;
}

.bookingBtn:hover svg {
    fill: #af9e6b;
}

.liveChatBtn {
    background: #671346;
    position: relative;
}

.liveChatBtn:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -15px;
    left: 30px;
    border-top: 16px solid #671346;
    border-right: 16px solid transparent;
}

.liveChatBtn:hover {
    background: #af9e6b;
}

.liveChatBtn:hover:after {
    border-top: 16px solid #af9e6b;
}

.main-banner .main-banner-item {
    position: relative;
}

.banner-info {
    position: absolute;
    margin: auto;
    display: inline-table;
    left: 0;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.SlideShow_title,
.SlideShow_subtitle {
    text-transform: capitalize;
    line-height: 1;
    font-weight: 600;
    text-align: center;
}

.SlideShow_title {
    font-size: 3.5rem;
    font-weight: 700;
    opacity: 0;
    background: rgba(152, 33, 105, .7);
    padding: 10px 15px;
    margin: 0;
    font-family: "Abril Fatface",serif;
    color: #FFFFFF;
    -webkit-transition: all 0.7s linear, opacity 1.5s linear;
    -moz-transition: all 0.7s linear, opacity 1.5s linear;
    -o-transition: all 0.7s linear, opacity 1.5s linear;
    transition: all 0.7s linear, opacity 1.5s linear;
    transform: translateY(50px);
}

.tns-slide-active .SlideShow_title {
    transform: translateY(-20px);
    opacity: 1;
}

.SlideShow_subtitle {
    color: #444;
    font-size: 1.8rem;
}

.main-menu ul.menu {
    position: static;
    display: flex;
    margin-left: 40px;
}

.main-menu ul.menu li a {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 13px 15px;
    border-radius: 6px;
}

.main-menu ul.menu li a:hover {
    background: rgb(175, 158, 107);
    color: #000;
}

h2, h3, h4, h5, h6,
.title {
    font-family: "Abril Fatface", serif;
    font-size: 64px;
    font-weight: 600;
    line-height: .8;
    margin-bottom: 20px;
    color: #671346;
}

p {
    margin: 0 0 14px;
}

.top-girl .girl-item {
    width: 100%;
}

.top-girl-wrap {
    margin-top: -150px;
    z-index: 2;
    position: relative;
}

.section {
    margin-top: 60px;
    margin-bottom: 60px;
}

.section.bottom {
    margin-bottom: 0;
}

.welcome {
    justify-content: center;
}

.welcome .left {
    width: 50%;
}

.welcome .right {
    width: 34%;
    display: flex;
}

.welcome .right img {
    margin-top: auto;
}

.inner-page-head {
    background: url("img/inner_head_bg1.jpg") no-repeat;
    background-position: bottom center;
    text-align: center;
    min-height: 200px;
    padding: 130px 15px 10px;
    position: relative;
    z-index: 1;
}

.inner-page-head:after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(103, 19, 70, .8) 0%, rgba(0, 0, 0, .5) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.inner-page-head h1 {
    font-size: 30px;
    font-weight: 800;
    color: #af9e6b;
    text-transform: uppercase;
    margin: 0px;
}

.girls-section {
    margin-top: 20px;
}

.girl-item {
    width: 24%;
    position: relative;
    overflow: hidden;
    transition: all .3s;
    border-radius: 10px;
    margin-bottom: 20px;
    background: #671346;
}

.single-girl .tns-inner {
    background: #671346;
}

.girl-img {
    background: #671346;
    overflow: hidden;
    cursor: pointer;
}

.girl-img:hover,
.girl-item:hover {
    background: #000;
}

.girl-item.empty {
    height: 0;
}

.girl-img img,
.girl-item img {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.girl-img:hover img,
.girl-item:hover img {
    webkit-transform: scale(1.2) rotate(5deg);
    -ms-transform: scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg);
    opacity: .6;
}

.girl-descr {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    max-height: 85px;
    -webkit-transition: max-height 1s ease-in-out;
    -moz-transition: max-height 1s ease-in-out;
    -o-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
}

.girl-item:hover .girl-descr {
    max-height: 1000px;
    -webkit-transition: max-height 1.5s ease-in;
    -moz-transition: max-height 1.5s ease-in;
    -o-transition: max-height 1.5s ease-in;
    transition: max-height 1.5s ease-in;
}

.girl-descr a.name {
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 33px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    font-family: "Abril Fatface", serif;
    background: linear-gradient(0deg, rgba(103, 19, 70, 1) 0%, rgba(103, 19, 70, 0) 100%);
    padding: 15px 15px 0;
}

.girl-descr .parameter {
    background: #671346;
    padding: 20px 15px 15px;
}

.girl-descr .star {
    font-size: 0;
}

.girl-descr p {
    font-size: 14px;
    color: #fff;
    margin: 0;
}

.girl-descr .star svg {
    fill: #af9e6b;
}

.girl-descr a {
    color: #af9e6b;
    padding-top: 5px;
    font-weight: 600;
    text-decoration: none;
}

.girl-descr a:hover {
    text-decoration: underline;
}

.paginations {
    text-align: center;
    margin-bottom: 20px;
}

.paginations .current,
.paginations a {
    margin: 0 5px;
    border: 2px solid #671346;
    color: #671346;
    display: inline-block;
    text-decoration: none;
    padding: 2px 10px;
    font-weight: 600;
}

.paginations a:hover,
.paginations .current {
    background: #671346;
    color: #fff;
}

.girl-info .left,
.girl-info .right {
    width: 49%;
}

.girl-info .left > h2 {
    margin-top: 0;
}

footer {
    background-color: #212121;
}

.top-foo {
    padding-top: 50px;
    padding-bottom: 50px;
}
.bottom-foo{
    padding-bottom: 20px;
}
.foo-menu ul li{
    display: inline-block;
    position: relative;
}
.foo-menu li.delimiter:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 28px;
    height: 14px;
    background: #AEAEAE;
    top: -12px;
}
.foo-menu  li.delimiter:last-child{
    display: none;
}


.faq .title, .faq .subtitle {
    text-align: center;
}

.item-faq {
    border: 1px solid #d7becd;
    background-color: #fcf0f7;
    padding: 17px 30px;
}

.item-faq.open,
.item-faq:hover {
    background: #d7becd;
}

.item-faq .question {
    font-size: 20px;
    font-weight: 900;
    color: #671346;
    position: relative;
    cursor: pointer;
    padding-right: 30px;
}

.item-faq .answer {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease-out;
    -moz-transition: max-height 0.5s ease-out;
    -o-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
}

.item-faq.open .answer {
    max-height: 10000px;
    -webkit-transition: max-height 2s ease-out;
    -moz-transition: max-height 2s ease-out;
    -o-transition: max-height 2s ease-out;
    transition: max-height 2s ease-out;
}

.item-faq.open .answer p {
    margin-top: 17px;
    color: #000;
}

.item-faq .plusminus {
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.item-faq .plusminus:before, .item-faq .plusminus:after {
    content: "";
    display: block;
    background-color: #671346;
    position: absolute;
    top: 50%;
    left: 0;
    transition: 0.35s;
    width: 100%;
    height: 4px;
}

.item-faq .plusminus:before {
    transform: translatey(-50%);
}

.item-faq .plusminus:after {
    transform: translatey(-50%) rotate(90deg);
}

.item-faq.open .plusminus:before {
    transform: translatey(-50%) rotate(-90deg);
    opacity: 0;
}

.item-faq.open .plusminus:after {
    transform: translatey(-50%) rotate(0);
}

.button-block {
    background: #fff;
    min-height: 70px;
    border-radius: 6px;
    position: relative;
    margin-top: -40px;
    z-index: 3;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .4);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px 8px 15px;
    margin-bottom: 40px;
    border-bottom: 3px solid #671346;
}

.button-block .left {
    max-width: calc(100% - 170px);
}

.info-header {
    font-family: "Abril Fatface", serif;
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    background: #efe7ec;
    color: #671346;
    padding: 7px 15px;
    border-radius: 6px;
}

ul.model-info {
    border: 1px solid #ccc;
    margin: 15px 0;
}

ul.model-info li {
    font-size: 15px;
    font-weight: 600;
    color: #671346;
    letter-spacing: .15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding: 5px 15px;
}

ul.model-info li span {
    color: #646464;
    border-left: 1px dashed #ccc;
    min-width: 50%;
    text-align: right;
    max-width: 50%;
    padding-left: 5px;
}

.contact-girl {
    padding: 100px 0px 60px;
    margin: 0 0 100px;
    background: #fcf0f7;
    min-height: 100px;
    position: relative;
}

.contact-girl:after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: 0px;
    right: 0px;
    background: url('img/mask-bottom-add-alt3.png') no-repeat top center;
    height: 100px;
    z-index: 2;
}
.info-block:before,
.contact-girl:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    background: url('img/mask-bottom-add-alt2.png') no-repeat top center;
    height: 100px;
    z-index: 2;
}
.info-block:after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: url('img/mask-bottom-add-alt2.png') no-repeat top center;
    transform:rotate(180deg);
    height: 100px;
    z-index: 2;
}

form.contact {
    max-width: 800px;
    margin: auto;
}

form.contact label {
    font-weight: 600;
    color: #671346;
    display: block;
    margin-bottom: 7px;
}

form.contact input,
form.contact textarea {
    width: 100%;
    border: 1px solid #E096B9;
    border-width: 0px 0px 3px 0px;
    background: #fff;
    padding: 5px 10px;
    font-size: 17px;
    margin-bottom: 10px;
}

form.contact input.error,
form.contact textarea.error{
    background: #f0a8d2;
}

form.contact input {
    height: 50px;
}

form.contact input[type="submit"] {
    background: #671346;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
}

form.contact input[type="submit"]:hover {
    color: #af9e6b;
    background: #212121;
}

footer ul.cat_list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

footer ul.cat_list li {
    display: block;
    padding: 2px 0px 2px 10px;
    width: 25%;
    position: relative;
}

footer ul.cat_list li svg {
    fill: #787878;
    margin-right: 5px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

footer ul.cat_list li:hover svg {
    fill: #fff;
    margin-right: 1px;
}
.foo-menu ul{
    text-align: center;
}
.foo-menu ul li a{
    padding: 10px;
    font-size: 15px;
}
.foo-menu ul li a,
footer ul.cat_list li a {
    color: #787878;
    text-decoration: none;
}
.foo-menu ul li a:hover,
footer ul.cat_list li a:hover {
    color: #fff;
}

#backToTop_btn {
    display: inline-block;
    background-color: #000000;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 60px;
    right: 20px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border-radius: 100px;
    cursor: pointer;
}
.scroll_div{
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 15px;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    overflow: hidden;
    margin-top: 20px;
}
.booking a,
.scroll_div a{
    text-decoration: none;
    text-align: center;
    border: 0 none;
    outline: 0;
    height: 40px;
    line-height: 40px;
    color:#fff;
    background: #af9e6b;
    font-weight: 600;
    padding: 0 25px;
    margin:0 5px 7px 0;
    border-radius: 30px;
}
.scroll_div a:hover{
    background: #671346;
}
.text-content{
    padding: 0 15px;
}
.text-block{
    width: 49%;
    margin-bottom: 20px;
}
.text-header{
    background: #671346;
    border-radius: 4px;
    color: #FFFFFF;
    padding: 12px 20px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    font-size: 20px;
    margin-bottom: 10px;
}
.booking{
    position: relative;
    min-height: 315px;
    background-position: left center;
    background-size: cover;
    padding: 100px 0;
    margin-bottom: 80px;
}
.booking .wrapper{
    max-width: 700px;
}
.info-block .left .title,
.booking .title{
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 40px;
    font-family: "Abril Fatface", serif;
    font-weight: 900;
}
.booking a{
    background: #671346;
    color: #fff;
    display: inline-block;
}
.booking a:hover{
    background: #af9e6b;
}
.info-block{
    padding: 100px 0px 60px;
    margin: 100px 0;
    min-height: 500px;
    position: relative;
    background-position: center;
    background-attachment: fixed;
}
.info-block .left{
    width: 33%;
}
.info-block .left p{
    color: #a3a3a3;
}
.info-block .right{
    width: 64%;
}
.info-block .left,
.info-block .right{
    position: relative;
    z-index: 5;
}
.info-item{
    width: 30%;
    margin-bottom: 30px;
    padding: 55px 20px 20px;
    background: rgba(103, 19, 70, .8);
    display: block;
    text-align: left;
    border-radius: 20px 6px 30px 6px;
    position: relative;
}
.info-item .title{
    font-family: "Abril Fatface", serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #af9e6b;
    font-weight: 900;
    margin:0 0 10px;
}
.info-icon {
    position: absolute;
    left: 0;
    top: -20px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    padding: 12px;
    background: #671346;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, .5);
}
.info-icon svg{
    width: 100%;
    height: auto;
    fill: #af9e6b;
}
.info-item p{
    color:#fff;
}
.overlaybg_section {
    background: rgba(0, 0, 0, .75);
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.copy{
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    margin-bottom: 10px;
}
.bitcoin img{
    width: 150px;
    display: block;
    margin: 10px auto;
}
.copy.center{
    text-align: center;
    margin-top: 10px;
}
.news-section{
    margin-top: 30px;
}
a.news-item{
    width: 31%;
    margin-bottom: 30px;
    text-decoration: none;
    display: block;
}
.news-side a.news-item {
    width: 100%;
}
a.news-item:hover .news-img{
    -webkit-transform: scale(1.3,1.3);
    -moz-transform: scale(1.3,1.3);
    -o-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3);
}
.img-wrap{
    width: 100%;
    height: 210px;
    overflow: hidden;
    position: relative;
}
.news-date{
    width: 50px;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    color: #FFFFFF;
    z-index: 1;
    text-align: center;
    padding: 10px 5px;
    font-size: 19px;
    font-weight: 700;
}
.news-date span {
    color: rgba(255, 255, 255, .7);
    display: block;
    font-size: .85rem;
    font-weight: 400;
    text-transform: uppercase;
}
.news-img{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top center;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.news-title{
    font-size: 19px;
    font-weight: 700;
    margin: 15px 0;
    color: #23262a;
}
.news-text{
    color: #525355;
    font-weight: 400;
    max-height: 90px;
    overflow: hidden;
}
.read-more{
    color: #a33188;
    font-weight: 600;
    text-transform: uppercase;
    margin: 5px 0 0;
    display: inline-block;
}
.one-news h2,
.one-news h3,
.one-news h4,
.one-news h5,
.one-news h6{
    margin-top: 0;
}
.one-news .left{
    width: 65%;
    margin-top: 40px;
}
.one-news .right{
    width: 32%;
    margin-top: 40px;
}


#backToTop_btn:hover {
    opacity: 0.5;
}

#backToTop_btn.show {
    opacity: 1;
    visibility: visible;
}

.status-label {
    z-index: 3;
    color: #fff;
    width: 220px;
    font-weight: 800;
    line-height: 36px;
    position: absolute;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.status-label.video {
    font-size: 22px;
    left: -70px;
    top: 18px;
    background: #f90000;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    color: #fff;
}
.status-label.new {
    right: -90px;
    top: 3px;
    background: #3da3f5;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.status-label.verify {
    top: 35px;
    right: -60px;
    background: #ff4081;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.modal-dialog{
    max-width: 300px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
}
.modal-dialog p{
    border-top: 1px solid rgba(0,0,0,.2);
    border-bottom: 1px solid rgba(0,0,0,.2);
    text-align: center;
}
.modal-dialog p,
.modal-footer,
.modal-title{
    padding: 14px;
}
.modal-title svg{
    display: block;
    margin: auto;
}
.modal-footer button {
    display: block;
    width: 110px;
    margin: auto;
    padding: 7px 30px;
    border-radius: 40px;
    color: #fff;
    background-color: #6c757d;
    border: none;
    cursor: pointer;
}
.modal-footer button:hover{
    background-color: #424446;
}
.table-wrap{
    width: 100%;
    overflow-x: scroll;
}
table.hotel{
    border-collapse: collapse;
    width: 100%;
    min-width: 900px;
}
table.hotel td{
    padding: 5px;
    border: 2px solid #671346;

}
table.hotel tr.head-table td{
    text-align: center;
    color: #671346;
    font-weight: 700;
}
td.last-td{
    width: 120px;
}
.girl-button{
    position: absolute;
    top: 10px;
    right: 10px;
}
.girl-button a{
    font-size: 12px;
    padding: 8px 15px;
    color: #FFFFFF;
    background: #af9e6b;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 6px;
    margin-top: 10px;
}
@media (max-width: 1250px) {
    header .service_wrapper {
        display: none;
    }
}

@media (max-width: 1250px) {
    .liveChatBtn {
        display: none;
    }

    .mob-menu-button,
    .mob-menu-button .liveChatBtn,
    .mob-menu-head,
    .hamburger {
        display: block;
    }

    .bottom-head {
        background: #fff;
    }

    .bottom-head a.logo svg {
        width: 100px;
    }

    .bottom-head a.logo svg .lasvegas {
        fill: #671346;
    }

    #menu-panel {
        position: fixed;
        left: -1000px;
        top: 0;
        width: 300px;
        height: 100vh;
        background: #fff;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        z-index: 100;
    }

    .open-menu #menu-panel {
        left: 0;
    }

    body:before {
        content: "";
        width: 100%;
        min-height: 0;
        position: fixed;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-transition: all .1s ease-out;
        -moz-transition: all .1s ease-out;
        -o-transition: all .1s ease-out;
        transition: all .1s ease-out;
        z-index: 20;
    }

    .open-menu:before {
        min-height: 100%;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

    .main-menu ul.menu {
        display: block;
        margin: 0;
    }

    .mob-menu-button button,
    .mob-menu-button a,
    .main-menu ul.menu li a {
        display: block;
        padding: 10px 25px;
        font-size: 15px;
        font-weight: 700;
    }

    .mob-menu-button {
        border-top: 1px solid #faf2db;
        padding: 20px 25px;
    }

    .mob-menu-button a,
    .mob-menu-button button {
        margin: 10px 0;
        width: 100%;
    }

    .main-menu ul.menu li a {
        margin: 10px 25px;
        background: #671346;
    }
    .main-banner{
        margin-top: 100px;
    }
}

@media (max-width: 1140px) {
    .info-block .wrapper{
        max-width: 700px;
    }

    .info-block .left{
        margin-bottom: 30px;
    }
    .info-block .left,
    .info-block .right,
    .info-item{
        width: 100%;
    }
}
@media (max-width: 1000px) {

    .top-girl-wrap {
        margin-top: -80px;
    }

    .welcome.flex-stretch {
        display: block;
    }

    .welcome .left,
    .welcome .right {
        width: 100%;
    }

    footer ul.cat_list li,
    .girl-item {
        width: 32%;
    }

    .girl-descr {
        max-height: none;
    }
    .welcome .right img {
        margin: auto;
    }
    .booking .wrapper{
        text-align: right;
    }
}

@media (max-width: 830px) {
    footer ul.cat_list li {
        width: 50%;
    }

    .girl-info {
        display: block;
    }

    .girl-info .left, .girl-info .right {
        width: 100%;
    }
    .text-block{
        width: 100%;
    }
}

@media (max-width: 750px) {
    a.news-item {
        width: 48%;
    }
    .one-news .right,
    .one-news .left {
        width: 100%;
    }
    .news-side{
        justify-content: space-between;
        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
    }
    .news-side a.news-item {
        width: 48%;
    }
}
@media (max-width: 700px) {
    .top-head .right {
        display: none;
    }

    .girl-item {
        width: 49%;
    }

    .paginations a.next.page-numbers,
    .paginations a.prev.page-numbers {
        display: none;
    }
}

@media (max-width: 600px) {
    .button-block {
        display: block;
    }

    .button-block .left {
        max-width: 100%;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .button-block .left a,
    .button-block .left button {
        width: 49%;
        margin-right: 0;
    }
    .booking .title {
        font-size: 27px;
    }
    .top-girl-wrap {
        margin-top: -20px;
    }
    .SlideShow_title {
        font-size: 2rem;
    }
    .SlideShow_subtitle {
        font-size: 1.5rem;
    }

}

@media (max-width: 450px) {
    .girl-item {
        width: 100%;
    }
    .button-block .left a,
    .button-block .left button {
        width: 100%;
    }
    .liveChatBtn, .bookingBtn, a.bookingBtn{
        padding: 10px;
        font-size: 14px;
    }
    .info-block .left .title,
    .booking .title {
        font-size: 35px;
        line-height: 1.1;
    }
   h1, h2, h3, h4, h5, h6, .title {
    line-height: 1.1;
    font-size: 40px;
}
}

@media (max-width: 400px) {
    .SlideShow_title {
        font-size: 1.5rem;
    }
    .SlideShow_subtitle {
        font-size: 1.2rem;
    }
    footer ul.cat_list li a {
        font-size: 14px;
    }
    .news-side a.news-item,
    a.news-item {
        width: 100%;
    }
}

