.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: 0;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

@font-face {
    font-family: roboto-example;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/RobotoRegular/RobotoRegular.eot);
    src: url(../fonts/RobotoRegular/RobotoRegular.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoRegular/RobotoRegular.woff) format("woff"), url(../fonts/RobotoRegular/RobotoRegular.ttf) format("truetype");
}

@font-face {
    font-family: roboto-example;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/RobotoBold/RobotoBold.eot);
    src: url(../fonts/RobotoBold/RobotoBold.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoBold/RobotoBold.woff) format("woff"), url(../fonts/RobotoBold/RobotoBold.ttf) format("truetype");
}

@font-face {
    font-family: Lato;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/Lato/Lato-Regular.eot);
    src: url(../fonts/Lato/Lato-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Lato/Lato-Regular.woff) format("woff"), url(../fonts/Lato/Lato-Regular.ttf) format("truetype");
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
    width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}


[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}


ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}
img {
    vertical-align: middle;
    border-style: none
}
button {
    -webkit-border-radius: 0;
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}
textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}
output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

::-webkit-input-placeholder {
    color: #666
}

:-ms-input-placeholder {
    color: #666
}

::-ms-input-placeholder {
    color: #666
}

::placeholder {
    color: #666
}

::-moz-selection {
    background-color: #683886;
    color: #fff
}

::selection {
    background-color: #683886;
    color: #fff
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-responsive.img-width {
    width: 100%
}

.text-center {
    text-align: center
}

b,
strong {
    font-weight: 700
}

.stickyTop {
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.stickyTop-active {
    top: 0
}

.contact-form {
    min-width: 200px;
    position: relative
}

.contact-form:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1
}

.contact-form .sub-menu {
    visibility: hiden;
    opacity: 0;
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    border-bottom: 4px solid #d8d4d4;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    background-color: #fff;
    padding: 10px;
    list-style: none;
    top: 37px;
    right: 45px
}

.contact-form .sub-menu li {
    position: relative
}

.contact-form .sub-menu li .WhatsApp {
    padding-left: 35px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.contact-form .sub-menu li .WhatsApp:hover {
    color: #ca4b4b
}

.contact-form .sub-menu li .WhatsApp:before {
    position: absolute;
    content: '';
    background-image: url(../img/whatsapp.png);
    width: 23px;
    height: 23px;
    left: 5px;
    top: 0;
    -webkit-background-size: contain;
    background-size: contain
}

.contact-form .sub-menu .mail {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px
}

.contact-form .sub-menu .mail a {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.contact-form .sub-menu .mail a:hover {
    color: #ca4b4b
}

.contact-form .sub-menu hr {
    color: #d8d4d4;
    border: 1px solid;
    margin: 7px 0
}

.mob-menu {
    display: none
}

.mob-menu-btn {
    display: none;
    position: absolute;
    width: 32px;
    bottom: -30px;
    height: 32px;
    cursor: pointer
}

.mob-menu-btn span {
    display: block;
    height: 2px;
    width: 20px;
    background-color: #000;
    position: absolute;
    top: -webkit-calc(50% - 1px);
    top: calc(50% - 1px)
}

.mob-menu-btn span::before {
    content: '';
    position: absolute;
    display: block;
    top: -6px;
    height: 2px;
    width: 100%;
    background-color: #000
}

.mob-menu-btn span::after {
    content: '';
    position: absolute;
    display: block;
    bottom: -6px;
    height: 2px;
    width: 100%;
    background-color: #000
}

.wrap-nav {
    max-width: 1170px;
    margin: 0 auto
}

.wrap-nav .nav {
    padding: 20px 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.wrap-nav .nav .navigation {
    max-width: 660px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.wrap-nav .nav .navigation a {
    text-decoration: none;
    color: #000
}

.wrap-nav .nav .navigation .menu {
    padding-right: 40px;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.wrap-nav .nav .navigation .contact-form {
    padding: 6px 35px;
    border-left: 1px solid #d8d4d4
}

.wrap-nav .nav .navigation .contact-form .phone {
    color: #605e5e;
    position: relative;
    width: 100%;
    font-weight: 600;
    font-size: 16px
}

.wrap-nav .nav .navigation .contact-form .phone::before {
    left: -23px;
    top: 0;
    position: absolute;
    content: '';
    background-image: url(../img/tel-icon.png);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.banner {
    background-color: #ddd;
    width: 100%;
    height: 550px;
    position: relative
}

.banner .paralax_img {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center
}

.banner .slide_description {
    text-align: center;
    z-index: 1;
    position: absolute;
    left: -webkit-calc(50% - 398px);
    left: calc(50% - 398px);
    top: -webkit-calc(50% - 105px);
    top: calc(50% - 105px)
}

.banner .slide_description .slide_title {
    width: 100%;
    max-width: 302px;
    margin: 0 auto
}

.banner .slide_description .slide_title a {
    text-decoration: none
}

/*h1,
h1 span,
.blog .girls-blogs h1 {
    font-size: 60px !important;
    line-height: 1.1;
    text-align: center !important;
}
*/
p {
    line-height: 1.5;
    font-size: 15px;
}

.item .title p {
    margin-bottom: 0;
}

.seo-item strong a {
    color: #605e6d;
}

.banner .slide_description .slide_content {
    margin-top: 12px;
    font-size: 80px !important;
    font-weight: 800;
    line-height: 44px;
    color: #fff
}

.banner .slide_description .slide_content br {
    display: none
}

.banner .slide_description .banner_button_wrapper {
    max-width: 384px;
    width: 100%;
    margin: 50px auto 0 auto;
    display: block
}

.wrap-item {
    position: relative;
    padding-top: 35px;
    max-width: 1170px;
    margin: 0 auto
}

.wrap-item .title {
    text-align: center;
    font-size: 18px;
    font-weight: 700
}

.wrap-item .wrapper {
    margin: 35px auto 0 auto;
    /*display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between*/
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.wrap-item .desc {
    width: 100%;
    margin-bottom: 30px;
}

.wrap-item .desc .wrap-desc {
    margin: 5px auto 0;
    max-width: 270px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.wrap-item .desc .wrap-desc .name {
    width: 36%
}

.wrap-item .desc .wrap-desc .name a {
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    text-decoration: none
}

.wrap-item .desc .wrap-desc .name a:hover {
    color: #ca4b4b
}

.wrap-item .desc .wrap-desc .rating {
    width: 26%
}

.wrap-item .desc .wrap-desc .rating ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.wrap-item .desc .wrap-desc .rating ul img {
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.wrap-item .desc .wrap-desc .position {
    text-align: right;
    width: 38%;
    text-transform: uppercase;
    font-size: 13px;
    color: #d68108;
    font-weight: 700
}

.wrap-item .item {
    margin: 0 auto;
    display: block;
    position: relative;
    padding: 3px;
    border: 1px solid #d8d4d4;
    max-width: 270px;
    width: 100%
}

.wrap-item .item .onsale {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3
}

.wrap-item .item-container {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.wrap-item .item-container .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: 364px;
}

.wrap-item .item-container .front {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: 364px;
}

.wrap-item .item-container:hover .back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.wrap-item .item-container:hover .front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}


.wrap-reviews .reviews .reviews-slider .slick-next img {
    width: 32px;
    height: 32px
}

.wrap-reviews .reviews .reviews-slider .slick-next:hover {
    opacity: 1
}

.wrap-reviews .reviews .reviews-slider .item {
    margin: 0 10px
}

.wrap-reviews .reviews .reviews-slider .item .author {
    font-weight: 900
}

.wrap-body-rub {
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0;
    border-bottom: 1px solid #ddd
}

.wrap-body-rub .title {
    font-size: 30px;
    font-weight: 500
}

.wrap-body-rub .body-rub {
    margin-top: 40px
}

.fourmainimgbox {
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0;
    border-bottom: 1px solid #ddd
}
.fourmainimgbox .izspaimg ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.fourmainimgbox .izspaimg ul li {
    max-width: 207px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}
.fourmainimgbox .izspaimg ul li img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 60px;
    width: auto
}

.fourmainimgbox .izspaimg ul li .title {
    margin-top: 10px;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 0;
    color: #ff0101;
}

.fourmainimgbox .izspaimg ul li .desc {
    color: #ffffff;
    line-height: 21px;
    font-size: 13px
}

.fourmainimgbox .izspaimg .callback {
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    width: 230px;
    height: 60px;
    border-radius: 30px;
    background: #1da24c;
    margin: 35px auto 0 auto
}

.wrap-erotic-body-rub {
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0;
    border-bottom: 1px solid #ddd
}

.wrap-erotic-body-rub .title {
    color: #4b4b4b;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.8em
}

.wrap-erotic-body-rub .erotic-body-rub {
    margin-top: 20px
}

.wrap-erotic-body-rub .erotic-body-rub p {
    margin: 10px 0
}

.wrap-experiences {
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0;
    border-bottom: 1px solid #ddd
}

.wrap-experiences .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8em
}

.wrap-experiences .title-desc {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8em;
    color: maroon
}

.wrap-experiences .experiences {
    margin-top: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.wrap-experiences .experiences .col-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.wrap-experiences .experiences .col-1 .item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right
}

.wrap-experiences .experiences .col-1 .item .content {
    margin-right: 20px
}

.wrap-experiences .experiences .col-1 .item .content .title {
    font-weight: 900;
    color: #302e2e;
    font-size: 13px;
    line-height: 20px
}

.wrap-experiences .experiences .col-1 .item .content .desc {
    color: #302e2e;
    font-size: 13px
}

.wrap-experiences .experiences .col-1 .item img {
    width: 42px;
    height: 42px;
    -o-object-fit: contain;
    object-fit: contain
}

.wrap-experiences .experiences .col-2 a {
    font-size: 34px;
    color: #000;
    text-decoration: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.wrap-experiences .experiences .col-2 a:hover {
    color: #ca4b4b
}

.wrap-experiences .experiences .col-2 .rating {
    margin: 10px auto 0 auto;
    max-width: 70px
}

.wrap-experiences .experiences .col-2 .rating ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.wrap-experiences .experiences .col-2 .rating ul img {
    width: 14px;
    height: 14;
    -o-object-fit: contain;
    object-fit: contain
}

.wrap-experiences .experiences .col-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.wrap-experiences .experiences .col-3 .item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: left
}

.wrap-experiences .experiences .col-3 .item .content {
    margin-left: 20px
}

.wrap-experiences .experiences .col-3 .item .content .title {
    font-weight: 900;
    color: #302e2e;
    font-size: 13px;
    line-height: 20px
}

.wrap-experiences .experiences .col-3 .item .content .desc {
    color: #302e2e;
    font-size: 13px
}

.wrap-experiences .experiences .col-3 .item img {
    width: 42px;
    height: 42px;
    -o-object-fit: contain;
    object-fit: contain
}

.wrap-sign-up {
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0;
    border-bottom: 1px solid #ddd
}

.wrap-sign-up .title {
    font-size: 28px;
    font-weight: 700
}

.wrap-sign-up .desc-title {
    margin-top: 40px
}

.wrap-sign-up .sign-up {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.wrap-sign-up .sign-up .step {
    max-width: 366px
}

.wrap-sign-up .sign-up .step .title {
    margin-bottom: 25px;
    text-align: left;
    font-size: 22px;
    font-weight: 500
}

.wrap-benefits {
    /*max-width:1170px;*/
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0;
    border-bottom: 3px solid #ddd;
    background: url(/templates/body_rub/img/em.jpg) center center / cover no-repeat;
    background-attachment: fixed;
}

.wrap-benefits h4,
.wrap-benefits p {
    color: #fff;
}

.wrap-benefits .benefits {
    max-width: 1170px;
    margin: 0 auto;
    color: #fff;
}

.wrap-benefits .benefits .title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin: 30px 0;
    line-height: 51px
}

.wrap-benefits .benefits .title:first-child {
    margin-top: 0
}

.wrap-benefits .benefits p {
    text-align: left
}

.wrap-benefits .callback {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 30px auto 0 auto;
    max-width: 300px
}
.wrp-grls .item {
    height: 356px;
    opacity: 1;
    transition: .3s linear;
}

.phones-block {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.girl-card-prices li {}

.girl-card-prices li span {
    font-weight: 600;
    font-size: 16px;
    width: 100%;
}

.girl-card-prices li p {
    margin-bottom: 0;
}

@media(max-width:1199.98px) {
    .wrap-nav {
        max-width: 940px
    }
    .wrap-item {
        max-width: 940px
    }
    .wrap-item .desc .wrap-desc {
        max-width: 210px
    }
    .wrap-item .desc .wrap-desc .name {
        width: 25%
    }
    .wrap-item .desc .wrap-desc .rating {
        width: 26%
    }
    .wrap-item .item {
        max-width: 210px
    }
    .wrap-item .back,
    .wrap-item .front {
        min-height: 280px
    }
    .wrap-reviews {
        max-width: 940px
    }
    .wrap-body-rub {
        max-width: 940px
    }
    .fourmainimgbox {
        max-width: 924px
    }
    .fourmainimgbox .izspaimg ul li {
        max-width: 165px
    }
    .fourmainimgbox .izspaimg ul li .title {
        font-size: 30px
    }
    .fourmainimgbox .izspaimg ul li .desc {
        font-size: 13px
    }
    .wrap-erotic-body-rub {
        max-width: 940px
    }
    .wrap-experiences {
        max-width: 940px
    }
    .wrap-sign-up {
        max-width: 940px
    }
    .wrap-sign-up .sign-up .step {
        margin-right: 20px
    }
    .wrap-benefits {
        max-width: 100%;
    }
    .wrap-benefits .benefits {
        max-width: 940px;
    }}

@media(max-width:991.98px) {
    .wrap-nav {
        max-width: 724px
    }
    .wrap-item {
        max-width: 724px
    }
    .wrap-item .wrapper {
        /*-webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        -webkit-box-pack:center;
        -webkit-justify-content:center;
        -ms-flex-pack:center;
        justify-content:center;*/
        grid-template-columns: 1fr 1fr 1fr;
    }
    .wrap-item .wrapper .desc {
        /*width:48%;*/
        width: auto;
        margin: 0 7px
    }
    /*.wrap-item .wrapper .desc:nth-child(3){margin-top:30px}
    .wrap-item .wrapper .desc:nth-child(4){margin-top:30px}*/
    .wrap-item .wrapper .desc .wrap-desc {
        max-width: 100%;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
    .wrap-item .wrapper .desc .wrap-desc .name {
        width: 100%;
        font-size: 22px
    }
    .wrap-item .wrapper .desc .wrap-desc .rating {
        width: 100%
    }
    .wrap-item .wrapper .desc .wrap-desc .rating ul {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .wrap-item .wrapper .desc .wrap-desc .position {
        text-align: center;
        width: 100%
    }
    .wrap-item .wrapper .item {
        max-width: 100%
    }
    .wrap-item .wrapper .back,
    .wrap-item .wrapper .front {
        min-height: 356px;
        height: 356px;
    }
    .wrap-reviews {
        max-width: 724px
    }
    .wrap-body-rub {
        max-width: 724px
    }
    .fourmainimgbox {
        max-width: 724px
    }
    .fourmainimgbox .izspaimg ul li {
        max-width: 127px
    }
    .fourmainimgbox .izspaimg ul li .title {
        font-size: 30px
    }
    .fourmainimgbox .izspaimg ul li .desc {
        font-size: 13px
    }
    .wrap-erotic-body-rub {
        max-width: 724px
    }
    .wrap-experiences {
        max-width: 724px
    }
    .wrap-experiences .experiences .col-2 {
        margin: 0 20px
    }
    .wrap-sign-up {
        max-width: 740px
    }
    .wrap-benefits {
        max-width: 100%;
    }
    .wrap-benefits .benefits {
        max-width: 724px;
    }
   
}

@media(max-width:767.98px) {
    .stickyTop {
        display: none;
    }
    ul.sub-menu {
        display: none;
    }
    .wrap-nav {
        max-width: 100%;
        z-index: 3000;
        position: relative;
    }
    .wrap-nav .nav {
        padding: 20px 0 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .wrap-nav .nav .navigation .menu {
        display: none;
    }
    .wrap-nav .nav .navigation .contact-form {
        padding: 20px 35px 6px 35px;
        text-align: center;
        width: 100%;
        border-left: 0;
    }
    .wrap-nav .nav .navigation .contact-form .phone {
        font-size: 22px;
    }
    .wrap-nav .nav .navigation .contact-form .phone::before {
        left: -26px;
        width: 22px;
        height: 22px;
    }
    .mob-menu-btn {
        display: block;
        left: 20px;
        bottom: 6px;
    }
    .mob-menu {
        display: none;
        z-index: 1;
        padding: 16px 5px;
        position: absolute;
        top: 100%;
        width: 100%;
        background-color: #fff;
        margin-bottom: 0;
        padding-left: 0;
        list-style: none;
        z-index: 30;
    }
    .mob-menu li {
        padding: 10px 35px;
    }
    .mob-menu li a {
        color: #4b4b4b;
        font-weight: 400;
        font-size: 14px;
        text-transform: uppercase;
    }
    .banner .slide_description {
        left: -webkit-calc(50% - 226px);
        left: calc(50% - 226px);
        top: -webkit-calc(50% - 119px);
        top: calc(50% - 119px);
    }
    .banner .slide_description .slide_title {
        font-size: 36px;
    }
    h1,
    h1 span,
    .blog .girls-blogs h1 {
        font-size: 40px !important;
        line-height: 1.1;
        padding-top: 0 !important;
    }
    .banner .slide_description .slide_content {
        font-size: 40px !important;
        font-weight: 900;
        line-height: 40px
    }
    .banner .slide_description .banner_button_wrapper {
        margin-top: 30px;
        max-width: 300px
    }
    .wrap-item {
        padding: 35px 0
    }
    .wrap-item .wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .wrap-item .wrapper .desc {
        max-width: 274px;
        width: 100%
    }
    .wrap-item .wrapper .desc:nth-child(3) {
        margin-top: 30px
    }
    .wrap-item .wrapper .desc:nth-child(4) {
        margin-top: 30px
    }
    .wrap-item .wrapper .back,
    .wrap-item .wrapper .front {
        min-height: 170px;
        height: 170px;
    }
    .wrap-reviews {
        padding-top: 30px;
        max-width: 550px
    }
    .wrap-body-rub {
        line-height: 1.5;
        max-width: 550px;
    }
    .fourmainimgbox {
        max-width: 724px
    }
    .fourmainimgbox .izspaimg ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .fourmainimgbox .izspaimg ul li {
        max-width: 50%;
        min-width: 50%;
        margin-top: 10px
    }
    .fourmainimgbox .izspaimg ul li:last-child {
        /*min-width: 100%;*/
    }
    .fourmainimgbox .izspaimg ul li .title {
        font-size: 48px
    }
    .fourmainimgbox .izspaimg ul li .desc {
        font-size: 13px
    }
    .wrap-erotic-body-rub {
        max-width: 550px
    }
    .wrap-experiences {
        max-width: 550px
    }
    .wrap-experiences .experiences {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .wrap-experiences .experiences .col-1 .item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: left
    }
    .wrap-experiences .experiences .col-1 .item .content {
        margin-right: 0;
        margin-left: 20px
    }
    .wrap-experiences .experiences .col-2 {
        display: none
    }
    .wrap-sign-up {
        max-width: 550px
    }
    .wrap-sign-up .sign-up {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .wrap-sign-up .sign-up .step {
        max-width: 100%;
        margin-right: 0
    }
    .wrap-benefits {
        max-width: 100%;
    }
    .wrap-benefits .benefits {
        max-width: 550px;
    }
}

@media(max-width:575.98px) {
    .wrap-nav .nav .navigation .contact-form .phone {
        margin-left: 21px;
        padding-left: 5px;
        font-size: 21px
    }
    .wrap-nav .nav .navigation .contact-form .phone::before {
        left: -22px;
        width: 18px;
        height: 22px
    }
    .banner br {
        display: block !important
    }
    .banner .slide_description {
        width: 100%;
        left: 0
    }
    .wrap-item {
        padding: 35px 20px
    }
    .wrap-item .wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .wrap-item .wrapper .desc {
        max-width: 100%;
        width: auto
    }
    .wrap-item .wrapper .desc:nth-child(2) {
        margin-top: 0
    }
    .wrap-item .wrapper .back,
    .wrap-item .wrapper .front {
        min-height: 170px;
        height: 170px;
    }
    .wrap-reviews {
        max-width: 310px
    }
    .wrap-reviews .reviews {
        padding: 0 40px 30px 40px
    }
    .wrap-body-rub {
        max-width: 300px
    }
    .fourmainimgbox {
        max-width: 300px
    }
    .wrap-erotic-body-rub {
        max-width: 300px
    }
    .wrap-experiences {
        max-width: 300px
    }
    .wrap-sign-up {
        max-width: 300px
    }
    .wrap-sign-up .sign-up {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .wrap-sign-up .sign-up .step {
        max-width: 100%;
        margin-right: 0
    }
    .wrap-benefits {
        max-width: 100%;
    }
    .wrap-benefits .benefits {
        max-width: 300px;
    }
    .wrp-grls .item {
        height: 170px;
    }
    .wrap-item .wrapper {
        grid-template-columns: 1fr 1fr;
    }
}

.anchor {
    bottom: 70px;
    position: absolute
}

.anchor-rev {
    bottom: 50px;
    position: absolute
}

@media(max-width:768px) {
    .anchor {
        bottom: 0
    }
    .anchor-rev {
        bottom: 0
    }
}

.mob-menu .menu {
    padding-left: 0;
    list-style: none
}

.container {
    position: relative;
    padding: 35px 0 25px;
    max-width: 1170px;
    margin: 0 auto
}

@media(max-width:1199.98px) {
    .container {
        max-width: 940px
    }
}

@media(max-width:991.98px) {
    .container {
        max-width: 724px
    }
}

@media(max-width:767.98px) {
    .container {
        padding: 35px 15px
    }
}

@media(max-width:575.98px) {
    .container {
        padding: 15px
    }
}

.girls-try-massage {
    border-bottom: 1px solid #ddd;
    padding-bottom: 60px;
    color: #4b4b4b;
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif
}

.girls-try-massage a:hover {
    text-decoration: none
}

.girls-try-massage h3,
.girls-try-massage h2.pinktext {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: normal;
    text-align: center;
    color: #4b4b4b;
    padding: 33px 0;
    background: rgba(252, 147, 126, 0.4)
}

.girls-try-massage-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0 25px;
    color: #4b4b4b
}

.girls-try-massage-content-part {
    width: calc(33.3% - 20px)
}

.girls-try-massage-content-part h5 {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 37px;
    text-align: center;
    margin-bottom: 25px
}

.girls-try-massage-content-part img {
    width: 42px;
    height: 42px;
    margin-right: 15px;
    margin-top: -10px
}

.girls-try-massage-content-part p {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    margin: 0
}

.phones-block a {
    width: 327px;
    display: block;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: normal;
    text-align: center;
    color: #fff;
    padding: 16px 0;
    background: #7942a0;
    border-radius: 36px;
}

.phones-block p {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: normal;
    color: #aeaeae;
    text-align: center;
    margin: 10px 20px;
}

.girls-faq {
    padding: 60px 0 100px;
    font-family: Lato, sans-serif;
    font-style: normal;
    color: #4b4b4b
}

.girls-faq a:hover {
    text-decoration: none
}

.girls-faq h3 {
    font-weight: bold;
    font-size: 30px;
    line-height: normal;
    text-align: center;
    margin-bottom: 10px
}

.girls-faq>p {
    font-weight: normal;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 25px
}

.girls-faq-questions {
    padding: 20px;
    border-left: 4px solid #b3b3b3;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    margin-bottom: 10px
}

.girls-faq-questions a {
    font-weight: bold;
    font-size: 20px;
    line-height: 29px;
    color: #4b4b4b;
    margin-bottom: 0;
    width: 100%;
    display: inline-block
}

.girls-faq-questions p {
    margin: 12px 0 10px;
    display: none;
    font-weight: normal;
    font-size: 16px
}

.girls-faq-questions-active {
    border-left: 4px solid #7942a0
}

@media(max-width:1199.98px) {
    .girls-try-massage-content-part h5 {
        font-size: 20px;
        line-height: 29px;
        margin-bottom: 11px
    }
}

@media(max-width:991.98px) {
    .girls-try-massage-content-part h5 {
        font-size: 18px;
        text-align: left
    }
    .girls-try-massage-content-part img {
        width: 30px;
        height: 30px;
        margin-right: 9px
    }
}

@media(max-width:767.98px) {
    .girls-try-massage {
        padding: 0 0 40px
    }
    .girls-try-massage h3 {
        padding: 22px 15px
    }
    .girls-try-massage-content {
        padding: 20px 15px 25px
    }
    .girls-try-massage-content-part {
        width: 100%;
        margin-bottom: 30px;
        text-align: center
    }
    .girls-try-massage-content-part h5 {
        font-size: 20px;
        text-align: center
    }
    .girls-try-massage-content-part p {
        font-size: 16px;
        line-height: 23px
    }
    .girls-try-massage>a {
        width: 70%;
        margin: 0 auto;
        font-size: 16px
    }
    .girls-faq {
        padding: 33px 0 40px
    }
    .girls-faq h3 {
        font-size: 28px;
        margin-bottom: 10px
    }
    .girls-faq>p {
        margin-bottom: 35px
    }
    .girls-faq-questions {
        padding: 20px 15px 20px 20px
    }
    .girls-faq-questions a {
        font-size: 18px;
        line-height: 26px
    }
    .girls-faq-questions p {
        margin: 0;
        line-height: 23px
    }
    .phones-block {
        flex-direction: column;
    }
    .phones-block a {
        width: 95%;
        max-width: 320px;
        margin: 0 auto;
    }
}

@media(max-width:575.98px) {
    .girls-try-massage-content-part {
        text-align: left
    }
    .girls-try-massage-content-part h5 {
        text-align: left
    }
    .girls-try-massage>a {
        width: calc(100% - 30px);
        margin: 0 15px
    }
}

.callback-btn {
    width: 215px;
    height: 54px;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: normal;
    color: #fff;
    background: #642a8e;
    border-radius: 36px
}

.callback-btn:hover {
    text-decoration: none;
    color: #fff
}
.menu li {
    margin-left: 20px
}

.item-108 {
    width: 55px
}

.new {
    text-decoration: none;
    color: #302e2e;
}

a.new:hover {
    color: #ca4b4b;
    text-decoration: none;
}

.seo-text {
    border-top: 3px solid #ddd;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.seo-item {
    width: 48%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
}

.seo-item img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    margin-bottom: 15px;
}

.seo-item strong {
    margin-bottom: .5rem;
    font-size: 21px;
}

.slide_description p {
    margin-right: 0%;
    display: block;
    color: white;
    width: 120px;
    margin-left: auto;
    font-size: 23px;
    font-family: Lato, sans-serif;
}
#overlay {
    visibility: visible;
    z-index: 9997;
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: opacity .001s;
    -moz-transition: opacity .001s;
    -ms-transition: opacity .001s;
    -o-transition: opacity .001s;
    transition: opacity .001s;
}

.big-calling {
    font-size: 31px;
}