body
{ background-color: rgb(30,20,20); }

.gallery-wrap
{ background-color: rgb(40,30,30); }

.thumb figure, .top-links a, .sp-alt, .net-fr-list a, .more-btn, .pages a, .pages span
{ background-color: rgb(60,50,50); }

.grid-item a, .grid-b, .sp-alt, .more-btn, a.gal-link
{ border-color: rgb(70,60,60); }

body
{ color: rgb(170,160,160); }

a:hover, a.active, .search-dropdown button:hover, .net-fr-list a:before
{ color: rgb(230,182,130); }

.header, .footer, .nav-dropdown, .search-dropdown, .langs-dropdown, .nav-cats-list, .top-links a:hover, .pages a.active, .pages span.active, .pages a:hover, a.sp-link
{ background-color: rgb(230,188,110); color: rgb(10,0,0); }

.nav-visible .nav, .langs-dropdown a.active, .langs-dropdown a:hover, a.sp-link:hover, #scroll-top
{ background-color: rgb(235,198,132); }

.nav a, .nav span, .header button, a.logotype, .langs-dropdown a, input::placeholder, .search-dropdown button, #scroll-top, .footer a
{ color: rgb(10,0,0); }

a, h1, h2, strong
{ color: rgb(240,230,230); }

.search-field
{ background-color: rgba(255,255,255); }

.grid-item h3
{ background-color: rgba(5,0,0,0.7); color: rgb(255,255,255); text-shadow: 1px 1px 0 rgba(0,0,0,0.5); }

.gallery-wrap { box-shadow: 0 3px 15px -5px rgba(0,0,0,0.9); }

.langs-dropdwon, .nav-cats-list { box-shadow: 0 10px 15px -7px rgba(0,0,0,0.9); }


@font-face{font-family: 'Outfit'; font-weight: normal; font-style: normal; src: url(../fonts/font/Outfit-Regular.ttf) format("truetype"); font-display: swap; }
@font-face{font-family: 'Outfit'; font-weight: bold; font-style: normal; src: url(../fonts/font/Outfit-Bold.ttf) format("truetype"); font-display: swap; }
@font-face{font-family: 'Line Awesome Free'; font-weight: 900; src:url(../fonts/iconfont/la-solid-900.woff2) format("woff2"); font-display:swap; }

body,html,div,p,a,ul,li,input,button,form,header,main,article,section,footer,aside,figure,textarea,span,img,h1,h2,h3 { margin: 0; padding: 0; }
header, article, aside, section { display: block; }

body, input, button, textarea { font-family: 'Outfit', Arial, sans-serif; }

:after, :before { font-family: 'Line Awesome Free'; display: inline-block; vertical-align: top; font-weight: bold; height: inherit; line-height: inherit; text-rendering: optimizeLegibility !important; overflow: hidden; }
li { list-style-type: none; }
img { display: block; }
a { text-decoration: none; box-sizing: content-box; cursor: pointer; transition: 0.2s ease; }
button { background-color: transparent; text-decoration: none; box-sizing: content-box; cursor: pointer; transition: 0.2s ease; border: 0 none; cursor: pointer; }

body { font-size: 14px; line-height: 20px; }

body.nav-bg, body.search-bg, body.langs-bg { overflow: hidden; position: relative; }
body.nav-bg:before, body.search-bg:before, body.langs-bg:before { background-color: rgba(0,0,0,0.5); content: ''; position: fixed; z-index: 89999; top: 0; left: 0; width: 100%; height: 100%; }

h1 { font-weight: bold; font-size: 22px; line-height: 28px; margin: 10px 10px 0 10px; overflow: hidden; clear: both; }
h2 { font-weight: bold; font-size: 20px; line-height: 26px; margin: 20px 10px 0 10px; overflow: hidden; clear: both; }
h1.alt { font-size: 16px; line-height: 20px; }

.categories-icon:before { content: "\f02c"; }
.star-icon:before { content: "\f005"; }
.flame-icon:before { content: "\f7e4"; }

.flag-en { background-image: url(../flags/en.jpg); }
.flag-ru { background-image: url(../flags/ru.jpg); }
.flag-it { background-image: url(../flags/it.jpg); }
.flag-fr { background-image: url(../flags/fr.jpg); }
.flag-de { background-image: url(../flags/de.jpg); }
.flag-nl { background-image: url(../flags/nl.jpg); }
.flag-cn { background-image: url(../flags/cn.jpg); }
.flag-sv { background-image: url(../flags/sv.jpg); }
.flag-pt { background-image: url(../flags/pt.jpg); }
.flag-ko { background-image: url(../flags/ko.jpg); }
.flag-es { background-image: url(../flags/es.jpg); }

.wrapper { overflow: hidden; clear: both; margin: 0 auto; min-width: 320px; max-width: 628px; }

section { clear: both; }

.header { position: relative; height: 90px; z-index: 99999; }
.header .wrapper { position: relative; overflow: visible; }

.logotype { margin: 10px 10px 0 10px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; font-weight: bold; text-transform: uppercase; display: block; float: left; height: 30px; line-height: 30px; font-size: 18px; }

.nav-btn, .search-btn { float: right; margin: 10px 5px 0 0; width: 30px; height: 30px; line-height: 30px; overflow: hidden; }
.nav-btn, .search-btn { transition: 0.2s ease; }
.nav-btn:after { content: "\f0c9"; font-size: 24px; }
.search-btn:after { content: "\f002"; font-size: 20px; }
.nav-btn.active, .search-btn.active { transform: rotate(-360deg); }
.nav-btn.active:after, .search-btn.active:after { content: "\f00d"; font-size: 24px; }

.langs-btn { background-color: transparent; background-position: left center; background-size: 22px auto; background-repeat: no-repeat; border: 0 none; cursor: pointer; float: right; margin: 10px 10px 0 0; font-weight: bold; padding-left: 25px; height: 30px; line-height: 30px; font-size: 0; overflow: hidden; }
.langs-btn:after { content: "\f107"; margin-left: 2px; font-size: 12px; width: 12px; transition: 0.2s ease; }
.langs-btn.active:after { transform: rotate(-180deg); }

.langs-dropdown { padding: 5px 10px 10px 10px; overflow: hidden; z-index: 99999; position: absolute; top: 90px; right: 0; display: none; width: 180px; }
.langs-dropdown a { background-position: 10px center; background-size: 22px auto; background-repeat: no-repeat; font-size: 14px; display: block; padding: 0 10px 0 41px; font-size: 16px; height: 36px; line-height: 36px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; position: relative; border-radius: 4px; margin: 5px 0 0 0; }


.search-dropdown { transition: 0.2s ease; overflow: hidden; position: absolute; z-index: 99999; top: -200%; right: 0; left: 0; opacity: 0; }
.search-dropdown.active { top: 90px; opacity: 1; }
.search-dropdown form { position: relative; overflow: hidden; margin: 15px 10px; }
.search-field { border-radius: 6px; border: 0; overflow: hidden; height: 35px; line-height: 35px; padding: 0 30px 0 10px; }
.search-dropdown input { background: none; border: 0 none; width: 100%; outline: 0 none; font-size: 16px; height: inherit; line-height: normal; text-align: left; }
.search-dropdown button { background: none; overflow: hidden; position: absolute; top: 8px; right: 5px; border: 0 none; cursor: pointer; outline: 0 none; width: 20px; font-size: 20px; height: 20px; line-height: 20px; }
.search-dropdown button:after { content: "\f002"; }

.nav-visible { overflow: hidden; padding-top: 10px; clear: both; }
.nav { overflow: hidden; height: 40px; }
.nav a, .nav span { transition: 0.2s ease; cursor: pointer; display: block; float: left; height: 40px; line-height: 40px; margin: 0 10px; font-size: 16px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.nav a:before, .nav span:before { display: block; height: inherit; line-height: inherit; float: left; font-size: 20px; width: 22px; margin-right: 2px; margin-top: 1px; }
.nav a.nav-popular:before { content: "\f7e4"; }
.nav a.nav-recent:before { content: "\f382"; }
.nav a.nav-cams:before { content: "\f03d"; }
.nav a.nav-meet:before { content: "\f228"; }
.nav a.nav-games:before { content: "\f11b"; }

.nav-dropdown { transition: 0.2s ease; overflow: hidden; position: fixed; z-index: 99999; bottom: 0; top: 90px; right: -100%; opacity: 0; width: 220px; padding: 10px; }
.nav-dropdown.active { right: 0; opacity: 1; }
.nav-dropdown .nav { height: auto; }
.nav-dropdown .nav a, .nav-dropdown .nav span { float: none; }
span.nav-cats-btn:before { content: "\f02c"; }
span.nav-cats-btn:after { content: "\f107"; transition: 0.2s ease; float: right; margin-left: 5px; margin-top: 1px; height: inherit; line-height: inherit; font-size: 14px; width: 16px; }
span.nav-cats-btn.active:after { transform: rotate(-180deg); }
.nav-cats-list { display: none; overflow: hidden; clear: both; overflow-y: scroll; margin: 0 20px 10px 20px; max-height: 400px; }
.nav-cats-list a { height: 35px; line-height: 35px; }
.nav-cats-list a:before { content: "\f02b"; float: left; height: inherit; line-height: inherit; font-size: 14px; width: 16px; margin-right: 0; }

.nav span:hover, .nav a:hover { opacity: 0.9; }

.top-links { overflow: hidden; margin: 5px 5px 0 10px; padding-right: 38px; clear: both; position: relative; height: 39px; }
.top-links a { display: block; float: left; margin: 5px 5px 0 0; font-weight: bold; height: 34px; line-height: 34px; padding: 0 8px; border-radius: 4px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.more-btn { border-width: 1px; border-style: solid; position: absolute; bottom: 0; right: 5px; width: 32px; height: 32px; line-height: 32px; font-size: 18px; border-radius: 4px; overflow: hidden; }
.more-btn:after { content: "\f107"; transition: 0.2s ease; }
.more-btn.active:after { transform: rotate(-180deg); }
.top-links.active { height: auto; }

.thumbs { padding: 0 8px 0 8px; overflow: hidden; }

.grid-item, .grid-sizer { float: left; width: 50%; overflow: hidden; }

.grid-item .inner { overflow: hidden; }
.grid-item a { border-width: 1px; border-style: solid; display: block; margin: 4px 2px 0 2px; border-radius: 4px; overflow: hidden; position: relative; }
.grid-item img { width: 100%; height: auto; border-radius: 3px; }
.grid-item h3 { position: absolute; bottom: 5px; right: 5px; overflow: hidden; border-radius: 4px; padding: 4px 8px; font-size: 14px; line-height: 20px; }

.grid-alt { width: 100%; text-align: center; overflow: hidden; clear: both; }
.grid-b { border-width: 1px; border-style: solid; width: 300px; height: 250px; display: inline-block; vertical-align: top; margin: 4px 2px 0 2px; overflow: hidden; border-radius: 4px; }
.grid-b iframe { border: 0 none; width: 300px; height: 250px; }

.pages { clear: both; padding: 36px 3px 0 3px; text-align: center; font-size: 0; overflow: hidden; }
.pages a, .pages span { display: inline-block; vertical-align: top; margin: 4px 2px 0 2px; height: 32px; line-height: 32px; padding: 0 5px; min-width: 22px; font-size: 14px; border-radius: 4px; }
.pages a.prev:after { content: '\f104'; }
.pages a.next:after { content: '\f105'; }


.sp-alts { overflow: hidden; text-align: center; font-size: 0; padding-top: 46px; clear: both; }
.sp-alt { border-width: 1px; border-style: solid; overflow: hidden; border-radius: 4px; width: 300px; height: 250px; margin: 4px 2px 0 2px; display: inline-block; vertical-align: top; }
.sp-alt iframe { border: 0 none !important; border-radius: 4px; }
.sp-alt-2, .sp-alt-3, .sp-alt-4, .sp-alt-5 { display: none; }

.net-fr { overflow: hidden; clear: both; }
.net-fr-list { column-count: 2; column-gap: 5px; overflow: hidden; padding: 5px 10px 0 10px; }
.net-fr-list li { overflow: hidden; padding: 5px 0 0 0; }
.net-fr-list a { display: block; font-weight: bold; height: 38px; line-height: 38px; padding: 0 8px; border-radius: 4px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.net-fr-list a:before { content: "\f35d"; display: block; float: left; margin-right: 3px; width: 22px; font-size: 22px; }

.about { clear: both; overflow: hidden; text-align: justify; }
.about p { font-size: 16px; line-height: 24px; margin: 10px 10px 0 10px; }
.about a { text-decoration: underline; }
.about a:hover { text-decoration: none; }

.gallery-wrap { overflow: hidden; margin: 10px 0 0 0; padding: 0 0 10px 0; }
.gallery-block { overflow: hidden; }
.gallery-pic { padding: 10px 10px 0 10px; text-align: center; }
a.gal-link { display: inline-block; vertical-align: top; margin: 0 auto; border-width: 4px; border-style: solid; border-radius: 6px; }
.gallery-pic img { max-width: 100%; height: auto; border-radius: 3px; }

a.sp-link { display: block; padding: 12px 15px; text-transform: uppercase; font-size: 15px; line-height: 20px; text-align: center; font-weight: bold; border-radius: 6px; margin-top: 10px; }
a.sp-link:before { content: '\f09c'; float: none; display: inline-block; vertical-align: top; font-size: 20px; width: 20px; }

.gallery-block .sp-alts { padding-top: 6px; }
.gallery-block .sp-alt-2 { display: none; }

.footer { margin-top: 50px; padding: 10px 0 20px 0; text-align: center; font-size: 15px; line-height: 20px; }
.footer p { margin: 10px 10px 0 10px; }
.footer-links { padding-top: 5px; }
.footer-links a { opacity: 0.8; text-decoration: underline; display: inline-block; vertical-align: top; margin: 5px 5px 0 5px; height: 20px; line-height: 20px; }
.footer-links a:hover { opacity: 1; text-decoration: none; }

#scroll-top { display: none; border-radius: 6px; border: 0 none; overflow: hidden; opacity: 0.9; position: fixed; z-index: 20000; right: 10px; bottom: 40px; cursor: pointer; width: 40px; height: 40px; line-height: 40px; font-size: 22px; text-align: center; }
#scroll-top:before { content: '\f106'; display: block; height: inherit; line-height: inherit; font-weight: 900; }
#scroll-top:hover { opacity: 1; }
#scroll-top.without-navigation { bottom: 40px; }

@media all and (min-width:440px) {
    .logotype { font-size: 20px; }
    .grid-item h3 { font-size: 16px; line-height: 22px; }
}

@media all and (min-width:628px) {
    .wrapper { max-width: 100%; width: 628px; }
    .logotype { font-size: 22px; }
    .grid-item, .grid-sizer, .grid-alt { width: 306px; }
    .sp-alt-2 { display: inline-block; }
    .net-fr-list a { height: 42px; line-height: 42px; padding: 0 10px; font-size: 16px; }
    .net-fr-list a:before { width: 26px; font-size: 26px; }
    .gallery-wrap { border-radius: 6px; margin: 10px 10px 0 10px; }
}

@media all and (min-width:954px) {
    .wrapper { width: 934px; }
    h1 { font-size: 24px; line-height: 30px; }
    h2 { font-size: 24px; line-height: 30px; }
    .logotype { font-size: 24px; }
    .nav-visible { margin: 0 10px; }
    .nav-cats-list a:before { font-size: 16px; width: 18px; }
    .more-btn { display: none }
    .top-links, .top-links.active { height: auto; }
    .sp-alt-3 { display: inline-block; }
    .net-fr-list { column-count: 3; } 
    .pages { padding: 46px 0 0 10px; }
    .pages a, .pages span { float: left; height: 40px; line-height: 40px; min-width: 30px; font-size: 16px; margin: 4px 4px 0 0; }
    #scroll-top { width: 50px; height: 50px; line-height: 50px; font-size: 26px; }
    .gallery-block { display: table; width: 100%; }
    .gallery-pic { display: table-cell; vertical-align: top; padding: 10px 0 0 10px; }
    .gallery-block .sp-alts { display: table-cell; vertical-align: top; width: 326px !important; max-width: 326px !important; padding: 0; }
    .gallery-block .sp-alt { margin: 10px 10px 0 10px; }
    .gallery-block .sp-alt-2 { display: inline-block; }
    a.sp-link { padding: 15px 20px; font-size: 16px; line-height: 22px; margin: 10px 0 0 0; }
    a.sp-link:before { font-size: 22px; width: 22px; }

}

@media all and (min-width:1256px) {
    body.active { overflow: visible !important;}
    body.active:before { display: none; }
    .wrapper { width: 1240px; }
    a.logotype { height: 40px; line-height: 40px; margin-right: 25px; }
    .header { height: 60px; }
    .langs-btn, .search-btn { margin-top: 15px; }
    .langs-btn { background-size: 25px auto;  padding-left: 28px; }
    .langs-dropdown { top: 61px; right: 10px; }
    .nav-btn { display: none; }
    .nav-dropdown { opacity: 1; right: 0; float: left; position: static; width: auto; padding: 10px 0 0 0; }
    .nav-cats { float: left; }
    .nav-dropdown .nav a, .nav-dropdown .nav span { float: left; }
    .nav span, .nav a { margin-right: 25px; }
    .nav-visible { clear: none; padding: 0; }
    .nav-visible .nav { background: none; padding: 10px 0 0 0; height: auto; }
    .search-dropdown.active { top: 61px; }
    .nav-cats-list { position: absolute; top: 61px; left: 10px; right: 10px; margin: 0; max-height: auto; overflow: hidden; column-count: 6; padding: 15px 10px; }
    .nav-cats-list a { float: none !important; }
    .search-dropdown { left: 10px; right: 10px; }
    body.nav-bg, body.search-bg, body.langs-bg { overflow: visible; }
    body.nav-bg:before, body.search-bg:before, body.langs-bg:before { display: none; }
    .top-links a { height: 36px; line-height: 36px; padding: 0 10px; font-size: 15px; }
    .sp-alt-4 { display: inline-block; }
    .net-fr-list { column-count: 4; }
}

@media all and (min-width:1560px) {
    .wrapper { width: 1546px; }
    .logotype { font-size: 28px; }
    .nav-cats-list { column-count: 8;  }
    .top-links a { font-size: 16px; }
    .sp-alt-5 { display: inline-block; }
    .net-fr-list { column-count: 5; }
}

@media all and (max-width:1020px) {* { -webkit-tap-highlight-color: transparent; -webkit-focus-ring-color: transparent; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}}