/*** RESET STYLES ***/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, div, input, textarea, select, button { display: block; -o-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

table { border-collapse: collapse; border-spacing: 0; }

[role="button"], input[type="submit"], input[type="reset"], input[type="button"], button { -webkit-box-sizing: content-box; box-sizing: content-box; }

/* Reset `button` and button-style `input` default styles */
input[type="submit"], input[type="reset"], input[type="button"], button { background: none; border: 0; color: inherit; /* cursor: default; */ font: inherit; line-height: normal; overflow: visible; padding: 0; -webkit-appearance: button; /* for input */ -webkit-user-select: none; /* for button */ -moz-user-select: none; -ms-user-select: none; }

button, input[type="submit"] { padding: 0; margin: 0; border: none; cursor: pointer; }

/*** END RESET STYLES ***/
/* GENERAL */

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2){}

 .input, .textarea { background-color: #000 !important; font-family: 'Raleway', sans-serif; }


a { text-decoration: none; color: #121316; }

html { position: relative; min-height: 100%; }

body { font: 14px/1.2 "Raleway", sans-serif; font-weight: 400; background: #fff; color: #121316; min-width: 320px; position: relative; }

img { display: block; max-width: 100%; }

.wrapper { width: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; overflow: hidden; }

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

@media only screen and (max-width: 768px) { .container { padding: 0 5px; } }

.svg-icon { width: 1em; height: 1em; display: block; fill: currentColor; }

.icon_holder { display: inline-block; vertical-align: middle; }

/* end GENERAL */
/* Buttons etc */
.btn, input[type="submit"] { display: inline-block; vertical-align: top; padding: 10px 15px; -webkit-border-radius: 3px; border-radius: 3px; background-color: #ff005a; color: #fff; font-weight: 700; text-transform: uppercase; -webkit-transition: opacity 0.2s; transition: opacity 0.2s; outline: none; }

@media only screen and (min-width: 768px) { .btn:hover, input[type="submit"]:hover { opacity: 0.9; } }

.show-more { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; padding: 12px 5px; -webkit-border-radius: 15px; border-radius: 15px; font-size: 12px; font-weight: 700; text-transform: uppercase; color: #838793; background-color: #f7f7f7; -webkit-transition: background-color 0.4s, color 0.4s; transition: background-color 0.4s, color 0.4s; }

@media only screen and (min-width: 768px) { .show-more:hover { background-color: #ff0559; color: #fff; } }

@media only screen and (max-width: 768px) { .show-more { padding: 7px 5px; } }

/* EOF Buttons etc */
/* Inputs */
.input, .textarea { width: 100%; height: 100%; font-weight: 400; -webkit-border-radius: 15px; border-radius: 15px; border: none; outline: none; color: #88888c; font-size: 13px; padding: 10px 15px; background-color: #121316; }

.textarea { resize: vertical; overflow: hidden; }

/* EOF Inputs */
.mini-drop { position: absolute; top: 100%; left: 0; right: 0; width: 100%; -webkit-border-radius: 0 0 14px 14px; border-radius: 0 0 14px 14px; background-color: #f7f7f7; text-align: center; padding: 13px 13px 18px; z-index: 200; cursor: default; display: none; }

.mini-drop__item { margin-bottom: 18px; }

.mini-drop__item:last-child { margin-bottom: 0; }

.mini-drop__link { color: #121316; font-size: 12px; font-weight: 700; text-transform: uppercase; -webkit-transition: color 0.4s; transition: color 0.4s; }

@media only screen and (min-width: 768px) { .mini-drop__link:hover { color: #cb0348; } }

.open .mini-drop { display: block; }

/* HEADER */
.header { padding: 20px 0; -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.19); box-shadow: 0 0 16px rgba(0, 0, 0, 0.19); background-color: #fff; background: url(../img/dropdown_bg.png); background-position: 0%; }

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

@media only screen and (max-width: 1100px) { .header .container { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } }

.header .logo { width: 171px; height: 33px; margin-right: 40px; background: url(../img/logo_header.png) no-repeat; background-size: contain; }

@media only screen and (max-width: 1100px) { .header .logo { margin-right: 10px; } }

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

@media only screen and (max-width: 1100px) { .header { padding: 10px 0; } }

@media only screen and (max-width: 768px) { .header .nav { width: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; position: absolute; right: 0; top: 110px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; background-color: #fff; color: #000; border-top: none; -webkit-border-radius: 0 0 15px 15px; border-radius: 0 0 15px 15px; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; text-align: center; -webkit-box-shadow: 2px 5px 7px rgba(0, 0, 0, 0.35); box-shadow: 2px 5px 7px rgba(0, 0, 0, 0.35); padding: 5px; z-index: 100; opacity: 0; visibility: hidden; -webkit-transition: opacity 0.3s, visibility 0.3s; transition: opacity 0.3s, visibility 0.3s; } }

.burger-menu { position: relative; width: 35px; height: 30px; padding: 0; font-size: 0; text-indent: -9999px; -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-box-shadow: none; box-shadow: none; -webkit-border-radius: none; border-radius: none; border: none; cursor: pointer; -webkit-transition: background 0.3s; transition: background 0.3s; display: none; }

.burger-menu span { display: block; position: absolute; top: 50%; left: 5px; right: 5px; height: 4px; -webkit-border-radius: 20px; border-radius: 20px; margin-top: -2px; background: #ff005a; }

.burger-menu span::before, .burger-menu span::after { position: absolute; display: block; left: 0; width: 100%; height: 4px; -webkit-border-radius: 20px; border-radius: 20px; background-color: #ff005a; content: ''; }

.burger-menu span::before { top: -8px; }

.burger-menu span::after { bottom: -8px; }

.burger-menu span, .burger-menu span::before, .burger-menu span::after { -webkit-transition: background 0.3s; transition: background 0.3s; }

.burger-menu span::before { -webkit-transition-property: top, -webkit-transform, background; -webkit-transition-property: top, background, -webkit-transform; transition-property: top, background, -webkit-transform; transition-property: top, transform, background; transition-property: top, transform, background, -webkit-transform, -moz-transform, -o-transform; }

.burger-menu span::after { -webkit-transition-property: bottom, -webkit-transform, background; -webkit-transition-property: bottom, background, -webkit-transform; transition-property: bottom, background, -webkit-transform; transition-property: bottom, transform, background; transition-property: bottom, transform, background, -webkit-transform, -moz-transform, -o-transform; }

.burger-menu:hover span, .burger-menu:hover span::before, .burger-menu:hover span::after, .burger-menu.active span::before, .burger-menu.active span::after { background: #ff005a; }

.burger-menu.active span { background: none; }

.burger-menu.active span::before { top: 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.burger-menu.active span::after { bottom: 0; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

@media only screen and (max-width: 768px) { .burger-menu { display: block; } }

.expand.header .nav { opacity: 1; visibility: visible; }

.header-search { -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; position: relative; margin-right: 25px; }

.header-search form { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.header-search .input { border: none; -webkit-border-radius: 15px; border-radius: 15px; }

.header-search__btn { position: absolute; top: 50%; right: -5px; width: 36px; height: 36px; font-weight: 800; letter-spacing: 0.25px; text-transform: uppercase; outline: none; -webkit-border-radius: 50%; border-radius: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); border: 4px solid #f1f1f1; }

.header-search__btn > span { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; color: #fff; background-color: #ff005a; width: 100%; height: 100%; -webkit-border-radius: 50%; border-radius: 50%; -webkit-transition: background-color 0.2s; transition: background-color 0.2s; }

@media only screen and (min-width: 768px) { .header-search__btn:hover > span { background-color: #fa2070; } }

@media only screen and (max-width: 1100px) { .header-search { margin: 10px 0 0; -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; width: 100%; } }

@media only screen and (max-width: 768px) { .header-search { margin: 10px 0 0 0; } }

.suggest { position: absolute; top: 100%; right: 0; left: 0; width: 100%; background-color: #000; -webkit-border-radius: 15px; border-radius: 15px; margin-top: 10px; z-index: 99; display: none; }

.suggest__link { display: block; color: #88888c; padding: 10px 15px; -webkit-transition: color 0.2s, background-color 0.2s; transition: color 0.2s, background-color 0.2s; }

.suggest__link:first-child { -webkit-border-radius: 15px 15px 0 0; border-radius: 15px 15px 0 0; }

.suggest__link:last-child { -webkit-border-radius: 0 0 15px 15px; border-radius: 0 0 15px 15px; }

@media only screen and (min-width: 768px) { .suggest__link:hover { color: #fff; background-color: #ff005a; } }

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

.nav-menu__item { position: relative; }

.nav-menu__item.active .nav-menu__link { color: #ff005a; }

.nav-menu__item.active .nav-menu__link:after { bottom: 0; }

.nav-menu__item.active .nav-menu__ico { top: 48%; }

.nav-menu__item.active .nav-menu__ico .svg-icon { -webkit-transform: rotateZ(-180deg); transform: rotateZ(-180deg); }

.nav-menu__link { display: block; position: relative; padding: 12px 20px; overflow: hidden; font-weight: 700; cursor: pointer; -webkit-transition: color 0.2s; transition: color 0.2s; }

@media only screen and (min-width: 768px) { .nav-menu__link:hover { color: #ff005a; } }

.nav-menu__link:hover:after { bottom: 0; }

.nav-menu__link:after { content: ''; width: 8px; height: 8px; position: absolute; bottom: -20px; left: 50%; -webkit-border-radius: 50%; border-radius: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); background-color: #ff005a; -webkit-transition: bottom 0.4s; transition: bottom 0.4s; }

@media only screen and (max-width: 768px) { .nav-menu__link:after { display: none; } }

@media only screen and (max-width: 1100px) { .nav-menu__link.js-dropdown-menu { padding: 12px 20px; } }

@media only screen and (max-width: 1100px) { .nav-menu__link { padding: 12px; } }

@media only screen and (max-width: 640px) { .nav-menu__link { padding: 10px; font-size: 12px; } }

.nav-menu__ico { position: absolute; right: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

@media only screen and (max-width: 640px) { .nav-menu { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } }

.mode-switcher { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-right: 20px; }

.mode-switcher__item { width: 36px; height: 36px; background-color: #9598a2; margin-right: 1px; outline: none; -webkit-border-radius: 50%; border-radius: 50%; }

.mode-switcher__item:last-child { margin-right: 0; }

.mode-switcher__item_light { background-color: #ff005a; }

@media only screen and (max-width: 768px) { .mode-switcher__item { width: 24px; height: 24px; } }

.mode-switcher__ico .svg-icon { margin: 0 auto; font-size: 19px; color: #fff; }

@media only screen and (max-width: 768px) { .mode-switcher__ico .svg-icon { font-size: 14px; } }

@media only screen and (max-width: 1100px) { .mode-switcher { margin-right: 0; } }

.dropdown-menu { display: none; position: absolute; top: 82px; left: 0; right: 0; width: 100%; background-color: #ffffff; background: url(../img/dropdown_bg.png) repeat-x; background-size: contain; border-top: 1px solid #ff055a; z-index: 99; -webkit-box-shadow: 0px 5px 16px 0px rgba(50, 50, 50, 0.4); box-shadow: 0px 5px 16px 0px rgba(50, 50, 50, 0.4); }

.dropdown-menu .categories-list { background-color: transparent; }

.dropdown-menu .categories-list__item { width: 17%; }

@media only screen and (max-width: 1024px) { .dropdown-menu .categories-list__item { width: 22%; } }

@media only screen and (max-width: 640px) { .dropdown-menu .categories-list__item { width: 40%; } }

@media only screen and (max-width: 640px) { .dropdown-menu .categories-list { padding-top: 50px; } }

@media only screen and (max-width: 1100px) { .dropdown-menu { top: 107px; } }

@media only screen and (max-width: 768px) { .dropdown-menu { top: 140px; background-image: none; background-color: #ffffff; } }

.dropdown-open .dropdown-menu { display: block; }

.content__block_wrapper { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; padding-top: 30px; }


.content__block_wrapper .content__block_spots { idth:320px;width: 100%; }

@media only screen and (min-width: 1025px) { .content__block_wrapper .content__block_spots {max-width: 320px; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

@media only screen and (min-width: 1025px) { .content__block_wrapper .content__block_spots .spot-list { padding: 10px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } }

@media only screen and (max-width: 1299px) { .content__block_wrapper .content__block_spots .spot-list { padding: 0 15px; } }

@edia only screen and (max-width: 1100px) { .content__block_wrapper .content__block_spots .spot-list { padding: 0 0 0 5px; -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; } }

@media only screen and (max-width: 1024px) { .content__block_wrapper .content__block_spots .spot-list { padding: 0 0 0 10px;adding: 0; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } }



@media only screen and (min-width: 1025px) { .content__block_wrapper .content__block_spots .spot { margin: 0 0 20px 0; }
  .content__block_wrapper .content__block_spots .spot:last-child { margin-bottom: 0; } }

@media only screen and (min-width: 1025px) and (max-width:1099px) { .content__block_wrapper .content__block_spots .spot {margin: 0 0 20px 3px}}


@media only screen and (max-width: 1024px) { .content__block_wrapper { -webkit-flex-wrap: rap; -ms-flex-wrap: rap; flex-wrap: rap; } .content__block_wrapper .content__block_spots {width:320px}}

@media only screen and (max-width: 1023px) { 
#zzm2{display:none}
.zzz-on-video-d{width:300px !important}
 }

@media only screen and (max-width:768px){.content__block_wrapper .content__block_spots .spot-list {padding: 0 0 0 5px;} .content__block_wrapper .content__block_spots .spot { margin: 0 0 5px 2% !important} }

.content__block_more { margin-top: 20px;margin-bottom:-10px }

.content__block_more .show-more { padding: 12px; }

.content__block .thumbs + .show-more { margin-top: 10px; }

@media only screen and (max-width: 1300px) { .content__block .thumbs + .show-more { margin-top: 0; } }

.content__bottom { margin-bottom: 30px; }

@media only screen and (max-width: 640px) { .content__bottom { margin-bottom: 10px; } }

.headline { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 20px 0 19px; }

.headline_inner { padding: 16px 0; }

.headline__title { z-index:1;font-size: 18px; font-weight: 700; text-transform: uppercase; }

@media only screen and (max-width: 768px) { .headline__title { font-size: 14px; } }

.headline__actions .show-more { padding: 7px 15px; margin-left: 10px; }

@media only screen and (max-width: 900px) { .headline { padding: 10px 0; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } }

.arrangeheadingtext { text-transform: lowercase; }

.arrangeheadingtext > span { color: #ff005a; }

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

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

.sortings__ico { margin-left: 5px; }

.sortings__ico .svg-icon { -webkit-transition: -webkit-transform 0.3s; transition: transform 0.3s; }

.sortings__item { margin-right: 3px; cursor: pointer; }

.sortings__item:last-child { margin-right: 0; }

.sortings__item.open .sortings__link { background-color: #cb0348; color: #fff; -webkit-border-radius: 14px 14px 0 0; border-radius: 14px 14px 0 0; }

.sortings__item.open .sortings__link .sortings__ico .svg-icon { -webkit-transform: rotateZ(-180deg); transform: rotateZ(-180deg); }

.sortings__link { position: relative; -webkit-border-radius: 14px; border-radius: 14px; background-color: #f7f7f7; padding: 7px 22px; font-size: 12px; font-weight: 700; text-transform: uppercase; -webkit-transition: background-color 0.4s, color 0.4s; transition: background-color 0.4s, color 0.4s; }

@media only screen and (min-width: 768px) { .sortings__link:hover { background-color: #cb0348; color: #fff; } }

@media only screen and (max-width: 768px) { .sortings__link { padding: 7px 10px; } }

@media only screen and (max-width: 900px) { .sortings { width: 100%; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; margin-top: 10px; } }


.humbs { display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 0 -10px -10px; }

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


@media only screen and (max-width: 968px) { .thumbs { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;  }}

.thumbs__item { width: 24.216%; margin: 0 0 10px 10px; }

@media only screen and (min-width: 768px) { .thumbs__item:hover .thumbs__info { background-color: #121316; color: #fff; }
  .thumbs__item:hover .thumbs__info_bottom { color: #818185; } }

@media only screen and (max-width: 1300px) { .thumbs__item { width: 24.5%; margin: 0 0 10px 0.5%; } }

@media only screen and (max-width: 1024px) { .thumbs__item { width: 32.8%; } }

@media only screen and (max-width: 768px) { .thumbs__item { width: 49.5%; margin: 0 0 10px 3px; } }

@media only screen and (max-width: 625px) { .thumbs__item { width: 49.5%; margin: 0 0 10px 0.5%; } }

@media only screen and (max-width: 350px) { .thumbs__item { width: 100%; margin: 0 0 10px 0; } }

.thumbs__img-holder { position: relative; padding-bottom: 56%; }

.thumbs__img-holder img { width: 100%; position: absolute; left: 0; top: 0; }

.thumbs__bage { position: absolute; bottom: 5px; padding: 5px 8px; -webkit-border-radius: 14px; border-radius: 14px; font-size: 12px; background-color: rgba(255, 255, 255, 0.71); }

.thumbs__bage_left { left: 5px; }

.thumbs__bage_right { right: 5px; }

.thumbs__bage_rating { color: #537d00; padding-left: 5px; }

.thumbs__bage > span { position: relative; }

.thumbs__bage > span:after { content: ''; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 1px; height: 12px; background: #818185; }

.thumbs__bage > span:first-child:after { display: none; }

.thumbs__info { padding: 8px 10px; -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; background-color: #f7f7f7; -webkit-transition: background-color 0.2s, color 0.2s; transition: background-color 0.2s , color 0.2s ; }

.thumbs__info_top { margin-bottom: 3px; }

.thumbs__info_text { height: 20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.thumbs__info_bottom { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; color: #838793; -webkit-transition: color 0.2s; transition: color 0.2s; }

.thumbs__info_box { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin-right: 5px; white-space: nowrap; overflow: hidden; }

.thumbs__info_box:last-child { margin-right: 0; }

.thumbs__info_box:first-child { -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.thumbs__info_box:first-child .thumbs__info_tags { white-space: normal; text-overflow: inherit; }

.thumbs__info_ico { display: block; }

.thumbs__info_ico .svg-icon { display: block; font-size: 20px; }

.thumbs__info_tags { display: block; margin-left: 5px; font-size: 12px; height: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.thumbs__info_days { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; height: 15px; overflow: hidden; }

.thumbs__info_days > span { margin-right: 4px; }

.thumbs__info_days > span:last-child { margin-right: 0; }

@media only screen and (max-width: 1300px) { .thumbs { margin: 0 0 0 -0.5%; } }

@media only screen and (max-width: 768px) { .thumbs { margin: 0 0 0 -3px; } }

@media only screen and (max-width: 625px) { .thumbs { margin: 0 0 0 -0.5%; } }

@media only screen and (max-width: 350px) { .thumbs { margin: 0; } }

.tags { margin-bottom: 20px; }

.tags-box { width: 14%; }

.tags-box__heading { font-size: 18px; font-weight: 700; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 1px solid #9c9fa5; }

.tags-box .categories-list__item { width: auto; }

.thumbs-categories .thumbs__info_text { font-weight: 700; }

.thumbs-categories .thumbs__info_bottom { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.pagination-list { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; padding: 30px 0; }

.pagination-list__item { width: 40px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; font-size: 12px; font-weight: 700; margin-right: 5px; -webkit-border-radius: 15px; border-radius: 15px; text-transform: uppercase; }

.pagination-list__item:last-child { margin-right: 0; }

.pagination-list__item > a, .pagination-list__item > span { width: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; padding: 11px 0; color: #838793; background-color: #f7f7f7; -webkit-border-radius: 15px; border-radius: 15px; -webkit-transition: background-color 0.4s, color 0.4s; transition: background-color 0.4s, color 0.4s; }

@media only screen and (max-width: 640px) { .pagination-list__item > a .svg-icon, .pagination-list__item > span .svg-icon { display: none; } }

@media only screen and (max-width: 640px) { .pagination-list__item > a, .pagination-list__item > span { padding: 7px 0; } }

.pagination-list__item.active > a, .pagination-list__item.active > span, .pagination-list__item.active > a:hover, .pagination-list__item.active > span:hover { color: #fff; background-color: #838793; cursor: default; }

.pagination-list__item.disabled > a, .pagination-list__item.disabled > span, .pagination-list__item.disabled > a:hover, .pagination-list__item.disabled > span:hover { color: #838793; background-color: #f7f7f7; cursor: not-allowed; }

@media only screen and (min-width: 768px) { .pagination-list__item > a:hover { background-color: #ff005a; color: #fff; } }

@media only screen and (max-width: 640px) { .pagination-list__item { font-size: 10px; } }

.pagination-list__prev, .pagination-list__next { width: auto; font-size: 11px; }

.pagination-list__prev > a, .pagination-list__prev > span, .pagination-list__next > a, .pagination-list__next > span { padding: 11px 10px; }

@media only screen and (max-width: 640px) { .pagination-list__prev > a, .pagination-list__prev > span, .pagination-list__next > a, .pagination-list__next > span { padding: 7px; } }

.pagination-list__prev .svg-icon, .pagination-list__next .svg-icon { margin-top: -1px; }

@media only screen and (max-width: 640px) { .pagination-list { padding: 10px 0 20px; } }

@media only screen and (min-width: 641px) and (max-width:1300px) {.pagination-list {padding:20px 0 30px}}

@media only screen and (min-width:901px) and (max-width:1300px) {#trending_iframe_div {margin-bottom:-10px}}

.spot-list { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-border-radius: 5px; border-radius: 5px; margin: 0 0 -20px -2%; }

@media only screen and (max-width: 640px) { .pot-list_desktop { display: none; } }

@media only screen and (max-width:1024px) {.content__block_wrapper .content__block_spots .spot { margin: 0 0 10px 2%; }}

.spot-list .spot { margin: 0 0 20px 2%; }

.spot-list .spot__link > img { margin: 0 auto; }

.spot-list_mobile { display: none; margin: 0; }

.spot-list_mobile .spot { margin: 0 0 10px 0; }

.spot-list_mobile .spot:last-child { margin: 0; }

@media only screen and (max-width: 60040px) { .spot-list_mobile { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } }

.content__block_spots { margin-bottom: 10px; }

@media only screen and (min-width: 1300px) { .content__block_spots .spot-list { padding: 20px; margin: 0; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; background-color: #f7f7f7; } }

@media only screen and (min-width: 1300px) { .content__block_spots .spot { margin: 0; } }

@media only screen and (max-width: 640px) { .content__block_spots { margin: 0 0 0 0.5%; } }

.content__block_spots-thumbs { -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; margin-bottom: 0; margin: 0 0 10px 10px; }

.content__block_spots-thumbs .spot-list_mobile { margin: 0; }

@media only screen and (max-width: 1300px) { .content__block_spots-thumbs { margin: 0 0 10px 0.5%; } }

@media only screen and (max-width: 640px) { .content__block_spots-thumbs { width: 100%; } }

.categories-list { -webkit-column-count:5;-moz-column-count:5;column-count:5;isplay: -webkit-box; isplay: -webkit-flex; isplay: -ms-flexbox; isplay: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 20px; background-color: #f7f7f7; -webkit-border-radius: 5px; border-radius: 5px; }

.dropdown-menu .categories-list .categories-list__item {width:93%;display:inline-flex;display:-webkit-inline-flex;display:-ms-inline-flexbox}

.categories-list__item { idth: 14%; width:93%;display:inline-flex;-webkit-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; isplay: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 7px 10px; margin-bottom: 1px; -webkit-border-radius: 15px; border-radius: 15px; -webkit-transition: background-color 0.2s, color 0.2s; transition: background-color 0.2s, color 0.2s; }

.categories-list__item.active { background-color: #ff005a; color: #fff; }

@media only screen and (min-width: 768px) { .categories-list__item:hover { background-color: #ff005a; color: #fff; }
  .categories-list__item:hover .categories-list__quantity { color: #fff; } }

@media only screen and (max-width: 1300px) {.categories-list{-webkit-column-count:4;-moz-column-count:4;column-count:4} .categories-list__item {display:inline-flex;width:93.5%}
.tags-list{-webkit-column-count:4 !important;-moz-column-count:4 !important;column-count:4 !important}
}

@media only screen and (max-width: 1068px){.categories-list{-webkit-column-count:3;-moz-column-count:3;column-count:3} .categories-list__item {display:inline-flex;width:93.5%}
.tags-list{-webkit-column-count:3 !important;-moz-column-count:3 !important;column-count:3 !important}
}

@media only screen and (max-width: 768px){.categories-list{-webkit-column-count:2;-moz-column-count:2;column-count:2;} .categories-list__item {display:inline-flex;width:93.5%;}}

@media only screen and (max-width: 350px){.categories-list{-webkit-column-count:1;-moz-column-count:1;column-count:1} .categories-list__item {display:inline-flex;width:94.0% !important}}

@media only screen and (max-width: 1200px) { .categories-list__item { idth: 18%; } }

@media only screen and (max-width: 1024px) { .categories-list__item { idth: 22%; } }

@media only screen and (max-width: 768px) { .categories-list__item { idth: 28%; } }

@media only screen and (max-width: 640px) { .categories-list__item { idth: 40%; } }


@media only screen and (max-width: 1299px) {.content__block_spots-thumbs {width:100%} .spot-extra4{display:none}}
@media only screen and (max-width: 982px) {.spot-extra3{display:none}}
@media only screen and (max-width: 642px) {.spot-extra2{display:none}}
@media only screen and (min-width: 1300px) and (max-width:1318px) {.spot-foot { margin: 0 0 20px 1.5% !important;}}

.categories-list__name{padding-right:5px}

.categories-list__btn { width: auto; text-align:center }

.categories-list__btn .btn { -webkit-border-radius: 15px; border-radius: 15px; }

@media only screen and (max-width: 716px) { .categories-list__btn { idth: 25%; } }

@media only screen and (max-width: 640px) { .categories-list__btn { width: 100%; text-align: center; } }

.categories-list__quantity { color: #838793; -webkit-transition: color 0.2s; transition: color 0.2s; }

@media only screen and (max-width: 640px) { .categories-list { padding: 5px; } }

@media only screen and (max-width: 1060px) { .content__block .categories-list { -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }
  .content__block .categories-list__item { idth: 18.4%; }
  .content__block .categories-list__item:not(:nth-child(4n)) { margin-right: 6%; } }

@media only screen and (max-width: 1024px) { .content__block .categories-list__item:not(:nth-child(4n)) { margin-right: 5%; } }

@media only screen and (max-width: 768px) { .content__block .categories-list { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
  .content__block .categories-list__item { idth: 28%; }
  .content__block .categories-list__item:not(:nth-child(4n)) { margin-right: 0; } }

@media only screen and (max-width: 640px) { .content__block .categories-list__item { idth: 40%; } }
@media only screen and (max-width: 480px) { .categories-list {-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px}.dropdown-menu .categories-list .categories-list__item {width:88%}  .categories-list__item {width:90%; idth: 40%; } }

.advertising { margin-top: 30px; padding: 20px 0; background-color: #ffffff; background: url(../img/advert_bottom.png) repeat; background-size: contain; -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.19); box-shadow: 0 0 16px rgba(0, 0, 0, 0.19); }

.footer { padding: 28px 0 21px; background-color: #131418; color: #58585b; background: url(../img/header_bg_dark.png) repeat; }

.footer .container { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

.footer .logo { width: 343px; height: 64px; margin-bottom: 20px; background: url(../img/logo_footer.png) no-repeat; }

@media only screen and (max-width: 640px) { .footer .logo { width: 171px; height: 33px; margin-bottom: 10px; background: url(../img/logo_header_dark.png) no-repeat; } }

.footer-descriptions { padding: 15px 0 20px; text-align: center; font-size: 12px; line-height: 18px; }

.footer .nav-menu__link { color: #fff; -webkit-transition: color 0.2s; transition: color 0.2s; }

@media only screen and (min-width: 768px) { .footer .nav-menu__link:hover { color: #ff005a; } }

.footer .copyright { margin-top: 20px; }

.footer-contact { text-transform: uppercase; }

.footer-contact__link { color: #5d5d60; font-weight: 700; letter-spacing: 0.22px; -webkit-transition: color 0.2s; transition: color 0.2s; }

@media only screen and (min-width: 768px) { .footer-contact__link:hover { color: #ff005a; } }

.slider { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.slider__bottom { margin-top: 7px; }

.thumbs-slider { position: relative; }

.thumbs-slider .swiper-container { padding-bottom: 22px; }

.thumbs-slider .swiper-button { width: 75px; height: 75px; -webkit-border-radius: 50%; border-radius: 50%; border: 2px solid #d0d0d0; -webkit-transition: border-color 0.4s; transition: border-color 0.4s; }

.thumbs-slider .swiper-button .svg-icon { font-size: 40px; color: #d0d0d0; position: absolute; top: 50%; left: 46%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transition: color 0.4s; transition: color 0.4s; }

@media only screen and (min-width: 768px) { .thumbs-slider .swiper-button:hover { border-color: #121316; }
  .thumbs-slider .swiper-button:hover .svg-icon { color: #ff005a; } }

@media only screen and (max-width: 1520px) { .thumbs-slider .swiper-button { display: none; } }

.thumbs-slider .swiper-button-prev { left: -105px; }

.thumbs-slider .swiper-button-next { right: -105px; }

.thumbs-slider .swiper-button-next .svg-icon { left: 54%; }

.thumbs-slider .swiper-wrapper:not([style]) { margin: 0 0 0 -20px; width: auto; }

@media only screen and (max-width: 1024px) { .thumbs-slider .swiper-wrapper:not([style]) { margin: 0 0 0 -5px; } }

@media only screen and (max-width: 768px) { .thumbs-slider .swiper-wrapper:not([style]) { margin: 0 0 0 -3px; } }

@media only screen and (max-width: 540px) { .thumbs-slider .swiper-wrapper:not([style]) { margin: 0 0 0 -2.3px; } }

@media only screen and (max-width: 490px) { .thumbs-slider .swiper-wrapper:not([style]) { margin: 0 0 0 -2px; } }

@media only screen and (max-width: 430px) { .thumbs-slider .swiper-wrapper:not([style]) { margin: 0; } }

.thumbs-slider .swiper-slide:not([style]) { width: -webkit-calc(33.333% - 20px); width: calc(33.333% - 20px); margin: 0 0 0 20px; }

@media only screen and (max-width: 1024px) { .thumbs-slider .swiper-slide:not([style]) { width: -webkit-calc(33.333% - 5px); width: calc(33.333% - 5px); margin: 0 0 0 5px; } }

@media only screen and (max-width: 768px) { .thumbs-slider .swiper-slide:not([style]) { width: -webkit-calc(50% - 3px); width: calc(50% - 3px); margin: 0 0 0 3px; } }

@media only screen and (max-width: 540px) { .thumbs-slider .swiper-slide:not([style]) { width: -webkit-calc(50% - 2.3px); width: calc(50% - 2.3px); margin: 0 0 0 2.3px; } }

@media only screen and (max-width: 490px) { .thumbs-slider .swiper-slide:not([style]) { width: -webkit-calc(50% - 2px); width: calc(50% - 2px); margin: 0 0 0 2px; } }

@media only screen and (max-width: 430px) { .thumbs-slider .swiper-slide:not([style]) { width: 100%; margin: 0; } }

.thumbs-slider .thumbs__item { width: 100%; margin: 0; }

.thumbs-slider .swiper-container-horizontal > .swiper-pagination-bullets, .thumbs-slider .swiper-pagination-custom, .thumbs-slider .swiper-pagination-fraction { bottom: 0; }

.thumbs-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 3px; }

.thumbs-slider .swiper-pagination-bullet { background-color: #f7f7f7; opacity: 1; }

.thumbs-slider .swiper-pagination-bullet-active { opacity: 1; background: #ff005a; }

.thumbs-slider .swiper-button-next, .thumbs-slider .swiper-button-prev, .thumbs-slider .swiper-container-rtl .swiper-button-prev { background-image: none !important; }

.video { width: 100%; margin-right: 10px; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; }

.ideo { width: 100%; margin-right: 10px; -webkit-box-flex: 1; -webkit-flex-shrink: 1; -ms-flex-positive: 1; flex-shrink: 1; }

.video__title { padding: 15px 20px; font-size: 18px; font-weight: 700; background-color: #f7f7f7; }

@media only screen and (max-width: 1100px) { .video { margin-right: 5px; } }

@media only screen and (max-width: 1024px) { .video { margin: 0 0 15px 0; } }

.video-headline { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 10px; margin-bottom: 5px; -webkit-border-radius: 5px; border-radius: 5px; background-color: #f7f7f7; }

.video-headline__title { font-size: 14px; font-weight: 700; }

.video-headline__btn { font-size: 14px; font-weight: 700; color: #ff005a; ext-transform: uppercase; -webkit-transition: opacity 0.4s; transition: opacity 0.4s; }

.video-headline__btn_red { color: #ff005a; text-transform: capitalize; }

@media only screen and (max-width: 640px) { .ideo-headline { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } }

@media only screen and (min-width: 768px) { .video-headline:hover .video-headline__btn { opacity: 0.6; } }

.player { width: 100%; position:relative}

.player > img { width: 100%; }


.channel { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; padding: 10px 20px;adding:10px 20px; background:#f2f2f2;ackground: url(../img/header_bg.png) repeat-x; background-size: contain; order: 1px solid #e8e8e8; order: 1px solid #ececec}


.channel__img { max-width: 200px; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; margin-right: 10px; }


.channel__img img {border-radius:5px;-webkit-border-radius:5px;}

@media only screen and (max-width: 1023px) {.channel{padding:10px 4px} .channel__img { display: none; } }

.channel__text { overflow: hidden; display: -webkit-box ; -webkit-line-clamp: 3; -webkit-box-orient: vertical ;text-overflow: ellipsis;color: #818185; font-size: 14px; line-height: 24px; max-height:72px}

@media only screen and (max-width: 1023px) { .channel__text { display: none; } }

.channel__text-mobile { display: none; font-size: 18px; font-weight: 700; }

@media only screen and (max-width: 1023px) { .channel__text-mobile { display: block; margin: 0 auto; } }

.channel__name { color: #ff005a; font-weight: 700; }

@media only screen and (min-width: 768px) { .channel__name:hover { text-decoration: underline; } }

.video-info { -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; background-color: #f7f7f7; padding: 20px; }

.video-info__top { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid #dedede;#bec1c7;#9c9fa5;#bdc2ca;#aeb2b9; #9c9fa5 orig; }

@media only screen and (max-width: 768px) { .video-info { padding: 10px; } .video-info__top{padding-bottom:15px;padding-top:5px}}

.socials { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; height: 36px; overflow: hidden; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.socials__item .svg-icon { font-size: 36px; color: #838793; -webkit-transition: color 0.4s; transition: color 0.4s; }

@media only screen and (min-width: 768px) { .socials__item:hover .svg-icon { color: #ff005a; } }

@media only screen and (max-width: 640px) { .socials { margin-right: 5px; } }

.voting-result{position:absolute; right:0px;padding:7px 13px;background-color:#e0e0e0;border-radius:14px;top:-34px;font-size:12px;color:#6b6b6f}

.rating-fade {color:purple !Important}
.rating { position:relative;display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.rating__buttons { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.rating__btn { cursor: pointer; }

.rating__btn .svg-icon { font-size: 32px; color: #838793; -webkit-transition: color 0.4s; transition: color 0.4s; }

@media only screen and (min-width: 768px) { .rating__btn:hover.rating__btn_like .svg-icon { color: #537d00; }
  .rating__btn:hover.rating__btn_dislike .svg-icon { color: #ff005a; } }

.rating-info { margin: 10px 15px 0 0; }

.rating-info__indicator { position: relative; width: 125px; height: 3px; background: #ff005a; }

.rating-info__indicator_scale { width: 87%; background: #537d00; height: 3px; position: absolute; left: 0; top: 0; }

@media only screen and (max-width: 768px) { .rating-info__indicator { width: 90px; } }

.rating-info__values { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; margin-top: 5px; color: #6b6b6f; font-size: 12px; font-weight: 400; }

.rating-info__values_green { color: #537e00; }

@media only screen and (max-width: 370px) { .ocials { margin: 5px; width: 110px; }
  .ratimg, .rating-info { -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; } }

.video-details { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 14px; font-weight: 400; }

.video-details__item { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin: 15px 25px 0 0; }

.video-details__item:last-child { margin-right: 0; }

.video-details__item_desc { display: block; line-height: 24px; width:100%}

.video-details__item_desc .video-details__title { float: left; }

.video-details__item_desc p { margin: 0 auto; }

@media only screen and (max-width: 640px) { .video-details__item { -ebkit-box-pack: center; -ebkit-justify-content: center; -s-flex-pack: center; ustify-content: center; margin: 10px 8px 0 2px; } }

.video-details__ico { margin-right: 5px; }

.video-details__ico .svg-icon { font-size: 35px; }

.video-details__title { color: #838793; margin-right: 5px; }

.video-details .tag { margin: 0 5px 2px 0; }

.video-details .tag:last-child { margin-right: 0; }

@media only screen and (max-width: 640px) { .video-details .tag { margin: 0 5px 5px 0; } }

.tag { padding: 7px 13px; font-size: 12px; font-weight: 500; -webkit-border-radius: 14px; border-radius: 14px; color: #fff; background-color: #838793; -webkit-transition: background-color 0.4s; transition: background-color 0.4s; }

@media only screen and (min-width: 768px) { .tag:hover { background-color: #ff005a; } }

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

.suggested-tags-list .tag { margin: 0 0 10px 5px; }

.contact-form { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; margin: 0 auto 0px; padding: 20px; -webkit-border-radius: 5px; border-radius: 5px; background-color: #f7f7f7; }

.contact-form > form { width: 50%; min-width: 300px; }

.contact-form__row { margin-bottom: 20px; }

.contact-form__row:last-child { margin-bottom: 0; }

.contact-form__row_submit { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.contact-form__captcha { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.contact-form .input, .contact-form .textarea { background-color: #222222; -webkit-border-radius: 3px; border-radius: 3px; }

.contact-form .textarea { min-height: 250px; }

.tags__row { padding: 30px 5px 20px 5px; border-top: 1px solid #9c9fa5; }

.tags__row:first-child { border: none; }

.tags__letter { width: 50px; font-size: 20px; line-height: 24px; font-weight: 700; margin-bottom: 20px; text-transform: uppercase; }

.suggested-tags-list { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.tags-list {-webkit-column-count:5;-moz-column-count:5;column-count:5;isplay: -webkit-box; isplay: -webkit-flex; isplay: -ms-flexbox; isplay: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;  -webkit-border-radius: 5px; border-radius: 5px;}

.tags-list__item {idth: 14%; width:93%;display:inline-flex;-webkit-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; isplay: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 7px 10px; margin-bottom: 1px; -webkit-border-radius: 15px; border-radius: 15px; -webkit-transition: background-color 0.2s, color 0.2s; transition: background-color 0.2s, color 0.2s; } 


.tags-list__name{padding-right:5px}

@media only screen and (min-width: 768px) { .tags-list__item:hover { background-color: #ff005a; color: #fff; }
  .tags-list__item:hover .tags-list__name, .tags-list__item:hover .tags-list__quantity { color: #fff; } }

.tags-list__link { width:100%;display: -webkit-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

@media only screen and (max-width: 768px) { .tags-list__quantity { display: none; } }

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) { body, .video-details, .input, .textarea { font-weight: 300; }
  .header .logo { background: url(../img/logo_header.svg) no-repeat; background-size: 171px 33px; }
  .footer .logo { background: url(../img/logo_header_dark.svg) no-repeat; background-size: 343px 64px; } }

@media only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 640px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 640px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 640px), only screen and (min-device-pixel-ratio: 2) and (max-width: 640px) { .footer .logo { background: url(../img/logo_header_dark.svg) no-repeat; background-size: 171px 33px; } }

body.dark { background: #000; color: #fff; }

.dark a { color: #fff; }

.dark .input, .dark .textarea { background-color: #000 !important; }

.dark .header { background: url(../img/header_bg_dark.png) repeat-x; background-size: contain; }

.dark .header .logo { background: url(../img/logo_header_dark.png) no-repeat; background-size: contain; }

.dark .header-search__btn { border-color: #1a1b1f; }

.dark .suggest { background-color: #121316; }

.dark .suggest__link { color: #88888c; }

@media only screen and (min-width: 768px) { .dark .suggest__link:hover { color: #fff; background-color: #ff005a; } }

.dark .mode-switcher__item { background-color: #ff005a; }

.dark .mode-switcher__item_light { background-color: #000; }

.dark .mode-switcher__item_light .svg-icon { color: #5e5e61; }

.dark .thumbs-slider .swiper-button { border-color: #333; }

.dark .thumbs-slider .swiper-button .svg-icon { color: #333; }

@media only screen and (min-width: 768px) { .dark .thumbs-slider .swiper-button:hover { border-color: #fff; }
  .dark .thumbs-slider .swiper-button:hover .svg-icon { color: #ff005a; } }

.dark .thumbs__info { background-color: #121316; border:none }

@media only screen and (min-width: 768px) { .dark .thumbs__item:hover .thumbs__info { background-color: #fff; color: #000; }
  .dark .thumbs__item:hover .thumbs__info_bottom { color: #9fa0a2; } }

.dark .thumbs__info_bottom { color: #818185; }

.dark .thumbs__bage { background-color: rgba(0, 0, 0, 0.71); }

.dark .thumbs__bage_rating { color: #90da00; }

.dark .thumbs__bage > span:after { background: #58585d; }

.dark .thumbs-slider .swiper-pagination-bullet { background-color: #1d1e24; }

.dark .thumbs-slider .swiper-pagination-bullet-active { background: #ff005a; }

.dark .show-more { background-color: #121316; color: #818185; }

@media only screen and (min-width: 768px) { .dark .show-more:hover { background-color: #ff0559; color: #fff; } }

.dark .sortings__link { background-color: #121316; }

.dark .mini-drop { background-color: #121316; }

.dark .sortings__link.open { background-color: #cb0348; }

@media only screen and (min-width: 768px) { .dark .sortings__link:hover { background-color: #cb0348; color: #fff; } }

.dark .pagination-list__item > a, .dark .pagination-list__item > span, .dark .pagination-list__item.disabled > a, .dark .pagination-list__item.disabled > span, .dark .pagination-list__item.disabled > a:hover, .dark .pagination-list__item.disabled > span:hover { background-color: #121316; color: #818185; }

.dark .pagination-list__item.active > a, .dark .pagination-list__item.active > span { color: #fff; background-color: #39393c; }

@media only screen and (min-width: 768px) { .dark .pagination-list__item > a:hover { background-color: #ff005a; color: #fff; } }

@media only screen and (min-width: 1300px) { .dark .content__block_spots .spot-list { background-color: #121316; } }

.dark .categories-list__quantity { color: #818185; }

.dark .advertising { background: url(../img/advert_bottom_dark.png) repeat; }

.dark .footer__logo_light { display: none; }

.dark .footer__logo_dark { display: block; }

.dark .footer { color: #818185; background: url(../img/advert_bottom.png) repeat; }

.dark .footer .logo { background: url(../img/logo_footer_dark.png) no-repeat; }

.dark .footer-contact__link { color: #818185; }

.dark .footer .nav-menu__link { color: #141519; }

.dark .nav-menu__item.active .nav-menu__link { color: #ff005a; }

@media only screen and (min-width: 768px) { .dark .footer .nav-menu__link:hover, .dark .footer-contact__link:hover { color: #ff005a; }
  .dark .thumbs-categories .thumbs__item:hover .thumbs__info { background-color: #ff005a; color: #fff; }
  .dark .thumbs-categories .thumbs__item:hover .thumbs__info_bottom { color: #fff; } }

.dark .dropdown-menu { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIgAAACIAgMAAABB1EvBAAAACVBMVEUPEBMLCw4MDQ+nlL0wAAAF+UlEQVRYw53YQZLjOA6FYSznAKwOTK1RFa/yHGVFCjvrBuJZUgwTO/IGwEl7YWWnkJMz0T3bb+EIixTw2zQUs5V5lFh5GPw1WslGhnpwdAnFVGz2q3NkozIaqiGazLVMgyMsG7mxL4gV02S0Eo+6IBsdcrcSJm4I49A/VDwbIVSqSSiH4W7Y2S0bRUM02buESqwYj9E4G3UO4/vKm3JtmPazY2YjTEUo3CQMYZg8ezaah8yjhJZYeFtRH1tDNjJxK8PYDUOx26+GyEbYj7Ldnh9aZiuOsGw0Gj+/S115u3E86q1kIytjxVR4x945bj+UIxuhNrkbosO7zC6B3bKRW6kmsyM674r5Wo2zkfJcMVW2tYybjPXlxp6N4CqhpaqMleOGiqnZaG/ihjgQjcMQb27IRsq7obZy77wZh/3q4tlIorObVGM3iUWcp2Wj8X5+1WTvmI97QzbqZTOJBXfDpqXaz8aejbD3Ug8O49kRrYTsmo2moh6Ilav9Kwz+thmyUcfWsDepB2pH1W8HRzaCK3uXWKQaZisVrtloNISxHyUa7w3b61w5Gx0YKq6YjV2x6beOyEYI431B7bLf4L1UbEc2ckVYccOuPDriMZpkowWxymYSR9kOdn0xeDaS6NgaP5/2XGSX+5KN9lvZFG4Yh8yO+ggr2WjBvMEVfsCPUtu/D/FshNllV2wLasd2yJC9Z6Mw1I77gapwxf2xqWSjhcMwDaPDTar9NI5sBDfMzt4xO8Iwy7xlo2kIu1zD3/uNs5GhdokFYRwGX15MPBtxNfHG0WUqe+M7x5KNokttvBt8KfdD4hEm2cgkrNRF6g2bym4vxvdsJENxbyWUa0ftqDwtG4VKXZ/TmN1kf7hJNlpLbeILQosb7/37yiMbsbfLBugy4ZaN4sBsUq1ULXOReNs6spEhFLFINBmGcbx0rtmohKJ2TOOpGAuHzDUbuWKo+IHN4E3iEYZsZHJOyucWs5cmkY3YVc7Dfc4djJaNvHPYeTXqWuLVDdnI2NOFfukyslEJE1feG0aTahLslo18QV0krMQN40C81i7Z6MZxcCimSTSE/jLxbMRDJQ6ElmhlKnaJJRvVA9MQyqNj9hJv98bZ6MDenlNWhvG+/LIysxG2Xp5bd1rZlYfslo1mRzREwzCZWuJ3tJKNjEMRN65HcWPv300iG2EYZjun1jQO7JaNru/zaOX+9ukdH40OxMquXI1rK1V/WtmzEWrHMNQmW+Po4hwtG81FYkU0zF6iI35vC7JRw2ZwhXd2k9l/NsxsVLZVoqMaz1ZCpfJcs5F/7BnxReJta8hGHfsKN5kHe+dpLwu2bITnoozOVSUUVWrPRnXF7Jgq9bkbfnvnbNQQHfWQ2lCbbPbdeM9GZ1T5c5veSkVds1E08S6bYTYJk/FWD8lGymHYDPdnsq3fG9dshE8vxeRNs9FQmSbz4Fh5mJxJfDVqqAeHSSjmwpv96BzZqIzjkr8dDrds9Hn4vSdxy0nMbrL351b4fh3C/b8lsf6fSbytmGcS/zBENsLUfCpnEn9YTuKO+pifkrhfkpjPJObIRtgPviQxn0l8MfJn/t5QV65nEmcjK6PzVIwO7xzHt2cSX+w9iet7Ek+4Zbsk8fpFEq+8Kyk+8nd9T+JkJOM9f889hKnZLkl8nEnckY3amb/DziQ28Wx0rqG4JnG2v5PEdubvdknibITaJdpfSSwhu2aj7SN/8Z7E2aijprH0x4HIRtgv+bu1UjE023sS9y+SuH9K4jiT+McliSMlcXTZj09JfBqNv/LXeHTUx2iS7Uxi/SKJ341wzd94JnE22m+86XNRXpL4an83iV2xNdQulyT+MKqGWM/83RXjdVPJ9k+S2L5IYvtI4vOXGdwk3uoN2d6TmP0/k/g04niGS5f4SOJkZxLfv0ji+z9LYtk/kljOJL4YhUpcprGfSRwpiWMRb2f++pnEV6P8p8h7Ei+fk9ikGp9J/KgHsl2SGMMwPyUxnkm8nvk7ziQeazZyxTDxQz4l8YeRXvJ3OZM421dJvPzPJJYvkvhPmOC8lDL6fxUAAAAASUVORK5CYII="); }

.dark .dropdown-menu .categories-list { background-color: transparent; }

@media only screen and (max-width: 768px) { .dark .header .nav { background-color: #000; color: #fff; } }

@media only screen and (max-width: 500px) { .dark .dropdown-menu .categories-list { background-color: #000; } }

.dark .content__block .categories-list { background-color: #121316; }

.dark .video-headline { background-color: #121316; }

.dark .video-headline__btn_red, .dark .video-headline__btn { color: #ff005a; }

.dark .video__title, .dark .video-info { background-color: #121316; }

.dark .channel { border: none; background: url(../img/channel_dark.png) repeat-x; background-size: contain; background-image: none; background-color: #1a1c20; }

.dark .channel__text { color: #818185; }

.dark .channel__name { color: #ff005a; }

.dark .socials__item .svg-icon { color: #4b4b4e; }

@media only screen and (min-width: 768px) { .dark .socials__item:hover .svg-icon { color: #ff005a; } }

.dark .rating__btn .svg-icon { color: #818185; }

.dark .rating-info__indicator_scale { background-color: #90da00; }

.dark .rating-info__values_green { color: #90da00; }

.dark .video-info__top { border-color: #313134;#2e2e31 ; #313134 orig; }

.dark .video-details__title { color: #818185; }

.dark .tag { color: #fff; background-color: #4b4b4e; }

@media only screen and (min-width: 768px) { .dark .tag:hover { background-color: #ff005a; } }

@media only screen and (min-width: 768px) { .dark .rating__btn:hover.rating__btn_like .svg-icon { color: #90da00; } }

@media only screen and (max-width: 640px) { .dark .footer .logo { width: 171px; height: 33px; margin-bottom: 10px; background-size: contain; } }

.dark .contact-form { background-color: #121316; }

.dark .contact-form .input, .dark .contact-form .textarea { background-color: #222; border: 1px solid #525252; }

.dark .tags__row { border-color: #313134; }

@media only screen and (max-width: 768px) { .dark .tags-list__name { olor: #818185; } }

.dark .tags-list__quantity { color: #818185; }

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) { .dark .header .logo { background: url(../img/logo_header_dark.svg) no-repeat; background-size: 171px 33px; }
  .dark .footer .logo { background: url(../img/logo_header.svg) no-repeat; background-size: 343px 64px; } }

@media only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 640px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 640px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 640px), only screen and (min-device-pixel-ratio: 2) and (max-width: 640px) { .dark .footer .logo { background: url(../img/logo_header.svg) no-repeat; background-size: 171px 33px; } }


.noselect {
  -webkit-touch-callout: none; 
    -webkit-user-select: none; 
     -khtml-user-select: none; 
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none; 
}


.channel__text a { color: #ff005a; font-weight: 700; }

@media only screen and (min-width: 768px){
.channel__text a:hover {
    text-decoration: underline;
}}

.h3clamp { overflow: hidden; display: -webkit-box !important; -webkit-line-clamp: 2; -webkit-box-orient: vertical !important; }


@media only screen and (max-width:604px) 
{
.video-details__ico .svg-icon {
    font-size: 27px;
}
.video__title {
    padding: 15px 18px;
    font-size: 17px;ine-height:25px;
}
.channel__text-mobile{font-size:18px}
}

.video-details_inb {display:inline-block;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.video-details_inb .video-details__title {margin-right:1px}





