@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
body {
    font-family: "Roboto", sans-serif;
}
body.scroll-locked {
    height: 100%;
    overflow: hidden;
    position: fixed;
    width: 100%;
}
body.open-menu .hamburger::before {
    transform: rotate(45deg) translate3d(-50%, -50%, 0);
}
body.open-menu .hamburger::after {
    transform: rotate(-45deg) translate3d(-50%, -50%, 0);
}
body.open-menu .hamburger span {
    display: none;
}
body.open-menu .hamburger:before, body.open-menu .hamburger:after {
    top: 50%;
    left: 50%;
    width: 31px;
}
.logo {
    margin-right: 30px;
}
.wrap-hamburger {
    margin-right: 20px;
    display: none;
}
.hamburger {
    height: 24px;
    position: relative;
    width: 24px;
    opacity: 1;
    border: none;
    background: transparent;
    transform: translateZ(0);
    transition: opacity .3s,visibility .3s,transform .3s;
    visibility: visible;
}
.hamburger span, .hamburger:after, .hamburger:before {
    position: absolute;
    content: '';
    border-radius: 10px;
    height: 3px;
    left: 0;
    right: 0;
    transform-origin: top left;
}
.hamburger span {
    top: 50%;
    transform: translate3d(0,-50%,0);
}
.hamburger:after {
    bottom: 0;
}
.hamburger:before {
    top: 0;
}
.member-link #login,.member-link #signup {
    font-size: 14px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.header {
    position: relative;
    padding: 20px;
}
.navigation-header {
    max-width: 1340px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.header-item {
    display: flex;
    left: 50%;
    top: 100%;
    text-transform: capitalize;
    width: 100vw;
    transform: translate(-50%);
    padding: 30px 0 50px;
    position: absolute;
    z-index: 101;
    opacity: 0;
    z-index: 19;
    visibility: hidden;
    transition: transform .3s, opacity .3s, visibility .3s;
    /* border-top: 40px solid transparent; */
}
.no-touch .navigation-header .primary li:hover .header-item {
    transform: translate3d(-50%, 0, 0);
    opacity: 1;
    visibility: visible;
}
.navigation-header .primary li a::before {
    display: none;
}
.navigation-header .icon-down-arrow{
    transform: rotate(0);
    display: inline-flex;
    vertical-align: top;
    transition: transform .3s;
    margin-left: 10px;
}
.no-touch .navigation-header li:hover .icon-down-arrow {
    transform: rotate(180deg);
}
.no-touch .navigation-header li:hover .link {
    color: #0062F8;
}
.header-col,.col-box {
    flex-grow: 1;
    flex-shrink: 1;
}
.card-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
}
.adv-link img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
.adv-link {
    display: inline-block;
    vertical-align: top;
    border-radius: 10px;
    overflow: hidden;
}

.adv-text {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #8B8B8B;
    padding-bottom: 15px;
}
.table {
    box-shadow: none;
    padding: 15px 10px 10px;
    border-radius: 10px;
}
.table .opt img {
    border-radius: 10px;
}
.navigation-header .primary {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.navigation-header .primary .selected .second,
.navigation-header .primary .selected .link {
    color: #0062F8;
}
.navigation-header .primary .second:before {
    background-color: #0062F8;
    position: absolute;
    content: '';
    width: 100px;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
}
.navigation-header .primary .second {
    display: flex;
    align-items: center;
    justify-content: center;
}
.navigation-header .primary .second i {
   margin-left: 10px;
   font-size: 10px;
}
.navigation-header .primary .selected a::before {
    width: 100px;
    display: none;
}
.navigation-header .primary .selected .second::before {
    display: block;
}
.header-user {
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    position: relative;
}
.header-user .user {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.header-user.drop .user .name {
    color: #0062F8;
}
.header-user.drop .user i, .mobile-user.drop .user-block i{
    transform: rotate(180deg);
    color: #0062F8;
}
.user-drop {
    display: none;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 5;
    top: 45px;
    left: 0;
    right: 0;
    border-radius: 10px 0 10px 10px;
}
.header-user.drop .user-drop {
    display: block;
}
.header-inner {
    padding: 0;
    flex-wrap: nowrap;
    max-width: 1260px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: static;
}
.navigation-header .button .icon {
    height: 24px;
    width: 24px;
}
.header-user .user img,.user-block img{
    border-radius: 60px;
    display: inline-block;
    vertical-align: top;
    object-fit: cover;
    width: 40px;
    height: 40px;
}
.user .name ,.user-block .name{
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    margin-left: 10px;
}
.user i {
    margin-left: 10px;
    transition: transform .3s ;
}
.user-item a {
    font-weight: 500;
    color: #7C7C7C;
    display: flex;
    align-items: center;
    padding: 9px 15px;
}
.user-item a span {
    margin-right: 10px;
    font-size: 16px;
}
.drop-lang.open .btn-drop i {
    transform: rotate(180deg);
}
.upload_btn,.upgrade_btn {
    border-radius: 10px;
    padding: 11px 20px;
    display: flex;
    font-weight: 500;
    height: 40px;
    align-items: center;
    justify-content: center;
    transition: background .3s, color .3s;
    min-width: 114px;
}
.upload_btn i,.upgrade_btn i {
    font-size: 20px;
}
.no-touch .upload_btn:hover, .upgrade_btn:hover {
    background: #0453ca;
    color: #fff;
}
.upgrade_btn:hover {
    background: #D8D8D8;
}
.upload_btn span,.upgrade_btn span {
    margin-left: 10px;
}
.upgrade_btn {
    color: #fff;
    background: #0062F8;
    min-width: 122px;
    margin-left: 10px;
}
#signup {
    margin: 0 0 0 15px;
    text-transform: capitalize;
    min-width: 113px;
    background: #0062F8;
    color: #fff;
    font-weight: 500;
    transition: background .3s;
}
.no-touch #signup:hover {
    background: #0453ca;
}
#login {
    font-weight: 500;
    font-size: 14px;
    transition: color .3s;
}
.no-touch #login:hover {
    color: #0062F8;
}
.search {
    padding: 0;
    margin: 0;
    flex-grow: 1;
    flex-shrink: 1;
}
.search form {
    padding: 0;
}
.search .search-text input {
    border-radius: 10px;
}
.search .search-button {
    border-radius: 10px;
}
.search form {
    box-shadow: none;
}
.general-tags.active .wrapped-tags{
    height: auto;
}
.general-tags {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 3rem 0 0;
    position: relative;
}
.general-tags.active .button-tags i {
    transform: rotate(180deg);
    color: #0062F8;
}
.wrapped-tags {
    margin: -5px;
    height: 46px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.wrapped-tags a {
    padding: 5px 20px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto';
    font-weight: 500;
    transition: color .3s, background .3s;
}
.content_text p {
    color: #8b8b8b;
}
.tag-item {
    padding: 5px;
}
.button-tags {
    position: absolute;
    top: 0;
    right: 0;
    width: 73px;
    height: 36px;
    font-size: 8px;
    padding: 0 10px 0 20px;
    border: 0;
    cursor: pointer;
    border-radius: 3px;
    transition: color .3s;
}
.button-tags i {
    font-size: 14px;
    display: block;
    transition: transform .3s;
}
.pagination a, .pagination span {
    padding: 12px 15px;
    border-radius: 10px;
}
.pagination li {
    min-width: 40px;
}
.center-hold {
    order: 3;
    margin-left: 30px;
    flex-grow: 0;
    flex-shrink: 0;
}
.drop-lang {
    order: 3;
    position: relative;
    margin-left: 75px;
}
.drop-item {
    padding: 4px 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.drop-lang.open .drop-content {
    display: flex;
}
.drop-content {
    display: none;
    position: absolute;
    padding: 5px;
    border-radius: 5px;
    z-index: 3;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: -3px;
    left: 0;
    top: 25px;
}
.btn-drop {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    cursor: pointer;
    background: transparent;
    margin: 0;
}
.btn-drop .icon-down-arrow {
    margin-left: 10px;
    display: block;
    transition: transform .3s;
    color: #8B8B8B;
}
.btn-drop .icon-network {
    font-size: 20px;
}
.drop-site-mobile {
    display: none;
    margin-top: 20px;
}
.drop-lang-mobile.open .drop-site-mobile {
    display: block;
}
.custom_btn {
    order: 3;
    margin-left: 20px;
    display: flex;
    align-items: center;
}
.member-link li {
    padding: 0;
}
.duration {
    font-weight: 400;
    left: 10px;
    position: absolute;
    bottom: 10px;
    border-radius: 7px;
    padding: 4px 8px;
    line-height: 1;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-image .duration {
    padding: 4px 5px;
}
.list-videos .img {
    border-radius: 10px;
}
.list-videos .item {
    box-shadow: none;
}
.sp-0,
.sp-1,
.sp-2{
    display: grid;
    grid-row-gap: 12px;
    grid-column-gap: 12px;
    margin: 0;
}
.sp-0,
.sp-1,
.sp-2{
    grid-template-columns: repeat(4,minmax(0,1fr));
}
.sp-0 .spot-wrap,
.sp-1 .spot-wrap,
.sp-2 .spot-wrap{
    border-radius: 10px;
    grid-row: 1/span 2;
    align-self: center;
    height: 100%;
}
.sp-1 .spot-wrap,
.sp-2 .spot-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sp-0 .spot-wrap{
    grid-column: 4/span 1;
    grid-row: 1/span 1;
}
.sp-1 .spot-wrap{ 
    padding: 0 10px;
    grid-column: 4/span 1;
}
.sp-2 .spot-wrap{
    grid-column: 3/span 2;
}
.sp-0 .card-block.minor,
.sp-1 .card-block.minor,
.sp-2 .card-block.minor{
	text-align: center;
}
.sp-0 .card-block.minor img,
.sp-1 .card-block.minor img,
.sp-2 .card-block.minor img{
    max-width: 300px;
    width: 100%;
}
.sp-0 .item,
.sp-0 .card-block.minor,
.sp-1 .item,
.sp-1 .card-block.minor,
.sp-2 .item,
.sp-2 .card-block.minor{
    width: auto;
    margin: 0;
    float: none;
    padding: 0;
}
.top-links {
    padding: 8px 20px;
    border-bottom: none;
    font-size: 12px;
}
.item .img {
    position: relative;
    background-color: transparent;
}
.top-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -25px;
}
.top-item {
    padding: 0 25px;
}
.no-touch .top-link:hover {
    color: #0062F8;
}
.top-link {
    color: #8B8B8B;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    transition: color .3s;
}
.item .title {
    font-size: 16px;
    margin: 0 0 10px;
    font-weight: 500;
    font-family: 'Roboto';
    line-height: 1.4;
}

.list-playlists .item .title, .list-albums .item .title, .list-videos .item .title {
    height: 53px;
}
.item .wrap {
    justify-content: flex-start;
    margin: -5px;
    flex-wrap: wrap;
}
.item .wrap div {
    padding: 5px 10px 5px 20px;
}
.item .wrap .views {
    padding-left: 20px;
}
h1, h2 {
    font-weight: 700;
    font-size: 2.6rem;
}
.content_text {
    margin-bottom: 70px;
}
.content_title {
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: #8B8B8B;
}
.content_text p {
    line-height: 1.4;
    margin-bottom: 26px;
}
.content_text p:last-child{
    margin-bottom: 0;
}
.bottom-adv .spot {
    overflow: hidden;
}
.bottom-adv .spot img {
    border-radius: 10px;
    display: block;
}
.bottom-adv .spot a {
    background: transparent;
}
.item .ico-fav-0,.item .ico-fav-1 {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item .ico-fav-0 {
    top: 10px;
    left: 10px;
}
.item .ico-fav-1 {
    top: 10px;
    left: 45px;
}
.no-touch .item .ico-fav-1:hover, .no-touch .item .ico-fav-0:hover {
    background: #0062F8;
    color: #fff;
}
.no-touch .item:hover .title {
    color: #000;
}
.pagination-holder .next a, .pagination-holder .prev a {
    padding: 10px 20px;
    height: 40px;
}
.pagination-holder .next i{
    margin-left: 10px;
    font-size: 10px;
}
.next a, .prev a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination-holder .prev i{
    margin-right: 10px;
    font-size: 10px;
}
.pagination li {
    margin: 0 0 0 5px;
}
.pagination li:first-child {
    margin: 0 20px 0 0;
}
.pagination li:last-child {
    margin: 0 0 0 20px;
}
.item .wrap, .item .positive{
    color: #8B8B8B;
}
.sort:before {
    content: "\e908";
}
.sort .type-sort:before {
    display: none;
 }
.sort strong {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.sort:before {
    right: 20px;
    font-size: 10px;
}
.sort strong {
    padding: 0 17px 0 0px
}
.sort:hover {
    border-radius: 10px;
    background-color: #0062F8;
}
.sort ul {
    border-radius: 10px;
}
.no-touch .search .search-button:hover {
    background-color: transparent;
}
.no-touch .sort ul a:hover {
    background-color: #0062F8;
}
.sort ul  {
    top: calc(100% + 1px);
}
.content {
    max-width: 1340px;
    position: relative;
    overflow: visible;
}
.selected-mobile .selected-point {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}
.mask {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: transform .3s,visibility .3s,opacity .3s;
    visibility: hidden;
    z-index: 9;
}
.primary-mobile {
    display: none;
    flex-direction: column;
    padding: 0 20px;
}
.primary-mobile .selected-mobile.active a {
    color: #0062F8;
}
.drop-mobile {
    display: none;
    margin-top: 10px;
}
.user-block {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 20px;
    align-items: center;
}
.drop-mobile .mobile-item a {
    color: #7C7C7C;
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    padding: 12px 30px;
}
.drop-mobile .mobile-item a span {
    font-size: 16px;
    margin-right: 10px;
}
.mobile-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.user-block i {
    margin-left: auto;
    transition: transform .3s;
}
.mobile-user {
    display: flex;
    align-items: center;
}

.mobile-user a{
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    border-radius: 10px;
    min-height: 40px;
    min-width: 115px;
    justify-content: center;
}
.wrap-btn {
    display: flex;
    align-items: center;
    padding: 10px 20px;
}
.member-mobile {
    padding-bottom: 30px;
    display: none;
}
.mobile-item {
    width: 100%;
}
.mobile-user.drop {
    flex-direction: column;
    width: 100%;
}
.mobile-user.drop .user-block {
    color: #0062F8;
}
.mobile-user.drop .drop-mobile {
    display: block;
    width: 100%;
}
.drop-lang-mobile {
    padding: 15px 20px;
    margin: 0 -20px 0;
    display: none;
}
.drop-lang-mobile .btn-drop {
    padding: 0;
}
.mobile-bottom {
    margin-top: 30px;
    padding: 0 20px;
}
.mobile-bottom .drop-lang-mobile .btn-drop {
    margin: 0;
    padding: 0;
}
.mobile-bottom .drop-lang-mobile.open {
    margin: 0 -20px;
    padding: 15px 20px;
}
.mobile-bottom .drop-lang-mobile .btn-drop {
    width: 100%;
}
.mobile-bottom .btn-drop .icon-down-arrow {
    margin-left: auto;
}
.drop-lang-mobile.open .btn-drop .name-lang,.drop-lang-mobile.open .btn-drop i{
    color: #0062F8;
}
.drop-lang-mobile.open .btn-drop i {
    transform: rotate(180deg);
}
.drop-lang-mobile.open .drop-content-mobile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.drop-lang-mobile .top-item {
    padding: 0;
    margin-bottom: 20px;
}
.drop-lang-mobile .top-item.active a {
    color: #0062F8;
}
.drop-lang-mobile .top-item:last-child {
    margin: 0;
}
.drop-content-mobile .drop-item {
    display: flex;
    align-items: center;
    padding: 0 0 5px 0;
}
.drop-content-mobile .drop-item:last-child {
    padding: 0;
}
.drop-content-mobile {
    display: none;
    margin-top: 15px;
}
.name-lang {
    font-weight: 500;
    color: #7C7C7C;
    margin-left: 10px;
}
.custom_btn_mobile{
    display: none;
    margin-top: 20px;
}
.custom_btn_mobile .upgrade_btn {
    margin: 10px 0 0 0;
}
.wrap-action-search {
    display: none;
}
.mobile-menu {
    display: none;
}
.close-btn {
    position: absolute;
    right: 20px;
    top: 50%;
    border: none;
    background: transparent;
    transform: translateY(-50%);
    font-size: 24px;
    display: none;
}
@media screen and (max-width: 1200px) {
    .drop-lang {
        margin-left: 20px;
    }
    .center-hold {
        margin-left: 20px;
    }
    .link-title {
        font-size: 16px;
    }
}
@media screen and (max-width: 1152px) {
    .header + nav{
        display: none;
    }
    .mobile-menu {
        display: block;
        bottom: 0;
        flex-direction: column;
        left: 0;
        max-width: 280px;
        opacity: 0;
        overflow-x: hidden;
        padding-bottom: 30px;
        position: fixed;
        top: 0;
        transform: translate3d(-100%,0,0);
        visibility: hidden;
        width: 100%;
        transition: transform .3s,visibility .3s,opacity .3s;
        z-index: 9;
        box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.2);
    }
    body.open-menu .mobile-menu {
        opacity: 1;
        transform: translateZ(0);
        visibility: visible;
    }
    body.open-menu .mask {
        opacity: 1;
        visibility: visible;
    }   
    .container.primary {
        display: none;
    }
    .wrap-hamburger,.primary-mobile {
        display: flex;
    }
    .primary-mobile {
        margin-top: 20px;
    }
}
@media screen and (max-width: 1024px) {
    .primary-mobile {
        margin-top: 0;
    }
    .custom_btn_mobile,.member-mobile,.drop-lang-mobile {
        display: block;
    }
    .custom_btn,.drop-lang,.member-link {
        display: none;
    }
    .center-hold {
        display: none;
    }
}

.media-title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: left;
    color: #000000;
}
.col-box {
    display: none;
}
.col-box.show{
    display: block;
}
.header-col.mainly {
    flex-grow: 1;
    flex-shrink: 1;
}
.sidebar-point {
    position: relative;
    margin-bottom: 1px;
}
.sidebar-point:last-child{
    margin-bottom: 0;
}
.categories-header {
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    margin-bottom: 20px;
    text-align: left;
}
.categories-grid{
    display: flex;
    justify-content: space-between;
}
.categories-list {
    margin-left: 10px;
}
.categories-list:first-child {
    margin: 0;
}
.sidebar-point.active a{
    color: #0062F8;
}
.sidebar-point .col-box {
    display: none;
}
.sidebar-header.indent .link-item{
    justify-content: space-between;
}
.categories-item {
    margin-bottom: 26px;
}
.card-item:last-child {
    margin-bottom: 0;
}
.categories-item a {
    font-weight: 500;
    font-size: 14px;
    color: #7C7C7C;
}
.sidebar-point .link-item{
    display: flex;
    padding: 12px 8px;
    align-items: center;
    letter-spacing: -0.02em;
    border-radius: 10px;
    transition: color .3s, background .3s;
}
.no-touch .sidebar-point .link-item:hover {
    color: #0062F8;
}
.sidebar-point a .sidebar-icon {
    font-size: 18px;
    margin-right: 14px;
}
.sidebar-point a .icon-arrow {
    font-size: 10px;
    margin-left: 14px;
}
.header-col.indent {
    max-width: 250px;
    width: 100%;
    margin-right: 50px;
    flex-grow: 0;
    flex-shrink: 0;
}
.header-col.col {
    max-width: 190px;
    text-align: left;
    margin-left: 50px;
    flex-grow: 0;
    flex-shrink: 0;
}
.header-item-wrap {
    max-width: 1360px;
    margin: 0 auto;
    width: 100%;
    padding: 0 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.item-tags a {
    padding: 10px 20px;
    display: inline-flex;
    vertical-align: top;
    justify-content: flex-start;
    transition: color .3s, background .3s;
    align-items: center;
    color: #7C7C7C;
    border-radius: 10px;
}
.item-tags {
    margin-bottom: 10px;
}
.item-tags:last-child {
    margin: 0;
}
.navigation-header .primary .link {
    font-weight: 700;
    padding: 17px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    position: relative;
    transition: color 0.3s;
    white-space: nowrap;
}
.link,.navigation-header .primary .second {
    padding: 17px;
}
.link-title {
    font-weight: 700;
    font-size: 20px;
    display: flex;
    margin-bottom: 18px;
    text-transform: capitalize;
    align-items: center;
}
.link-title .icon-right-arrow {
    font-size: 14px;
    margin-left: 10px;
}
.card-image {
    position: relative;
    padding-bottom: 56%;
}
.models-grid {
    margin: -6px;
    display: flex;
}
.models-item {
    padding: 6px;
    width: 50%;
}
.community-img {
    position: relative;
    padding-bottom: 100%;
}
.models-img,.album-img {
    position: relative;
    padding-bottom: 116%;
}
.models-img .image, .album-img img, .card-image img, .community-img .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.community-img .image {
    border-radius: 140px;
}
.card-title {
    margin-top: 10px;
    text-align: left;
    font-weight: 500;
    transition: color .3s;
    text-transform: capitalize;
    font-size: 16px;
    white-space: break-spaces;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-tools {
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #8B8B8B;
    font-size: 14px;
    margin: -4px;
    text-transform: initial;
}
.tools-item {
    display: flex;
    align-items: center;
    padding: 4px;
}
.tools-text {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: -0.02em;
}
.tools-item .icon-calendar,.tools-item .icon-like,.tools-item .icon-visibility {
   margin: 0;
   margin-right: 5px;
}
.content-wrap {
    display: flex;
    margin: 0 -15px;
}
.community-wrap {
    display: flex;
    margin: 0 -20px;
}
.content-item {
    width: 33.333%;
    padding: 0 15px;
}
.content-item.indent {
    width: 33.333%;
    padding: 0 5px;
}
.card-item {
    width: 25%;
    padding: 0 15px;
}

.drop-card {
    margin-bottom: 20px;
    display: block;
}
.drop-card:last-child {
    margin: 0;
}
.drop-card:hover .card-title {
    color: #0062F8;
}
.card-color {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
}
.card-color .icon-video{
    font-size: 24px;
    margin-bottom: 5px;
}
.view-all {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #fff;
    background: #0062F8;
    border-radius: 10px;
    padding: 10px 20px;
    height: 40px;
    transition: color .3s, background .3s;
    margin-top: 30px;
}
.album-grid {
    display: flex;
    margin: -6px;
}
.album-item {
    width: 16.666%;
    padding: 6px;
}
.sidebar-title {
    margin-bottom: 18px;
    font-weight: 700;
    font-size: 20px;
    text-align: left;
}
.album-card {
    overflow: hidden;
    display: block;
    border-radius: 10px;
    position: relative;
}
.album-card .album-img img{
    display: block;
    width: 100%;
    height: auto;
}
.album-card .album-title {
    font-weight: 500;
    overflow: hidden;
    font-size: 16px;
    padding: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: background .3s, color .3s;
    width: 100%;
}
.album-title span {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
}
.no-touch .album-card:hover .album-title {
    background: #0062F8;
    color: #fff;
}
.header-col-section {
    margin-top: 30px;
}
.header-col-section:first-child {
    margin: 0;
}
.community-title,.model-title {
    text-transform: initial;
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
}
.model-title {
    text-align: left;
}
.date-tool, .custom-tool {
    text-transform: initial;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8B8B8B;
}
.wrap-custom {
    display: flex;
    align-items: center;
    margin: -5px;
}
.custom-tool {
    padding: 5px;
}
.date-tool .icon-calendar, .custom-tool .icon-video,.custom-tool .icon-like  {
    font-size: 14px;
    margin-right: 5px;
}
.custom-tool .date {
    letter-spacing: -0.02em;
    font-weight: 400;
    font-size: 12px;
}
.community-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}
.community-item {
    padding: 15px;
    width: 50%;
}
.filters-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 18px;
    margin: -5px;
}
.filters-item {
    padding: 5px;
}
.filters-item a {
    padding: 8px 20px;
    display: flex;
    align-items: center;
    color: #7C7C7C;
    transition: color .3s, background .3s;
    border-radius: 10px;
}
.filters-title {
    font-weight: 700;
    font-size: 20px;
    text-align: left;
}
.header-filters {
    margin-top: 30px;
}

.no-touch .item .ico-fav-1, .no-touch .item .ico-fav-0 {
    font-size: 12px;
}
.no-touch .item:hover .title {
    color: #0062F8;
}
.button-action-search {
    border: none;
    background: none;
    font-size: 24px;
}
.mobile-drop {
    display: none;
}
.mobile-point.active a, .mobile-categories .mobile-point.active a {
    color: #0062F8;
}

.mobile-categories .mobile-point a {
    color:#7C7C7C;
}
.selected-mobile.open {
    margin: 0 -20px;
    padding: 0 20px 20px;
}
.selected-mobile.open .mobile-drop {
    display: block;
}
.selected-mobile.open .selected-point {
    color: #0062F8;
}
.selected-mobile .icon-down-arrow {
    transition: transform .3s;
}

.selected-mobile.open .icon-down-arrow {
    transform: rotate(180deg);
}
.selected-mobile {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.02em;
}
.selected-mobile:last-child {
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 30px;
}
.mobile-point .link-item {
    display: flex;
    align-items: center;
}
.mobile-point .link-item i {
    margin-right: 6px;
    font-size: 18px;
}
.mobile-point {
    margin-top: 22px;
}
.mobile-point:first-child {
    margin: 0;
}
/* PAGE VIDEO */
.related-videos .list-sort a {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 26px;
    color: #7C7C7C;
}
.related-videos .list-sort span {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 26px;
    color: #0062F8;
}
@media screen and (max-width: 1160px) {
    .related-videos .list-sort span,
    .related-videos .list-sort a {
        font-size: 22px;
    }
}
@media screen and (max-width: 1024px) {
    .related-videos .list-sort span,
    .related-videos .list-sort a {
        font-size: 20px;
    }
}
.related-videos .list-sort span::before, .related-videos .list-sort a:before {
    color: #0062F8;
    background-color: #0062F8;
    bottom: -3px;
}
.related-videos .list-sort span, .related-albums .list-sort span, .related-videos .list-sort a:hover, .related-albums .list-sort a:hover{
    color: #0062F8;
}
.list-sort {
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    margin: 0 0 20px;
}
.list-sort li {
    flex-grow: 0;
    flex-shrink: 0;
}
.block-video .video-holder {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: none;
}
form .button-group .row label  {
    font-weight: 400;
    font-size: 14px;
}
.kt-player {
    border-radius: 10px;
}
.block-details .item em {
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 1.4;
    color: #7C7C7C;
    padding: 0;
}
.info-buttons {
    margin: 0 0 1rem;
}
.custom-row {
    margin-bottom: 10px;
}
.custom-row:last-child {
    margin: 0;
}
.custom-row input, .custom-row textarea {
    border-radius: 10px;
    padding: 10px 15px;
    width: 100%;
    height: 40px;
    border: none;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
}
.custom-row.second {
    max-width: 370px;
}
.headline-comments {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.comment-title {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 26px;
    color: #000000;
}
.comment-submit,.add-comment {
    font-family: 'Roboto';
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    background: #0062F8;
    border-radius: 10px;
    padding: 13px 30px;
    border: none;
    transition: background .3s;
    min-width: 104px;
    line-height: 1;
}
.no-touch .comment-submit:hover,.no-touch .add-comment:hover {
    background: #0453ca;
}
.add-comment {
    min-width: 158px;
}
.comment-top {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}
.username {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 14px;
    margin-right: 10px;
}
.comment-field {
    display: flex;
    margin-bottom: 30px;
}
.comment-field:last-child {
    margin: 0;
}
.comment-top .date, .comment-top .icon-calendar {
    color: #7C7C7C;
}
.comment-top .icon-calendar {
    font-size: 14px;
    margin-right: 4px;
}
.user-ava {
    border-radius: 60px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 8px;
}
.user-ava .icon-user-drop {
    font-size: 15px;
    color: #7C7C7C;
}
.comment-text {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
    color: #7C7C7C;
    line-height: 1.4;
}
.comments {
    margin-top: 30px;
}
.comment-btn,.item-btn {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.comment-btn {
    margin-top: 10px;
}
.comment-btn .item-btn {
    color:#8B8B8B;
    font-size: 14px;
    border: none;
    background: transparent;
}
.comment-btn .item-btn:hover {
    color: #0062F8;
}
.comment-btn .item-btn span {
    font-size: 12px;
    letter-spacing: -0.02em;
    margin-left: 10px;
    transition: color .3s;
}
.comment-btn .item-btn i {
    transition: color .3s;
}
.block-video {
    margin-bottom: 70px;
}

.rate-like,
.rate-dislike{
    min-width: 66px;
    width: auto;
    height: auto;
    border-radius: 10px;
    padding: 10px;;
    display: flex;
    color: #7C7C7C;
    align-items: center;
}
.rate-dislike.voted:before {
    color: #0062F8;
}
.no-touch .rate-like:hover,
.no-touch .rate-dislike:hover {
    background: #0062F8;
}
/* .no-touch .rate-like:before:hover,
.no-touch .rate-dislike:before:hover {
    background: #0062F8;
    color: #0062F8;
} */
.rate-like .rate-text,
.rate-dislike .rate-text{
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto';
}
.rate-like:before,
.rate-dislike::before{
    position: static;
    color: #7C7C7C;
    transform: none;
    margin-right: 10px;
}
.rate-like:before {
    content: "\e90e";
}
.rate-dislike::before {
    content: "\e907";
}
.no-touch a:hover .rate-text {
    color: #fff;
}
.no-touch .rate-dislike:hover::before, .no-touch .rate-like:hover::before {
    color: #fff;
}
.btn-favourites .ico-favourite:before {
    content: "\e912";
}
.custom-row textarea {
    resize: none;
    min-height: 90px;
}
.btn-favourites .drop:after {
    content: "\e908";
    font-size: 10px;
    right: 10px;
}
.btn-favourites ul li > a {
    text-transform: inherit;
}
.button-video i {
    transition:  color .3s;
}
.button-video {
    border: none;
    cursor: pointer;
    padding: 10px;
    line-height: 1.3;
    border: none;
    margin-left: 5px;
    border-radius: 10px;
    font-size: 20px;
    display: flex;
    align-items: center;
    transition: background .3s;
    justify-content: center;
}
.tabs-menu ul {
    margin: -2px 0;
    margin-right: 5px;
}
.button-video:first-child {
    margin: 0;
}
.no-touch .button-video:hover {
    background: #0062F8;
    color: #fff;
}
.video-tools {
    display: flex;
    align-items: center;
}
.btn-favourites {
    border-radius: 10px;
    margin-left: 5px;
    height: 40px;
    min-width: 60px;
}
.btn-favourites:hover{
    background-color: #0062F8;
    border-radius: 10px 10px 0 0;
}
.btn-favourites ul{
    border-radius: 0 10px 10px 10px;
}
.btn-favourites ul li > a:hover, .btn-favourites ul li > span:hover{
    background-color: #0062F8;
}
.toggle-button {
    text-transform: inherit;
    border-radius: 10px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.toggle-button .icon-violation {
    margin: 0;
}
.no-touch .tabs-menu .toggle-button:hover {
    background: #0062F8;
    color: #fff;
}
.tabs-menu .toggle-button {
    padding: 10px 20px;
}
.tabs-menu .toggle-button.active{
    background-color: #0062F8;
}
.no-touch .block-comments .toggle-button:hover{
    background-color: #0062F8;
}
.toggle-button i{
    font-size: 20px;
    margin-right: 10px;
}
form .textfield, form .textarea, form .selectbox, form .file {
    border: none;
    color: #7C7C7C;
    border-radius: 10px;
}
.block-share .block-size a {
    border-radius: 10px;
}
.no-touch .block-share .block-size a:hover{
    background-color: #0062F8;
}

.embed-button {
    background: #EFEFEF;
    border-radius: 10px;
    margin: 5px 5px 5px 0;
}
.field-label {
    margin: 0 0 10px;
}
form .radio + label::before {
    border: none;
}
form .radio:checked + label::before {
    background-color: #fff;
    border: 5px solid #0062F8;
}
form .button-group .row label {
    margin: 0 0 10px;
}
form .submit {
    background: #0062F8;
    border-radius: 10px;
}
.btn-favourites .ico-favourite {
    font-size: 20px;
}
.toogle-headline {
    display: inline-flex;
    vertical-align: middle;
    margin: -5px;
    padding-left: 5px;
}
.headline-item {
    display: flex;
    align-items: center;
    color: #8b8b8b;
    font-size: 14px;
    letter-spacing: -0.02em;
    line-height: 1.2;
    padding: 5px;
}
div.top {
    margin: 0 auto 30px auto;
    padding: 30px 0 0;
}
.headline-video {
    margin-bottom: 15px;
}
.headline-video h1 {
    display: inline;
    vertical-align: middle;
    font-size: 26px;
}
.headline-item .text {
    margin-left: 5px;
}
.headline-wrap {
    margin-bottom: 15px;
}
.headline-btn {
    display: flex;
    align-items: flex-start;
}
.tags-list.active .hidden {
    display: block;
}
.tags-list.active .button-more-list:before{
    content: "-";
}
.headline-btn .text {
    margin-left: 10px;
}
.headline-btn i {
    font-size: 16px;
}
.headline-btn .amount {
    padding: 12px 10px;
    color: #7C7C7C;
}
.headline-btn .item-button.second  {
    padding: 0;
}
.headline-btn .item-button .wrap {
    padding: 9px 10px;
    display: flex;
    align-items: center;
}
.headline-btn .item-button {
    padding: 8px 20px;
    line-height: 1;
    cursor: pointer;
    transition: background .3s, color .3s;
    overflow: hidden;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
.no-touch .headline-btn .item-button:hover {
    background: #0062F8;
    color: #fff;
}
.tags-video {
    display: flex;
    align-items: center;
}
.tags-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: -5px;
}
.tags-item {
    padding: 5px;
    order: 1;
}
.tags-item.last-item{
    order: 2;
}
.button-more-list {
    min-width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Roboto';
    border-radius: 10px;
    transition: color .3s, background .3s;
    font-weight: 500;
    color: #7C7C7C;
}
.button-more-list:before{
    content: "+";
}
.button-more-list:hover {
    color: #fff;
    background: #0062F8;
}
.tags-link {
    padding: 11px 20px;
    font-weight: 500;
    color: #7C7C7C;
    line-height: 1;
    border-radius: 10px;
    transition: background .3s, color .3s;
    display: flex;
    align-items: center;
}
.no-touch .tags-link:hover {
    background: #0062F8;
    color: #fff;
}
.autocomplete-suggestions {
    margin: 0;
    max-height: 578px !important;
    border: none;
    border-radius: 10px;
    font-family: 'Roboto';
    font-weight: 500;
    padding: 20px 0;
    font-size: 14px;
    color: #7C7C7C;
}
.autocomplete-suggestion {
    padding: 10px 20px;
}

.autocomplete-suggestions strong {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 14px;
    color: #7C7C7C;
    text-decoration: none;
    border: none;
}
.autocomplete-group {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 17px;
    padding: 28px 20px 0 20px;
}
.icon-world:before {
    content: "\e910";
}
.icon-world, .icon-model {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 20px;
    display: flex;
    align-items: center;
}
.icon-model:before {
    content: "\e900";
}
.item .wrap div:before {
    top: 50%;
    font-size: 14px;
}
.item .wrap .rating::before {
    content: "\e90e";
}
.item .wrap .added::before {
    content: "\e901";
}
.item .wrap .views::before {
    content: "\e91e";
}
.item .ico-fav-0::before {
    content: "\e90b";
}
.item .ico-fav-1::before {
    content: "\e913";
}
/* // */
.sidebar.sticky {
    box-sizing: border-box;
    width: 280px;
    height: calc(100% - 65px);
    box-shadow: none;
    border-radius: 0 10px 10px 0;
    position: absolute;
    top: 0;
    right: 100%;
    z-index: 2;
    margin: 35px 15px 0 0;
    padding: 0;
    box-shadow: none;
}
.sidebar.sticky .sidebar-holder{
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
    padding: 20px;
}
.sidebar.sticky + .main-container div:first-child .headline{
    margin: 0 0 15px;
}
.sidebar.sticky + .main-container .list-videos .item{
    width: calc(25% - 10px);
}
.sidebar.sticky + .main-container{
    width: 100%;
}
.sidebar.sticky .list{
    margin: 0 0 30px;
    padding: 0;
    width: auto;
}
.sidebar.sticky .list li:last-child{
    margin-bottom: 14px;
}
.sidebar.sticky .list a {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 14px;
    transition: .3s color, background .3s;
    margin: 0 -20px;
    padding: 14px 20px;
}
.sidebar.sticky .list a::before {
    display: none;
}
.sidebar.sticky .headline .icon{
    font-family: 'Roboto' !important;
}
@media screen and (min-width: 1255px) {
    .sidebar.sticky .list a:hover {
        color: #0062F8;
    }
}
.sidebar.sticky .list .rating {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 14px;
    text-align: right;
    color: #7C7C7C;
}
.sidebar.sticky .icon:before {
    font-size: 20px;
}
.top-drop-hold{
    display: flex;
    margin: -10px -20px;
}
.toogle-item {
    padding: 10px 20px;
    position: relative;
}
.btn-toogle {
    border: none;
    background: transparent;
    display: flex;
    cursor: pointer;
    align-items: center;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 14px;
    transition: color .3s;
}
.btn-toogle:hover {
    color: #0062F8;
}
.drop-duration {
    width: 300px;
    padding: 20px 30px;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 38px;
    border-radius: 10px 0px 10px 10px;
}
.drop-duration .wrap-range{
    transform: translate3d(0, -8px, 0);
}
.hidden-drop.second {
    width: 990px;
    position: absolute;
    z-index: 10;
    /* left: 70%; */
    right: 0;
    top: 37px;
    border-radius: 10px 0px 10px 10px;
}
.hidden-item a {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 14px;
    transition: color .3s;
    display: inline-flex;
}
.hidden-item {
    margin-bottom: 30px;
}
.hidden-item:last-child {
    margin: 0;
}
.no-touch .hidden-item a:hover {
    color:#0062F8;
}
.wrap-list {
    display: flex;
    padding: 20px 30px;
}
.tag-list {
    width: 25%;
}
.btn-toogle .toogle-icon {
    font-size: 16px;
    margin-right: 10px;
}
.btn-toogle .icon-down-arrow {
    font-size: 10px;
    margin-left: 10px;
}
.autocomplete-group:first-child {
    padding-top: 0;
}
.hidden-drop {
    display: none;
}
.toogle-item.open .hidden-drop {
    display: block;
}
.toogle-item.open .btn-toogle{
    color: #0062F8;
}
.toogle-item.open .btn-toogle .icon-down-arrow {
    transform: rotate(180deg);
}
.toogle-item.open .drop-duration {
    display: block;
}
.btn-toogle .icon-categories {
    transition: color .3s;
}
.btn-toogle:hover .icon-categories {
    color: #0062F8;
}
.toogle-item.open .icon-categories {
    color: #0062F8;
}
.drop-duration {
    display: none;
}
.drop-type {
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.icon-categories {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 20px;
    display: flex;
    align-items: center;

}
.button-mobile-filter {
    display: none;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    margin-left: 10px;
    padding: 0;
}
.type-drop-text {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 20px;
    display: flex;
    align-items: center;
}
.type-drop-text i {
    font-size: 20px;
    margin-right: 10px;
}
.headline.second {
    position: relative;
    z-index: 11;
    flex-wrap: nowrap;
}
.headline.second .sort {
    padding: 10px 20px;
    border-radius: 10px;
    margin: 0 0 0 20px;
}
.headline.second .sort:last-child{
    margin: 0 0 0 20px;
}
.filter-group {
   display: none;
   align-items: center; 
   margin: -5px;
}
.filter-group .item-btn {
    width: 50%;
    padding: 5px;
}
.filter-group .item-btn .btn {
    background: #0062F8;
    border-radius: 10px;
    font-family: 'Roboto';
    font-weight: 500;
    width: 100%;
    border: none;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    padding: 12px;
}
.filter-group .item-btn.second .btn {
    color: #7C7C7C;
}
.swiper-button-prev:after,.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    font-size: 15px;
    border-radius: 10px;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-button-next:hover:after , .swiper-button-prev:hover:after {
    color: #fff;
    background: #0062F8;
}
.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled {
    opacity: 1;
}
.wrap-swiper {
    position: relative;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -5px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -5px;
}
.block-screenshots {
    margin: 0;
}
.block-screenshots a.item img {
    border-radius: 10px;
}
.block-screenshots a.item:before{
    border: 4px solid #0062F8;
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
}
.block-screenshots a.item {
    width: 100%;
    padding-bottom: 57%;
    margin: 0;
}
.footer .footer-wrap {
    max-width: 1235px;
    padding: 5rem 5px 3rem;
    margin: 0 auto;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #9f9f9f;
    line-height: 18px;

}
.footer .nav {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 3rem;
}
.footer .nav li {
    padding: 8px 15px;
    margin: 0;
}
.footer .nav a {
    display: block;
    font-size: 14px;
    padding: 0;
    text-transform: uppercase;
    background-color: transparent;
    text-decoration: none;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}
.footer .copyright {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer .txt {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 0 15px;
}
.no-touch .footer .nav a {
    font-weight: 700;
    transition: color .3s;
}
.no-touch .footer .nav a:hover {
    color: #0062F8;
    background-color: transparent;
}
.logo-footer {
    margin-bottom: 34px;
    text-align: center;
}
.logo-footer a {
    display: inline-block;
    height: auto;
    vertical-align: top;
}
.footer-margin {
    padding: 2rem 0 5rem;
}
/* media */
@media screen and (max-width: 1920px) {
    .sidebar.sticky {
        position: absolute;
        z-index: 100;
        top: 76px;
        left: 0;
        right: 0;
        width: 100%;
        border-radius: 0;
        height: auto;
        margin: 0;
        transform: translate3d(0, 20px, 0);
        opacity: 0;
        visibility: hidden;
        transition: transform .3s, opacity .3s, visibility .3s;
    }
    .sidebar.sticky .headline{
        margin-bottom: 25px;
    }
    .sidebar.sticky .list{
        margin: 0 -25px 20px;
        display: flex;
        flex-wrap: wrap;
    }
    .sidebar.sticky .list li{
        width: 50%;
        padding: 0 25px;
        margin: 0 0 25px;
    }
    .sidebar.sticky .list a{
        padding: 0;
        margin: 0;
    }
    .filter-group{
        display: flex;
    }
}
@media screen and (max-width: 1615px) {
    .hidden-drop.second {
        width: 460px;
    }
    .tag-list {
        width: 50%;
        padding: 10px;
    }
    .wrap-list {
        flex-wrap: wrap;
        padding: 20px;
        margin: -10px;
    }
}
@media screen and (max-width: 1256px) {
    body.drop .sidebar.sticky{
        transform: translate3d(0, 0, 0);
        opacity: 1;
        visibility: visible;
    }
    body.drop .button-mobile-filter path{
        fill: #0062F8;
    }
    .button-mobile-filter {
        display: flex;
        padding: 7px 0;
    }
    .hidden-drop.second {
        left: 0;
    }
    .drop-duration {
        left: 20px;
    }
    .link-title {
        font-size: 14px;
    }
    .top-drop {
        display: none;
    }
    .sidebar.sticky + .main-container div:first-child .headline {
        margin: 0 0 15px 0;
        align-items: flex-start;
    }
    .sidebar.sticky + .main-container {
        width: 100%;
    }
}
@media screen and (max-width: 1024px) {
    .sidebar.sticky {
        top: 72px;
    }
}
@media screen and (max-width: 940px) {
    .pagination li {
        margin: 0;
    }
}
@media screen and (max-width: 900px) {
    .sidebar.sticky + .main-container .list-videos .item {
        width: calc(50% - 10px);
    }
}
@media screen and (max-width: 785px) {
    .sidebar.sticky + .main-container div:first-child .headline h1 {
        margin: 4px 0;
    }
    .sidebar.sticky {
        top: 65px;
    }
    .tab-content {
        padding: 0 2rem 2rem;
    }
    .sp-0,
    .sp-1,
    .sp-2{
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
    .sp-0 .spot-wrap{
        grid-column: 3/span 1;
    }
    .sp-1 .spot-wrap,
    .sp-2 .spot-wrap{
        grid-column: 2/span 2;
    }
}
@media screen and (max-width: 648px) {
    body.show-search .search {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    .close-btn {
        display: block;
    }
    .wrap-action-search {
        order: 1;
    }
    .search {
        align-items: center;
        bottom: 0;
        left: 0;
        border-radius: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: translate3d(0,-100%,0);
        transition: transform .3s;
        margin: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        display: block;
        width: auto;
    }
    .search .search-button {
        left: 20px;
        width: 20px;
    }
    .autocomplete-suggestions {
        border-radius: 0;
    }
    .search .search-text input {
        color: #7C7C7C;
        flex-grow: 1;
        flex-shrink: 1;
        border-radius: 0;
        border: 0;
        font-size: 14px;
        min-height: 60px;
        padding: 10px 60px 10px 52px;
        width: 100%;
    }
    .header-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header {
        padding: 10px 20px;
    }
    .wrap-action-search {
        display: block;
    }
    .logo {
        margin: 0;
    }
    .logo img {
        height: 40px;
    }
    .sp-0,
    .sp-1,
    .sp-2{
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .sp-0 .spot-wrap,
    .sp-1 .spot-wrap,
    .sp-2 .spot-wrap{
        display: none;
    }
}
@media screen and (max-width: 510px) {
    .sidebar.sticky + .main-container .list-videos .item {
        width: calc(100% - 10px);
    }
    .sidebar.sticky .list .rating {
        display: none;
    }
}
@media screen and (max-width: 478px) {
    .sp-0,
    .sp-1,
    .sp-2{
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
   .info-buttons {
        justify-content: space-between;
   }
   .toogle-text {
        display: none;
   }
   .toggle-button i {
        margin-right: 0;
    }
    .rate-dislike {
        margin: 0;
    }
    .info-buttons  {
        padding: 10px 0;
    }
    .tabs-menu {
        padding-top: 15px;
    }
    .tabs-menu li {
        min-width: 74px;
    }
    .block-flagging form {
        flex-direction: column;
    }
    .block-flagging .block-textarea {
        width: 100%;
    }
    .comment-title {
        font-size: 20px;
    }
    .headline-video h1 {
        font-size: 20px;
    }
    .block-video {
        margin-bottom: 50px;
    }
    .icon-world, .icon-model, .icon-categories,.icon-categories,.type-drop-text {
        font-size: 16px;
    }
    .type-drop-text i {
        font-size: 16px;
    }
    .sidebar.sticky .icon:before {
        font-size: 16px;
    }
}
@media screen and (max-width: 360px) {
    .headline-comments {
        flex-direction: column;
    }
    .add-comment {
        margin-top: 10px;
    }
}
@media screen and (max-width: 332px) {
    .rating-container {
        margin: 0;
    }
}