@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap);

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

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-photo2:before {
    content: ""
}

.icon-share:before {
    content: ""
}

.icon-reddit:before {
    content: ""
}

.icon-mail:before {
    content: ""
}

.icon-facebook:before {
    content: ""
}

.icon-twitter:before {
    content: ""
}

.icon-arrow:before {
    content: ""
}

.icon-hot:before {
    content: ""
}

.icon-view:before {
    content: ""
}

.icon-toprated:before {
    content: ""
}

.icon-newest:before {
    content: ""
}

.icon-close:before {
    content: ""
}

.icon-search2:before {
    content: ""
}

.icon-heart-shape-outline:before {
    content: ""
}

.icon-search:before {
    content: ""
}

.icon-menu:before {
    content: ""
}

.icon-cross:before {
    content: ""
}

#st-1 .st-total {
    padding: 7px 8px !important
}

#st-1 .st-btn {
    margin-right: 5px !important;
    height: 40px !important;
    width: 40px !important;
    border-radius: 5px !important;
    padding-top: 10px !important
}

#st-1 .st-btn,
#st-1 .st-btn:before {
    background: 0 0 !important;
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    color: #8c98a1 !important;
    -webkit-transition: color .3s, background .3s !important;
    -o-transition: color .3s, background .3s !important;
    transition: color .3s, background .3s !important
}

#st-1 .st-btn:hover {
    opacity: 1 !important;
    top: 0 !important;
    background-color: #ff7748 !important
}

#st-1 .st-btn:hover:before {
    color: #fff !important
}

#st-1 .st-btn[data-network=twitter]:before {
    content: ""
}

#st-1 .st-btn[data-network=facebook]:before {
    content: ""
}

#st-1 .st-btn[data-network=email]:before {
    content: ""
}

#st-1 .st-btn[data-network=sharethis]:before {
    content: ""
}

#st-1 .st-btn[data-network=reddit]:before {
    content: ""
}

#st-1 .st-btn>img {
    display: none !important
}

.main-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
    -webkit-text-size-adjust: none
}

.top {
    top: -80%
}

.sitebar_holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%
}

.down {
    top: 80px
}

.icon-holder {
    fill: #fd784f
}

.icon-holder svg {
    width: 25px;
    height: 25px
}

body {
    font-size: 14px;
    font-family: Poppins, sans-serif;
    position: relative;
    color: #364855;
    text-transform: capitalize;
    min-height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pb-none {
    padding-bottom: 0
}

picture {
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
    margin: 0;
    padding: 0
}

li {
    display: block
}

.dn {
    display: none
}

img {
    display: block;
    width: calc(100%);
}

a {
    display: block;
    text-decoration: none;
    color: inherit
}

b {
    font-weight: 600
}

button,
input,
select,
textarea {
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

button {
    border: none;
    background: 0 0;
    cursor: pointer;
    padding: 0;
    margin: 0
}

.container {
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 10px
}

@media(max-width:767px) {
    h1 {
        font-size: calc(24px + 10.2 * ((100vw - 320px) / 1650))
    }
}

@media(min-width:767px) {
    h1 {
        font-size: calc(24px + 6 * (100vw / 1650))
    }
}

@media(max-width:767px) {
    h2 {
        font-size: calc(24px + 10.2 * ((100vw - 320px) / 1650))
    }
}

@media(min-width:767px) {
    h2 {
        font-size: calc(24px + 6 * (100vw / 1650))
    }
}

h3 {
    font-size: 16px;
    font-weight: 700;
    color: #364855
}

.aside {
    margin-right: 10px
}

.sections__wrapper {
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 50px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.orangeDots {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ff7848;
    border-radius: 100%
}

.button-scroll-top {
    background: #FF7848;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 10;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.button-scroll-top.hide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.btn-setting {
    font-size: 24px;
    color: #1865f8;
    display: none
}

.activeReddit {
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.view-all {
    padding: 10px 60px;
    background: #fff;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.overlay-close {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, .6);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 11;
    opacity: 0;
    -webkit-transition: opacity .8s ease;
    -o-transition: opacity .8s ease;
    transition: opacity .8s ease
}

.overlay-close.active {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    height: 100vh;
    overflow: auto;
    overflow-y: scroll
}

.box-search-site {
    height: 70px;
    background: #364855;
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.box-search-site .header__logo {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 50px
}

.box-search-site.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.box-search-site__icon-search {
    cursor: pointer;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out
}

.box-search-site__icon-close {
    font-size: 25px;
    fill: #fff
}

.box-search-site__icon-close svg {
    width: 50px;
    margin-top: 7px
}

.box-search-site__icon-close path {
    -webkit-transition: fill .2s ease-in;
    -o-transition: fill .2s ease-in;
    transition: fill .2s ease-in;
    fill: #fff
}

.box-search-site__icon-search {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    background: #ff7848;
    height: 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.box-search-site__label {
    max-width: 80%;
    margin-right: 10px;
    width: 100%;
    position: relative;
    display: block
}

.box-search-site__label input {
    outline: 0;
    width: calc(100% - 60px);
    padding-left: 15px;
    padding-right: 70px;
    -moz-appearance: none;
    appearance: none;
    border: none;
    height: 40px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-appearance: none
}

.box-search-site__label input::-webkit-search-cancel-button {
    display: block;
    margin-left: 10px
}

.all-dots {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.header {
    position: -webkit-sticky;
    position: sticky;
    z-index: 10;
    top: 0;
    background: #364855
}

.header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__icon-menu-mobile {
    display: none
}

.header__nav {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2
}

.header__menu {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-right: 40px
}

.header__logo {
    max-width: 250px
}

.main-menu {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase
}

.main-menu__item.active .main-menu__link {
    color: #ff7848;
    border-bottom: 2px solid #ff7848
}

.main-menu__item.active .main-menu__link .main-menu__icon svg {
    fill: #ff7848;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.main-menu__item.active .main-menu__link+.header__menu-drop {
    visibility: visible;
    opacity: 1
}

.main-menu__icon svg {
    width: 13px;
    fill: #fff;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.main-menu__link {
    padding: 27px 20px;
    font-weight: 500;
    border-bottom: 2px solid transparent;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: inherit
}

.main-menu__link span {
    margin-left: 10px
}

.icon-search {
    font-size: 23px;
    cursor: pointer;
    color: #fff
}

.icon-search__link {
    font-size: 20px;
    -webkit-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in
}

.header__menu-drop {
    -webkit-box-shadow: inset 1px 20px 20px -10px rgba(33, 45, 54, .52), 0 0 33px rgba(0, 0, 0, .25);
    box-shadow: inset 1px 20px 20px -10px rgba(33, 45, 54, .52), 0 0 33px rgba(0, 0, 0, .25);
    visibility: hidden;
    text-transform: capitalize;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    padding: 30px 0;
    opacity: 0;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    max-height: 650px;
    overflow-y: scroll
}

.header__menu-drop .view-all {
    background: #ebeff2;
    color: #8c98a1;
    padding: 12px 60px;
    text-transform: uppercase
}

.header__menu-drop:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 20;
    background: 0 0;
    height: 1px;
    width: 100%;
    -webkit-box-shadow: 0 0 33px rgba(0, 0, 0, .25);
    box-shadow: 0 0 33px rgba(0, 0, 0, .25)
}

.header__menu-drop-item {
    cursor: pointer;
    background: #ebeff2;
    border-radius: 10px;
    max-width: 160px;
    width: 100%;
    color: #8c98a1;
    padding: 10px 0;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 30px
}

.header__menu-drop-item .icon-newest,
.header__menu-drop-item .icon-toprated,
.header__menu-drop-item .icon-view {
    font-size: 60px
}

.header__menu-drop-item:last-child {
    margin-right: 0
}

.header__menu-drop-item path {
    -webkit-transition: all .01s ease-in;
    -o-transition: all .01s ease-in;
    transition: all .01s ease-in;
    fill: #8c98a1
}

.header__menu-drop-title {
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400
}

.header__menu-drop-list {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header__menu-drop-link {
    text-align: center
}

.header__menu-drop-panel {
    border-right: 1px solid #a1acbc;
    padding-right: 30px
}

.header__menu-drop-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__menu-drop-category-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #364855;
    cursor: pointer;
    padding: 11px 20px;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    border-radius: 10px
}

.header__menu-drop-category-link h5 {
    font-weight: 700;
    font-size: 16px;
    margin-left: 12px
}

.header__menu-drop-category-link path {
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    fill: #ff7848
}

.header__menu-drop-category {
    border-bottom: 1px solid #a1acbc;
    padding-bottom: 10px
}

.header__menu-drop-model-listed {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.header__menu-drop-model-listed span {
    width: 40px
}

.header__menu-drop-model-listed span svg {
    width: 100%
}

.pornstars-lists__labe {
    font-weight: 600;
    position: relative;
    color: #364855;
    display: flex;
    align-items: center;
}

.pornstars-lists__labe img {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    max-width: 20px;
    right: -28px
}

.header__menu-drop-model-listed-wrapper {
    color: #364855;
    font-style: italic
}

.header__menu-drop-model-listed-count {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px
}

.header__menu-drop-model-listed-subtitle {
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize
}

.header__menu-drop-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px
}

.header__menu-drop-cards-item {
    max-width: 220px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 10px
}

.header__menu-drop-cards-item:before {
    content: "";
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 70px;
    width: 100%;
    z-index: 1;
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .87) 4.45%, rgba(0, 0, 0, 0) 87.26%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(4.45%, rgba(0, 0, 0, .87)), color-stop(87.26%, rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgba(0, 0, 0, .87) 4.45%, rgba(0, 0, 0, 0) 87.26%)
}

.header__menu-drop-cards-title-cat {
    position: absolute;
    z-index: 2;
    bottom: 8px;
    left: 13px;
    color: #fff;
    text-transform: capitalize
}

.header__menu-drop-paysites-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__menu-drop-paysites-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.paysites-recommended {
    max-width: 1230px;
    overflow: hidden
}

.paysites-recommended__title {
    color: #364855;
    font-weight: 700;
    font-size: 16px
}

.paysites-recommended__cards {
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -5px 15px -5px
}

.paysites-recommended__tumba {
    padding: 5px;
    width: calc(25% - 10px)
}

.paysites-recommended__card {
    position: relative;
    width: 100%;
    font-size: 16px
}

.paysites-recommended__card img {
    border-radius: 10px
}

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

.paysites-recommended__card-count {
    font-weight: 600;
    color: #8c98a1;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.paysites-recommended__card-count svg {
    width: 18px;
    height: 18px
}

.paysites-recommended__card-count span {
    padding: 0 2px;
    font-weight: 400;
    font-size: 14px
}

.paysites-recommended__card-title {
    color: #364855;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-transform: capitalize
}

.paysites-hot {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.paysites-hot__title {
    margin-bottom: 20px;
    color: #364855;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 16px
}

.paysites-hot__title span {
    margin-right: 6px
}

.paysites-hot__list {
    color: #364855
}

.paysites-hot__item {
    font-weight: 600;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 18px;
    cursor: pointer
}

.paysites-hot__item path {
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.paysites-hot__item span {
    margin-right: 5px
}

.paysites-hot__item span:last-child {
    margin-right: 0
}

.paysites-hot__price {
    color: #ff7848;
    font-weight: 600;
    font-size: 16px
}

.social {
    background: #22313b;
    padding: 12px 0;
    color: #fff
}

.social__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.social__heart {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    color: #b5b5af;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
}

.social__heart i {
    padding: 0 5px;
    color: #fd784f;
    font-size: 22px
}

.social__shares {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    margin-right: 20px
}

.social__shares p {
    font-size: 10px;
    color: #b5b5af
}

.social__visit-videos {
    font-weight: 600;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.social__visit-videos p {
    margin-right: 20px;
    margin-left: 20px
}

.social__visit-videos path {
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.social-list {
    color: #b5b5af;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.social-list__list-item {
    margin-right: 15px;
    font-size: 20px
}

.social-list__list-item svg {
    width: 20px
}

.social-list__list-item:last-child {
    margin-right: 0
}

.social-list__list-link .activeReddit {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.main-content {
    width: 100%;
    overflow: hidden
}

.main-content__cards {
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.main-content__card-link {
    position: relative;
    padding-bottom: 135%
}

.main-content__card-link img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.main-content__card:after {
    content: "";
    cursor: pointer;
    position: absolute;
    bottom: -17px;
    right: 0;
    left: 0;
    height: 70px;
    width: 100%;
    z-index: 1;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(4.45%, rgba(0, 0, 0, .87)), color-stop(87.26%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .87) 4.45%, rgba(0, 0, 0, 0) 87.26%);
    background: linear-gradient(0deg, rgba(0, 0, 0, .87) 4.45%, rgba(0, 0, 0, 0) 87.26%);
}

.main-content__card {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    display: block;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}


.main-content__card img {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


.main-content__tumba {
    padding: 5px;
    width: calc(100% / 6)
}

.main-content__box-asd {
    padding: 5px
}
@media(max-width:479px) {
    .main-content__box-asd {
        flex: 1 0 100%;
        max-width: 100%;
    }
}

.main-content__counts {
    position: absolute;
    top: 10px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    color: #fff
}

.main-content__count-views {
    background: #364855;
    opacity: .8;
    margin-right: 5px;
    border-radius: 5px;
    padding: 8px 11px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: 400
}

.main-content__count-views svg {
    margin-right: 5px;
    margin-top: -4px
}

.main-content__count-like {
    font-weight: 400;
    background: #364855;
    opacity: .8;
    padding: 8px 11px 6px;
    border-radius: 5px;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-content__count-like svg {
    margin-right: 5px;
    margin-top: -5px
}

.main-content__title {
    -webkit-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    font-size: 12px;
    font-weight: 500;
    padding-right: 15px;
    padding-left: 10px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    z-index: 2
}

.main-content__asd {
    padding: 28px 80px;
    background: #f1f1ee;
    border-radius: 10px
}

.title-category {
    padding: 8px 15px;
    background: #f1f1ee;
    border-radius: 10px
}

.free-porn {
    padding: 10px 15px;
    background: #f1f1ee;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.free-porn__orangeDots {
    margin-right: 10px
}

.paginations {
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.paginations>a {
    margin-right: 10px
}

.paginations>a:last-child {
    margin-right: 0
}

.paginations__link {
    background: #f1f1ee;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    color: #364855;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.paginations__prev span {
    margin-left: 10px
}

.paginations__next span {
    margin-right: 10px
}

.paginations__next,
.paginations__prev {
    background: #f1f1ee;
    padding: 0 20px;
    height: 40px;
    border-radius: 10px;
    color: #364855;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.albaums-content {
    padding-bottom: 50px
}

.albaums-content .main-content__tumba {
    width: 14.2857142857%
}

.aside {
    max-width: 250px;
    width: 100%;
    border-radius: 10px;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in
}

.aside__close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 25px;
    display: none
}

.aside.active {
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
    border-radius: 0;
    z-index: 12;
    min-height: 100vh;
    overflow: auto;
    background: #f1f1ee;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
    padding-bottom: 150px
}

.aside.active .aside__close-btn {
    display: block;
    cursor: pointer;
    color: #1865f8
}

.aside.active .aside__close-btn i {
    color: inherit
}

.current-filters {
    padding-bottom: 30px;
    border-bottom: 1px solid #a1acbc;
    margin-bottom: 23px;
    display: none
}

.current-filters__title {
    margin-bottom: 14px;
    padding: 0
}

.current-filters__orangeDots {
    margin-right: 8px
}

.current-filters__selected-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.current-filters__selected {
    background: #fff;
    padding: 8px 10px;
    border-radius: 10px;
    margin-right: 5px;
    font-size: 12px;
    margin-bottom: 10px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.current-filters__selected-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
    overflow: hidden;
    margin-right: 5px;
}

.current-filters__selected button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 5px
}

.current-filters__selected--orange {
    background: #ff7848;
    color: #fff
}

.current-filters__selected-svg {
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    fill: #ff7848
}

.current-filters__selected-svg--white {
    fill: #fff
}

.current-filters__clear-all {
    background: #364855;
    border-radius: 10px;
    padding: 8px 20px;
    color: #a1acbc;
    font-size: 12px;
    -webkit-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    transition: color .2s ease-in
}

.aside-paysites {
    padding-top: 23px;
    border-top: 1px solid #a1acbc;
    padding-bottom: 20px
}

.aside-paysites__title {
    margin-bottom: 14px;
    padding: 0
}

.aside-paysites__orangeDots {
    margin-right: 8px
}

.aside-form-search {
    position: relative;
    margin-bottom: 18px;
    color: #ff7848
}

.aside-form-search i {
    margin-top: -10px;
    font-size: 20px;
    top: 50%;
    left: 10px;
    position: absolute
}

.aside-form-search__paysite-search {
    background: #fff;
    border-radius: 10px;
    border: none;
    width: 100%;
    padding: 10px 10px 10px 40px
}

.aside-list__item {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    font-weight: 500;
    color: #364855;
    line-height: 20px;
    font-size: 14px
}

.aside-list__list-title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 30px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.aside-list__list-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
    overflow: hidden;
    margin-right: 5px;
}

.aside-list__numbers {
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    color: #a1acbc
}

.aside-categories {
    padding-top: 23px;
    padding-bottom: 20px
}

.aside-categories__title {
    margin-bottom: 14px;
    padding: 0
}

.aside-categories__orangeDots {
    margin-right: 9px
}

.aside-pornstars {
    padding-top: 25px;
    border-top: none;
    padding-bottom: 20px
}

.aside-pornstars__title {
    margin-bottom: 14px;
    padding: 0
}

.aside-pornstars__orangeDots {
    margin-right: 9px
}

.aside-top-categories>.aside-paysites {
    border: none
}

.chek-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
    font-weight: 500;
    font-size: 14px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #364855
}

.chek-categories__newest {
    padding: 8px 20px;
    background: #f1f1ee;
    border-radius: 10px;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    margin-right: 5px
}

.chek-categories__title {
    margin-right: 5px
}

.chek-categories__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.chek-categories__item {
    margin-right: 5px
}

.chek-categories__item:last-child {
    margin-right: 0
}

.chek-categories__link {
    padding: 8px 20px;
    background: #f1f1ee;
    border-radius: 15px;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.chek-categories__link:active,
.chek-categories__link:focus {
    background: #ff7848;
    color: #fff
}

.chek-categories__star {
    margin-left: 60px !important;
    background: #f1f1ee;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 30px;
    padding-right: 11px;
    padding-left: 22px;
    position: relative;
    font-weight: 600;
    font-size: 16px
}

.chek-categories__star-svg {
    position: absolute;
    left: -25%
}

.chek-categories__star-count {
    position: relative;
    top: 50%;
    display: block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.chek-categories>.selected-box {
    margin-left: unset;
    margin-right: 5px
}

.list-cards-categories-card {
    position: relative
}

.list-cards-categories-card:before {
    content: attr(data-value);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 40px;
    height: 40px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(255, 120, 72, .8);
    font-weight: 600;
    font-size: 16px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.list-cards-categories-title {
    left: 13px;
    bottom: 10px;
    font-weight: 500;
    font-size: 16px
}

.chek-categories {
    padding-top: 0
}

.chek-categories .selected-box {
    margin-top: 10px;
    margin-bottom: 10px
}

.list-cards-categories,
.newest-moderls {
    padding-top: 0
}

.newest-moderls--pt {
    padding-top: 10px
}

.chek-categories__title {
    margin-top: 10px;
    margin-bottom: 10px
}

.chek-categories__item {
    margin-top: 10px;
    margin-bottom: 10px
}

.newest-moderls-date {
    position: absolute;
    top: 10px;
    z-index: 2;
    right: 18px;
    color: #fff;
    -webkit-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    padding: 6px 8px;
    background: #364855;
    opacity: .8;
    border-radius: 5px
}

.banner-asd {
    padding-bottom: 30px
}

.banner-asd__title {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: .3em;
    text-transform: uppercase;
    text-align: center;
    color: #a1acbc;
    margin-bottom: 15px
}

.banner-asd__banner {
    padding-top: 15px;
    padding-right: 44px;
    padding-left: 44px;
    padding-bottom: 50px;
    border-radius: 10px;
    background: #f1f1ee
}

.banner-asd__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.banner-asd__card {
    margin-right: 18px
}

.banner-asd__card:last-child {
    margin-right: 0
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    min-height: 100vh;
    z-index: 12;
    width: 100%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0
}

.mobile-menu.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.mobile-menu.active .mobile-menu__menu {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    max-height: 100vh;
    overflow-y: scroll
}

.mobile-menu__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 342px;
    width: 100%;
    position: relative;
    z-index: 12;
    min-height: 100vh;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background: #364855;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    padding-bottom: 25px
}

.mobile-menu__head {
    padding-top: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.mobile-menu__close {
    font-size: 25px;
    color: #fff
}

.mobile-menu nav {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.mobile-menu__shares {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #f1f1ee
}

.mobile-menu__shares p {
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    color: #b5b5af
}

.mobile-menu__item {
    color: #fff
}

.mobile-menu__item.open {
    background: #ff7848
}

.mobile-menu__item.open .mobile-menu__dropdown-list {
    display: block
}

.mobile-menu__item.open .mobile-menu__icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.mobile-menu__icon svg {
    fill: #fff;
    width: 15px
}

.mobile-menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: uppercase;
    font-size: 14px;
    padding: 20px 20px
}

.mobile-menu__dropdown-list {
    display: none;
    width: 100%;
    background: #22313b
}

.mobile-menu__dropdown-link {
    padding: 20px
}

.mobile-menu__social-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 55px
}

.mobile-menu__overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 11;
    background: rgba(0, 0, 0, .6);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.advertisings-space {
    display: none
}

.advertisings-space__banner {
    max-width: 300px;
    width: 100%;
    height: 100px;
    margin: 0 auto
}

.links-wrapper {
    padding-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #364855
}

.links-wrapper__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.links-wrapper__links a {
    margin-right: 5px;
    margin-bottom: 2.5px;
    margin-top: 2.5px
}

.links-wrapper__link {
    padding: 8px 13px;
    font-weight: 500;
    background: #f1f1ee;
    border-radius: 10px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.links-wrapper__link:hover {
    background: #ff7848;
    color: #fff
}

.selected-box {
    position: relative;
    cursor: pointer;
    border-radius: 15px;
    margin-left: auto;
    background: #f1f1ee
}

.selected-box.active .selected-box__list-drop {
    display: block
}

.selected-box.active .selected-box__icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.selected-box.active .selected-box__checked {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #fff;
    background: #ff7848;
    fill: #fff
}

.selected-box__checked {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 15px;
    padding: 5px 20px;
    width: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #364855;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    fill: #364855
}

.selected-box__list-drop {
    display: none;
    text-align: center;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background: #f1f1ee;
    z-index: 10;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.selected-box__list-drop-item:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden
}

.selected-box__list-drop-title {
    padding: 8px 0;
    cursor: pointer
}

.selected-box__list-drop-title.active {
    background: #ff7848;
    color: #fff
}

.aside-setting {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    background: #f1f1ee;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 17px;
    padding-right: 10px;
    width: 100%;
    max-width: 250px;
    min-width: 250px;
    margin-right: 10px;
    border-radius: 10px
}

.aside-setting__progres-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #a1acbc;
    padding-bottom: 20px
}

.aside-setting__like {
    cursor: pointer
}

.aside-setting__like path {
    fill: #364855
}

.aside-setting__des-like {
    cursor: pointer
}

.aside-setting__des-like path {
    -webkit-transition: fill .2s ease-in-out;
    -o-transition: fill .2s ease-in-out;
    transition: fill .2s ease-in-out;
    fill: #364855
}

.aside-setting__des-like.voted path,
.aside-setting__like.voted path {
    fill: #ff7848;
}

.aside-setting__social-list {
    padding-top: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #364855
}

.aside-setting__social-link {
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.aside-setting__views-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    padding-bottom: 10px
}

.aside-setting__views-item {
    padding-right: 10px;
    padding-bottom: 10px
}

.aside-setting__chapter-wrapper {
    border-bottom: 1px solid #a1acbc;
    padding-bottom: 20px
}

.aside-setting__chapter {
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.aside-setting__chapter h4 {
    margin-right: 2.5px
}

.aside-setting__chapter a {
    margin: 2.5px 2.5px
}

.aside-setting__models-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 30px
}

.aside-setting__models-link {
    background: #fff;
    border-radius: 10px;
    padding: 6px 10px;
    font-size: 12px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
    gap: 5px;
}

.aside-setting__models-link img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
}

.aside-setting__wrapper-category {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.aside-setting__category-link {
    letter-spacing: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    padding: 6px 13px;
    background: #fff;
    border-radius: 10px;
    margin: 5px 2.5px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.aside-setting__wrapper-progress {
    position: relative;
    padding-top: 10px;
    width: 100%
}

.aside-setting__wrapper-progress span {
    position: absolute;
    display: block;
    top: -15px;
    color: #ff7848;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: 600;
    font-size: 16px;
    line-height: 20px
}

.aside-banners {
    margin-left: 10px;
    position: -webkit-sticky;
    position: sticky;
    top: 80px
}

.aside-banners .banner-asd {
    padding-bottom: 0
}

.aside-banners .banner-asd__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 10px
}

.aside-banners .banner-asd__card {
    margin-bottom: 10px;
    margin-right: 0
}

.aside-banners .banner-asd__card:last-child {
    margin-bottom: 0
}

.aside-banners .banner-asd {
    max-width: 460px;
    width: 100%
}

.aside-banners .banner-asd__banner {
    padding-top: 30px;
    padding-right: 80px;
    padding-left: 80px
}

#progress {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

progress {
    height: 4px;
    width: 130px;
    color: #7baaf7;
    border-radius: 10px;
    display: block;
    margin: 0 auto
}

progress::-webkit-progress-bar {
    height: 4px;
    border-radius: 10px;
    background: #fff
}

progress::-webkit-progress-value {
    background-color: #ff7848;
    border-radius: 10px
}

.box-massage {
    max-width: 930px;
    width: 100%
}

.box-massage__footer,
.box-massage__head {
    text-align: center;
    padding: 7px 0;
    background: #ff7848;
    border-radius: 10px;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 36px
}

@media(max-width:767px) {

    .box-massage__footer,
    .box-massage__head {
        font-size: calc(20px + 6.8 * ((100vw - 320px) / 1650))
    }
}

@media(min-width:767px) {

    .box-massage__footer,
    .box-massage__head {
        font-size: calc(20px + 4 * (100vw / 1650))
    }
}

.box-massage__footer {
    margin-bottom: 0;
    margin-top: 10px
}

.box-massage__massage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px 0 -5px
}

.box-massage__card {
    position: relative;
    overflow: hidden;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 100%
}
.box-massage__card img {
    max-width:325px;
    width: calc(100%);
}
.box-massage__tumba {
    padding: 9px;
    width: 25%
}

.box-massage__overlay {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    z-index: 3;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    top: 0;
    left: 0;
    cursor: pointer;
    border-radius: 10px;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .2)
}

.box-massage__slideshow {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #fff;
    position: absolute;
    z-index: 4;
    top: 10px;
    left: 10px;
    background: #22313b;
    opacity: .6;
    font-size: 8px;
    border-radius: 5px;
    text-align: center;
    width: 50px;
    height: 50px
}

.box-massage__icon-search {
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    visibility: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0
}

.header__menu-drop-content {
    padding-left: 50px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.header__menu-drop .pornstars-lists:last-child {
    margin-right: 0
}

.pornstars-lists-wrapper {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pornstars-lists {
    margin-right: 7%;
    color: #172128;
    max-width: 280px;
    width: 100%;
    text-transform: capitalize
}

.pornstars-lists:last-child {
    margin-right: 0
}

.pornstars-lists__main-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    padding-left: 20px;
    font-weight: 700;
    color: #364855
}

.pornstars-lists__main-title span {
    margin-right: 10px
}

.pornstars-lists__list {
    padding-top: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px
}

.pornstars-lists__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    padding: 7px 20px;
    border-radius: 10px
}

.pornstars-lists__count {
    font-weight: 400;
    color: #a1acbc;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.block-sorting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 20px
}

.block-sorting__item {
    margin-right: 5px;
    margin-top: 2.5px;
    margin-bottom: 2.5px;
    width: 40px;
    height: 40px;
    background: #f1f1ee;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px
}

.block-sorting__item:last-child {
    margin-right: 0
}

.block-sorting__item.active {
    color: #fff;
    background: #ff7848
}

.block-sorting__item:active,
.block-sorting__item:focus {
    color: #fff;
    background: #ff7848
}

.Litters-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.Litters-row__line {
    width: 100%;
    height: 1px;
    background: #ff7848
}

.Litters-row__litter {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin-right: 10px;
    width: 40px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    color: #fff;
    background: #ff7848
}

.footer {
    background: #364855;
    padding: 15px 0
}

.footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff
}

.footer__copirade {
    text-align: right
}

.footer__copirade p {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 5px;
    color: #b5b5af
}

.footer__copirade a {
    font-weight: 500;
    font-size: 14px;
    display: inline;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

@media screen and (max-width:1689px) {
    .banner-asd__banner {
        padding-right: 2vw;
        padding-left: 2vw
    }

    .sections>.container {
        max-width: 1680px
    }
    
    .main-content__box-asd {
        display: none
    }

    .box-massage {
        max-width: 100%
    }
}

@media screen and (max-width:1500px) {
    .aside-banners .banner-asd__banner {
        padding: 2vw
    }

    .banner-asd__card--4 {
        margin-right: 0
    }

    .banner-asd__card--5 {
        display: none
    }
}

.channels-page .main-content__tumba {
    width: calc(100% / 7);
}

@media screen and (max-width:1400px) {
    .paysites-recommended__tumba {
        width: calc(25% - 10px)
    }

    .main-content__tumba {
        padding: 5px;
        width: 20%
    }

    .page-category .main-content__tumba {
        width: 16.6666666667%
    }
}

@media screen and (max-width:1350px) {
    .pornstars-lists-wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        padding-left: 20px
    }

    .pornstars-lists {
        margin-right: 30px
    }

    .box-massage__tumba {
        width: 33.3333333333%
    }

    .albaums-content .main-content__tumba {
        width: 16.6666666667%
    }
}

@media screen and (max-width:1220px) {
    .advertisings-space {
        display: block;
        padding-top: 35px;
        padding-bottom: 35px
    }

    .advertisings-space--bottom {
        display: none
    }

    .advertisings-space--top {
        padding-bottom: 0
    }

    .header__nav {
        display: none
    }

    .header__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .header__icon-menu-mobile {
        display: block;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .header__wrapper-menu {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .header__logo {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .social {
        display: none
    }
}



@media screen and (max-width:1170px) {
    .main-content__tumba {
        padding: 5px;
        width: 25%
    }

    .page-category .main-content__tumba {
        width: 20%
    }

    .box-massage__tumba {
        width: 50%
    }

    .albaums-content .main-content__tumba {
        width: 20%
    }
}

@media screen and (max-width:992px) {
    .main-content__tumba {
        padding: 5px;
        width: 33.3333333333%
    }

    .main-content__card-link img {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .page-category .main-content__tumba {
        width: 25%
    }

    .banner-asd__card--4 {
        display: none
    }

    .banner-asd__card--3 {
        margin-right: 0
    }

    .paginations__next span,
    .paginations__prev span {
        display: none
    }

    .aside-banners .banner-asd {
        display: none
    }

    .links-wrapper__links {
        margin-bottom: 10px
    }

    .albaums-content .main-content__tumba {
        width: 25%
    }
}

@media screen and (max-width:768px) {
    .sidebar {
        -webkit-transform: translateX(-100%) !important;
        -ms-transform: translateX(-100%) !important;
        transform: translateX(-100%) !important
    }

    .main-content__card-link {
        /* padding-bottom: 270px; */
    }
    .box-massage__card-link {
        /* max-height: 270px; */
    }


    .box-search-site {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .box-search-site .header__logo {
        display: none
    }

    .box-massage__tumba {
        width: 33.3333333333%
    }

    .pornstars-lists {
        padding-right: 20px
    }

    .albaums-content .main-content__tumba {
        width: 33.3333333333%
    }

    .pornstars-lists {
        width: 100%;
        margin-right: 0
    }

    .page-category .main-content__tumba {
        width: 33.3333333333%
    }

    .banner-asd__banner {
        margin-top: 20px;
        padding-bottom: 30px
    }

    .banner-asd__card--2 {
        margin-right: 0
    }

    .banner-asd__card--3 {
        display: none
    }

    .header {
        padding: 10px 0
    }

    .btn-setting {
        display: block
    }

    .aside {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        position: absolute;
        z-index: 3;
        top: 70px;
        max-height: 100vh;
        min-height: 100vh;
        overflow: auto;
        left: 0
    }

    .sections__wrapper {
        padding-bottom: 0
    }

    .sections__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .box-massage__massage {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .aside-setting {
        margin-bottom: 30px;
        margin-top: 20px;
        max-width: 100%
    }

    #progress {
        width: 100%;
        padding: 0 20px
    }
}

@media screen and (max-width:576px) {
    .main-content__tumba {
        /* min-width: 180px */
    }

    .box-massage__massage {
        justify-content: center
    }

    .box-massage__tumba {
        width: 50%;
        max-width: 235px
    }

    .main-content__views {
        justify-content: center
    }

    .main-content__tumba {
        max-width: 235px;
        padding: 5px
    }

    /* .main-content__card-link {
     padding-bottom: 136%
    } */

    .albaums-content .main-content__tumba {
        width: 50%
    }

    .aside {
        top: 60px
    }

    .banner-asd__card--1 {
        margin-right: 0
    }

    .banner-asd__card--2 {
        display: none
    }

    .header__logo {
        max-width: 184px;
        margin: 0 auto
    }

    .footer__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__logo {
        margin-bottom: 10px
    }

    .footer__copirade p {
        margin-bottom: 10px
    }

    .footer__copirade a {
        text-align: center
    }

    .button-scroll-top {
        bottom: 104px;
        right: 10px
    }

    .box-massage__footer,
    .box-massage__head {
        font-weight: 700;
        line-height: 30px
    }
}

@media screen and (max-width:576px)and (max-width:767px) {

    .box-massage__footer,
    .box-massage__head {
        font-size: calc(20px + -17 * ((100vw - 320px) / 1650))
    }
}

@media screen and (max-width:576px)and (min-width:767px) {

    .box-massage__footer,
    .box-massage__head {
        font-size: calc(20px + -10 * (100vw / 1650))
    }
}

@media screen and (max-width:576px) {
    .albaums-content {
        padding-bottom: 0
    }
}

@media screen and (max-width:576px) {
    .pornstars-lists-wrapper--center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width:576px) {
    .main-content__tumba {
        width: 50%
    }
}

@media screen and (max-width:576px) {
    .page-category .main-content__tumba {
        width: 50%
    }
}

@media screen and (max-width:500px) {
    .pornstars-lists-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .pornstars-lists {
        width: 100%;
        margin-right: 0;
        padding: 0 20px
    }

    .banner-asd {
        display: none
    }

    .advertisings-space--bottom {
        display: block
    }
}

@media screen and (max-width:400px) {
    .main-content__tumba {
        /* min-width: 226px */
    }
}

@media screen and (max-width:410px) {
    /* .albaums-content .main-content__tumba {
     width: 100%
    } */

    .chek-categories {
        padding-top: 10px
    }

    .chek-categories .selected-box {
        margin-top: 0;
        margin-bottom: 0
    }

    /* .box-massage__tumba {
     width: 100%
    } */

    .main-content__card {
        max-width: 100%;
        width: 100%;
        margin-right: 0
    }

    .box-massage__footer,
    .box-massage__head {
        font-size: 15px
    }

    .box-massage__card {
        max-width: 100%;
        width: 100%
    }

    .pornstars-lists {
        width: 100%;
        margin-right: 0
    }

    .main-content__title {
        font-size: 14px;
        bottom: 10px;
        left: 15px
    }
    .main-content__count-like, .main-content__count-views {
        font-size: 11px;
    }
    .main-content__tumba {
        padding: 5px;

    }

    .page-category .main-content__tumba {
        /* width: 100% */
    }
}

@media screen and (min-width:1025px) {
    .header__menu-drop-cards-item img {
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

    .header__menu-drop-cards-item:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    .box-massage__footer:hover,
    .box-massage__head:hover {
        background: #8c98a1
    }

    .selected-box {
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

    .selected-box:hover .selected-box__checked {
        color: #fff;
        background: #ff7848;
        fill: #fff
    }

    .hoverActiveColor:hover {
        color: #ff7848
    }

    .header__menu-drop:hover {
        visibility: visible;
        opacity: 1
    }

    .block-sorting__item:hover {
        background: #a1acbc;
        color: #fff
    }

    .header__menu-drop-item:hover {
        background: #fd784f;
        color: #fff;
        fill: #f1f1ee
    }

    .header__menu-drop-item:hover path {
        fill: #fff
    }

    .header__menu-drop-category-link:hover {
        background: #ff7848;
        color: #fff
    }

    .header__menu-drop-category-link:hover path {
        fill: #fff
    }

    .pornstars-lists__count {
        -webkit-transition: color .2s ease-in-out;
        -o-transition: color .2s ease-in-out;
        transition: color .2s ease-in-out
    }

    .pornstars-lists__link:hover {
        color: #fff;
        background-color: #fd784f
    }

    .pornstars-lists__link:hover .pornstars-lists__labe {
        color: #fff
    }

    .pornstars-lists__link:hover .pornstars-lists__count {
        color: #fff
    }

    .box-massage__card {
        border-radius: 10px
    }

    .box-massage__card img {
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        max-width:235px;
        margin: 0 auto;
    }

    .box-massage__card:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    .box-massage__card:hover .box-massage__icon-search {
        visibility: visible;
        opacity: 1
    }

    .box-massage__slideshow:hover {
        background: #ff7848;
        opacity: 1
    }

    .aside-setting__like svg:hover * {
        fill: #ff7848
    }

    .aside-setting__des-like svg:hover * {
        fill: #ff7848
    }

    .aside-setting__social-link:hover {
        color: #ff7848
    }

    .aside-setting__social-link:hover .activeReddit {
        fill: #ff7848
    }

    .aside-setting__models-link:hover {
        background: #ff7848;
        color: #fff
    }

    .aside-setting__category-link:hover {
        background: #ff7848;
        color: #fff
    }

    .paysites-hot__item:hover path {
        fill: #ff7848
    }

    .button-scroll-top:hover {
        background: #8c98a1
    }

    .view-all:hover {
        background: #ff7848;
        color: #fff
    }

    .box-search-site__icon-close:hover svg>rect {
        fill: #ff7848
    }

    .box-search-site__icon-search:hover {
        background: #8c98a1
    }

    .selected-box__list-drop-title:hover {
        background: #ff7848;
        color: #fff
    }

    .mobile-menu__link:active,
    .mobile-menu__link:hover {
        background: #ff7848
    }

    .mobile-menu__dropdown-link:active,
    .mobile-menu__dropdown-link:focus,
    .mobile-menu__dropdown-link:hover {
        background: #172128;
        color: #ff7848
    }

    .box-search-site__icon-close:hover path {
        fill: #fd784f
    }

    .icon-search__link:hover {
        color: #ff7848
    }

    .social__visit-videos:hover {
        color: #ff7848
    }

    .social__visit-videos:hover path {
        fill: #ff7848
    }

    .social-list__list-link:hover .activeReddit {
        fill: #ff7848
    }

    .main-content__card:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    .paginations__link:hover {
        background: #a1acbc;
        color: #fff
    }

    .paginations__next:hover,
    .paginations__prev:hover {
        background: #a1acbc;
        color: #fff
    }

    .paginations__next:active,
    .paginations__next:focus,
    .paginations__prev:active,
    .paginations__prev:focus {
        background: #ff7848;
        color: #fff
    }

    .current-filters__clear-all:hover {
        color: #fff
    }

    .current-filters__selected:hover {
        background: #ff7848;
        color: #fff
    }

    .current-filters__selected:hover .current-filters__selected-svg * {
        fill: #fff
    }

    .aside-list__item:hover {
        color: #ff7848
    }

    .aside-list__item:hover .aside-list__numbers {
        color: #ff7848
    }

    .chek-categories__newest:active,
    .chek-categories__newest:focus,
    .chek-categories__newest:hover {
        background: #ff7848;
        color: #fff
    }

    .chek-categories__link:active,
    .chek-categories__link:focus,
    .chek-categories__link:hover {
        background: #ff7848;
        color: #fff
    }

    .paysites-recommended__card {
        overflow: hidden;
        border-radius: 10px
    }

    .paysites-recommended__card .paysites-recommended__card-count {
        z-index: 10;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

    .paysites-recommended__card img {
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

    .paysites-recommended__card:hover .paysites-recommended__card-title {
        color: #fd784f
    }

    .footer__copirade a:hover {
        color: #ff7848
    }
}

@media screen and (min-width:769px) {
    .sections__wrapper {
        position: relative
    }

    .sidebar__inner {
        max-width: 250px;
        width: 100%;
        background: #f1f1ee;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0;
        border-radius: 10px;
    }

    .sections-custom-style .main-content {
        width: calc(100% - 250px)
    }

    .sections-custom-style #main-content {
        position: relative
    }
}

.main-content__counts {
    top: auto;
    bottom: 8px;
    z-index: 2;
    right: auto;
    left: 10px;
    color: #A1ACBC;
}

.main-content__counts .main-content__count-views {
    margin-right: 10px;
}

.main-content__counts .main-content__count-views,
.main-content__counts .main-content__count-like {
    padding: 0;
    background: transparent;
    opacity: 1;
}

.main-content__counts .main-content__count-views svg path,
.main-content__counts .main-content__count-like svg path {
    fill: #A1ACBC !important;
}

.main-content__title {
    bottom: 25px;
}

.free-porn {
    flex-wrap:wrap;
}
.filters-wrap {
    display: flex;
    gap: 10px;
}
.block-filters.flex {
    display: flex;
}
.title .filter {
    margin: 0 2.5px;
}
.filter {
    min-width: 140px;
    position: relative;
}
.filter .select-item {
    border-radius: 15px;
    background-color: #ff7848;
    transition: .3s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 35px 10px 20px;
    position: relative;
    height: 30px;
    transition: all .2s ease-in-out;
}
.filter .select-item .text-ch {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    transition: .3s;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}
.filter .select-item svg {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    font-size: 4px;
    width: 10px;
    line-height: 11px;
    font-weight: 900;
    display: inline-block;
    fill: #fff;
}
.filter .selects-list {
    position: absolute;
    width: 100%;
    left: 0;
    top: 30px;
    transition: .3s;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    background: #f1f1ee;
    border-radius: none;
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    z-index: 5;
}
.filter .selects-list li {
    padding: 0 20px;
    line-height: 30px !important;
    font-weight: 500;
    cursor: pointer;
    transition: .3s;
    text-align: left;
}
.filter .selects-list a {
    display: block;
    color: #364855;
    padding: 0;
    line-height: 30px !important;
    font-size: 14px;
    font-weight: 500;
}

.filter.show .selects-list {
    opacity: 1;
    pointer-events: all;
}
.filter.show .select-item svg {
    transform: translateY(-50%) rotate(180deg);
    fill: #fff;
}
.filter.show .select-item {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom: none;
}
@media screen and (max-width: 768px) {
    .block-filters.flex {
        margin: 0 10px 0 auto;
    }
}
@media screen and (max-width: 670px) {
    .filters-wrap {
        width: 100%;
        margin-top: 10px;
    }
    .filters-wrap .block-filters.flex {
        margin: 0;
        width: 50%;
    }
    .filters-wrap .filter {
        min-width: auto;
        width: 100%;
    }
}
@media screen and (max-width: 400px) {
    .filter {
        min-width: 90px;
    }
    .filter .select-item {
        padding: 10px 8px 10px 9px;
    }
}

.toggleTheme {
    padding-left: 20px;
    cursor: pointer;
}
.toggleTheme svg {
    fill: #fff;
    transition: fill .3s ease-in-out;
}

@media screen and (hover:hover) {
    .toggleTheme:hover svg {
        fill: #fd784f;
    }
    .filter .selects-list li:hover {
        background: #ff7848;
    }
    .filter .selects-list li:hover a {
        color: #fff;
    }
}

.toggleTheme .moon {
    display: block;
}

.toggleTheme .sun {
    display: none;
}

.mobile-menu__item .toggleTheme {
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

html.dark .toggleTheme .moon {
    display: none;
}
html.dark .toggleTheme .sun {
    display: block;
}
html.dark body {
    background: #141618;
}
html.dark .header {
    background: #1A1B22;
}
html.dark .social {
    background: #000;
}
html.dark .social__heart {
    color: #68727A;
    font-weight: 600;
}
html.dark #st-2 .st-btn {
    background-color: transparent !important;
}

@media screen and (hover:hover) {
    html.dark #st-2 .st-btn[data-network='email']:hover img {
        filter: invert(58%) sepia(75%) saturate(498%) hue-rotate(-10deg) brightness(101%) contrast(92%);
    }
    html.dark #st-2 .st-btn[data-network='twitter']:hover img {
        filter: invert(58%) sepia(75%) saturate(498%) hue-rotate(-10deg) brightness(101%) contrast(92%);
    }
    html.dark #st-2 .st-btn[data-network='facebook']:hover img {
        filter: invert(58%) sepia(75%) saturate(498%) hue-rotate(-10deg) brightness(101%) contrast(92%);
    }
    html.dark #st-2 .st-btn[data-network='sharethis']:hover img {
        filter: invert(58%) sepia(75%) saturate(498%) hue-rotate(-10deg) brightness(101%) contrast(92%);
    }
    html.dark #st-2 .st-btn[data-network='reddit']:hover img {
        filter: invert(58%) sepia(75%) saturate(498%) hue-rotate(-10deg) brightness(101%) contrast(92%);
    }
}

html.dark .mobile-menu__menu {
    background: #1A1B22;
}

html.dark .mobile-menu__dropdown-list {
    background: #000;
}
html.dark .box-search-site {
    background: #1A1B22;
}

html.dark .free-porn {
    background: #1A1B22;
}

html.dark h3 {
    color: #B9CBD9;
}

html.dark .filter .selects-list {
    background-color: #000;
}

html.dark .filter .selects-list a {
    color: #fff;
}

html.dark .header__menu-drop {
    background: #141618;
    box-shadow: 0px 30px 33px 0px rgba(0, 0, 0, 0.25);
}

html.dark .header__menu-drop-category-link, html.dark .header__menu-drop-model-listed-wrapper, html.dark .pornstars-lists__main-title, html.dark .pornstars-lists__labe {
    color: #B9CBD9;
}

html.dark .pornstars-lists__count {
    color: #68727A;
}

html.dark .header__menu-drop .view-all {
    background: #1A1B22;
    color: #B9CBD9;
}

@media screen and (hover:hover) {
    html.dark .header__menu-drop .view-all:hover {
        background: #fd784f;
        color: #fff;
    }
}

html.dark .paysites-recommended__card-title, html.dark .paysites-hot__title, html.dark .paysites-hot__item .paysites-hot__category, html.dark .paysites-recommended__title {
    color: #B9CBD9;
}

html.dark .paysites-hot__price {
    color: #fd784f !important;
}

html.dark .sidebar__inner {
    background: #1A1B22;
}

html.dark .aside-form-search__paysite-search {
    background: #000;
    color: #68727A;
}

html.dark .title-category {
    background: transparent;
}

html.dark .filter-list a {
    color: #B9CBD9;
}

html.dark .paginations__link {
    background: #1A1B22;
    color: #B9CBD9;
}

html.dark .paginations__jump {
    color: #B9CBD9;
}

html.dark .paginations__link.active {
    background: #fd784f;
    color: #fff;
}

html.dark .paginations__next, html.dark .paginations__prev {
    background: #1A1B22;
    color: #B9CBD9;
}

@media screen and (hover:hover) {
    html.dark .paginations__link:hover {
        background: #000;
        color: #fff;
    }
    html.dark .paginations__next:hover, html.dark .paginations__prev:hover {
        background: #000;
        color: #fff;
    }
    html.dark .filter-list a:hover {
        color: #fd784f;
    }
}

html.dark .main-content__asd, html.dark  .banner-asd__banner {
    background: #1A1B22;
}

html.dark .footer {
    background: #1A1B22;
}

html.dark .footer__copirade p {
    color: #68727A;
}

html.dark .aside-list__item {
    color: #B9CBD9;
}

html.dark .current-filters__clear-all {
    background: #141618;
    color: #B9CBD9;
}

html.dark .current-filters__selected {
    color: #B9CBD9;
    background: #000;
}

@media screen and (hover:hover) {
    html.dark .current-filters__selected:hover {
        color: #fff;
        background: #fd784f;
    }
    html.dark .current-filters__clear-all:hover {
        color: #fff;
    }
}

html.dark .btn-setting, html.dark .aside.active .aside__close-btn {
    color: #B9CBD9;
}

html.dark .aside.active {
    background: #1A1B22;
}

html.dark .selected-box {
    background: transparent;
}

html.dark .selected-box__checked {
    background: #000;
    color: #fff;
    fill: #fff;
}

html.dark .selected-box__list-drop {
    background: #000;
    color: #fff;
}

html.dark .chek-categories__star {
    background: #000;
    color: #fff;
}

html.dark .links-wrapper__link {
    background: #000;
    color: #fff;
}

@media screen and (hover:hover)  {
    html.dark .links-wrapper__link:hover {
        background: #fd784f;
    }
}

html.dark .free-porn__title a {
    color: #B9CBD9 !important;
}

html.dark .aside-setting {
    background: #1A1B22;
}

html.dark .aside-setting__views-list {
    color: #68727A;
}

html.dark .aside-setting__views-list svg {
    filter: invert(44%) sepia(7%) saturate(181%) hue-rotate(57deg) brightness(86%) contrast(86%);
}

html.dark .aside-setting__like path, html.dark .aside-setting__des-like path {
    fill: #B9CBD9;
}

html.dark .aside-setting__des-like svg:hover *, html.dark .aside-setting__like svg:hover * {
    fill: #fd784f;
}

html.dark .aside-setting__chapter h4 {
    color: #68727A;
}

html.dark .aside-setting__models-link, html.dark .aside-setting__category-link {
    background: #000;
    color: #68727A;
}

html.dark #st-3 .st-btn[data-network='sharethis'], html.dark #st-3 .st-btn[data-network='email'], html.dark #st-3 .st-btn[data-network='facebook'], html.dark #st-3 .st-btn[data-network='twitter'], html.dark #st-3 .st-btn[data-network='reddit'], html.dark #st-3 .st-btn[data-network='pinterest'] {
    background-color: #000 !important;
}

@media screen and (hover:hover) {
    html.dark .aside-setting__models-link:hover, html.dark .aside-setting__category-link:hover {
        background: #fd784f;
        color: #fff;
    }
    html.dark .aside-setting #st-3 .st-btn[data-network='sharethis']:hover, html.dark #st-3 .st-btn[data-network='email']:hover, html.dark #st-3 .st-btn[data-network='facebook']:hover, html.dark #st-3 .st-btn[data-network='twitter']:hover {
        background-color: #fd784f !important;
    }
    html.dark .aside-setting #st-3 .st-btn[data-network='sharethis']:hover img, html.dark #st-3 .st-btn[data-network='email']:hover img, html.dark #st-3 .st-btn[data-network='facebook']:hover img, html.dark #st-3 .st-btn[data-network='twitter']:hover img {
        filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
    }
}

.aside-discounts {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.aside-discounts .item {
    display: flex;
}

.aside-discounts .item .img-wrap {
    max-width: 76px;
    width: 100%;
    margin-right: 5px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding-bottom: 22%;
}

@media screen and (max-width: 1024px) {
    .propose-discount .aside-discounts .item .img-wrap {
        max-width: 50%;
    }
}

.aside-discounts .item .img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

.sidebar__inner.second {
    padding: 20px 20px 50px;
}

.aside-discounts .item .info h3 {
    font-size: 14px;
    margin-bottom: 10px;
}

.aside-discounts .item .info .price {
    display: flex;
    gap: 5px;
}

.aside-discounts .item .info .price div:first-child {
    border-radius: 5px;
    opacity: 0.8;
    background: #FD784F;
    color:#fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    display: flex;
    padding: 4px 4.5px;
    align-items: center;
}

.aside-discounts .item .info .price div:last-child {
    border-radius: 5px;
    opacity: 0.8;
    background: #00B4BF;
    color:#fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    display: flex;
    padding: 4px 4.5px;
    align-items: center;
}

html.dark .aside-discounts .item .info .price div:first-child, html.dark .aside-discounts .item .info .price div:last-child {
    opacity: 1;
}

.aside-more {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #364855;
    padding: 13px 5px;
    border-radius: 10px;
    background: #FFF;
    transition: background .3s ease, color .3s ease;
}

.selected-box.discount .selected-box__checked {
    background: #FFF;
    display: none;
}

html.dark .selected-box.discount .selected-box__checked {
    background: #000;
}

@media screen and (max-width: 420px) {
    .selected-box.discount .selected-box__checked {
        display: flex;
        align-items: center;
        min-width: 150px;
        padding: 5px 10px;
    }
}

.selected-box.discount.active .selected-box__checked {
    background: #ff7848;
}

@media screen and (hover:hover) {
    .aside-discounts .item:hover .img-wrap img {
        transform: scale(1.1);
    }
    .aside-more:hover {
        background: #ff7848;
        color: #fff;
    }
    .selected-box.discount .selected-box__checked:hover {
        background: #ff7848;
    }
}

.selected-box__checked span {
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding-right: 5px;
}

.main-content__views .discount-card {
    width: 33.33%;
    padding: 5px;
}

@media screen and (max-width: 1180px) {
    .main-content__views .discount-card {
        width: 50%;
    }
}

.main-content__views .discount-card .offer-wrap {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 61%;
    box-shadow: linear-gradient(0deg, rgba(0, 0, 0, 0.87) 4.45%, rgba(0, 0, 0, 0.00) 87.26%);
}

.main-content__views .discount-card .offer-wrap:after {
    content: "";
    position: absolute;
    bottom: -17px;
    right: 0;
    left: 0;
    height: 115px;
    width: 100%;
    z-index: 2;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(0, 0, 0, .87)), color-stop(87.26%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .87) 20%, rgba(0, 0, 0, 0) 87.26%);
    background: linear-gradient(0deg, rgba(0, 0, 0, .87) 20%, rgba(0, 0, 0, 0) 87.26%);
}

.main-content__views .discount-card .offer-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.offer-link {
    padding: 10px;
    border-radius: 0 0 10px 10px;
    background: #F1F1EE;
}

.offer-link a {
    border-radius: 10px;
    background: #FFF;
    font-size: 18px;
    font-weight: 700;
    color: #364855;
    text-transform: uppercase;
    text-align: center;
    padding: 6px 10px;
    line-height: normal;
    transition: background .3s ease, color .3s ease;
}

@media screen and (hover:hover) {
    .offer-link a:hover {
        background: #ff7848;
        color: #fff;
    }
}

.main-content__views .discount-card .offer-wrap .percent {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 7px 5px;
    border-radius: 10px 0 20px 0;
    background: #00B4BF;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

.percent-plug {
    width: 105px;
    height: 80px;
    background: #ff7848;
    border-radius: 20px;
    position: absolute;
    top: 6px;
    left: -3px;
}

.main-content__views .discount-card .offer-wrap .percent div:first-child {
    color: #364855;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.main-content__views .discount-card .offer-wrap .percent div:last-child {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -2px;
}

.discount-info {
    position: absolute;
    bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    z-index: 3;
}

.discount-info .left, .discount-info .right {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}

.discount-info .left {
    align-items: start;
    margin-right: 5px;
}

.discount-info .right {
    align-items: end;
}

.discount-info .left span:first-child {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-overflow: ellipsis;
    line-height: 1.3;
    overflow: hidden;
    width: 100%;
}

.discount-info .left span:last-child {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-overflow: ellipsis;
    line-height: 1;
    overflow: hidden;
}

.discount-info .right span:first-child {
    color: #FD784F;
    font-size: 40px;
    font-weight: 700;
    line-height: 0.8;
}

.discount-info .right span:last-child {
    font-size: 14px;
    font-weight: 500;
    text-decoration: line-through;
    color: #A1ACBC;
    line-height: 0.8;
}

@media screen and (max-width: 1024px) {
    .aside.discount {
        display: none;
    }
    .main-content.discount {
        width: 100% !important;
    }
}

@media screen and (max-width: 600px) {
    .main-content__views .discount-card {
        width: 100%;
    }
}

.block {
    display: none;
}
.block.active {
    display: flex;
}

.main-content__views .aside-discounts {
    width: 100%;
}

.main-content__views .aside-discounts .item .img-wrap {
    min-width: 150px;
    min-height: 90px;
    margin-right: 10px;
    flex: 0 0;
}

.main-content__views .aside-discounts .item .info {
    flex: 1 1;
}

.main-content__views .aside-discounts .item {
    align-items: center;
}

.main-content__views .aside-discounts .item .info h3 {
    /*font-size: 20px;*/
}

.main-content__views .aside-discounts.second {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 0;
}

.main-content__views .aside-discounts.second .item {
    width: 50%;
    padding: 0 5px 20px;
    align-items: flex-start;
}

.main-content__views .aside-discounts.second .item .img-wrap {
    min-width: 76px;
    min-height: 46px;
    margin-right: 5px;
}

.main-content__views .aside-discounts.second .item .info h3 {
    font-size: 14px;
}

@media screen and (max-width: 400px) {
    .main-content__views .aside-discounts.second .item {
        flex-direction: column;
    }
    .main-content__views .aside-discounts.second .item .img-wrap{
        min-width: 150px;
        min-height: 90px;
        margin: 0 0 10px;
    }
}

.free-porn.discount {
    /*margin-top: 30px;*/
    padding: 20px;
    flex-direction: column;
    align-items: baseline;
    position: relative;
}

.free-porn.discount .free-porn__orangeDots {
    position: absolute;
    top: 30px;
}

.free-porn.discount h3 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: normal;
    padding-left: 20px;
}

.free-porn.discount p {
    margin-bottom: 30px;
    padding-left: 20px;
    line-height: 24px;
    font-weight: 500;
}

.free-porn.discount p:last-child {
    margin: 0;
}

.text-more-wrap {
    display: none;
}

.main-content__views {
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.main-content__views.block {
    display: none;
}

.main-content__views.block.active {
    display: flex;
}

@media screen and (max-width: 1024px) {
    .free-porn.discount {
        margin-top: -10px;
    }
    .free-porn.discount h3 {
        font-size: 16px;
    }
    .free-porn.discount p {
        margin-bottom: 20px;
    }
    .discount-head-text p:last-child {
        display: none;
    }
    .discount-head-text p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    .text-more-wrap {
        display: flex;
        width: 100%;
        justify-content: end;
    }
    .text-more-btn {
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: 500;
        color: #364855;
        border-radius: 10px;
        background: #FFF;
        padding: 8px 13px;
    }
    .text-more-btn span {
        margin-left: 10px;
        display: flex;
    }
    .free-porn.discount.active .discount-head-text p:last-child  {
        display: block;
    }
    .free-porn.discount.active .discount-head-text p {
        -webkit-line-clamp: inherit;
    }
    .free-porn.discount.active .text-more-btn span {
        transform: rotate(180deg);
    }
}


.aside-setting {
    padding: 0 !important;
    background: none !important;
}
.aside-setting-wrap {
    background: #f1f1ee;
    border-radius: 10px;
    padding: 20px 10px;
}
html.dark .aside-setting-wrap {
    background: #1A1B22;
}
.propose-discount {
    background: #f1f1ee;
    margin-top: 20px;
    border-radius: 10px;
    padding: 20px;
}
html.dark .propose-discount {
    background: #1A1B22;
}
.all-discount-link {
    color: #364855;
    border-radius: 10px;
    background: #FFF;
    padding: 10px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    transition: color .3s ease, background .3s ease;
}
html.dark .all-discount-link {
    background: #000;
    color: #68727A;
}
@media screen and (hover:hover) {
    .all-discount-link:hover {
        background: #ff7848;
        color: #FFF;
    }
    html.dark .all-discount-link:hover {
        background: #ff7848;
        color: #FFF;
    }
}

.pornstars-lists__img_country {
    display: flex;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.pornstars-lists__img_country img {
    width: 100%;
    position: static !important;
    margin-top: 0 !important;
    object-fit: cover;
}

.chek-categories__star .pornstars-lists__img_country {
    width: 30px;
    height: 30px;
    position: absolute;
    left: -55px;
    top: 50%;
    transform: translate(0, -50%);
    transition: border .3s ease;
    border: 1px solid transparent;
}

.countries-items {
    display: flex;
    flex-wrap: wrap;
}

.countries-items .item {
    width: 20%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 0 10px;
}

@media screen and (max-width: 1200px) {
    .countries-items .item {
        width: 25%;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 900px) {
    .countries-items .item {
        width: 33.33%;
    }
}
@media screen and (max-width: 650px) {
    .countries-items .item {
        width: 50%;
    }
}
@media screen and (max-width: 400px) {
    .countries-items .item {
        width: 100%;
    }
}

.countries-items .item .inner {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 10px 20px;
    background: #f1f1ee;
    border-radius: 10px;
    transition: background .3s ease;
}

html.dark .countries-items .item .inner {
    background: #1A1B22;
}

.countries-items .item .country-glag {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
}

.countries-items .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.countries-items .item .country-glag {
    margin-right: 10px;
}

.countries-items .item .country-name {
    flex: 1 1;
    color: #364855;
    transition: color .3s ease;
    margin-right: 5px;
}

.countries-items .item .model-count {
    flex: 0 0;
    color: #364855;
    transition: color .3s ease;
}

html.dark .countries-items .item .country-name, html.dark .countries-items .item .inner .model-count {
    color: #B9CBD9;
}

@media screen and (hover:hover) {
    .countries-items .item .inner:hover .country-name, .countries-items .item .inner:hover .model-count {
        color: #fff;
    }
    .countries-items .item .inner:hover {
        background: #a1acbc;
    }
    html.dark .countries-items .item .inner:hover .country-name, html.dark .countries-items .item .inner:hover .model-count {
        color: #fff;
    }
    html.dark .countries-items .item .inner:hover {
        background: #000;
    }
}

@media screen and (max-width: 768px) {
    .countries__wrapper {
        margin-top: 30px;
    }
}

.box-search-suggestions {
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    right: 0;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 20px;
    box-shadow: 0 5px 33px rgba(0, 0, 0, .25);
    z-index: -1;

}
@media(min-width: 480px) {
    .box-search-suggestions {
        top: calc(100% - 10px);
        right: 60px;
        border-radius: 0 0 10px 10px;
        padding: 25px 20px 15px;
        
    }
    
}
.suggestion-box {
    display: none;
    flex-direction: column;
    max-height: 25vh;

}
.suggestion-box + .suggestion-box {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #a1acbc;

}
.suggestion-box-items {
    flex: 1 1 0%;
    max-height: calc(100% - 21px);
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #364855 transparent;

}
.suggestion-box-label {
    font-size: 16px;
    font-weight: 700;
    color: #364855;
    margin-bottom: 5px;

}
.suggestion-item a {
    display: block;
    line-height: 1.2;
    padding-left: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.suggestion-item a:hover {
    color: #ff652e;
}
.suggestion-box .alert {
    font-weight: 500;
    line-height: 30px;
    padding-left: 20px;
}

.asd-box {
    display: flex;
    flex-direction: column;
    background-color: #364855;
    color: #ffffff;
    text-align: center;
    width: 300px;
    height: 245px;
    border-radius: 10px;
}
.asd-box > a {
    flex: 1;
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #22313b;
}
.asd-box > a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}
.asd-box__title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    background: #000000;
    background: linear-gradient(0deg,rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 100%);
    font-size: 12px;
    line-height: 1.2;
}
.asd-box__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 65px;
    height: 65px;
    opacity: .6;
    
}
.asd-box__header {
    padding: 15px;
    font-weight: 500;
}
.asd-box__footer {
    padding: 15px;
    font-weight: 500;
}
.asd-box__footer a:hover {
    color: #ff7848;
}

.main-content__asd-label {
    position: absolute;
    top: 8px;
    right: 0;
    left: 0;
        -webkit-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    font-size: 12px;
    font-weight: 500;
    padding-right: 15px;
    padding-left: 10px;
    color: #fff;
    text-align: center;
    z-index: 2;
}
@media screen and (max-width: 576px) {
    .main-content__tumba--asd {
        width: 100%;
        max-width: 100%;
    }
    
    .main-content__tumba--asd .main-content__card-link {
        padding-bottom: 57.3%;
    }
    
}
.main-content__tumba--asd .main-content__title {
    bottom: 10px;
}
.main-content__tumba--asd  .main-content__card:before {
    content: "";
    cursor: pointer;
    position: absolute;
    top: -17px;
    right: 0;
    left: 0;
    height: 70px;
    width: 100%;
    z-index: 1;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(87.26%, rgba(0, 0, 0, 0)), color-stop(4.45%, rgba(0, 0, 0, .87)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 87.26%, rgba(0, 0, 0, .87) 4.45%);
    background: linear-gradient(0deg,rgba(0, 0, 0, 0) 4.45%, rgba(0, 0, 0, 0.87) 87.26%);
}
.main-content__tumba--asd .main-content__card-link img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: none;
}