:root {
--header-first-color:#331e1e;
--header-second-color:#4d3333;
--body-color:#240f0f;
--menu-color:#914b4b;
--h1-h2-h3-rel-text-color:#ffffff;
--thumbs-info-color:#21262d;
--thumbs-county-color:#946161;
--knopki-color:#bf4545;
--bottom-and-related-knopki:#161b22;
--second-color:#8c2c2c;
}


.section ul li a,
.thumbs.thumb > a,
section {
  box-shadow: none;
}
a,
li,
ul {
  margin: 0;
  padding: 0;
}
.video-section. .right-section .side-spots .spot a,
.video-section. .right-section .side-spots .spot img,
article,
aside,
details,
figcaption,
figure,
footer,
h1,
h2,
h3,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
.header {
  padding: 10px 0;
  margin: 0 0 10px 0;
}
.header,
.container {
  width: 100%;
}
.header,
.header .search,
.heading-contik,
.container,
a {
  position: relative;
}
.header_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.navigation > ul > li,
.thumbs .thumb {
  vertical-align: top;
  display: inline-block;
}
.bottom-text,
.footer,
.navigation,
.pagination,
.pagination li,
.section.tubes-section ul li a,
.spots,
.spots.spot,
.thumbs {
  text-align: center;
}
.section ul li a,
.thumbs .thumb .thumb-info,
.thumbs .thumb .thumb-info2 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: capitalize;
}
.pagination li a.active,
.pagination li a:hover,
.pagination li span {
  background: var(--knopki-color);
}
.video-section .top-tags .categories-row a:hover {
  background-color: var(--knopki-color);
}
.section ul li a:hover {
  color: var(--h1-h2-h3-rel-text-color);
  background: var(--knopki-color);
}
.footer a:hover,
a {
  text-decoration: none;
  background: 0 0;
}
.bottom-text,
.footer .footer-text {
  color: #ddd;
  line-height: 20px;
}
* {
  box-sizing: border-box;
  outline: 0;
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}
li,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
section {
  margin-bottom: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
a {
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
  color: #ddd;
}
.header {
  background: linear-gradient(180deg, var(--header-first-color) 0%, var(--header-second-color) 100%);
}
body {
  background: var(--body-color);
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
select {
  vertical-align: middle;
  outline: 0;
}
body {
  line-height: 1;
  font-weight: 400;
  font-size: 14px;
  color: var(--h1-h2-h3-rel-text-color);
}
h1,
h2,
h3 {
  margin: 10px 0 5px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  text-transform: capitalize;
}
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 10px;
}
.clearfix:after {
  display: table;
  content: "";
  clear: both;
}
.show-on-mobile {
  display: none !important;
}
.footer .container:after,
.header .container:after,
.heading-contik:after {
  content: "";
  display: block;
  clear: both;
}
.header .logo {
  float: left;
  font-size: 32px;
  line-height: 80px;
  font-weight: 700;
  text-transform: uppercase;
}
.header .logo a {
  display: block;
  height: 50px;
  margin: 15px 0;
  line-height: 50px;
  font-weight: 700;
}
.header .search {
  position: relative;
  margin: 0 10px;
  flex-grow: 1;
}
.header .search .search-input {
	font-size: 15px;
    width: 100%;
    padding: 0 100px 0 15px;
    height: 50px;
    background: var(--body-color);
    border: 2px solid var(--menu-color);
    border-radius: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all .3s ease;
    color: #fff;
}
.header .search .search-input:focus {
	border-color: var(--knopki-color);
    background-color: var(--menu-color);
}
.header .search .search-submit {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  border-radius: 10px;
  padding: 0 10px;
  border: 0;
  background: 0 0/20px 20px var(--second-color);
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  cursor: pointer;
  transition: opacity 0.15s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.header .search .search-submit:hover {
  background: var(--knopki-color);
  transition: 0.15s;
}

.topbar{
	box-sizing:border-box;
	display:none;
	max-width: 1490px;
    margin: 0 auto;
    padding: 0 10px;
}
.topbar ul{
	margin:0;
	padding:0;
	list-style:none;
	-webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
}
.topbar ul li{
	position: relative;
    width: 100%;
    margin: 0 0 4px 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}
.topbar ul li a{
	display:block;
	padding:5px;
	text-align:center;
	background:var(--thumbs-info-color);
	color:#ffffff;
}
.topbar ul li a:hover{
	background:#C0AA4F;
	color:#333333;
}
.dec-topbar .topbar{
	display:block;
	margin:0 0 5px 0;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 88%);
  z-index: 9999;
  display: none;
}
.overlay.toggled {
  display: block;
}

.asidemenu {
	position: fixed;
    top: 0;
    right: 0;
    width: 260px;
    height: 100%;
    background-color: var(--body-color);
    border-left: 1px solid #696969;
    overflow-y: scroll;
    font-size: 14px;
    z-index: 1;
    will-change: right;
    -webkit-overflow-scrolling: touch;
}
.asidemenucont {
  position: relative;
}
.asidemenucont ul {
  margin: 10px;
  padding: 0;
  -webkit-columns: 1 !important;
  columns: 1 !important;
}
.asidemenucont ul li {
  margin: 0 0 5px 0;
  padding: 0;
  list-style: none;
}
.asidemenucont ul li .xwrapbtn {
  padding: 0 20px;
  display: block;
  text-align: left;
  line-height: 50px;
}
.asidemenucont ul li .la {
  margin: -2px 5px 0 0;
  vertical-align: middle;
  font-size: 18px;
}
.aside-nav-close {
  position: absolute;
  top: 10px;
  left: -40px;
  font-size: 30px;
  cursor: pointer;
}
.asidemenu .dropdown-container {
  position: static;
  max-height: 350px;
  margin: 5px 0;
  padding: 10px;
  background-color: #e8e8e8;
  overflow: auto;
}

.xwrapbtn {
    min-width: 35px;
    padding: 0 18px;
    border-radius: 18px;
    display: inline-block;
    border: 0;
    box-sizing: border-box;
    background-color: var(--menu-color);
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    line-height: 48px;
    white-space: nowrap;
    margin: 0 5px 0 5px;
	transition: all .3s ease;
}

.xwrapbtn:hover {
  background: var(--knopki-color);
  color: #000000;
  transform: translateY(-2px);
}

.nav-section {
  position: relative;
  background: #292929;
  z-index: 1;
}
.navigation > ul > li {
  line-height: 34px;
}
.navigation > ul > li > a {
  display: block;
  margin-right: 10px;
  padding: 0 10px;
  font-size: 15px;
  line-height: 40px;
  color: #ddd;
  border-radius: 10px;
  font-weight: 700;
  transition: background-color 0.15s, color 0.15s;
}
.footer a,
.pagination li span,
.section ul li a,
.video-section .top-tags .categories-row a {
  color: var(--second-color);
}
.navigation > ul > li.active > a,
.navigation > ul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    