/***********
# all
***********/
@font-face {
    font-family: 'Heebo';
    src: url('../fonts/Heebo-Thin.ttf');
    src: local('☺'), url('../fonts/Heebo-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Heebo';
    src: url('../fonts/Heebo-Light.ttf');
    src: local('☺'), url('../fonts/Heebo-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Heebo';
    src: url('../fonts/Heebo-Regular.ttf');
    src: local('☺'), url('../fonts/Heebo-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Heebo';
    src: url('../fonts/Heebo-Medium.ttf');
    src: local('☺'), url('../fonts/Heebo-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Heebo';
    src: url('../fonts/Heebo-Bold.ttf');
    src: local('☺'), url('../fonts/Heebo-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Heebo';
    src: url('../fonts/Heebo-ExtraBold.ttf');
    src: local('☺'), url('../fonts/Heebo-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Heebo';
    src: url('../fonts/Heebo-Black.ttf');
    src: local('☺'), url('../fonts/Heebo-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}


@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Light.ttf');
    src: local('☺'), url('../fonts/Rubik-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Regular.ttf');
    src: local('☺'), url('../fonts/Rubik-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Medium.ttf');
    src: local('☺'), url('../fonts/Rubik-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Bold.ttf');
    src: local('☺'), url('../fonts/Rubik-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

html {
    overflow-x: hidden;
}
body {
    font-family: Arial, sans-serif;
    font-weight: 600;
    color: #393900;
    font-size: 13px;
    direction: rtl;
    background: #000;
    overflow-x: hidden;
}

a,
button {
    font-size: #fff;
}


a:link, a:visited, .link {
    color: #9e025d;
    text-decoration: none;
    font-size: 1em;
    cursor: pointer
}
a:hover, a:active, .link:hover {
    text-decoration: none;
    color: #9e025d
}


.title {
    color: #A20A62;
    font-weight: 600;
    font-size: 22px;
    margin: -6px 0 20px 0;
}

.bread_crumbs {
    list-style: none;
    padding: 0;
    margin: -10px 0 25px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.bread_crumbs li {
    display: inline-block;
    vertical-align: middle;
}

.bread_crumbs li {
    padding: 0 13px;
    position: relative;
    z-index: 0;
}

.bread_crumbs li:first-child {
    padding-right: 0;
}

.bread_crumbs li:not(:last-child):after {
    content: '';
    position: absolute;
    z-index: 0;
    width: 1px;
    height: 11px;
    background: #6E6D6D;
    right: auto;
    left: 0;
    top: 5px;
    transform: skewX(25deg);
}

.bread_crumbs a {
    color: #6E6D6D;
    font-size: 12px;
    font-weight: 300;
    white-space: nowrap;
}

.bread_crumbs a:hover {
    color: #3D0023;
    text-decoration: none;
}

.nav__cat {
    background: #C20F6A;
    padding: 14px 20px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .5);
    position: relative;
    z-index: 0;
    margin-bottom: 40px;
}

.nav__cat_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


@media (min-width: 768px) {
    .nav__cat_list li {
        margin: 0 0 0 50px;
    }
}

.nav__cat_list a {
    font-size: 15px;
    font-weight: 600;
    color: #ffffcd;
    text-decoration: none;
    display: block;
    padding: 3px 0;
}

@media (max-width: 767.98px) {
    .nav__cat_list a {
        font-size: 17px;
        padding: 7px 0;
    }
}

.nav__cat_list a:hover,
.nav__cat_list a:active,
.nav__cat_list a:focus{
    color: #fff;
}

.wrapper {
    padding-top: 25px;
}

.back-btn {
    background: #C20F6A;
    margin: 0 0 40px 0;
    padding: 0 20px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    height: 37px;
}

a.return-back {
    color: #ffffcd;
    text-decoration: none;
    font-size: 1em;
    cursor: pointer;
}

.texts {
    text-align: right;
    padding: 10px 0 40px;
}

.texts p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 990px !important;
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 990px !important;
    }
}

@media screen and (max-width: 767px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 480px !important;
        min-width: 320px;
    }
}

@media (min-width: 768px) {
    .offset-md-2 {
        margin-right: 16.666667% !important;
    }
}


/***********
# end all
***********/

/***********
# header
***********/
.header {
    background: linear-gradient(to right, #eb1e78, #9e025d);
}

.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.navbar {
    padding: 0;
    margin: 0;
}

.navbar-nav {
    padding: 0;
    margin: 0;
}

.navbar-brand {
    width: 133px;
    height: 58px;
    background: url('/assets/images/logo.png') center center no-repeat;
    background-size: contain;
    padding: 0;
    margin: 0 0 0 40px;
}

.navbar .navbar-nav .nav-link {
    color: #ffffcd;
    font-weight: 600;
    font-size: 15px;
    padding: 0;
    margin: 0;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-link:active{
    color: #fff;
}

.navbar .nav-item:not(:last-child) {
    padding: 0 0 0 36px;
}

@media (max-width: 767.98px) {
    .header {
        height: 45px;
        -webkit-box-shadow: 0 12px 45px -16px rgba(0, 0, 0, .74);
        -moz-box-shadow: 0 12px 45px -16px rgba(0, 0, 0, .74);
        box-shadow: 0 12px 45px -16px rgba(0, 0, 0, .74);
        display: flex;
        align-items: center;
    }
    /*.navbar {
        padding: 20px 0;
    }*/

    .navbar-brand {
        order: 1;
        width: 100%;
        height: 45px;
        margin: 0;
        position: absolute;
        background-size: auto;
    }

    .navbar-toggler {
        order: 0;
        position: relative;
        z-index: 5;
        padding: .4rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .navbar-toggler:focus, .navbar-toggler:active {
        outline: none;
    }
    .navbar-toggler-icon {
        width: 1em;
        height: 1em;
    }

    .navbar-collapse {
        background: #f5f5f5;
        order: 2;
        position: absolute;
        top: 54px;
        left: 0;
        right: 0;
        min-width: 120px;
        padding: 16px 20px 18px;
        border: 0 solid #C7C7C7;
        border-radius: 3px;
        -webkit-box-shadow: 0 1px 10px 1px rgba(49, 49, 49, .74);
        -moz-box-shadow: 0 1px 10px 1px rgba(49, 49, 49, .74);
        box-shadow: 0 1px 10px 1px rgba(49, 49, 49, .74);
        z-index: 5;
    }

    .navbar .nav-item:nth-child(n) {
        padding: 0;
        text-align: right;
    }

    .navbar .navbar-nav .nav-link {
        color: #9e025d;
        font-size: 18px;
        font-weight: 600;
        display: block;
        padding: 7px 0;
        vertical-align: top;
        line-height: 1.2;
    }

    .navbar .navbar-nav .nav-link:hover,
    .navbar .navbar-nav .nav-link:focus,
    .navbar .navbar-nav .nav-link:active{
        color: #9e025d;
    }

    .navbar-toggler[aria-expanded="false"] {
        border-color: transparent;
    }

    .navbar-toggler[aria-expanded="true"] {
        border-color: #fff;
    }

    .navbar-toggler .navbar-toggler-icon {
        background-image: url(../img/menu.png);
    }

    .nav__cat_list {
        flex-direction: column;
        align-items: flex-start;
    }
}


/***********
# end header
***********/

/***********
# footer
***********/
.footer__nav_wrap {
    border-top: 1px #cbcbcb dashed;
    padding: 15px 0;
}

.footer__nav {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.footer__nav li:last-child {
    margin-right: 40px;
}

.footer__nav a {
    color: #9e025d;
    font-weight:300;
}

.footer__nav a:hover {
    text-decoration: none;
}

.footer__nav a:hover,
.footer__nav a:active,
.footer__nav a:focus {
    color: #eb1e78;
}

.footer__copyright {
    padding-bottom: 20px;
}

.footer__copy_text a,
.footer__copy_text {
    color: #919191;
    font-size: .875em;
    font-weight:300;
    text-align: center;
}
/***********
# end footer
***********/

/***********
# wrapper__main
***********/
.wrapper__main .title {
    text-align: right;
}

.category__container {
    padding: 14px 20px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .5);
    background-color: #ffebf4;
    margin-bottom: 125px;
}

@media (max-width: 767.98px) {
    .category__container {
        padding: 0;
        box-shadow: inset 0 0 0 2px #E8E8E8;
        background-color: #ffebf4;
    }
    
}

@media (min-width: 768px) {
    .category:not(:last-child) {
        margin-bottom: 24px;
    }
}

.category__header {
    background: #c20f6a;
    padding: 4px 7px;
    text-align: right;
}

@media (max-width: 767.98px) {
    .category__header {
        padding: 9px 7px;
    }
}

.category__title {
    color: #ffffcd;
    font-size: 21px;
    margin: 0;
    padding: 0;
}

@media (max-width: 767.98px) {
    .category__title {
        font-weight:600;
    }
}


@media (min-width: 768px) {
    .category__body {
        padding: 15px 0;
    }
}

.category__item {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category__item li,
.category__caption {
    text-align: right;
}

.category__caption,
.category__item li a,
.category__caption a {
    font-size: 13px;
    color: #9e025d;
    text-decoration: underline;
    font-weight: 600;
    text-align: right;
}

@media (max-width: 767.98px) {
    .category__item li a,
    .category__caption a {
        display: block;
        padding: 10px 10px 10px 30px;
        background: url(../img/bgarrow.png) no-repeat 20px;
        border-top: 1px solid #D8D8D8;
        text-decoration: none;
        font-size: 18px;
        font-weight: 400;
    }

    .category__caption a,
    .category__caption {
        text-decoration: none;
        font-weight: 600;
    }
}

.category__item li a:hover,
.category__caption a:hover {
    color: #eb1e78;
}

.category__caption {
    padding: 0;
    margin: 0;
}
/***********
# end wrapper__main
***********/

/***********
# wrapper__catalog
***********/
.wrapper__catalog {
    padding-bottom: 115px;
}

.wrapper__catalog .title {
    text-align: right;
}

.grid__wrapper .container {
    margin-bottom: 40px;
}

.grid__card {
    padding: 8px;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 #646464;
    margin-bottom: 30px;
    width: 100%;
    height: 330px;
    text-align: right;
}

@media (max-width: 767.98px) {
    .grid__card {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }

    .grid__card__inside {
        display: flex;
    }
}

.grid__card.featured {
    background-color: #FFDAED;
    box-shadow: 0 1px 3px 0 #C20F6A!important;
}

.grid__picture {
    border: 1px #e2e2e2 solid;
    position: relative;
    z-index: 0;
    margin-bottom: 10px;
}

.featured .grid__picture {
    border-color: #C20F6A;
}

.grid__picture_wrap {
    overflow: hidden;
    height: 188px;
}

@media (max-width: 767.98px) {
    .grid__picture_wrap {
        height: 195px;
    }
}

.grid__picture img {
    display: block;
    margin: 0 auto;
    margin-top: -56px;
    width: 100%
}

@media (max-width: 767.98px) {
    .grid__picture img {
        margin-top: 0;
        width: 150px;
        height: 195px;
        object-fit: cover;
    }
}

.grid__label {
    position: absolute;
    z-index: 0;
    height: 20px;
    background: #f8f8f87a;
    width: 50%;
}

.grid__label.real,
.grid__label.new,
.grid__label.vip,
.grid__label.real-top {
    right: 0;
    left: auto;
    color: red;
    font-weight: 900;
    padding: 0 6px;
    overflow: hidden;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
}

.grid__label.real-top {
    top: 0;
}

.grid__label.vip {
    bottom: 0;
}

.grid__label.vip + span {
    bottom: 20px;
}

.grid__label.vip + span + span {
    bottom: 40px;
}

.grid__title {
    margin-bottom: 5px;
    font-size: 15px;
}

@media (max-width: 767.98px) {
    .grid__title {
        margin-bottom: 15px;
    }
}

.grid__title a {
    color: #C20F6A;
    font-size: 15px;
    font-weight: 700;
}

.featured .grid__title a {
    color: red;
}

.grid__city {
    margin-bottom: 5px;
    color: #015600;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
}

.grid__city_icon {
    background: url(../img/gallery.png) 0px -67px no-repeat;
    width: 17px;
    height: 19px;
    margin-left: 5px;
    display: block;
}

.grid__description_text {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 5px;
}

@media (max-width: 767.98px) {
    .grid__description {
        padding: 0 15px 0 0;
        margin: 0;
    }
}

.grid__pagination {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.grid__pagination li {
    display: block;
    margin-left: 4px;
}

.grid__pagination li:last-child {
    margin-left: 0;
}

.grid__pagination a {
    display: block;
    height: 39px;
    line-height: 39px;
    padding: 0 20px 3px;
    color: #fff;
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 500;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .2);
    -webkit-appearance: none;
    border-radius: 0;
    background: #B80B66;
}

.grid__pagination a:hover {
    background: #f45bac;
    text-decoration: none;
}

.grid__pagination li.active a {
    background: #fff;
    color: #fe9703;
}
/***********
# end wrapper__catalog
***********/

/***********
# wrapper__profile
***********/
.wrapper__profile {
    padding-bottom: 120px;
}

.wrapper__profile .title {
    text-align: right;
}

.lg-outer {
    direction: ltr;
}

.gallery__box_wrapper {
    display: flex;
    flex-direction: row;
}

@media (max-width: 767.98px) {
    .gallery__box_wrapper {
        flex-direction: column;
    }
}

.gallery__carousel {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 330px;
    flex: 0 0 330px;
    padding-left: 30px;
}

@media (max-width: 767.98px) {
    .gallery__carousel {
        padding-left: 0;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .gallery__list li {
      min-height: 450px !important;
    }
}

.gallery {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    z-index: 0;
}

.gallery__list {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #F8D9E7;
}

.gallery__list li {
    width: 300px;
    height: 278px;
    background: white;
    position: relative;
    border: 1px #e1e1e1 solid;
}

.gallery__list li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery .lSGallery li {
    height: 60px!important;
    border: 1px #e9e9e9 solid;
}

.gallery .lSSlideOuter .lSPager.lSGallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery .lSSlideOuter .lSPager.lSGallery li.active, 
.gallery .lSSlideOuter .lSPager.lSGallery li:hover {
    border-color: #222222;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.gallery .lslide:before {
    content: '';
    position: absolute;
    left: auto;
    right: 10px;
    top: 10px;
    z-index: 1;
    width: 25px;
    height: 25px;
    background: url(../img/glass2.png) center center no-repeat;
    cursor: pointer;
    background-size: contain;
}

.gallery__nexting {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.gallery__nexting a {
    display: block;
    width: 26px;
    height: 26px;
}

.gallery__nexting_next {
    background: url(../img/gallery.png) -20px -600px no-repeat;
}

.gallery__nexting_prev {
    background: url(../img/gallery.png) 6px -600px no-repeat;
}

.gallery__description {
    text-align: right;
}

.gallery__description_tel_wrap {
    margin-bottom: 5px;
        font-size: 1.6em;
}

@media (max-width: 767.98px) {
    .gallery__description_tel_wrap {
        text-align: center;
    }
}

.gallery__description_tel {
    font-weight: 600;
    color: #393900;
    font-size: 20px;
}

.gallery__description_tel span {
    display: none;
}

@media (max-width: 767.98px) {
    .gallery__description_tel {
        color: #fff;
        font-size:23px;
        font-weight:600;
        background: #FF0037;
        display: block;
        max-width: 270px;
        margin: 0 auto;
        padding: 5px 7px;
        text-shadow: 0 -1px 1px #3E1100;
        border-radius: 8px;
        box-shadow: 0 12px 25px -13px #484848;
    }
    .gallery__description_tel:hover, .gallery__description_tel:focus, .gallery__description_tel:active {
        background: #f96786;
        text-decoration: none;
        color: white!important;
    }
    
    .gallery__description_tel span {
        display: inline-flex;
    }
}

@media (max-width: 479.98px) {
    .gallery__description_tel {
        max-width: 220px;        
    }
}

.gallery__description_city_wrap {
    margin-bottom: 100px;
}

@media (max-width: 767.98px) {
    .gallery__description_city_wrap {
        margin-bottom: 50px;
    }
}

.gallery__description_city {
    color: #015600;
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
}

.gallery__description_text_wrap {
    max-width: 370px;
}

@media (max-width: 767.98px) {
    .gallery__description_text_wrap {
        margin-bottom: 40px;
    }
}

.gallery__label_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.gallery__label {
    display: block;
    padding: 5px 7px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 18px;
}

.gallery__label_vip {
    color: red;
}

.gallery__label_real {
    background-color: #00BCD4;
    color: #1d1d1d;
}

.gallery__label_new {
    background-color: #F50;
    color: #fff;
}
/***********
# end wrapper__profile
***********/

/***********
# wrapper__form
***********/
.main__form {
    background: #ededed;
}
.wrapper__form {
    padding-bottom: 150px;
}

.wrapper__form .title,
.form-group {
    text-align: right;
}

.form-group {
    align-items: flex-start;
    margin-bottom: 13px;
}

.label {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 13px;
    color: #1d1d1d;
}

.label > span {
    color: #FF0000!important;
    font-size: 18px;
    font-weight: 600;
}

.form-control {
    max-width: 400px;
    height: 39px;
    background: #fff;
    border: 1px #cbcbcb solid;
    box-shadow: inset 0 2px 0 #ededed;
    color: #1d1d1d;
    font-weight: 300;
    padding: 0 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

textarea.form-control {
    max-width: 100%;
    min-height: 108px;
    height: 100%;
}

.form-control:focus {
    border-color: #FFD9B7;
    box-shadow: inset 0 2px 0 #e6e6e6;
}

.form-text {
    font-size: 13px;
    line-height: 16px;
    text-align: right;
    padding-top: 13px;
}

.form__send {
    text-align: right;
}

@media (min-width: 992px) {
    .form__send {
        padding-right: 0px;
    }
}

.button_submit {
    background: #B80B66;
    line-height: 37px;
    height: 39px;
    padding: 0 20px 3px;
    font-weight: 500;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .2);
    cursor: pointer;
    font-size: 14px;
    outline: none;
    border: none;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

.button_submit:hover {
    background: #f45bac;
}

@media (max-width: 767px) {
    .form__fields {
        padding-right: 0px;
    }
    .form-control {
        max-width: 100%;
    }
    .form__send {
        padding-right: 20px !important;
    }
    .form-text {
        text-align: right;    
    }
}

.main__form {
    background: #ededed;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.main__form .header, .wrapper__form, .main__form .footer {
    flex-shrink: 0;
}
.wrapper__form {
    flex-grow: 1;
}
/***********
# end wrapper__form
***********/

#lg-download {
    display: none !important;
}
.lg-autoplay-button {
    display: none !important;
}
.lg-fullscreen {
    display: none !important;
}
#lg-share {
    display: none !important;
}
.lg-toolbar .lg-icon {
    height: 40px!important;
    padding: 5px 0!important;
    width: 40px!important;
    border: 2px solid #999;
    border-radius: 50%;
}
.lg-toolbar .lg-icon:hover {
    border: 2px solid #fff;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear;
}
.lg-toolbar .lg-close:after {
    font-weight: 600;
    font-size: 30px;
}



.content_block {
	cursor: inherit;
}
.sub-cats {
	cursor: inherit;
}

.sexhazak {
	cursor: inherit;
}
.sexhazak_main {
	cursor: inherit;
}
.sexhazak_header {
	cursor: inherit;
}
.sexhazak_nav {
	cursor: inherit;
}
.sexhazak_wrapper {
	cursor: inherit;
}
.sexhazak_footer {
	cursor: inherit;
}
.sexhazak_gallery {
	cursor: inherit;
}

.sexhazak_header_block_a {
	cursor: inherit;
}
.sexhazak_header_block_b {
	cursor: inherit;
}	
.sexhazak_header_block_c {
	cursor: inherit;
}	
.sexhazak_main_block_a {
	cursor: inherit;
}
.sexhazak_main_block_b {
	cursor: inherit;
}
.sexhazak_catalog_block_a {
	cursor: inherit;
}
.sexhazak_catalog_block_b {
	cursor: inherit;
}
.sexhazak_catalog_block_c {
	cursor: inherit;
}
.sexhazak_catalog_block_d {
	cursor: inherit;
}
.sexhazak_catalog_block_e {
	cursor: inherit;
}
.sexhazak_profile_block_a {
	cursor: inherit;
}
.sexhazak_profile_block_b {
	cursor: inherit;
}	
.sexhazak_profile_block_c {
	cursor: inherit;
}	
.sexhazak_profile_block_d {
	cursor: inherit;
}
.sexhazak_profile_block_e {
	cursor: inherit;
}
.sexhazak_profile_block_f {
	cursor: inherit;
}
.sexhazak_profile_block_g {
	cursor: inherit;
}
.sexhazak_profile_block_x {
	cursor: inherit;
}
.sexhazak_profile_block_y {
	cursor: inherit;
}
.sexhazak_profile_block_z {
	cursor: inherit;
}
.sexhazak_profile_block_n {
	cursor: inherit;
}
.sexhazak_footer_block_a {
	cursor: inherit;
}	
.sexhazak_footer_block_b {
	cursor: inherit;
}	
.sexhazak_footer_block_c {
	cursor: inherit;
}
.sexhazak_footer_block_d {
	cursor: inherit;
}
.sexhazak_footer_block_f {
	cursor: inherit;
}
.sexhazak_user_profile_block_a {
	cursor: inherit;
}
.sexhazak_user_profile_block_b {
	cursor: inherit;
}
.sexhazak_user_profile_block_c {
	cursor: inherit;
}
.sexhazak_user_profile_block_d {
	cursor: inherit;
}
.sexhazak_user_profile_block_f {
	cursor: inherit;
}
.sexhazak_user_profile_block_g {
	cursor: inherit;
}
.sexhazak_user_profile_block_x {
	cursor: inherit;
}

.main__catalog {
	cursor: inherit;
}
.gallery__box {
	cursor: inherit;
}
.gallery__description_text {
	cursor: inherit;
}
.grid__label_wrapper {
	cursor: inherit;
}


.hide {
	display: none;
}
#feedback-form-result .message-result {
    color: #F44336;
    margin: 10px;
}
.message-result h2 {
    font-size: 20px;
}
#preloader_show {
    background: url(/wp-content/themes/sexhazak/img/preloader.svg) center center no-repeat;
    z-index: 99999;
    height: 10vh;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
a.footer__copyright_link {
    color: #919191;
    text-decoration: none;
    font-size: 1em;
    cursor: none;
}
#html-map li {
    list-style-type: circle;
    padding-left: 20px;
}
ul.map-list {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	margin-right: 0px;
	text-align: right;
}
@media screen and (max-width: 767px) {
	ul.map-list {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		margin-right: 0px;
		text-align: right;
		font-size: 16px;
		line-height: 30px;
		font-weight: 400
	}
	.gallery__description_tel_wrap a {
		display: block!important;
		text-decoration: none;
		color: white;
		font-size: 20px;
	}	
}
.main__information {
    background: #ededed;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.wrapper__information {
    padding-bottom: 150px;
    flex-grow: 1;
}
.wrapper__information .title {
    text-align: right;
}
.main__information .header, .wrapper__information, .main__information .footer {
    flex-shrink: 0;
}
.wrapper__information .col-lg-12 {
    text-align: right;
}
.lg-toolbar .lg-icon {
    text-shadow: 0 -1px 1px #ffffff;
}

@media (min-width: 992px) {
.lg-backdrop {
background-color: rgba(0, 0, 0, 0)!important;
}
.lg {
width: 40%!important;
height: 90%!important;
top: 5%!important;
background-color: rgba(0, 0, 0, .9)!important;
}
.lg-outer .lg-img-wrap {
padding: 15px 0!important;
}
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff!important;
}

/***********
# sexhazak
***********/
.sexhazak .main {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background: #000
}

.sexhazak .header {
    flex-shrink: 0;
    padding: 50px 0 5px;
    background: #000;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
}

.sexhazak .header .container {
    max-width: 100% !important;
    padding: 0 !important;
}

.sexhazak .sexhazak_wrapper {
    padding-top: 110px;
}

.sexhazak .navbar-brand {
    background: url('../img/logo.png') center left no-repeat;
    background-size: contain;  
    margin: 0; 
    width: 416px;
    height: 44px; 
    margin-bottom: 40px;
}

.sexhazak .navbar-collapse {
    position: absolute;
    bottom: -50px;
    height: 50px;
    width: 100%;
    padding: 0;
    z-index: 5;
    left: 0;
    background: #131313;
    border-top: 1px solid #616161;
    border-bottom: 1px solid #616161;
    box-sizing: border-box;
}

.sexhazak_nav {
    flex-direction: column;
    align-items: center;
    position: relative; 
}

.sexhazak .navbar-nav {
    padding: 0;
    margin: 0 auto;
    max-width: 990px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sexhazak .navbar .navbar-nav .nav-item {
    width: 33%;
}

.sexhazak .navbar .nav-item:not(:last-child) {
    padding: 0;
}

.sexhazak .navbar .navbar-nav .nav-link {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #C8C8C8;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.sexhazak .navbar .navbar-nav .nav-link:hover, .sexhazak .navbar .navbar-nav .nav-link:focus, .sexhazak .navbar .navbar-nav .nav-link:active {
    color: #fff;  
}

.sexhazak .title {
    font-family: Heebo;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 41px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #EC428C;
    margin: 0 0 20px;
}

.sexhazak .category__container {
    padding: 0;
    box-shadow: none;
    background-color: transparent;
    margin-bottom: 60px;
}

.sexhazak .texts {
    text-align: right;
    padding: 0;
}

.sexhazak .category__header {
    background: transparent;
    padding: 0;
    text-align: right;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
}

.sexhazak .category__title {
    font-family: Heebo;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 47px;
    display: flex;
    align-items: center;
    text-align: right;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}

.sexhazak .category__title:before{
    content: '';
    width: 42px;
    height: 42px;
    margin-left: 10px;
    background: url('../img/heart.png') no-repeat center center;
    background-size: 100% 100%;
}

.sexhazak .category:not(:last-child) {
    margin-bottom: 30px;
}

.sexhazak .category__body {
    padding: 50px 13px 43px;
    border: 2px solid #FFFFFF;
    position: relative;
}

.sexhazak .category__body:before {
    background: linear-gradient(270deg, rgba(236, 66, 140, 0.5) 33.56%, rgba(119, 15, 252, 0.5) 146.44%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.sexhazak .category:first-child .category__body {
    background: url('../img/g1.png') no-repeat top right;
    background-size: cover;
}

.sexhazak .category:nth-child(2) .category__body {
    background: url('../img/g2.png') no-repeat top left;
    background-size: cover;
}

.sexhazak .category:last-child .category__body {
    background: url('../img/g3.png') no-repeat bottom left;
    background-size: cover;
}

.sexhazak .category__body .row .col-lg-3:not(:last-child) {
    border-left: 2px solid #fff;
}

.sexhazak .category__caption, .sexhazak .category__item li a, .sexhazak .category__caption a {
    text-decoration: none !important;
}

.sexhazak .category__caption {
    margin: 0 0 25px;
    padding: 0;    
    position: relative;
    border-bottom: none;
}

.sexhazak .category__caption a {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    text-align: right;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}

.sexhazak .category__caption a:hover {
    color: #EC428C;
    text-decoration: none;
}

.sexhazak .category__item {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
}

.sexhazak .category__item:last-child {
    margin: 0;
}

.sexhazak .category__item li {
    margin: 0 0 25px;
    position: relative;
    display: flex;
    align-items: center;
}

.sexhazak .category__item li a {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    text-align: right;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}

.sexhazak .category__item li a:hover {
    color: #EC428C;
    text-decoration: none;
}

.sexhazak .footer {
    background: #000000;
    border-top: 2px solid #616161;
    box-sizing: border-box; 
}

.sexhazak .footer .col-lg-12 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}

.sexhazak .footer__nav_wrap {
    border-top: 0;
    padding: 0;   
}

.sexhazak .footer__nav {
    margin: 0;  
    align-items: center;  
    justify-content: center;
}

.sexhazak .footer__nav li:last-child {
    margin-right: 0;    
}

.sexhazak .footer__nav li:first-child {
    display: none;
}

.sexhazak .footer__nav a {    
    font-family: 'Arial';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.01em;
    text-decoration-line: underline;
    color: #FFFFFF;    
}

.sexhazak .footer__nav a:hover, .sexhazak .footer__nav a:focus, .sexhazak .footer__nav a:active {
    color: #EC428C;
} 

.sexhazak .footer__copyright {
    padding-bottom: 0;
}

.sexhazak .footer__copy_text {
    visibility: hidden;
    margin: 0;
    font-size: 0;
}

.sexhazak .footer__copyright_link {
    visibility: visible;
    font-family: 'Arial';
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    cursor: pointer;
    margin-right: 20px;
}

.sexhazak .wrapper.wrapper__catalog.sexhazak_wrapper {
	padding-top: 85px;
}

.sexhazak .wrapper.wrapper__catalog.sexhazak_wrapper .container:first-child .row .col-lg-12 {
    display: flex;
    flex-direction: column;
}

.sexhazak .wrapper.wrapper__catalog.sexhazak_wrapper .container:first-child .row .col-lg-12 .nav__cat {
    order: 1;
}

.sexhazak .wrapper.wrapper__catalog.sexhazak_wrapper .container:first-child .row .col-lg-12 .hide {
    order: 2;
}

.sexhazak .wrapper.wrapper__catalog.sexhazak_wrapper .container:first-child .row .col-lg-12 .title {
    order: 3;
}

.sexhazak .nav__cat {
    background: transparent;
    padding: 0;
    box-shadow: none;
    margin-bottom: 40px;
    border: none;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sexhazak .nav__cat_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.sexhazak .wrapper.wrapper__catalog.sexhazak_wrapper .title {
    font-family: 'Heebo';
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	line-height: 38px;
	text-align: center;
	color: #FFFFFF;
    margin-bottom: 20px;
}
.sexhazak .nav__cat_list a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Rubik;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #FFFFFF;
    width: 100%;
    height: 100%;
    padding: 10px 5px;
}
.sexhazak .nav__cat_list li {
    margin: 0 0 10px;
    width: 23%;
    background: #131313;
	border-radius: 8px;
}
.sexhazak .nav__cat_list li:hover {
    background: #333;
}

.sexhazak  .grid__wrapper .container .row {
    align-items: stretch;
}

.sexhazak .grid__card {
    padding: 0 0 15px;
    box-shadow: none;
    margin-bottom: 30px;
    width: 100%;
    height: calc(100% - 30px);
    text-align: center;
    background: #2F2E2E;
    border-radius: 4px;
    overflow: hidden;
}

.sexhazak  .featured.grid__card {
    background: #7211D2;
	border: 1px solid #EC428C;
    box-shadow: none;
}

.sexhazak .featured .grid__picture {
    border-color: #EC428C;;
}
.sexhazak .grid__picture {
    border: 1px transparent solid;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}
.sexhazak .grid__picture_wrap {
    height: 224px;
}
.sexhazak .grid__picture img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin-top: 0;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

.sexhazak .grid__label_wrapper {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.sexhazak .grid__label.vip {
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    background: url(../img/vip.png) no-repeat top left;
    background-size: 100% 100%;
    width: 34px;
    height: 34px;
}

.sexhazak .grid__label.real {
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    background: url(../img/new.png) no-repeat top left;
    background-size: 100% 100%;
    width: 43px;
    height: 43px;
}

.sexhazak .grid__label.new {
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    background: url(../img/new.png) no-repeat top left;
    background-size: 100% 100%;
    width: 43px;
    height: 43px;
} 

.sexhazak .grid__label.real-top {
    top: auto;
    bottom: -12px;
    left: 0;
    right: auto;
    background: url(../img/real.png) no-repeat top left;
    background-size: 100% 100%;
    width: 45px;
    height: 45px;
}

.sexhazak .grid__label {
    position: absolute;
    z-index: 0;
    height: auto;
    background: transparent;
    width: auto;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
    color: transparent;
    font-weight: 600;
    padding: 5px;
    overflow: hidden;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}

.sexhazak .grid__description {
    padding: 0 10px;
}

.sexhazak .grid__title {
    font-family: 'Rubik';
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	color: #EC428C;
	margin-bottom: 5px;
	min-height: 35px;
}

.sexhazak .grid__city {
    font-family: Rubik;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	justify-content: center;
	color: #FFFFFF;
    margin-bottom: 5px;
}

.sexhazak .grid__city_icon {
    display: none;
}

.sexhazak .grid__description_text {
    font-family: 'Rubik';
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 0;    
}

.sexhazak .wrapper__catalog {
    padding-bottom: 70px;
}

.sexhazak .grid__pagination {
	justify-content: center;
}

.sexhazak .grid__pagination a {
    height: 30px;
    width: 30px;
    padding: 0;
    color: #fff;
    box-shadow: none;
    background: #1B1B1B;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #EC428C;
}

.sexhazak .grid__pagination li {
    display: block;
    margin-left: 15px;
}

.sexhazak .grid__pagination li.active a {
    background: #EC428C;
	border: 1px solid rgba(255, 255, 255, 0.5);
	box-sizing: border-box;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: #fff;
}

.sexhazak .bread_crumbs li:not(:last-child):after {
    background: #fff;
    height: 13px;
}

.sexhazak .bread_crumbs a {
    color: #fff;
    font-size: 14px;
}

.sexhazak .bread_crumbs a:hover, .sexhazak .bread_crumbs a:focus, .sexhazak .bread_crumbs a:active {
    color: #EC428C;
}

.sexhazak .back-btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    height: auto;
    padding: 10px;
    box-shadow: none;
    margin-bottom: 30px;
    background: #131313;
    border: 1px solid #FFFFFF;
}

.sexhazak a.return-back {
    text-decoration: none;
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    color: #FFFFFF;
    cursor: pointer;
}

.sexhazak .wrapper__profile {
    padding-bottom: 250px;
    background: url('../img/profbg.png') no-repeat top right;
    background-size: cover !important;
}
.sexhazak_gallery {
    background: linear-gradient(270deg, rgba(236, 66, 140, 0.5) 33.56%, rgba(119, 15, 252, 0.5) 146.44%);
    border: 2px solid #FFFFFF;
    padding: 40px 0;
}
.sexhazak .gallery__box_wrapper {
    display: flex;
    flex-direction: row-reverse;
    box-sizing: border-box;
    padding: 0;
    justify-content: space-between;
    align-items: stretch;
}
.sexhazak .gallery__carousel {
    max-width: 370px;
    flex: 0 0 370px;
    padding: 10px 0;
}
.lSPager.lSGallery {
    display: none;
}
.lSAction>a {
    height: 70px !important;
    width: 70px !important;
    top: 45% !important;
    background-size: 75%!important;
    background-repeat: no-repeat!important;
    background-position: center !important;
    border: 0.5px solid #EDF4FC;
}
.lSAction>a.lSPrev {
    background-image: url(../img/prev.png);
}
.lSAction>a.lSNext {
    background-image: url(../img/next.png);    
}
.sexhazak .gallery__description {
    text-align: center;
    width: calc(100% - 400px);
    padding: 75px 30px 30px;
    background: transparent;
    border: none;
    border-left: 2px solid #fff;
    display: flex;
    flex-direction: column;
}
.sexhazak .gallery__label_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    width: 370px;
    left: 15px;
    top: 10px;
    pointer-events: none;
    height: 100%;
    max-height: 390px;
    min-height: 390px;
    z-index: 2;
}
.sexhazak .gallery__label_vip {
    color: transparent;
    top: 0;
    right: 0;
    background: url(../img/vip2.png) no-repeat top left;
    background-size: 100% 100%;
    width: 67px;
    height: 67px;
}
.sexhazak .gallery__label_real {
    color: transparent;
    color: transparent;
    bottom: 0;
    left: 0;
    background: url(../img/real2.png) no-repeat top left;
    background-size: 100% 100%;
    width: 107px;
    height: 50px;
}
.sexhazak .gallery__label_new {
    color: transparent;
    color: transparent;
    top: 0;
    left: 0;
    background: url(../img/new2.png) no-repeat top left;
    background-size: 100% 100%;
    width: 107px;
    height: 107px;
}
.sexhazak .gallery__label {
    display: flex;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    position: absolute;
}
.sexhazak .gallery__description_city_wrap {
    margin-bottom: 40px;
    order: 1;
}
.sexhazak .gallery__description_city {
    font-family: Rubik;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.04em;
    text-decoration-line: underline;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sexhazak .gallery__description_city:before {
    content: '';
    width: 32px;
    height: 31px;
    margin-left: 10px;
    background-size: 100%!important;
    background: url('../img/map.png') no-repeat center;
}
.sexhazak .gallery__description_text_wrap {
    max-width: 80%;
    margin: 0 auto 80px;
    order: 2;
}
.sexhazak .gallery__description_text {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    text-align: right;
    letter-spacing: 0.04em;
    color: #FFFFFF;
}
.sexhazak .gallery__description_tel_wrap {
    order: 3;
    margin-bottom: 0;
    text-align: center;
}
.sexhazak .gallery__description_tel {
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}
.sexhazak .gallery__list li {
    width: 300px;
    height: 100%;
    max-height: 390px;
    min-height: 390px;
    background: white;
    position: relative;
    border: 1px #e1e1e1 solid;
}
.sexhazak .gallery {
    margin-bottom: 0!important;
}
.sexhazak .wrapper__profile .title {
    position: absolute;
    z-index: 2;
    left: 415px;
    width: calc(100% - 415px);
    top: 110px;
    justify-content: center;
    font-family: Rubik;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    text-decoration-line: underline;
    color: #FFFFFF;
}
.sexhazak .gallery__nexting {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 0;
    padding-right: 0;
    position: absolute;
    width: calc(100% - 100px);
    top: 110px;
    left: 95px;
}
.sexhazak .gallery__nexting a {
    width: 70px;
    height: 70px;
    border: 0.5px solid #EDF4FC;
    box-shadow: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
}
.sexhazak .gallery__nexting_next {
    background: #000 url(../img/nextarr.png) center center no-repeat;
    background-size: 40% !important;
}
.sexhazak .gallery__nexting_prev {
    background: #000 url(../img/prevarr.png) center center no-repeat;
    background-size: 40% !important;
}
.sexhazak .wrapper__form .title {
    display: none;
}
.sexhazak .form-group .col-md-10 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.sexhazak .form-group .col-md-2 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.sexhazak .wrapper__form {
    flex-grow: 1;
    margin-top: 45px;
    padding-top: 130px !important;
    padding-bottom: 330px;
    background: url(../img/formbg.png) no-repeat top right;
    background-size: cover !important;
}
.sexhazak .form-box {
    background: linear-gradient(270deg, rgba(236, 66, 140, 0.5) 33.56%, rgba(119, 15, 252, 0.5) 146.44%);
    padding: 45px 0 40px;
}
.sexhazak .form__fields {
    max-width: 400px;
    margin: 0 auto;
}
.sexhazak .form-group {
    margin-bottom: 5px;
}
.sexhazak .form-control {
    max-width: 100%;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 4px;
}
.sexhazak .label {
    margin-bottom: 0;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    color: #FFF;
}
.sexhazak .label span {
    color: #FFF500 !important;
}
.sexhazak .form__send.offset-md-2 {
    margin: 0 auto !important;
    padding: 20px 0 0;
    max-width: 400px;
    margin-left: auto;
    position: absolute;
    bottom: -100px;
    right: calc(50% - 200px);
}
.sexhazak .form-text {
    display: none;
}
.sexhazak .button_submit {
    padding: 10px 25px;
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease-out;
    background: #EC428C;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}
.sexhazak .button_submit:hover {
    box-shadow: none;
    transition: all .2s ease-out;
}

@media screen and (max-width: 991.9px) {
    .sexhazak .category__body .row .col-lg-3 {
        border-left: 2px solid #fff;
        width: 50%;
        margin-bottom: 30px;
    }
    .sexhazak .category__body .row .col-lg-3:nth-child(2), .sexhazak .category__body .row .col-lg-3:nth-child(4) {
        border-left: none;
    } 
    .sexhazak .gallery__carousel {
        max-width: 300px;
        flex: 0 0 300px;
    }
    .sexhazak .gallery__label_wrap {
        width: 300px;
    }
    .sexhazak .gallery__description {
        width: calc(100% - 330px);
        padding: 75px 20px 30px;
    }
    .sexhazak .wrapper__profile .title {
        left: 345px;
        width: calc(100% - 345px);
    }
    .sexhazak .gallery__description_text_wrap {
        max-width: 100%;
        margin: 0 auto 50px;
    }
    .sexhazak .gallery__nexting {
        left: 50px;
    }
}

@media (max-width: 767.98px) {
    .sexhazak .header {
        padding: 15px 0 5px;
        height: 42px;
        position: relative;
        display: flex;
        justify-content: center;
    }
    .sexhazak_nav {
        flex-direction: row;
        align-items: center;
        position: relative;
        justify-content: center;
        width: 100%;
        height: 100%;
    }
    .sexhazak .navbar-brand {
        width: 222px;
        height: 22px;
        margin-bottom: 0;
    }
    .sexhazak .navbar-toggler {
        position: absolute;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        top: -13px;
        right: 0;
    }
    .sexhazak .navbar-toggler.open-btn .navbar-toggler-icon {
        background-image: url(../img/menu-open.png) !important;
    }    
    .sexhazak .navbar-toggler[aria-expanded="true"] {
        border-color: transparent;
    }
    .sexhazak .navbar-collapse {
        bottom: auto;
        top: 23px;
        height: auto;
        background: transparent;
        border: none;
    }
    .sexhazak .navbar-nav {
        justify-content: center;
    }
    .sexhazak .navbar .navbar-nav .nav-item {
        width: 100%;
        background: #EC428C;
        border: 0.5px solid #FAFAFA;
        margin-bottom: 7px;
        padding: 0 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .sexhazak .navbar .navbar-nav .nav-item:last-child {
        margin-bottom: 0;
    }
    .sexhazak .navbar .navbar-nav .nav-link {
        font-family: 'Rubik';
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #FFFFFF;
        padding: 5px 0 7px;
    }
    .sexhazak .sexhazak_wrapper {
        padding-top: 25px;
    }
    .sexhazak .wrapper.wrapper__main.sexhazak_wrapper {
        padding-top: 57px;
    }
    .sexhazak .title {
        font-family: 'Arial';
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 25px;
        display: flex;
        align-items: center;
        text-align: right;
        color: #EC428C;
        margin: 0 0 15px;
    }
    .sexhazak .category__header {
        text-align: right;
        margin: 0 0 10px;
    }
    .sexhazak .category__title {
        font-family: 'Arial';
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 23px;        
        text-align: right;
        text-decoration-line: underline;
        color: #FFFFFF;
    }
    .sexhazak .category__title:before {
        width: 25px;
        height: 25px;
    }
    .sexhazak .category__body {
        padding: 15px 10px 15px;
        border: none;
        position: relative;
        /*background: none !important;*/
    }
    .sexhazak .category:nth-child(2) .category__body {
        background-position: 30% 100% !important
    }
    .sexhazak .category:last-child .category__body {
        background-position: 10% 100% !important
    }
    .sexhazak .category__body .row .col-lg-3:not(:last-child) {
        border-left: none;
    }
    .sexhazak .category__body .row .col-lg-3 {
        border-left: none;
        width: 100%;
        margin-bottom: 30px;
    }
    .sexhazak .category__item li a, .sexhazak .category__caption a {
        background: none;
        border-top: none;
        padding: 0;
        font-size: 14px;
        line-height: 16px;
    }
    .sexhazak .category__item li, .sexhazak .category__caption a {
        text-align: center;
        justify-content: center;
    }
    .sexhazak .category__item li {
        margin: 0 0 15px;   
    }
    .sexhazak .category__item li:last-child {
        margin: 0 !important;   
    }
    .sexhazak .category__caption {
        margin: 0 0 15px;        
    }
    .sexhazak .category__body .row .col-lg-3 {
        margin-bottom: 15px;
    }
    .sexhazak .category:not(:last-child) {
        margin-bottom: 15px;
    }
    .sexhazak .category__container {
        margin-bottom: 40px;
    }
    .sexhazak .wrapper__catalog {
        padding-bottom: 40px;
    }
    .sexhazak .footer__nav a {
        font-size: 14px;
        line-height: 16px;
    }
    .sexhazak .footer__copyright_link {
        font-size: 10px;
        line-height: 11px;
        position: relative;
        top: 2px;
    }
    .sexhazak .wrapper.wrapper__catalog.sexhazak_wrapper {
    	padding-top: 40px;
    }
    .sexhazak .nav__cat {
        background: transparent;
        border: none;
        justify-content: center;
        width: 100%;
        margin: 0 auto 20px;
        padding: 0;
    }
    .sexhazak .nav__cat_list {
	    flex-direction: row;
	}
    .sexhazak .nav__cat_list li {
        width: auto;
        min-width: 48%;
        width: 48%;
        border: 0.5px solid #FFFFFF;
        margin-bottom: 20px;
    }
    .sexhazak .nav__cat_list a {
        font-size: 12px;
        line-height: 14px;
        padding: 5px;
    }
    .sexhazak .grid__wrapper .container .row .col-lg-3 {
        width: 50%;
    }
    .sexhazak .grid__card__inside {
        display: flex;
        flex-direction: column;
    }
    .sexhazak .grid__picture img {
        width: 100%;
    }
    .sexhazak .grid__title {
        font-size: 10px;
        line-height: 11px;
        min-height: auto;
        margin-bottom: 5px;
    }
    .sexhazak .grid__city {
        font-size: 10px;
        line-height: 11px;
        text-align: center;
        padding-right: 0;
        margin-bottom: 5px;
        justify-content: center;
    }
    .sexhazak .grid__description_text {
        font-size: 8px;
        line-height: 9px;
    }
    .sexhazak .grid__card {
        padding: 0 0 12px;
        margin-bottom: 15px;
        height: calc(100% - 15px);
    }
    .sexhazak .wrapper.wrapper__catalog.cex_wrapper .title {
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .sexhazak .bread_crumbs a {
        font-size: 10px;
    }
    .sexhazak a.return-back {
        font-size: 14px;
        line-height: 20px;     
    }
    .sexhazak .wrapper__profile {
        border: 1px solid #EC428C;
    }
    .sexhazak_gallery {
        background: none;
        border: none;
        padding: 0 0 40px;
    }
    .sexhazak .gallery__box_wrapper {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .sexhazak .gallery__carousel {
        max-width: 100%;
        flex: 0 0 100%;
        border: 2px solid #EC428C;
        padding: 0;
        margin-bottom: 35px;
    }
    .sexhazak .gallery__description {
        width: 100%;
        padding: 10px 10px 20px;
        border: none;
    }
    .sexhazak .wrapper__profile .title {
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
        font-family: 'Heebo';
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 21px;
        text-align: center;
        letter-spacing: 0.03em;
        text-decoration-line: underline;
        color: #FFFFFF;
    }
    .sexhazak .gallery__description_city_wrap {
        margin-bottom: 10px;
    }
    .sexhazak .gallery__description_city {
        font-family: 'Arial';
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 18px;
        text-align: right;
        text-decoration-line: underline;
        color: #FFFFFF;
    }
    .sexhazak .gallery__description_city:before {
        width: 23px;
        height: 23px;
    }
    .sexhazak .gallery__description_text_wrap {
        margin: 0 auto;
    }
    .sexhazak .gallery__description_text {
        font-family: 'Arial';
        line-height: 16px;
        text-align: center; 
        margin-bottom: 0;       
    }
    .sexhazak .gallery__label_wrap {
        width: calc(100% - 34px);
        top: auto;
        bottom: 37px;
        left: 17px;
        min-height: 450px;
    }
    .sexhazak .gallery__description_tel_wrap {
        position: absolute;
        bottom: -35px;
        right: 15px;
    }
    .sexhazak .gallery__description_tel {
        border: 1px solid #EC428C;
        box-sizing: border-box;
        border-radius: 4px;
        background: transparent;
        padding: 10px;
        font-family: Arial;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 21px;
        text-align: center;
        letter-spacing: 0.01em;
        color: #EC428C;
    }
    .sexhazak .gallery__description_tel span {
        display: none !important;
    }
    .sexhazak .gallery__nexting {
        left: 0;
        width: 60%;
        justify-content: space-around;
        top: -7px;
    }
    .sexhazak .gallery__nexting a {
        width: 43px;
        height: 43px;
        border: none;
        box-shadow: none;
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
    }
    .sexhazak .gallery__nexting_next {
        background: url(../img/nextarr2.png) center center no-repeat;
        background-size: 90% !important;
    }
    .sexhazak .gallery__nexting_prev {
        background: url(../img/prevarr2.png) center center no-repeat;
        background-size: 90% !important;
    }
    .lSAction>a {
        border-radius: 50%;
        width: 48px;
        height: 48px;
    }
    .lSAction>a.lSPrev {
        background-size: auto 100% !important;
        background-repeat: no-repeat !important;
        background-position: center!important;
        background-image: url(../img/prev2.png);
    }
    .lSAction>a.lSNext {
        background-size: auto 100% !important;
        background-repeat: no-repeat !important;
        background-position: center!important;
        background-image: url(../img/next2.png);
    }
    .sexhazak .wrapper__profile {
        padding-bottom: 50px;
    }
    .sexhazak .wrapper__form {
        padding-top: 0px !important;
        padding-bottom: 190px;
    }
    .sexhazak .form-box {
        background: none;
        padding: 0;
    }
    .sexhazak .form__fields {
        max-width: 100%;
        margin: 0 auto;
    }
    .sexhazak .form-control {
        height: 39px;
        border-radius: 0;
        background: #FFFFFF;
        border: 1px solid #EC428C;    
    }
    .sexhazak .label {
        font-family: 'Arial';
        font-style: normal;
        font-weight: bold;
        font-size: 12px;
        line-height: 14px;
        text-align: right;
    }
    .sexhazak .button_submit {
        font-family: 'Arial';
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 18px;
        color: #FFFFFF;
    }
    .sexhazak .form__send.offset-md-2 {
        margin: 0 auto !important;
        padding: 0 !important;
        max-width: 100%;
        margin-left: auto;
        position: absolute;
        bottom: -45px;
        right: 15px;
    }
    .sexhazak .header .container {
        max-width: 480px !important;
        padding: 0 15px !important;
    }
}

@media screen and (max-width: 575px) {
	.sexhazak .category__body {
		margin: 0 -15px;
	}
    .sexhazak .grid__wrapper .container .row .col-lg-3 {
        padding: 0 8px;
    }
}

@media screen and (max-width: 479px) {
    .sexhazak .grid__picture_wrap {
        height: 200px;
    }
    .sexhazak .grid__picture {
        margin-bottom: 5px;
    }
    .sexhazak .grid__title {
    	min-height: 23px;
    }
    .sexhazak .gallery__nexting {
        left: 15px;
        width: 50%;
        justify-content: space-around;
        top: -7px;
    }
    .sexhazak .gallery__list li {
        max-height: 360px !important;
        min-height: 360px !important;        
    }
    .sexhazak .gallery__label_wrap {
        max-height: 360px !important;
        min-height: 360px !important;
    }
}
@media screen and (max-width: 320px) {
    .sexhazak .grid__picture_wrap {
        height: 152px;
    }
    .sexhazak .gallery__list li {
        max-height: 278px !important;
        min-height: 278px !important;        
    }
    .sexhazak .gallery__label_wrap {
        max-height: 278px !important;
        min-height: 278px !important;
    }
}