@charset "utf-8";
/* --------------- reset --------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}
img {
  display: inline-block;
}
html {
  height: 100%;
}
body {
  height: auto !important;
  height: 100%;
  min-height: 100%;
  position: relative;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, td img {
  vertical-align: top;
}
input, select, button, textarea {
  margin: 0;
  font-size: 100%;
}
input[type="text"], input[type="password"], textarea {
  padding: 0;
}
input[type="checkbox"] {
  vertical-align: bottom;
}
input[type="radio"] {
  vertical-align: text-bottom;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #898889;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #898889;
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #898889;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #898889;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/* --------------- /reset --------------- */


/* --------------- fix styles ---------*/

.cc {
  clear: both;
}

.cfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.hidden {
  display: none;
}

.show {
  display: block!important;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  margin: 0 auto;
  display: block;
}

.txtleft {
  text-align: left!important;
}

.txtright {
  text-align: right!important;
}

.txtcenter {
  text-align: center!important;
}


/* --------------- /fix styles ---------*/


/* --------------- main styles ---------*/

html {
  overflow-y: scroll;
}

body {
  line-height: 1;
  background: #151924;
  color: #424242;
  text-align: left;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  margin: 0 auto;
}

input, select, button, textarea {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

label, input[type="button"], input[type="submit"], button {
  cursor: pointer;
}

a, a:visited {
  color: #67c3dc;
  text-decoration: none;
}

a:hover {
  color: #ffffff;
  text-decoration: none;
}

a:focus, a:active {
  color: #67c3dc;
  text-decoration: none;
}

.header, .footer, .content {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  position: relative;
}

.page-layout {
  margin: 0 auto;
  padding: 0;
  position: relative;
  max-width: 1510px;
}

.page-layout:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* --------------- /main styles ---------*/


/* --------------- header styles ---------*/

.header {
  background: #F3F3F3;
}

.header .page-layout{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.header .page-layout .flex{
  display: flex;
  flex-wrap: wrap;
}

.header .logo-box {
  width: 440px;
  height: 60px;
  background: url(https://ru.chunkytgp.net/files/logo.png);
    float: none;
    display: block;
    margin: 0 auto;
  flex-shrink: 0;
}

.header .search-box {
  flex-grow: 2;
  position: relative;
  margin: 5px 10px;
}

.header .search-box form {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.header .search-box .input {
  vertical-align: top;
  padding-right: 3px;
  flex-grow: 2;
}

.header .search-box input {
  vertical-align: top;
}

.header .search-box input[type="text"] {
  width: 100%;
  margin: 0;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  color: #898889;
  padding: 0 10px;
  box-sizing: border-box;
  background: #ffffff;
  border: none;
}

.header .search-box input[type="submit"] {
  height: 30px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  font-size: 12px;
  line-height: 30px;
  padding: 0 15px; 
  color: #ffffff;
  text-transform: uppercase;
  background: transparent;
  border: none;
  background: #279ac7;
}

.header .dropdown-btn{
  position: relative;
}
.header .dropdown-btn .drop-btn{
  margin: 5px 0;
  font-size: 12px;
  line-height: 30px;
  padding: 0 10px;
  position: relative;
  cursor: pointer;
  text-transform: capitalize;
  color: #ffffff;
  background: #1f2531;
  min-width: 150px;
}
.header .dropdown-btn.dropped .drop-btn,
.header .dropdown-btn .drop-btn:hover{
}
.header .dropdown-btn .drop-btn i{
  display: block;
  position: absolute;
  top: 12px;
  right: 5px;
  width: 8px;
  height: 7px;
  background-image: url(https://ru.chunkytgp.net/files/arrow_dn.svg); 
  margin-left: 10px;
}
.header .dropdown-btn.dropped .dropdown{
  display: block;
}
.header .dropdown-btn .dropdown .wrapper{
  display: block;
  width: 100%;
  height: 52px;
  position: absolute;
  top: -52px;
}
.header .dropdown-btn .dropdown{
  display: none;
}
.header .dropdown-btn .dropdown{
  background: #1f2531;
  border-top: none;
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 100;
  border-top: none;
  text-align: left;
}
.header .dropdown-btn .dropdown a{
  display: block;
  padding: 5px 10px;
  margin: 0 0 5px 0;
  color: #ffffff;
}
.header .dropdown-btn .dropdown .a,
.header .dropdown-btn .dropdown a:hover{
  color: #279ac7;
}

.header .tags {
  order: 2;
  padding: 0 15px;
  font-size: 10px;
  line-height: 15px;
  height: 15px;
  overflow: hidden;
}
.header .tags a{
  color: #e07f24;
  display: inline-block;
  padding: 0 10px 0 15px;
  background: url(https://ru.chunkytgp.net/files/search.svg) no-repeat left center;
}
.header .tags a:hover {
  color: #000000;
}

/* --------------- /header styles ---------*/

.text-box {
  padding: 8px 0;
  font-size: 12px;
  line-height: 16px;
}

.text-box-spase {
  padding: 10px 0;
}

/* --------------- title box styles ---------*/

.title-box {
  text-align: left;
  color: #ffffff;
  position: relative;
  font-size: 20px;
  line-height: 24px;
  margin: 5px 0;
}

.title-box h1,
.title-box h2,
.title-box h3{
  display: inline-block;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}
/* --------------- /title box styles ---------*/


/* --------------- navigations box styles ---------*/

.nav {
  margin: 15px 0;
  background: #1f2531;
  border: 1px solid #313946;
  box-shadow: 0 0 1px #000000;
}

.nav .sort,
.pages {
  font-size: 14px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

.nav .sort {
  float: right;
  border-left: 1px solid #313946
}

.nav .sort a,
.pages span,
.pages a {
  display: block;
  float: left;
  padding: 0 16px;
  text-align: center;
  text-decoration: none;
  color: #6ccee7;
  text-shadow: 1px 1px 0 #000000;
  border-left: 1px solid #0a0b0f;
  border-right: 1px solid #313946;
}

.nav .sort a:hover,
.pages .current,
.pages a:hover {
  text-decoration: none;
  color: #ffffff;
  background: #0a0b0f;
}


/* --------------- /navigations box styles ---------*/


/* --------------- list box styles ---------*/
.list-box {
  display: block;
  margin-bottom: 15px;
  background: #1d232f;
}
.list-box ul {
  list-style-type: none;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 0;
}
.list-box ul li {
  float: left;
  width: 16.6%;
  padding: 8px 0;
  display: block;
  position: relative;
  overflow: hidden;
  text-overflow: ellpsis;
  white-space: nowrap;
  
}
.list-box ul li a{
  display: block;
  text-decoration: none; 
  margin: 0 10px;
  padding: 0 0 0 25px;
  position: relative;
  color: #67c3dc;
  text-shadow: 1px 1px 0 #000000;
}
.list-box ul li a::before {
  background: url(https://ru.chunkytgp.net/files/arrow.svg) no-repeat center center #10131a;
  border-bottom: 1px solid #383e4c;
  border-radius: 4px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}
.list-box ul li a:hover{
  text-decoration: none;
  color: #ffffff;
}


/* --------------- /list box styles ---------*/


/* ---------------  thumbs box styles ---------*/

.thumbs {
  display: block;
  font-size: 0;
  text-align: center;
  margin: 0 -2px
}

.thumb {
  position: relative;
  color: #3d3d3d;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}

.thumb>div {
  position: relative;
  width: 240px;
  margin: 2px;
  padding: 0;
}

.thumb .img {
  position: relative;
  display: block;
}

.thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.thumb .t,
.thumb .tt {
  text-align: left;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.8) url(https://ru.chunkytgp.net/files/arrow1.svg) no-repeat 5px center;
  padding: 0 5px 0 25px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.thumb:hover .tt,
.thumb:hover .t {
  color: #ffffff;
}

.thumb .tt{
  text-align: center;
  background-image: none;
  padding: 0 5px;
}

.thumb .i:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.thumb .i{
  font-size: 10px;
  line-height: 16px;
  color: #bdbdbd;
  text-align: center;
  background: #0a0b0f;
  border: 1px solid #1f2531;
  border-top: none;
}
.thumb .i > div{
  float: left;
  width: 50%;
}
.thumb .i > div:first-child{
  margin-right: -1px;
  border-right: 1px solid #1f2531;
}
.thumb .i a{
  display: block;
  color: #bdbdbd;
}
.thumb .i a:hover{
  color: #ffffff;
  background: #6ccee7;
}

.thumb .tags {
  background: #0a0b0f;
  border: 1px solid #1f2531;
  border-top: none;
  color: #9f9f9f;
  font-size: 10px;
  line-height: 20px;
  height: 20px;
  padding: 0 5px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  display: none;
  z-index: 100;
}

.thumb:hover .tags {
  display: block;
}

.thumb .tags a {
  padding: 0 2px;
  display: inline-block;
  color: #e07f24;
}

.thumb .tags a:hover {
  color: #ffffff;
}


/* --------------- /thumbs box styles ---------*/


/* --------------- video embed styles ---------*/

.video-page-wrapper {
  position: relative;
  padding-left: 250px;
  padding-right: 320px;
  max-width: 1300px;
  min-height: 600px;
}

.video-page {
  display: block;
  margin-bottom: 20px;
  max-width: 1300px;
}

.video-box {
  margin: 0;
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.video-box .video-box-item,
.video-box iframe,
.video-box embed,
.video-box object,
.video-box video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-box.video-16by9 {
  padding-bottom: 56.25%;
}

.video-box.video-4by3 {
  padding-bottom: 75%;
}

.video-ad {
  display: block;
  width: 320px;
  height: 770px;
  overflow: hidden;
  position: absolute;
  top: 0;
  text-align: center;
}

.video-ad.leftbox {
  left: 0;
  width: 250px;
}

.video-ad.rightbox {
  right: 0;
}

.video-ad iframe {
  margin-bottom: 5px;
}

.video-page .video-content {
  margin: 0 auto;
  position: relative;
}

.video-page .videoad {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -112px;
  width: 300px;
  z-index:20;
}

.video-page .videoad .close {
  position: absolute;
  top: -25px;
  right: -5px;
  color: #67c3dc;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  width: 25px;
  height: 30px;
  z-index: 10;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
}

.inner-page .videoad iframe {
  width: 300px;
  height: 250px;
}

.video-page .video-info {
  padding: 5px;
  font-size: 10px;
  line-height: 20px;
  color: #bdbdbd;
  text-transform: uppercase;
}

.video-page .video-info .info {
  font-size: 18px;
  line-height: 22px;
  padding: 5px 0;
}

.video-page .video-info a{
  color: #67c3dc;
}

.video-page .video-info a:hover {
  color: #898889;
}

.video-page .video-info .tags a{
  color: #e07f24;
  display: inline-block;
  padding: 0 3px 0 15px;
  background: url(https://ru.chunkytgp.net/files/tag.svg) no-repeat left center;
}

.video-page .video-info .tags a:hover {
  color: #ffffff;
}


/* --------------- /video embed styles ---------*/


/* --------------- banners styles ---------*/

.spots-box {
  margin: 0 auto;
  display: block;
  text-align: center;
  max-width: 1200px;
}

.spots-box .spot {
  width: 300px;
  margin: 5px 0px;
  text-align: center;
  display: inline-block;
  float: left;
}

.spots-box .spot a {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 15px;
}

.top-spots{
  margin: 5px 0;  
}

.top-spots > iframe{
  margin: 0 auto;
  display: block;
}


/* --------------- /banners styles ---------*/


/* --------------- footer styles ---------*/

.footer {
  font-size: 14px;
  line-height: 18px;
  padding: 10px 0;
  color: #787878;
  text-align: center;
}

.footer a {
  padding: 0 5px;
}

/* --------------- /footer styles ---------*/


/* --------------- media screen styles ---------*/

@media only screen and (min-width: 1270px) and (max-width: 1510px) {
  .page-layout {
    max-width: 1265px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1269px) {
  .page-layout {
    max-width: 1010px;
  }
  .video-page-wrapper{
    padding-left: 0;
  }
  .video-ad {
    height: 510px;
    overflow: hidden;
  }
  .video-ad.leftbox{
    display: none;
  }
  .video-page-wrapper {
    min-height: 510px;
  }
}

@media only screen and (max-width: 1024px) {
  .page-layout {
    padding: 0 7px;
  }
  .header .page-layout {
    display: block;
  }
  .header .logo-box {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .header .list a {
    width: 49%;
  }
  .video-page-wrapper{
    padding-left: 0;
    padding-right: 0;
  }
  .video-ad {
    display: block;
    height: 250px;
    overflow: hidden;
    position: relative;
    right: auto;
    left: auto;
    text-align: center;
    top: 0;
    width: 100%;
  }
  .video-ad.leftbox {
    width: auto;
    height: auto;
  }
  .thumb>div {
    width: auto;
  }
  .text-box {
    position: relative;
  }
  .text-box-spase {
    display: none;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .list-box ul li{
    width: 33%;
  }
  .thumb {
    width: 25%;
  }
}

@media only screen and (max-width: 959px) {

  .footer {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {}
@media only screen and (min-width: 736px) and (max-width: 767px) {}
@media only screen and (max-width: 735px) {
  .nav .pages a,
  .nav .pages span {
    display: none;
  }
  .nav .pages .prev,
  .nav .pages .next,
  .nav .pages .current {
    display: inline-block;
  }
  .thumb {
    width: 33%;
  }
  .top-spots > iframe{
    width: 100%;
  }
}
@media only screen and (min-width: 669px) and (max-width: 735px) {}
@media only screen and (min-width: 640px) and (max-width: 668px) {}
@media only screen and (max-width: 639px) {
  .video-info .info-box>div {
    float: none;
    width: auto;
  }
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  .list-box ul li{
    width: 50%;
  }
  .thumb {
    width: 50%;
  }
}
@media only screen and (min-width: 568px) and (max-width: 639px) {}
@media only screen and (min-width: 480px) and (max-width: 567px) {}
@media only screen and (max-width: 479px) {
  .header .logo-box {
    width: 263px;
    height: 60px;
    background-size: 263px 60px;
    margin-bottom: 2px;
  }
  .list-box ul li{
    width: 50%;
  }
}
@media only screen and (min-width: 375px) and (max-width: 479px) {
  .thumb {
    width: 50%;
  }
}
@media only screen and (min-width: 414px) and (max-width: 479px) {}
@media only screen and (min-width: 375px) and (max-width: 413px) {}
@media only screen and (min-width: 360px) and (max-width: 374px) {
  .thumb {
    width: 100%;
  }
}
@media only screen and (max-width: 359px) {
  .thumb {
    width: 100%;
  }
}

/* --------------- /media screen styles ---------*/