/***********
# all
***********/
@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alef:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arima+Madurai:wght@700&display=swap');
html {
    overflow-x: hidden;
}
body {
    color: #000;
    font-size: 13px;
    direction: rtl;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.126) 0.56%, rgba(255, 55, 55, 0.084) 41.52%, rgba(255, 255, 255, 0) 107.73%);
    overflow-x: hidden;
    font-family: Alef;
    font-style: normal;
    font-weight: bold;
    line-height: 34px;
}

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: #000;
    margin: 30px 0 15px 0;
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 29px;
}

.bread_crumbs {
    list-style: none;
    padding: 0;
    margin: 31px 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.bread_crumbs li {
    display: inline-block;
    vertical-align: middle;
}

.bread_crumbs li {
    padding: 0 0 0 30px;
    position: relative;
    z-index: 0;
    line-height: 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: 22px;
    right: auto;
    left: 10px;
    top: 0;
    background: #000;
}

.bread_crumbs a {
    white-space: nowrap;
    font-family: Alef;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: rgba(0, 0, 0, 0.41);
}

.bread_crumbs a:hover {
    color: #000;
    text-decoration: none;
}

.nav__cat {
    order: 0 !important;
    background: #fff;
    padding: 52px 0 30px 0;
    margin: -22px auto 20px auto !important;
    max-width: 100% !important;
    position: relative;
}
.nav__cat:after{
    content: '';
    background: url(/wp-content/themes/sexx/css/shadow.png) 50% 0 no-repeat;
    width: 100%;
    height: 70px;
    display: block;
    position: absolute;
    bottom: -21px;
}
.nav__cat_list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1322px;
    z-index: 1;
}
.nav__cat_list li {
    width: 25%;
    margin-top: 10px;
}
.nav__cat_list li:nth-child(1),
.nav__cat_list li:nth-child(2),
.nav__cat_list li:nth-child(3),
.nav__cat_list li:nth-child(4){
    margin-top: 0;
}
@media (max-width: 1180px) {
    .nav__cat_list li {
        width: 24%;
    }
    .nav__cat_list li a{
        min-width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media (min-width: 768px) {
    .nav__cat_list li {
        
    }
}

.nav__cat_list a {
    display: block;
    font-family: Alef;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #000;
    padding: 6px 0;
}
@media (max-width: 767.98px) {
    .title {
        margin: 30px 0;
        font-size: 30px;
        line-height: 34px;
    }
    .nav__cat_list a {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .nav__cat{
        padding: 0;
        margin: 20px auto 20px auto !important;
    }
    .nav__cat_list li:last-child a{
        
    }
    .nav__cat:after{
        bottom: -50px;
        background-size: contain;
    }
    .nav__cat:before{
        content: '';
        background: url(/wp-content/themes/sexx/css/shadow.png) 50% 0 no-repeat;
        width: 100%;
        height: 70px;
        display: block;
        position: absolute;
        top: 0px;
        background-size: contain;
    }
}

.nav__cat_list a:hover,
.nav__cat_list a:active,
.nav__cat_list a:focus{
    color: #F53558;
}

.wrapper {
    padding-top: 0;
}

.back-btn {
    padding: 35px 0 36px 0;
    align-items: center;
    width: 100% !important;
    max-width: 100% !important;
    order: 0 !important;
    background: #fff;
    position: relative;
}
.back-btn:after{
    content: '';
    background: url(/wp-content/themes/sexx/css/shadow.png) 50% 0 no-repeat;
    width: 100%;
    height: 70px;
    display: block;
    position: absolute;
    bottom: -21px;
}
a.return-back {
    text-decoration: none;
    cursor: pointer;
    display: block;
    font-family: Alef;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    text-align: right;
    letter-spacing: 0.1em;
    color: #000;
    max-width: 1322px;
    margin: 0 auto;
}
a.return-back:hover{
    color: red;
}
.texts {
    text-align: right;
    padding: 0;
}

.texts p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}
@media (min-width: 1329px) {
    .container, .container-lg, .container-md, .container-sm {
        padding: 0 10px;
        max-width: 1140px;
    }
}
@media (min-width: 1330px) {
    .container, .container-lg, .container-md, .container-sm {
        padding: 0 10px;
        max-width: 1320px;
    }
}
@media (max-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        padding: 0 10px;
        max-width: 960px;
    }
    .title{
        font-size: 25px;
        line-height: 29px;
    }
}
@media (min-width: 768px) {
    .offset-md-2 {
        margin-right: 16.666667% !important;
    }
}
@media (max-width: 767px) {
    .container, .container-lg, .container-md, .container-sm {
        padding: 0 10px;
        max-width: 100%;
    }
}

/***********
# end all
***********/

/***********
# header
***********/
.header {
    position: relative;
    background: linear-gradient(180deg, rgba(123, 172, 231, 0.42) 0%, rgba(255, 255, 255, 1) 70%);
    z-index: 1;
}
.header-fixed ~ .wrapper{
    margin-top: 0;
}
.navbar-light .navbar-brand{
    order: 1;
    background: url(/wp-content/themes/sexx/css/logo.png) 50% 50% no-repeat;
    background-size: contain;
    height: 50px;
    width: 274px;
    position: relative;
}
.navbar-expand-md .navbar-collapse{
    
}
.header-fixed {
    
}

.navbar {
    padding: 52px 0 66px 0;
    position: relative;
    margin: 0;
    flex-wrap: wrap;
}
.navbar:after{
    content: '';
    background: url(/wp-content/themes/sexx/css/shadow.png) 50% 0 no-repeat;
    width: 100%;
    height: 70px;
    display: block;
    position: absolute;
    bottom: -21px;
}
.navbar-nav {
    padding: 10px 0;
    margin: 0;
    justify-content: space-between;
    width: 73.6%;
}

.navbar-brand {
    width: 315px;
    height: 58px;
    background: url('/assets//images/l977ogo.png') center center no-repeat;
    background-size: contain;
    padding: 0;
    margin: 0;
    order: 1;
}

.navbar .navbar-nav .nav-link {
    padding: 0;
    margin: 0;
    font-family: Alef;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #000000;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-link:active{
    color: red;
}
.navbar .nav-item{
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    padding: 5px 2px;
    width: 28%;
}
.navbar .nav-item:not(:last-child) {
    
}
@media (max-width: 1329px) {
    .navbar-nav{
        width: 90%;
    }
}
@media (max-width: 1199px) {
    .navbar:after{
        background-size: contain;
        bottom: -35px;
    }
    .navbar .nav-item{
        padding: 5px 10px;
        width: 31%;
    }
}
@media (max-width: 991px) {
    .navbar-brand {
        width: 215px;
    }
}
@media (max-width: 768px) {
    .navbar:after{
        bottom: -40px;
    }
}
@media (max-width: 767.98px) {
    .header {
        display: flex;
        align-items: center;
        border: none;
    }
    .header:before{
        display: none;
    }
    .navbar {
        padding: 12px 0 0 0;
    }
    .navbar-expand-md .navbar-collapse{
        margin: 0;
    }
    .navbar-light .navbar-brand{
        width: 465px;
        height: 85px;
        order: 0;
        margin: 60px auto;
    }
    .navbar-brand {
        order: 1;
        width: 215px;
        height: 38px;
        margin: 0;
    }

    .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 {
        order: 2;
        position: absolute;
        top: 309px;
        left: 0;
        right: 0;
        min-width: 120px;
        padding: 26px 0 44px 0;
        z-index: 5;
        box-sizing: border-box;
        background: #FF451B;
        border: 2px solid #000000;
    }
    .navbar-nav{
        padding: 0;
        margin: 0 auto;
        width: 100%;
    }
    .navbar .nav-item:nth-child(n) {
        padding: 0;
        text-align: right;
        width: 100%;
        border: none;
    }

    .navbar .navbar-nav .nav-link {
        display: block;
        padding: 7px 0;
        vertical-align: top;
        font-family: Alef;
        font-style: normal;
        font-weight: bold;
        font-size: 15px;
        line-height: 20px;
        text-align: center;
        color: #000;
        height: auto;
        width: 100%;
        margin: 0;
    }
    .navbar .navbar-nav li:last-child .nav-link {
        margin-bottom: 0;
    }
    .navbar .navbar-nav .nav-link:hover,
    .navbar .navbar-nav .nav-link:focus,
    .navbar .navbar-nav .nav-link:active{
        color: #000;
    }
    .navbar-toggler:after{
        content: 'תפריט';
        font-family: Arial;
        font-style: normal;
        font-weight: normal;
        font-size: 25px;
        line-height: 29px;
        text-align: center;
        letter-spacing: 0.01em;
        text-transform: uppercase;
        color: #000;
        border-left: 1px solid rgba(0, 0, 0, 0.3);
        border-right: 1px solid rgba(0, 0, 0, 0.3);
        padding: 30px 50px;
    }
    .navbar .navbar-toggler{
        box-sizing: border-box;
        width: 100%;
        height: 93px;
        border-radius: 0;
        background: #FF451B;
        border: 2px solid #000000;
    }
    .navbar-toggler .navbar-toggler-icon {
        display: none;
    }

    .nav__cat_list {
        flex-direction: column;
        align-items: flex-start;
        border: none;
        padding-top: 45px;
    }
    .nav__cat_list li{
        width: 100%;
        margin-top: 0;
    }
}
@media (max-width: 500px) {
    .navbar-light .navbar-brand{
        width: 100%;
        height: 42px;
        margin: 30px auto;
    }
    .navbar .navbar-toggler {
        width: 234px;
        height: 47px;
        margin: 0 auto;
    }
    .navbar-toggler:after{
        padding: 12px 35px;
        font-size: 17px;
        line-height: 20px;
    }
    .navbar:after{
        display: none;
    }
    .navbar-collapse{
        top: 160px;
    }
    .nav__cat_list {
        padding-bottom: 30px;
    }
}
@media (max-width: 450px) {
    .navbar-light .navbar-brand:before{
        width: 185px;
    }
}
@media (max-width: 359px) {
    .navbar-brand{
        width: 170px;
    }
}

/***********
# end header
***********/

/***********
# footer
***********/
.footer__nav_wrap {
    border-top: 0;
    padding: 0;
}

.footer__nav {
    list-style: none;
    padding: 23px 10px 31px 0;
    margin: 0;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: end;
    background: url(/wp-content/themes/sexx/css/logo.png) 0 50% no-repeat;
    background-size: 186px;
}
.footer__nav li:first-child{
    display: none;
}
.footer__nav li:last-child {
    margin: 0 0 0 0;
}

.footer__nav a {
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #000;
    padding: 0;
    width: 125px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FF451B;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.22);
    border-radius: 15px;
    position: relative;
}
.footer__nav a:after{
    content: '';
    background: url(/wp-content/themes/sexx/css/arrow3.png) 0 0 no-repeat;
    width: 22px;
    height: 8px;
    display: block;
    position: absolute;
    left: -12px;
}
.footer__nav a:hover {
    text-decoration: none;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.22);
}

.footer__nav a:hover,
.footer__nav a:active,
.footer__nav a:focus {
    color: #000;
}

.footer__copyright {
    padding-bottom: 20px;
    display: none;
}

.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: 0;
    margin-bottom: 0;
    margin-top: 6px;
}
.category__container .category:nth-child(1) .category__body .col-lg-3:nth-child(1){
    background: url(/wp-content/themes/sexx/css/bg3.png) 50% 10px no-repeat;
}
.category__container .category:nth-child(1) .category__body .col-lg-3:nth-child(2){
    background: url(/wp-content/themes/sexx/css/bg2.png) 50% 10px no-repeat;
}
.category__container .category:nth-child(1) .category__body .col-lg-3:nth-child(3){
    background: url(/wp-content/themes/sexx/css/bg1.png) 50% 10px no-repeat;
}
.category__container .category:nth-child(1) .category__body .col-lg-3:nth-child(4){
    background: url(/wp-content/themes/sexx/css/bg.png) 50% 10px no-repeat;
}
.category__container .category:nth-child(2) .category__body .col-lg-3:nth-child(1){
    background: url(/wp-content/themes/sexx/css/bg7.png) 50% 10px no-repeat;
}
.category__container .category:nth-child(2) .category__body .col-lg-3:nth-child(2){
    background: url(/wp-content/themes/sexx/css/bg6.png) 50% 10px no-repeat;
}
.category__container .category:nth-child(2) .category__body .col-lg-3:nth-child(3){
    background: url(/wp-content/themes/sexx/css/bg5.png) 50% 10px no-repeat;
}
.category__container .category:nth-child(2) .category__body .col-lg-3:nth-child(4){
    background: url(/wp-content/themes/sexx/css/bg4.png) 50% 10px no-repeat;
}
.category__container .category:nth-child(3) .category__body .col-lg-3:nth-child(1){
    background: url(/wp-content/themes/sexx/css/bg11.png) 50% 10px no-repeat;
}
.category__container .category:nth-child(3) .category__body .col-lg-3:nth-child(2){
    background: url(/wp-content/themes/sexx/css/bg10.png) 50% 10px no-repeat;
}
.category__container .category:nth-child(3) .category__body .col-lg-3:nth-child(3){
    background: url(/wp-content/themes/sexx/css/bg9.png) 50% 10px no-repeat;
}
.category__container .category:nth-child(3) .category__body .col-lg-3:nth-child(4){
    background: url(/wp-content/themes/sexx/css/bg8.png) 50% 10px no-repeat;
}
@media (max-width: 767.98px) {
    .category__container {
        padding: 0;
    }
    .category__container {
        margin-top: 0;
        margin-bottom: 20px;
    }
}
@media (min-width: 768px) {
    .category {
        margin-bottom: 57px;
    }
}

.category__header {
    background: none;
    padding: 0;
    text-align: right;
    margin-bottom: 22px;
}
@media (max-width: 1295px) {
    
}
@media (max-width: 1199px) {
    
}
@media (max-width: 992px) {
    
}
@media (max-width: 960px) {
    
}
@media (max-width: 767.98px) {
    
}
@media (max-width: 660px) {
    
}
@media (max-width: 480px) {
    
}
@media (max-width: 510px) {
    
}
@media (max-width: 480px) {
    
}
@media (max-width: 375px) {
    
}
.category__title {
    margin: 0;
    padding: 10px 55px 10px 54px;
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 29px;
    text-align: right;
    color: #fff;
    width: fit-content;
    background: #FF451B;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.22);
    border-radius: 100px;
}
@media (max-width: 992px) {
    .category__title {
        font-size: 15px;
        line-height: 17px;
    }
}
@media (max-width: 767.98px) {
    
}
@media (max-width: 450px) {
    
}

@media (min-width: 768px) {
    .category__body {
        padding: 0;
    }
}
.category__body .row{
    margin: 0;
    justify-content: space-between;
    position: relative;
}
.category__body .col-lg-3{
    padding: 0;
    -ms-flex: 0 0 23.2%;
    flex: 0 0 23.2%;
    max-width: 23.2%;
}
.category__item {
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.category__item li,
.category__caption {
    margin: 0;
    width: 100%;
    max-width: 100%;
    text-align: right;
    padding: 15px 0;
    border: 1px dashed #FF451B;
    background: rgba(0, 0, 0, 0.3);
    margin-top: 5px;
}
.category__caption,
.category__item li a,
.category__caption a {
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #FF451B;
    display: block;
    text-align: center;
}
@media (max-width: 767.98px) {
    .category__body .col-lg-3{
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        max-width: 49%;
        margin-bottom: 30px;
        min-height: 250px;
    }
}
@media (max-width: 450px) {
    .category__body .col-lg-3{
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        max-width: 300px;
        margin: 0 auto 30px auto;
    }
}
.category__item li a:hover,
.category__caption a:hover {
    color: #F53558;
}

.category__caption {
    margin: 0;
    max-width: 100%;
    text-align: right;
    padding: 15px 0;
    border: 1px dashed #FF451B;
    background: rgba(0, 0, 0, 0.3);
}
@media (max-width: 992px) {
    .category__body .col-lg-3{
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        max-width: 49%;
        margin-bottom: 10px;
    }
    .category__caption {
        margin: 0;
    }
    .category__container {
        margin-bottom: 32px;
    }
}
@media (max-width: 767.98px) {
    
}
@media (max-width: 450px) {
    .category__body .col-lg-3{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .footer__nav{
        background: url(/wp-content/themes/sexx/css/logo.png) 0 45% no-repeat;
        background-size: 115px;
    }
}
/***********
# end wrapper__main
***********/

/***********
# wrapper__catalog
***********/
.wrapper__catalog {
    padding-bottom: 50px;
    position: relative;
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 5%, #ffcccc 20%, #ffffff 35%, #b7cde5 50%, #ffffff 65%, #ffcccc 80%, #ffffff 95%);
    background: -webkit-linear-gradient(top,  #ffffff 5%,#ffcccc 20%,#ffffff 35%,#b7cde5 50%,#ffffff 65%,#ffcccc 80%,#ffffff 95%);
    background: linear-gradient(to bottom,  #ffffff 5%,#ffcccc 20%,#ffffff 35%,#b7cde5 50%,#ffffff 65%,#ffcccc 80%,#ffffff 95%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}
.wrapper__catalog > .container:first-child{
    margin-bottom: 40px;
    max-width: 100%;
}
.wrapper__catalog .col-lg-12{
    display: flex;
    flex-wrap: wrap;
    position: inherit;
}
.wrapper__catalog .col-lg-12 > div{
    width: 100%;
    margin: 0 auto;
    order: 1;
    max-width: 1322px;
}
.wrapper__catalog .title {
    font-family: Alef;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 41px;
    text-align: right;
    color: #000;
    width: 100%;
    max-width: 1322px;
    margin: 0 auto 10px auto;
    order: 2;
}
.grid__wrapper .container {
    margin-bottom: 40px;
    max-width: 1322px;
}
.grid__wrapper .row{
    justify-content: flex-start;
    margin: 0;
}
.grid__wrapper .col-lg-3{
    -ms-flex: 0 0 254px;
    flex: 0 0 250px;
    max-width: 250px;
    margin-bottom: 13px;
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 13px;
}
.grid__wrapper .col-lg-3:nth-child(5n){
    margin-left: 0;
}
.grid__card {
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: right;
    border-bottom: 1px dashed #000000;
    overflow: hidden;
}
.grid__card a{
    display: block;
    height: 100%;
}
@media (max-width: 1329px) {
    .grid__wrapper .col-lg-3{
        -ms-flex: 0 0 19.1%;
        flex: 0 0 19.1%;
        max-width: 100%;
    }
}
@media (max-width: 1184px) {
    .grid__wrapper .col-lg-3{
        -ms-flex: 0 0 19%;
        flex: 0 0 19%;
    }
}
@media (max-width: 1126px) {
    .grid__wrapper .container,
    .wrapper__catalog > .container:first-child{
        max-width: 100%;
    }
}
@media (max-width: 1069px) {
    .grid__wrapper .col-lg-3{
        -ms-flex: 0 0 18.9%;
        flex: 0 0 18.9%;
    }
}
@media (max-width: 1065px) {
    .grid__wrapper .row{
        justify-content: center;
    }
    .grid__wrapper .col-lg-3{
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
        margin-bottom: 8px;
        margin-left: 8px;
    }
    .grid__wrapper .col-lg-3:nth-child(5n){
        margin-left: 8px;
    }
    .grid__wrapper .col-lg-3:nth-child(4n){
        margin-left: 0;
    }
    .grid__wrapper .col-lg-3:nth-child(3n){
         margin-left: 8px;
    }
    .grid__wrapper .col-lg-3:nth-child(12),
    .grid__wrapper .col-lg-3:nth-child(24),
    .grid__wrapper .col-lg-3:nth-child(30){
        margin-left: 0;
    }
}
@media (max-width: 1059px) {
    .grid__wrapper .col-lg-3{
        -ms-flex: 0 0 24.4%;
        flex: 0 0 24.4%;
    }
}
@media (max-width: 1027px) {
    .grid__wrapper .col-lg-3{
        -ms-flex: 0 0 24.3%;
        flex: 0 0 24.3%;
    }
}
@media (max-width: 874px) {
    .grid__wrapper .col-lg-3{
        -ms-flex: 0 0 24.2%;
        flex: 0 0 24.2%;
    }
}
@media (max-width: 802px) {
    .grid__wrapper .col-lg-3{
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
    }
    .grid__wrapper .col-lg-3:nth-child(5n),
    .grid__wrapper .col-lg-3:nth-child(4n){
        margin-left: 8px;
    }
    .grid__wrapper .col-lg-3:nth-child(2n){
        margin-left: 8px;
    }
    .grid__wrapper .col-lg-3:nth-child(3n){
        margin-left: 0;
    }
    .grid__wrapper .col-lg-3:nth-child(6),
    .grid__wrapper .col-lg-3:nth-child(12),
    .grid__wrapper .col-lg-3:nth-child(18),
    .grid__wrapper .col-lg-3:nth-child(24),
    .grid__wrapper .col-lg-3:nth-child(30){
        margin-left: 0;
    }
}
@media (max-width: 797px) {
    .grid__wrapper .col-lg-3{
        -ms-flex: 0 0 32.6%;
        flex: 0 0 32.6%;
    }
}
@media (max-width: 767.98px) {
    .wrapper__catalog .row{
        margin: 0;
    }
    .wrapper__catalog .col-lg-12{
        padding: 0 10px;
    }
    .wrapper__catalog .title{
        padding: 0;
    }
    .wrapper__catalog .col-lg-12 > div{
        
    }
    .grid__card {
        
    }

    .grid__card__inside {
        
    }
    a.return-back{
        text-align: center;
    }
    .back-btn:after{
        bottom: -42px;
        background-size: contain;
    }
    .bread_crumbs{
        margin: 15px 0;
        height: 44px;
    }
    .bread_crumbs a{
        font-size: 10px;
    }
    .bread_crumbs li:not(:last-child):after{
        height: 15px;
        left: 12px;
        top: 4px;
    }
}
@media (max-width: 746px) {
    .grid__wrapper .col-lg-3{
        -ms-flex: 0 0 32.5%;
        flex: 0 0 32.5%;
    }
}
@media (max-width: 659px) {
    .grid__wrapper .col-lg-3{
        -ms-flex: 0 0 32.4%;
        flex: 0 0 32.4%;
    }
}
@media (max-width: 590px) {
    .grid__wrapper .col-lg-3{
        -ms-flex: 0 0 32.3%;
        flex: 0 0 32.3%;
    }
}
@media (max-width: 535px) {
    .grid__wrapper .col-lg-3{
        -ms-flex: 0 0 32.2%;
        flex: 0 0 32.2%;
    }
}
@media (max-width: 524px) {
    .grid__wrapper .container {
        padding: 0 5px;
    }
    .grid__wrapper .col-lg-3{
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
    }
    .grid__wrapper .col-lg-3{
        margin: 0 0 15px 1%;
    }
    .grid__wrapper .col-lg-3:nth-child(2n){
        margin-left: 0;
        margin-right: 0;
    }
    .grid__wrapper .col-lg-3:nth-child(5n){
        margin-left: 1%;
    }
    .grid__wrapper .col-lg-3:nth-child(3n){
        margin-left: 1%;
        margin-right: 0;
    }
    .grid__wrapper .col-lg-3:nth-child(6),
    .grid__wrapper .col-lg-3:nth-child(12),
    .grid__wrapper .col-lg-3:nth-child(10),
    .grid__wrapper .col-lg-3:nth-child(18),
    .grid__wrapper .col-lg-3:nth-child(20),
    .grid__wrapper .col-lg-3:nth-child(24),
    .grid__wrapper .col-lg-3:nth-child(30){
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 523px) {
    .grid__wrapper .col-lg-3{
        -ms-flex: 0 0 49.5%;
        flex: 0 0 49.5%;
    }
}
@media (max-width: 321px) {
    .grid__wrapper .container {
        padding: 0 4px;
    }
    .grid__wrapper .col-lg-3{
        -ms-flex: 0 0 154px;
        flex: 0 0 154px;
    }
    .grid__wrapper .col-lg-3:nth-child(2n){
        margin-left: 0;
        margin-right: 0;
    }
    .grid__wrapper .col-lg-3:nth-child(5n){
        margin-left: 1%;
    }
    .grid__wrapper .col-lg-3:nth-child(3n){
        margin-left: 1%;
        margin-right: 0;
    }
    .grid__wrapper .col-lg-3:nth-child(6),
    .grid__wrapper .col-lg-3:nth-child(12),
    .grid__wrapper .col-lg-3:nth-child(10),
    .grid__wrapper .col-lg-3:nth-child(18),
    .grid__wrapper .col-lg-3:nth-child(20),
    .grid__wrapper .col-lg-3:nth-child(24),
    .grid__wrapper .col-lg-3:nth-child(30){
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 319px) {
    .grid__wrapper .col-lg-3{
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
        margin: 0 0 1% 0;
    }
    .grid__wrapper .col-lg-3:nth-child(5n),
    .grid__wrapper .col-lg-3:nth-child(3n){
        margin-left: 0;
    }
}
.grid__card.featured {
    
}
.grid__card.featured .grid__description{
    border-top: 1px dashed #000000;
    border-left: 1px dashed #000000;
    border-right: 1px dashed #000000;
}
.grid__picture {
    position: relative;
    z-index: 0;
    margin-bottom: 0;
}
.grid__card .grid__card__inside,
.grid__card .grid__description{
        height: 100%;
}
.grid__picture_wrap {
    overflow: hidden;
    height: 330px;
}
@media (max-width: 1329px) {
    .grid__picture_wrap {
        height: auto;
    }
}
@media (max-width: 1199px) {
    
}
@media (max-width: 1065px) {
    .grid__picture_wrap {
        height: 330px;
    }
}
@media (max-width: 1058px) {
    .grid__picture_wrap {
        height: auto;
    }
}
@media (max-width: 802px) {
    .grid__picture_wrap {
        height: 330px;
    }
}
@media (max-width: 797px) {
    .grid__picture_wrap {
        height: auto;
    }
}
@media (max-width: 524px) {
    .grid__picture_wrap {
        height: 330px;
    }
}
@media (max-width: 523px) {
    .grid__picture_wrap {
        height: auto;
    }
}
@media (max-width: 624px) {
    .grid__picture_wrap {
        
    }
}
@media (max-width: 321px) {
    .grid__picture_wrap {
        height: 200px;
    }
}
@media (max-width: 319px) {
    .grid__picture_wrap {
        height: 330px;
    }
}
.grid__picture img {
    display: block;
    margin: 0 auto;
    margin-top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767.98px) {
    .grid__picture img {
        
    }
}
@media (max-width: 624px) {
    .grid__picture img {
        
    }
}
@media (max-width: 496px) {
    .grid__picture img {
        
    }
}
.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;
    left: 0;
    right: 0;
    background: url(/wp-content/themes/sexx/css/real1.png) 0 0 no-repeat;
    width: 184px;
    height: 29px;
    font-size: 0;
    margin: auto;
}
.grid__label.real{
    bottom: 8px;
    left: 0;
    right: auto;
    background: url(/wp-content/themes/sexx/css/new1.png) 0 0 no-repeat;
    width: 64px;
    height: 42px;
    font-size: 0;
}
.grid__label.vip {
    bottom: 8px;
    right: 8px;
    background: url(/wp-content/themes/sexx/css/vip1.png) 0 0 no-repeat;
    width: 42px;
    height: 42px;
    font-size: 0;
    margin: auto;
}

.grid__label.vip + span {
    bottom: 8px;
    left: 0;
    right: auto;
    background: url(/wp-content/themes/sexx/css/new1.png) 0 0 no-repeat;
    width: 64px;
    height: 42px;
    font-size: 0;
}

.grid__label.vip + span + span {
    bottom: 40px;
}
.grid__title {
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #FF451B;
    padding: 10px 4px;
    margin-bottom: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 60px;
}
@media (max-width: 767.98px) {
    .grid__title {
        font-size: 16px;
        line-height: 17px;
        padding: 5px 2px;
        height: auto;
    }
    .grid__label.real-top{
        background: url(/wp-content/themes/sexx/css/real1.png) 50% 50% no-repeat;
        width: 100%;
    }
}
.grid__title a {
    color: #C20F6A;
    font-size: 15px;
    font-weight: 700;
}

.featured .grid__title a {
    color: red;
}

.grid__city {
    align-items: center;
    font-family: Arial;
    font-style: italic;
    font-weight: normal;
    font-size: 13px;
    line-height: 14px;
    text-align: center;
    color: #fff;
    padding: 0;
    display: flex;
    justify-content: center;
    background: #FF451B;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.22);
    border-radius: 8px;
    width: 71px;
    height: 16px;
    margin: 0 auto;
}

.grid__city_icon {
    display: none;
}

.grid__description_text {
    margin-top: 10px;
    margin-bottom: 0;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #000;
    padding: 0 5px 10px 5px;
}

@media (max-width: 767.98px) {
    
}
@media (max-width: 584px) {
    
}
.grid__pagination {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.grid__pagination li {
    display: block;
    margin-left: 30px;
}

.grid__pagination li:last-child {
    margin-left: 0;
}
.grid__pagination a {
    width: 38px;
    height: 38px;
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: rgba(0, 0, 0, 0.5);
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    border-right: 1px solid rgba(0, 0, 0, 0.5);
}
.grid__pagination .navigator{
    display: none;
}
.grid__pagination a:hover {
    color: #FF451B;
    border-left: 1px solid #FF451B;
    border-right: 1px solid #FF451B;
    text-decoration: none;
}
.grid__pagination li.active a {
    color: #FF451B;
    border-left: 1px solid #FF451B;
    border-right: 1px solid #FF451B;
}
/***********
# end wrapper__catalog
***********/

/***********
# wrapper__profile
***********/
.wrapper__profile {
    padding-bottom: 0px;
}

.wrapper__profile .title {
    position: absolute;
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 46px;
    text-align: right;
    color: #FF451B;
    padding: 6px 5px;
    right: 145px;
    width: 45%;
    top: 262px;
    margin: auto;
    z-index: 1;
}

.lg-outer {
    direction: ltr;
}

.gallery__box_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 75px;
}
@media (max-width: 1329px) {
    .wrapper__profile .title {
        right: 50px;
        width: 50%;
    }
}
@media (max-width: 1199px) {
    .wrapper__profile .title {
        right: 10px;
        width: 59%;
    }
}
@media (max-width: 992px) {
    .wrapper__profile .title {
        right: 0;
        left: 0;
        width: 300px;
        font-size: 25px;
        line-height: 29px;
        top: 665px;
    }
    .gallery__box_wrapper {
        margin-bottom: 40px;
    }
}
@media (max-width: 375px) {
    .grid__pagination li {
        margin-left: 15px;
    }
}
.gallery__carousel {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 400px;
    flex: 0 0 400px;
    padding-left: 0;
    margin-bottom: 20px;
    border: 1px dashed #FF451B;
    order: 1;
}
@media (max-width: 992px) {
    .gallery__carousel {
        order: 0;
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 0;
    }
}
@media (max-width: 767.98px) {
    .gallery__list li {
      min-height: 450px !important;
    }
     .wrapper__profile .title {
        top: 655px;
    }
}
@media (max-width: 631px) {
    .wrapper__profile .title {
        height: 100px;
    }
}
.gallery {
    width: 100%;
    margin-bottom: 0;
    position: relative;
    z-index: 0;
}
.lSSlideOuter .lSPager.lSGallery{
    margin: -67px 0 7px 0 !important;
}
.lSSlideOuter .lSAction>a{
    background: url(/wp-content/themes/sexx/css/arrow.png) 0 0 no-repeat;
    opacity: 1;
    width: 59px;
    height: 59px;
    margin-top: -30px;
}
.lSSlideOuter .lSAction>a.lSNext{
    transform: scale(-1, 1);
    right: 20px;
}
.lSSlideOuter .lSAction>a.lSPrev{
    left: 20px;
}
.gallery__list {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #22252b;
}

.gallery__list li {
    width: 300px;
    height: 517px;
    background: white;
    position: relative;
}

.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;
    right: 20px;
    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: space-between;
    position: absolute;
    width: 100px;
    height: 39px;
    overflow: hidden;
    margin-top: -125px;
}

.gallery__nexting a {
    display: block;
    width: 39px;
    height: 39px;
    background: url(/wp-content/themes/sexx/css/arrow1.png) 0 0 no-repeat;
    position: absolute;
    bottom: 0;
}
.gallery__nexting a.gallery__nexting_next{
    left: 0;
}
.gallery__nexting a.gallery__nexting_prev{
    transform: scale(-1, 1);
}
.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;
    display: flex;
    flex-wrap: wrap;
    max-width: 56%;
    flex: 0 0 56%;
    padding: 0;
    height: fit-content;
    order: 0;
}

.gallery__description_tel_wrap {
    margin-bottom: 0;
    font-size: 1.6em;
    order: 3;
}
@media (max-width: 992px) {
    .gallery__description {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .gallery__nexting {
        position: relative;
        margin: 0;
    }
}
@media (max-width: 479px) {
    .gallery__description_tel_wrap {
        width: 315px;
    }
}

a.gallery__description_tel {
    font-family: 'Arima Madurai', cursive;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #000;
    padding: 0 0;
    margin: 0;
    width: 288px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #C9DDF5;
    border: 2px solid #000000;
    box-sizing: border-box;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.79);
    border-radius: 25px;
}

.gallery__description_tel span {
    display: none;
}
@media (max-width: 992px) {
    
}
@media (max-width: 767.98px) {
    .gallery__description_tel {
        
    }
    .gallery__description_tel:hover, .gallery__description_tel:focus, .gallery__description_tel:active {
        background: #f96786;
        text-decoration: none;
        color: white!important;
    }
}

@media (max-width: 479.98px) {
    .gallery__description_tel {
         
    }
    .gallery__description{
        max-width: 100%;
        flex: 0 0 100%;
    }
}

.gallery__description_city_wrap {
    margin: 94px 2px 0 0;
    width: 130px;
}
@media (max-width: 479px) {
    .gallery__description_city_wrap {
        margin: 0 auto 0 0;
    }
}

.gallery__description_city {
    font-family: Arial;
    font-style: italic;
    font-weight: normal;
    font-size: 22px;
    line-height: 22px;
    height: 28px;
    color: #fff;
    padding: 2px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    background: #FF451B;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.22);
    border-radius: 14.5px;
}

.gallery__description_text_wrap {
    max-width: 100%;
    order: 1;
    width: 100%;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 38px;
    text-align: right;
    color: #000;
    margin: 100px 0 0 0;
    padding: 0;
}

.gallery__label_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    width: 400px;
    left: 15px;
    top: 0;
    pointer-events: none;
    height: 100%;
    max-height: 518px;
    min-height: 518px;
    z-index: 2;
}
@media (max-width: 992px) {
    .gallery__description_city_wrap {
        margin: 30px 0 0 0;
    }
    .gallery__description_city {
        font-size: 16px;
        line-height: 23px;
    }
    .gallery__description_text_wrap {
        margin: 105px 0 0 0;
        font-size: 14px;
        line-height: 23px;
    }
    a.gallery__description_tel {
        font-size: 15px;
        line-height: 24px;
        width: 222px;
        height: 39px;
    }
    .gallery__label_wrap {
        width: 300px;
        left: 15px;
    }
}
@media (max-width: 479px) {
    
}
.gallery__label {
    font-size: 0;
    position: absolute;
    display: block;
}

.gallery__label_vip {
    background: url(/wp-content/themes/sexx/css/vip.png) 0 0 no-repeat;
    width: 78px;
    height: 78px;
    bottom: 20px;
    right: 21px;
    margin: 0 auto;
}

.gallery__label_real {
    background: url(/wp-content/themes/sexx/css/real.png) 0 0 no-repeat;
    width: 388px;
    height: 61px;
    top: 0;
    left: 0;
    right: 0;
}

.gallery__label_new {
    background: url(/wp-content/themes/sexx/css/new.png) 0 0 no-repeat;
    width: 80px;
    height: 78px;
    bottom: 22px;
    left: 21px;
}
.lSSlideOuter .lSPager.lSGallery{
    display: none;
}
/***********
# end wrapper__profile
***********/

/***********
# wrapper__form
***********/
.main__form {
    
}
.wrapper__form {
    padding-bottom: 27px;
}

.wrapper__form .title,
.form-group {
    text-align: right;
}
.wrapper__form .title{
    display: none;
}
.form-group {
    align-items: flex-start;
    margin-bottom: 13px;
    display: block;
}

.label {
    margin-bottom: 20px;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 34px;
    text-align: right;
    color: #000;
    max-width: 100%;
    padding: 0 6px 0 0;
}
.label > span {
    color: #FF0000!important;
    font-size: 18px;
    font-weight: 600;
    display: none;
}

.form-control {
    color: #000;
    font-weight: 300;
    padding: 0 10px;
    width: 100%;
    height: 77px;
    margin: 0 0 50px 0;
    background: #C9DDF5;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.79);
    border-radius: 38px;
}

textarea.form-control {
    max-width: 100%;
    min-height: 77px;
    height: 100%;
}

.form-control:focus {
    background: rgba(0, 0, 0, 0.03);
    box-shadow: inset 0px 4px 50px rgba(0, 0, 0, 0.46);
    border-color: #F53558;
    color: #000;
}

.form-text {
    font-size: 13px;
    line-height: 16px;
    text-align: right;
    padding-top: 13px;
    display: none;
}

.form__send {
    padding-right: 0px;
    padding-left: 0;
    margin: 0 auto !important;
    max-width: 100%;
}
.form__fields .col-md-10{
    max-width: 100%;
    padding: 0 7px;
}
@media (max-width: 992px) {
    .form__send {
        padding-right: 0px;
    }
    .gallery__label_vip {
        background-size: contain;
        width: 60px;
        height: 60px;
        bottom: 15px;
        right: 15px;
    }
    .gallery__label_new{
        background-size: contain;
        width: 60px;
        height: 60px;
        bottom: 15px;
        left: 15px;
    }
    .gallery__label_real {
        background: url(/wp-content/themes/sexx/css/real.png) 0 50% no-repeat;
        background-size: contain;
        width: 100%;
        height: 45px;
    }
    .lSSlideOuter .lSAction>a{
        background-size: contain;
        width: 43px;
        height: 43px;
    }
}

.button_submit {
    height: 81px;
    padding: 0;
    outline: none;
    display: block;
    vertical-align: middle;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 29px;
    text-align: center;
    color: #fff;
    margin: -22px auto 0 auto;
    width: 327px;
    background: #FF451B url(/wp-content/themes/sexx/css/mail.png) 90% 50% no-repeat;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.22);
    border-radius: 100px;
}
.button_submit:hover {
    background: red url(/wp-content/themes/sexx/css/mail.png) 90% 50% no-repeat;
}

@media (max-width: 767px) {
    .form__fields {
        padding-right: 0px;
    }
    .form-control {
        max-width: 100%;
    }
    .form-text {
        text-align: right;    
    }
}

.main__form {
    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;
}
.form-box{
    max-width: 858px;
    margin: 22px auto 30px;
    background: #F4F9FF;
    border: 1px dashed #FF451B;
    padding: 45px 107px;
}
@media (max-width: 1199px) {
    .form-box{
        width: 95%;
    }
}
@media (max-width: 992px) {
     .form-box{
        width: 720px;
    }
}
@media (max-width: 767px) {
    .form-box {
        padding: 20px;
        width: 95%;
        margin: 40px auto;
    }
    .label{
        font-size: 22px;
        line-height: 25px;
    }
    .form__fields .col-md-10{
        padding: 0;
    }
    .form-control{
        width: 100%;
        height: 68px;
        margin: 0 0 20px 0;
    }
    textarea.form-control{
        height: 68px;
    }
    .button_submit {
        height: 57px;
        font-size: 16px;
        line-height: 18px;
        width: 231px;
        margin: 0 auto;
        background-size: 20%;
    }
}
@media (max-width: 479px) {
    
}
/***********
# 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;
}
.rigushim_catalog_block_a .col-lg-12{
    display: flex;
    flex-wrap: wrap;
}
.sexx {
	cursor: inherit;
}
.sexx_main {
	cursor: inherit;
}
.wrapper__profile ~ .sexx_footer .footer__nav{
    height: 82px;
}
.wrapper__profile ~ .sexx_footer .footer__nav li:last-child{
    display: none;
}
.sexx_header {
	cursor: inherit;
}
.sexx_nav {
	cursor: inherit;
}
.sexx_wrapper {
	cursor: inherit;
}
.sexx_footer {
	cursor: inherit;
    background: linear-gradient(360deg, rgba(123, 172, 231, 0.42) 0%, rgba(255, 255, 255, 0) 100%);
}
.sexx_gallery {
	cursor: inherit;
}

.sexx_header_block_a {
	cursor: inherit;
}
.sexx_header_block_b {
	cursor: inherit;
}	
.sexx_header_block_c {
	cursor: inherit;
}	
.sexx_main_block_a {
	cursor: inherit;
}
.sexx_main_block_b {
	cursor: inherit;
}
.sexx_catalog_block_a {
	cursor: inherit;
}
.sexx_catalog_block_b {
	cursor: inherit;
}
.sexx_catalog_block_c {
	cursor: inherit;
}
.sexx_catalog_block_d {
	cursor: inherit;
}
.sexx_catalog_block_e {
	cursor: inherit;
}
.sexx_profile_block_a {
	cursor: inherit;
}
.sexx_profile_block_b {
	cursor: inherit;
}	
.sexx_profile_block_c {
	cursor: inherit;
}	
.sexx_profile_block_d {
	cursor: inherit;
}
.sexx_profile_block_e {
	cursor: inherit;
}
.sexx_profile_block_f {
	cursor: inherit;
}
.sexx_profile_block_g {
	cursor: inherit;
}
.sexx_profile_block_x {
	cursor: inherit;
}
.sexx_profile_block_y {
	cursor: inherit;
}
.sexx_profile_block_z {
	cursor: inherit;
}
.sexx_profile_block_n {
	cursor: inherit;
}
.sexx_footer_block_a {
	cursor: inherit;
}	
.sexx_footer_block_b {
	cursor: inherit;
}	
.sexx_footer_block_c {
	cursor: inherit;
}
.sexx_footer_block_d {
	cursor: inherit;
}
.sexx_footer_block_f {
	cursor: inherit;
}
.sexx_user_profile_block_a {
	cursor: inherit;
}
.sexx_user_profile_block_b {
	cursor: inherit;
}
.sexx_user_profile_block_c {
	cursor: inherit;
}
.sexx_user_profile_block_d {
	cursor: inherit;
}
.sexx_user_profile_block_f {
	cursor: inherit;
}
.sexx_user_profile_block_g {
	cursor: inherit;
}
.sexx_user_profile_block_x {
	cursor: inherit;
}

.main__catalog {
	cursor: inherit;
}
.gallery__box {
	cursor: inherit;
}
.gallery__description_text {
	cursor: inherit;
}
.grid__label_wrapper {
	cursor: inherit;
}
.gallery__box .container{
    max-width: 1055px !important;
    margin: 60px auto 0 auto;
}
.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/sexx/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 (max-width: 1199px) {
    .gallery__box .container{
        max-width: 960px !important;
    }
}
@media (max-width: 992px) {
    .gallery__box .container{
        max-width: 320px !important;
        margin: 0 auto;
    }
}
@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
	}
}
.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: red!important;
}

.sexxmenu {
    font-size: 16px;
    text-align: center;
    z-index: 99999;
    margin-top: -45px;
    position: relative;
}
a.asexxmenu {
    padding: 8px 20px;
    color: #000000;
}
@media (max-width: 768px) {
	.sexxmenu {
    display: grid;
    margin: 20px 15px -19px 15px;
}
}
