
.hog-parent_categories{
    display: flex;
    flex-direction: column;
    padding: 10px;
    background-color: #FEF2E4;
    width: fit-content;
    height: fit-content;
    
}
.hog-parent_category_block{
    font-weight: 500;
    color: #805a3b;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.hog-submenu-container{
    display: none;
    flex-direction: column;
    padding: 10px;
}
.hog-navbar{
    display: flex;
    justify-content: start;
    width: 21%;
    padding-right: 10px;
    font-size: 13px;
    word-spacing: -0.3em;
    position: fixed;
}
.hog-aside-text {
    text-decoration: none;
    color: #333;
}
.hog-child_categories{
    background-color: #FEF2E4;
    width: fit-content;
    border-left: solid 1px #805a3b;
}
.hog-submenu-container_active{
    display: flex;
    
}
.hog-child_categories{
    overflow-y: auto;
    max-height: 50vh;
    scrollbar-width: none;
}
.hog-parent_name_category_active{
    color: #FD974F;
}
.hog-parent_name_category{
    cursor: pointer;
}
.content{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.page_category{
    display: flex;
    flex-direction: column;
}
.hog_btn_clear{
    display: none;
    padding: 10px;
    background: red;
    border-radius: 4px;
    color: white;
    font-weight: 600;
    cursor: pointer;
}
.hog-filter-buttons {
    display: flex;
    justify-content: space-between;
    height: 40px;
}
.hog-filters{
    display: flex;
    justify-content: space-between;
    width: 59%;
    align-items: center;
}
.hog-filter-button,
.hog-filter-button_double{
    height: 100%;
    background: #fff;
    color: #805a3b;
    font-weight: bold;
    display: flex;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    min-width: 10%;
    margin-right: 5px;
    justify-content: center;
}
.hog-category-btn{
    padding-bottom: 10px;
}
.hog-search-input{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 15px;
    border: solid 1px gray;
    outline: none;
}
.hog-search{
    width: 40%;
    display: flex;
    justify-content: start;
    align-items: center;
}
.hog-filter-button option,
.hog-filter-button_double option{
    font-size: 14px;
}

.hog-mobile_nav_container{
    display: none;
}

.mobile_category_button{
    display: none;
}
.parent_row ul{
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}

.cat_main_block{
    position: absolute;
    z-index: 999;
}
.content{
    padding-top: 65px;
}

.parent_row{
    /*border: solid;*/
    border-radius: 10px;
    transform: skew(-20deg);
}
.parent_row li{
    padding: 10px 15px;
    cursor: pointer;
    border: solid 1px;
    list-style: none;
}

.parent_row li:hover{
    background: #ba3d3d;
    color: #fff;
}
.row_childrens{
    width: 82vw;
    /* background: #383636; */
    border-radius: 0 0 10px 10px;
}
.row_childrens ul{
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 10px;
    /*transform: skew(-20deg);*/
    display: none;
}

.row_childrens li{
    padding: 10px 15px;
    cursor: pointer;
    border: 1px solid;
    background: #383636;
    list-style: none;
}

.row_childrens li:hover{
    background: #ff9c56;
}
.child_li a{
    color: #fff;
}


.hog-section-title h1{
    font-size: 30px;
    padding-left: 0;
}



.sop_custom_title{
    text-align: center;
    font-weight: 600;
}
.sop_center{
     /*text-align: center;*/
     line-height: 30px;
}
.sop_list{
    margin: 20px 40px;
    line-height: 30px;
}
.emoji{
    width: 20px;
}
[itemprop="acceptedAnswer"] {
    display: list-item;
    list-style-type: circle; 
    margin-left: 20px;
}


.hog-cat-content{
    padding: 20px;
    /*background: #fff;*/
}
.hog-cat-content h2{
    text-align: center;
}
.sop_content_row{
    /*display: flex;*/
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}
.sop_content_row div{
    flex: 1;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    line-height: 30px;
}
.sop_content_row div h2{
    margin: 0;
    padding: 10px 0;
}


.content_after_girls{
    color: #d8d8d8;
    max-width: 1300px;
    width: 100%;
    margin: 40px auto 0 auto;
    padding-bottom: 70px;
}

.content_after_girls h2{
    margin: 40px 0 20px 0;
}
.content_after_girls h3{
    padding: 10px 0;
}


.content_after_girls ul,
.content_after_girls ol {
    padding: 20px 40px 0;
  padding-left: 0;
  list-style: none;
}

.content_after_girls li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  line-height: 1.5;
}

.content_after_girls li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.6em;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #888; /* можно заменить на gold, #000, #fff */
  border-radius: 50%;
}




.escort-content {
    padding: 40px 0px;
}

.recent_visits_girls_lenta {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}
.recent_visits_girls_block_p{
    text-align: center;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 62px;
    color: var(--text-h);
    line-height: 84px;
    margin-top: 70px;
}

.escort-content-block h2 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 34px;
    line-height: 156%;
    color: var(--white);
}

.escort-content-block h3 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 28px;
    line-height: 156%;
    color: var(--white);
}

.escort-content-block p {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 17px;
    line-height: 200%;
    color: var(--black);
}

.escort-content-block a {
    color: #E5A938;
    text-decoration: none;
    transition: all 300ms ease-in-out;
    cursor: pointer;
}

.escort-content-block a:hover {
    color: #dcad55;
    text-decoration: none;
}

@media (max-width:1320px) {
    .escort-content {
        padding: 40px 20px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hog-filter-buttons{
       margin: 20px 0 0 0;
    }

}

@media (max-width: 1024px){

    .recent_visits_girls_lenta{
        justify-content: center;
        gap: 20px
    }
    .recent_visits_girls_lenta .girlcards__inner{
        max-width: 35%;
    }
}
@media (max-width: 768px){
    
    .hog-filter-button,
    .hog-filter-button_double{
        width: 30%;
        margin-bottom: 5px;
    }
    .cat_main_block{
        display: none;
    }
    
    .hog-mobile_nav_container{
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 999;
        overflow: auto;
        background: #202020;
    }
    .hog-navbar {
        display: none;
    }
    .content{
        width: 100%;
        padding-top: 10px;
    }
    .hog-filter-buttons{
        flex-direction: column;
        height: 175px;
        justify-content: start;
    }
    .hog-search{
        width: 100%;
        justify-content: center;
    }
    .hog-filters{
        width: 90%;
        height: 40px;
        margin: 10px auto;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .hog-search-input {
        width: 90%;
        height: 40px;
    }
    
    
    .mobile_category_button{
        display: block;
        width: fit-content;
        margin: 50px auto;
        padding: 7px 15px;
        color: #e76e6e;
        cursor: pointer;
        border: solid 1px #e76e6e;
        transform: skew(-10deg);
    }
    .mobile_category_button p{
        font-size: 20px;
    }
    .hog-close-btn{
        position: absolute;
        right: 10px;
        top: 10px;
        padding: 5px 10px;
        font-size: 20px;
        color: #fff;
        background: #e76e6e;
    }
    .hog-mobile_nav{
        width: 100%;
        margin: 50px 0;
        text-align: center;
        color: #000;
    }
    .hog-mobile_nav li p{
        font-size: 25px;
        margin-bottom: 15px;
    }
    .hog-submenu_ul{
        display: none;
        background: #2e2e2e;
    }
    .hog-parent_li {
        padding: 15px 0 9px 0;
        border: solid 1px #fff;
        color: #fff;
    }
    .hog-submenu_li {
        padding: 10px 0;
    }
    .hog-submenu_li a{
        color: #fff;
        font-size: 20px;
        font-weight: 500;
    }

    
    .escort-content-block h2 {
        font-size: 28px;
    }

    .escort-content-block h3 {
        font-size: 24px;
    }

}

@media (max-width: 426px){
    .recent_visits_girls_lenta .girlcards__inner{
        max-width: 100%;
    }
    .escort-content {
        padding: 40px 15px;
    }
    .sop_content_row {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 0;
    }
    .sop_content_row div {
        margin:0; 
    }
    .sop_list {
        margin: 10px 20px;
    }

    
    .escort-content-block h2 {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 16px;
        line-height: 175%;
        color: var(--white);
    }

    .escort-content-block h3 {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 15px;
        line-height: 156%;
        color: var(--white);
    }

    .escort-content-block p {
        font-family: var(--second-family);
        font-weight: 500;
        font-size: 14px;
        line-height: 172%;
        color: var(--black);
    }
}

































