@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600&display=swap");

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
button,
input,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

fieldset,
img {
  border: 0;
}

img,
object,
embed {
  vertical-align: bottom;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

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

a * {
  cursor: pointer;
  text-decoration: none;
}

input,
textarea {
  outline: none;
  resize: none;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?facfj0");
  src: url("../fonts/icomoon.eot?facfj0#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?facfj0") format("truetype"), url("../fonts/icomoon.woff?facfj0") format("woff"), url("../fonts/icomoon.svg?facfj0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-dislike:before {
  content: "\e91d";
}

.icon-dislike-thumb:before {
  content: "\e91c";
}

.icon-button_arrow:before {
  content: "\e913";
}

.icon-comment:before {
  content: "\e914";
}

.icon-share:before {
  content: "\e915";
}

.icon-thumbs_up:before {
  content: "\e916";
}

.icon-iceland-flag .path1:before {
  content: "\e917";
  color: #263c90;
}

.icon-iceland-flag .path2:before {
  content: "\e918";
  margin-left: -1.1875em;
  color: white;
}

.icon-iceland-flag .path3:before {
  content: "\e919";
  margin-left: -1.1875em;
  color: white;
}

.icon-iceland-flag .path4:before {
  content: "\e91a";
  margin-left: -1.1875em;
  color: #c52033;
}

.icon-iceland-flag .path5:before {
  content: "\e91b";
  margin-left: -1.1875em;
  color: #c52033;
}

.icon-flag:before {
  content: "\e912";
}

.icon-analytics:before {
  content: "\e900";
}

.icon-arrow:before {
  content: "\e901";
}

.icon-avatar:before {
  content: "\e902";
}

.icon-clock:before {
  content: "\e903";
}

.icon-cross:before {
  content: "\e904";
}

.icon-download:before {
  content: "\e905";
}

.icon-eye:before {
  content: "\e906";
}

.icon-а:before {
  content: "\e907";
}

.icon-hd:before {
  content: "\e908";
}

.icon-like:before {
  content: "\e909";
}

.icon-search:before {
  content: "\e90a";
}

.icon-menu:before {
  content: "\e90b";
}

.icon-price-tag:before {
  content: "\e90c";
}

.icon-right-arrow:before {
  content: "\e90d";
}

.icon-star:before {
  content: "\e90e";
}

.icon-television:before {
  content: "\e90f";
}

.icon-upload:before {
  content: "\e910";
}

.icon-video-player:before {
  content: "\e911";
}

html {
  height: 100%;
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font: 14px/1.2 "Open Sans", sans-serif;
  height: 100%;
  min-width: 320px;
  position: relative;
  color: #000;
  background: #f4f4f4;
}

body.is_open .hamburger i:before {
  content: "\e904";
}

body.is_open .drop_menu {
  display: block;
}

@media screen and (max-width: 1000px) {
  body.is_open .drop_menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

body.is_open .thumb {
  width: 25%;
}

@media screen and (max-width: 1160px) {
  body.is_open .thumb {
    width: 33.333%;
  }
}

@media screen and (max-width: 1000px) {
  body.is_open .thumb {
    width: 33.333%;
  }
}

@media screen and (max-width: 640px) {
  body.is_open .thumb {
    width: 50%;
  }
}

@media screen and (max-width: 374px) {
  body.is_open .thumb {
    width: 100%;
  }
}

body.is_open .thumb.cat {
  width: 16.666%;
}

@media screen and (max-width: 1160px) {
  body.is_open .thumb.cat {
    width: 20%;
  }
}

@media screen and (max-width: 767px) {
  body.is_open .thumb.cat {
    width: 25%;
  }
}

@media screen and (max-width: 480px) {
  body.is_open .thumb.cat {
    width: 50%;
  }
}

a {
  color: #2600ff;
  text-decoration: none;
}

input {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}

* {
  outline: none;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

* ::-moz-selection {
  background: #2600ff;
  color: #fff;
}

* ::selection {
  background: #2600ff;
  color: #fff;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

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;
}

input.placeholder,
textarea.placeholder {
  color: #999 !important;
}

.wrapper {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  overflow: hidden;
}

.wrapper .main {
  background-color: #fff;
}

.wrapper .main.default {
  background-color: #f6f6f6;
}

.container {
  max-width: 1608px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .container {
    padding: 0 10px;
  }
}

.header {
  padding: 15px 0;
  background-color: #fff;
  position: relative;
}

.header.line {
  border: 1px solid rgba(0, 0, 0, 0.11);
}

@media screen and (max-width: 640px) {
  .header {
    padding: 15px 0 65px;
  }
}

.grid_column {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.grid_column .column {
  flex-shrink: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  min-width: 1px;
  width: 50%;
}

@media screen and (max-width: 375px) {
  .grid_column .column {
    width: auto;
    flex-shrink: 0;
    -webkit-box-flex: 0;
            flex-grow: 0;
  }
}

.grid_column .cols {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.grid_column .col {
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex-shrink: 0;
  margin-left: 28px;
}

@media screen and (max-width: 1024px) {
  .grid_column .col {
    margin-left: 10px;
  }
}

.grid_column .col:first-child {
  margin-left: 0;
}

.grid_column .col.second {
  flex-shrink: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  min-width: 1px;
}

@media screen and (max-width: 640px) {
  .grid_column .col.second {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    z-index: 1;
  }
}

.group {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.group.open .panel_grid {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.upload_btn {
  border-radius: 5px;
  border: 1px solid #ea094b;
  background-color: #fff;
  color: #ea094b;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  padding: 8px 10px;
  display: -webkit-box;
  display: flex;
}

@media screen and (min-width: 1025px) {
  .upload_btn:hover {
    border: 1px solid #ea0448;
    background-color: #ea0448;
    color: #fff;
  }
}

.upload_btn i {
  font-size: 16px;
}

.upload_btn span {
  margin-left: 5px;
}

@media screen and (max-width: 1024px) {
  .upload_btn span {
    display: none;
  }
}

.panel_grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .panel_grid {
    position: absolute;
    top: 100%;
    right: 0;
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s, visibility .3s;
    transition: transform .3s, opacity .3s, visibility .3s, -webkit-transform .3s;
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: stretch;
            align-items: stretch;
    border: 1px solid rgba(191, 163, 171, 0.75);
  }
}

.button {
  border-radius: 5px;
  border: 1px solid rgba(191, 163, 171, 0.75);
  background-color: #fff;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  padding: 7px 10px;
  cursor: pointer;
  margin-left: 12px;
}

@media screen and (min-width: 1025px) {
  .button:hover {
    border: 1px solid #ea0448;
    background-color: #ea0448;
    color: #fff;
  }
}

@media screen and (max-width: 1024px) {
  .button {
    margin: 0;
    border-radius: 0;
    border: none;
  }
}

.button:first-child {
  margin-left: 0;
}

.button.second {
  border: 1px solid #ea0448;
  background-color: #ea0448;
  color: #fff;
}

.btn_profile {
  flex-shrink: 0;
  -webkit-box-flex: 0;
          flex-grow: 0;
  padding: 5px 8px;
  border-radius: 5px;
  border: 1px solid rgba(191, 163, 171, 0.75);
  background-color: #fff;
  display: none;
}

@media screen and (max-width: 1024px) {
  .btn_profile {
    display: block;
  }
}

.btn_profile i {
  font-size: 20px;
}

.button_menu {
  flex-shrink: 0;
  -webkit-box-flex: 0;
          flex-grow: 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: top;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
}

.button_menu span {
  margin-left: 18px;
  color: #ea094b;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

@media screen and (max-width: 375px) {
  .button_menu span {
    display: none;
  }
}

.hamburger {
  background: none;
  border: none;
  position: relative;
  cursor: pointer;
  background: none;
  border: none;
  color: #ea094b;
}

.hamburger i {
  font-size: 22px;
}

[data-hide-info='true']::before {
  display: inline-block;
  vertical-align: top;
  content: attr(data-text);
}

.is_open [data-hide-info='true']::before {
  content: attr(data-text-expand);
}

.logo {
  flex-shrink: 0;
  -webkit-box-flex: 0;
          flex-grow: 0;
  padding: 0 10px;
}

.logo a {
  display: block;
}

.logo img {
  display: block;
  width: 166px;
  height: 32px;
}

.st0 {
  fill: #EA094B;
}

.st1 {
  fill: #fff;
}

.search {
  border-radius: 18px;
  border: 1px solid rgba(234, 9, 75, 0.82);
  background-color: #fff;
  display: -webkit-box;
  display: flex;
  max-width: 220px;
  width: 100%;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 640px) {
  .search {
    margin: auto;
    max-width: 100%;
  }
}

.search_input {
  height: 36px;
  width: 100%;
  flex-shrink: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  min-width: 1px;
  border: none;
  background: none;
  padding: 10px 22px;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}

@media screen and (max-width: 1024px) {
  .search_input {
    padding: 10px 14px;
  }
}

.btn_submit {
  background: none;
  border: none;
  cursor: pointer;
  width: 45px;
  height: 36px;
  flex-shrink: 0;
  -webkit-box-flex: 0;
          flex-grow: 0;
}

@media screen and (max-width: 1024px) {
  .btn_submit {
    width: 36px;
  }
}

.btn_submit i {
  font-size: 17px;
}

.twocolumns {
  display: -webkit-box;
  display: flex;
}

.drop_menu {
  margin-right: 10px;
  display: none;
  flex-shrink: 0;
  -webkit-box-flex: 0;
          flex-grow: 0;
  width: 255px;
}

@media screen and (max-width: 1000px) {
  .drop_menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: auto;
    height: 100vh;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s, visibility .4s, -webkit-transform .4s;
    transition: opacity .4s, visibility .4s, -webkit-transform .4s;
    transition: transform .4s, opacity .4s, visibility .4s;
    transition: transform .4s, opacity .4s, visibility .4s, -webkit-transform .4s;
    z-index: 25;
  }
}

.drop_menu .box {
  background-color: #efefef;
  margin-bottom: 10px;
}

@media screen and (max-width: 1000px) {
  .drop_menu .box {
    margin: 0;
  }
}

.drop_menu .box:last-child {
  margin-bottom: 0;
}

.drop_menu .item {
  color: #3e3e3e;
  font-size: 15px;
  line-height: 1.2;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 10px 20px;
}

.drop_menu .item.active {
  color: #ea094b;
}

@media screen and (min-width: 1025px) {
  .drop_menu .item:hover {
    background-color: #ea094b;
    color: #fff;
  }
}

.drop_menu .item i {
  font-size: 17px;
  margin-right: 5px;
}

.close_button {
  position: absolute;
  padding: 10px;
  border: 0;
  background: none;
  display: none;
}

@media screen and (max-width: 1000px) {
  .close_button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.close_button i {
  font-size: 16px;
}

.content_section {
  flex-shrink: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  min-width: 1px;
}

.content_section.header-line {
  margin: 0;
}

.section {
  margin-bottom: 30px;
}

.tags {
  display: -webkit-box;
  display: flex;
  background-color: #f6f6f6;
  padding: 25px;
}

.section-tags .tags {
  padding: 10px 15px;
}

.section-tags .tags:first-of-type {
  padding: 20px 15px 10px;
}

.section-tags .tags:last-of-type {
  padding: 10px 15px 20px;
}

@media screen and (max-width: 1000px) {
  .tags {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

@media screen and (max-width: 640px) {
  .tags {
    padding: 15px;
  }
}

.tags .col {
  flex-shrink: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  min-width: 1px;
}

.tags .col.second {
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex-shrink: 0;
}

.tags .title {
  margin-right: 30px;
  color: #000;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 1000px) {
  .tags .title {
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 640px) {
  .tags .title {
    font-size: 18px;
  }
}

@media screen and (max-width: 374px) {
  .tags .title {
    font-size: 16px;
  }
}

.tags .title i {
  margin-right: 20px;
  font-size: 28px;
  flex-shrink: 0;
  -webkit-box-flex: 0;
          flex-grow: 0;
}

@media screen and (max-width: 1000px) {
  .tags .title i {
    font-size: 20px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 640px) {
  .tags .title i {
    font-size: 18px;
  }
}

@media screen and (max-width: 374px) {
  .tags .title i {
    font-size: 16px;
  }
}

.tags .title span {
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 1;
  min-width: 1px;
}

.list_items {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: -4px -3px;
}

.list_items .item {
  font-size: 14px;
  line-height: 1.2;
  padding: 4px 3px;
}

@media screen and (max-width: 640px) {
  .list_items .item {
    font-size: 13px;
  }
}

.list_items a {
  padding: 7px 10px;
  display: block;
  color: #eb1453;
  border-radius: 3px;
  border: 1px solid rgba(234, 9, 75, 0.51);
  background-color: #efefef;
}

@media screen and (min-width: 1025px) {
  .list_items a:hover {
    background-color: rgba(234, 9, 75, 0.51);
    color: #fff;
  }
}

@media screen and (max-width: 640px) {
  .list_items a {
    padding: 5px 8px;
  }
}

.headline {
  display: -webkit-box;
  display: flex;
  margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
  .headline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.headline .title {
  flex-shrink: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  min-width: 1px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  .headline .title {
    font-size: 18px;
    text-align: center;
  }
}

@media screen and (max-width: 374px) {
  .headline .title {
    font-size: 16px;
  }
}

.drop-sort {
  flex-shrink: 0;
  -webkit-box-flex: 0;
          flex-grow: 0;
}

.gender-sort {
  outline: none;
  border: none;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  cursor: pointer;
}

.sorting_panel-member {
  flex-shrink: 0;
  -webkit-box-flex: 0;
          flex-grow: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.sorting_panel {
  flex-shrink: 0;
  -webkit-box-flex: 0;
          flex-grow: 0;
  margin-left: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  .sorting_panel {
    margin: 10px 0 0;
  }
}

.sorting_quality {
  border-radius: 11px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  padding: 2px 5px;
  display: -webkit-box;
  display: flex;
  flex-shrink: 0;
  -webkit-box-flex: 0;
          flex-grow: 0;
  -webkit-box-align: center;
          align-items: center;
}

.sorting_quality .item {
  text-transform: uppercase;
  color: #3e3e3e;
  padding: 2px 6px;
  border-radius: 15px;
}

@media screen and (max-width: 374px) {
  .sorting_quality .item {
    font-size: 12px;
  }
}

.sorting_quality .item.active {
  background-color: #ea0448;
  color: #fff;
}

.sorting_drop {
  position: relative;
  flex-shrink: 0;
  -webkit-box-flex: 0;
          flex-grow: 0;
  margin-left: 24px;
}

.member-sort {
  position: relative;
  flex-shrink: 0;
  -webkit-box-flex: 0;
          flex-grow: 0;
}

.member-sort.open .member-dropdown {
  opacity: 1;
  visibility: normal;
}

.member-sort.open .btn-sorting i {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

@media screen and (max-width: 640px) {
  .member-sort {
    margin: 0 auto;
  }
}

.btn-sorting {
  background: none;
  outline: none;
  border: none;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  cursor: pointer;
}

.btn-sorting b {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.btn-sorting b span {
  margin: 0 15px 0 0;
}

.btn-sorting i {
  font-size: 12px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.member-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
  opacity: 0;
  -webkit-transition: opacity .4s, visibility .4s, -webkit-transform .4s;
  transition: opacity .4s, visibility .4s, -webkit-transform .4s;
  transition: transform .4s, opacity .4s, visibility .4s;
  transition: transform .4s, opacity .4s, visibility .4s, -webkit-transform .4s;
  right: 0;
  width: 150px;
  box-shadow: 0 7px 9px rgba(143, 143, 143, 0.47);
  border-radius: 5px;
  border: 1px solid rgba(27, 27, 27, 0.11);
  background-color: #fff;
  padding: 24px;
}

.member-dropdown .item {
  display: block;
  color: #262626;
  font-size: 14px;
  font-weight: 700;
  margin-top: 15px;
}

.member-dropdown .item:first-child {
  margin: 0;
}

.sorting_drop-members.open .btn_sorting-members i {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.sorting_drop-members.open .dropdown_sorting-members {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.sorting_drop-members.open::first-child {
  margin: 0 0 0 0;
}

.sorting_drop.open .btn_sorting i {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.sorting_drop.open .dropdown_sorting {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.sorting_drop:first-child {
  margin-left: 0;
}

.btn_sorting {
  background: none;
  border: none;
  cursor: pointer;
}

.btn_sorting b {
  font-weight: normal;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.btn_sorting span {
  line-height: 1;
  margin-right: 5px;
  color: #ea0448;
  font-weight: 600;
  font-size: 14px;
}

@media screen and (max-width: 374px) {
  .btn_sorting span {
    font-size: 12px;
  }
}

.btn_sorting i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (max-width: 374px) {
  .btn_sorting i {
    font-size: 10px;
  }
}

.dropdown_sorting {
  position: absolute;
  top: calc(100% + 10px);
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s, visibility .4s, -webkit-transform .4s;
  transition: opacity .4s, visibility .4s, -webkit-transform .4s;
  transition: transform .4s, opacity .4s, visibility .4s;
  transition: transform .4s, opacity .4s, visibility .4s, -webkit-transform .4s;
  right: 0;
  width: 150px;
  box-shadow: 0 7px 9px rgba(143, 143, 143, 0.47);
  border-radius: 5px;
  border: 1px solid rgba(27, 27, 27, 0.11);
  background-color: #fff;
  z-index: 28;
  padding: 24px;
}

@media screen and (max-width: 640px) {
  .dropdown_sorting {
    padding: 15px;
    left: 0;
  }
}

.dropdown_sorting .item {
  display: block;
  color: #262626;
  font-size: 14px;
  font-weight: 700;
  margin-top: 15px;
}

@media screen and (min-width: 1025px) {
  .dropdown_sorting .item:hover {
    color: #ea094b;
  }
}

@media screen and (max-width: 374px) {
  .dropdown_sorting .item {
    font-size: 12px;
  }
}

.dropdown_sorting .item:first-child {
  margin-top: 0;
}

.thumbs {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
  margin: -8px -4px;
}

.thumb {
  width: 20%;
  padding: 8px 4px;
}

@media screen and (max-width: 1280px) {
  .thumb {
    width: 25%;
  }
}

@media screen and (max-width: 1000px) {
  .thumb {
    width: 33.333%;
  }
}

@media screen and (max-width: 640px) {
  .thumb {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .thumb {
    width: 100%;
  }
}

.thumb.cat {
  width: 14.28%;
}

@media screen and (max-width: 1160px) {
  .thumb.cat {
    width: 16.666%;
  }
}

@media screen and (max-width: 1000px) {
  .thumb.cat {
    width: 20%;
  }
}

@media screen and (max-width: 767px) {
  .thumb.cat {
    width: 25%;
  }
}

@media screen and (max-width: 480px) {
  .thumb.cat {
    width: 50%;
  }
}

.th {
  display: block;
  color: #262626;
}

@media screen and (min-width: 1025px) {
  .th:hover .desc {
    /* color: #ea094b; */
  }
}

.wrap_image {
  position: relative;
  padding: 0 0 56%;
  margin-bottom: 10px;
}

.cat .wrap_image {
  padding: 0 0 133%;
}

.wrap_image img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
}

.wrap_image span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  height: 100%;
  background: #ccc;
  bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.tools_thumb {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.tools_thumb .desc {
  white-space: nowrap;
  overflow: hidden;
  flex-shrink: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  min-width: 1px;
  position: relative;
  font-size: 15px;
  font-weight: 600;
  line-height: 19px;
}

@media screen and (max-width: 1024px) {
  .tools_thumb .desc {
    font-size: 13px;
  }
}

.tools_thumb .desc:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(30, 87, 153, 0)), to(#fff));
  background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, #fff 100%);
}

.tools_thumb .info {
  flex-shrink: 0;
  -webkit-box-flex: 0;
          flex-grow: 0;
  display: -webkit-box;
  display: flex;
  margin-left: 10px;
}

@media screen and (max-width: 1024px) {
  .tools_thumb .info {
    font-size: 12px;
  }
}

.tools_thumb .col {
  margin-left: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.tools_thumb .col:first-child {
  margin-left: 0;
}

.tools_thumb .col i {
  font-size: 17px;
  margin-right: 5px;
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 1024px) {
  .tools_thumb .col i {
    font-size: 12px;
  }
}

.tools_thumb .col i.icon-eye {
  font-size: 20px;
}

@media screen and (max-width: 1024px) {
  .tools_thumb .col i.icon-eye {
    font-size: 16px;
  }
}

.intro {
  border-radius: 7px;
  border: 1px solid rgba(191, 163, 171, 0.25);
  background-color: #f6f6f6;
  padding: 38px 20px;
  color: #555;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 20px;
}

@media screen and (max-width: 479px) {
  .intro {
    padding: 20px;
  }
}

.large_spot {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.large_spot img {
  display: block;
  width: 100%;
  height: auto;
}

.pagination {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.pagination .item {
  padding: 0 4px;
}

@media screen and (max-width: 479px) {
  .pagination .item {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .pagination .item.active {
    display: block;
  }
}

.pagination .item.active a,
.pagination .item.active span {
  border-color: #ea094b;
  background-color: #ea094b;
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 479px) {
  .pagination .item.pager {
    display: block;
  }
}

.pagination .item.pager a,
.pagination .item.pager span {
  padding: 0 18px;
}

.pagination .item a,
.pagination .item span {
  min-width: 35px;
  height: 35px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 2px;
  border-radius: 7px;
  border: 1px solid rgba(144, 144, 144, 0.82);
  background-color: #fff;
  opacity: 0.87;
  color: #848080;
}

@media screen and (min-width: 1025px) {
  .pagination .item a:hover {
    background-color: #ea094b;
    color: #fff;
    border-color: #ea094b;
    opacity: 1;
  }
}

.alphabet {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
  color: rgba(0, 0, 0, 0.87);
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  margin: -4px;
  padding-bottom: 34px;
}

.alphabet .item {
  padding: 4px;
}

.alphabet a {
  color: #848080;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 7px;
  min-width: 35px;
  opacity: 0.87;
  height: 35px;
  border: 1px solid rgba(144, 144, 144, 0.82);
}

.alphabet a.active {
  border-color: #ea094b;
  background-color: #ea094b;
  color: #fff;
  opacity: 1;
}

@media screen and (min-width: 1025px) {
  .alphabet a:hover {
    border-color: #ea094b;
    background-color: #ea094b;
    color: #fff;
    opacity: 1;
  }
}

.form_field {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.form_field>* {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
}

.wrap_search {
  border-radius: 3px;
  border: 1px solid rgba(208, 208, 208, 0.51);
  background-color: #fff;
  display: -webkit-box;
  display: flex;
  max-width: 320px;
  width: 100%;
}

.wrap_search .input {
  width: 100%;
  background: none;
  border: none;
  height: 36px;
  flex-shrink: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  min-width: 1px;
  padding: 10px 15px;
  opacity: 0.87;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.wrap_search .btn {
  margin-left: 10px;
  background: none;
  border: none;
  flex-shrink: 0;
  -webkit-box-flex: 0;
          flex-grow: 0;
  width: 46px;
  height: 36px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.wrap_search .btn i {
  font-size: 18px;
}

.row-wrapper {
  border-top: 1px solid #d2d2d2;
}

.columns_items .row {
  display: -webkit-box;
  display: flex;
  padding: 40px 0;
  margin: -10px;
  width: 88%;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .columns_items .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 10px 0;
    margin: -5px -10px;
  }
}

.columns_items .col {
  width: 20%;
  padding: 10px;
}

@media screen and (max-width: 1000px) {
  .columns_items .col {
    width: 100%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding: 5px 10px;
  }
}

.columns_items .item {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 8px;
}

@media screen and (max-width: 1000px) {
  .columns_items .item {
    margin: 0;
    padding: 0 8px 8px 0;
  }
}

@media screen and (max-width: 480px) {
  .columns_items .item {
    font-size: 14px;
  }
}

.columns_items a {
  color: #000;
}

@media screen and (min-width: 1025px) {
  .columns_items a:hover {
    color: #ea094b;
  }
}

.columns_items span {
  font-weight: 400;
}

.columns_items .letter {
  color: #ea094b;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.footer {
  display: table-row;
  height: 1px;
}

.footer_holder {
  background-color: #222;
  padding: 25px 0;
  overflow: hidden;
}

.footer_holder .holder {
  position: relative;
}

.footer_holder .holder:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  background: url("../images/sq.svg") no-repeat;
  -webkit-transform: rotate(75deg);
          transform: rotate(75deg);
  width: 50px;
  height: 50px;
}

.footer_holder .holder:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  background: url("../images/sq.svg") no-repeat;
  -webkit-transform: rotate(75deg);
          transform: rotate(75deg);
  width: 75px;
  height: 75px;
}

.footer_holder .rta {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  right: 10%;
}

@media screen and (max-width: 1024px) {
  .footer_holder .rta {
    position: static;
    top: auto;
    right: auto;
    -webkit-transform: none;
            transform: none;
    -webkit-box-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: flex;
    margin-top: 20px;
  }
}

.navigation_footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  flex-wrap: wrap;
  margin: -5px -15px;
}

@media screen and (max-width: 1024px) {
  .navigation_footer {
    margin: -5px -10px;
  }
}

.navigation_footer li {
  font-size: 15px;
  padding: 5px 15px;
}

@media screen and (max-width: 1024px) {
  .navigation_footer li {
    font-size: 13px;
    padding: 5px 10px;
  }
}

.navigation_footer a {
  color: #fff;
}

.act_btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0 0 20px 0;
}

.btn_action {
  outline: none;
  border: none;
  background-color: #ea094b;
  cursor: pointer;
  color: #fff;
  border-radius: 7px;
  font-size: 14px;
  height: 45px;
  max-width: 330px;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  -webkit-transition: .3s;
  transition: .3s;
}

.btn_action:hover {
  color: #020100;
  background-color: #fff;
  border: 1px solid #d0d0d0;
}

.btn_action.default {
  background-color: #fff;
  border: 1px solid #d0d0d0;
  color: #020100;
  -webkit-transition: .3s;
  transition: .3s;
}

.btn_action.default:hover {
  background-color: #ea094b;
  color: #fff;
}

@media screen and (max-width: 340px) {
  .btn_action {
    margin: 0 10px;
  }
}

.video-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #262626;
}

@media screen and (max-width: 991px) {
  .video-wrapper {
    padding: 0 20px;
  }
}

@media screen and (max-width: 921px) {
  .video-wrapper img {
    width: 100%;
  }
}

.aside {
  padding: 10px 0 5px 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

@media screen and (max-width: 1530px) {
  .aside {
    display: none;
  }
}

.aside-inner {
  margin: 5px 0 0 0;
}

.aside-inner:first-child {
  margin: 0;
}

.wrap {
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 1530px) {
  .wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
  }

  .wrap.more-videous {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.headline .title-name {
  font-size: 24px;
  white-space: pre-wrap;
}

.param {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 605px) {
  .param {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.wrap-sort {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

.wrap-sort .item {
  margin: 0 1.4rem 0 0;
  color: #404040;
  line-height: 1.5;
}

.wrap-sort .item a {
  color: #e44674;
  padding: 0 0 0 8px;
}

@media screen and (max-width: 605px) {
  .wrap-sort {
    margin: 0 0 10px 0;
  }
}

.title-list {
  padding: 15px 0 18px 0;
}

.sort-drop {
  position: relative;
}

.sort-drop.open i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sort-drop.open .sort-drop_inner {
  display: block;
  opacity: 1;
}

.sort-click {
  border: none;
  background: none;
  cursor: pointer;
  font-size: 0;
  font-family: "Open Sans", sans-serif;
}

.sort-click span {
  margin: 0 15px 0 0;
  flex-shrink: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  min-width: 1px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}

.sort-click i {
  -webkit-box-flex: 0;
          flex-grow: 0;
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
  font-size: 21px;
  line-height: 1;
  will-change: transform;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.media-container {
  max-width: 921px;
  width: 100%;
  padding: 20px 0 0px 0;
  margin: 0 0 30px 0;
}

.media-container .row {
  margin: 10px 0 0 0;
}

.media-inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 605px) {
  .media-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: normal;
            align-items: normal;
  }
}

.user-watched {
  font-size: 16px;
  margin: 0 0 10px 0;
}

.rate-line {
  width: 293px;
  height: 3px;
  position: relative;
  background-color: #dddddd;
  margin: 0 0 12px 0;
}

.rate-line span {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  background-color: #ea094b;
}

@media screen and (max-width: 991px) {
  .rate-line {
    width: 180px;
  }
}

.rate_btn {
  display: -webkit-box;
  display: flex;
}

.rate_btn .nmb {
  font-size: 16px;
}

.rate_btn i {
  font-size: 17px;
  margin: 0 8px 0 0;
}

.positive {
  margin: 0 30px 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.rating {
  flex-shrink: 0;
  -webkit-box-flex: 0;
          flex-grow: 0;
  margin: 0 25px 0 0;
}

@media screen and (max-width: 605px) {
  .rating {
    margin: 0 0 15px 0;
  }
}

@media screen and (max-width: 991px) {
  .raiting {
    margin: 0 40px 0 0;
  }
}

.wrap-tabs {
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 1;
  min-width: 1px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
}

.wrap-tabs .item {
  margin: 0 30px 0 0;
}

.wrap-tabs .item:last-child {
  margin: 0;
}

.wrap-tabs .less_margin {
  margin: 0 15px 0 0;
}

.wrap-tabs .less_margin i {
  margin: 0;
}

@media screen and (max-width: 1180px) {
  .wrap-tabs .item {
    margin: 10px 25px 10px 0;
  }

  .less_margin .less_margin {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 375px) {
  .wrap-tabs .item {
    margin: 8px 15px 8px 0;
  }
}

.btn_tab {
  color: #000;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.btn_tab i {
  font-size: 18px;
  margin: 0 16px 0 0;
}

.wrap-like i {
  color: #22b20a;
}

.wrap-dislike i {
  color: #ea094b;
}

.tabs-content {
  margin: 25px 0 0 0;
}

.box-inner .title-text {
  color: #262626;
  font-size: 18px;
  margin: 0 0 15px 0;
  font-weight: 900;
}

.box-inner .radio-input {
  opacity: 0;
  height: 0;
  width: 0;
  display: none;
}

.box-inner .label {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
  padding: 0 0 0 35px;
  font-size: 14px;
  font-family: "HelveticaNeueCyr-Medium", sans-serif;
}

.box-inner .label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ececec;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.box-inner .label:after {
  content: "";
  position: absolute;
  top: 16%;
  left: 5px;
  background-color: #ececec;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

@media screen and (max-width: 605px) {
  .box-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.radio-input:checked+.label:after {
  background-color: #ea094b;
}

.box-inner {
  display: -webkit-box;
  display: flex;
}

.reason-column {
  flex-shrink: 0;
  -webkit-box-flex: 0;
          flex-grow: 0;
  margin: 0 50px 0 0;
}

.reason-column .row:first-child {
  margin: 15px 0 0 0;
}

.textarea-column {
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 1;
  min-width: 1px;
  max-width: 626px;
  width: 100%;
}

.textarea-column label {
  color: #262626;
  font-size: 18px;
}

@media screen and (max-width: 605px) {
  .textarea-column {
    margin: 20px 0 0 0;
  }
}

.textarea-box .btn-act {
  color: #747474;
  font-size: 12px;
  text-transform: uppercase;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  cursor: pointer;
}

.textarea-box .textarea {
  border: 1px solid rgba(39, 92, 101, 0.13);
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  height: 100px;
  max-width: 626px;
  width: 100%;
  border-radius: 10px;
  padding: 15px;
  margin: 12px 0 18px 0;
}

.wrap-box {
  background-color: #fff;
}

.textarea-act {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.textarea-act .item {
  border: 1px solid transparent;
  padding: 8px 20px;
  -webkit-transition: .3s;
  transition: .3s;
  margin: 0 8px 0 0;
  border-radius: 10px;
  cursor: pointer;
  text-transform: uppercase;
  color: #ea0448;
}

.textarea-act .item:last-child {
  margin: 0;
}

@media screen and (min-width: 1025px) {
  .textarea-act .item:hover {
    border: 1px solid rgba(234, 4, 72, 0.75);
  }
}

.box-tab {
  display: none;
}

.box-tab.open {
  display: block;
}

.form-action .row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.form-action .row label {
  margin: 0 15px 0 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
          flex-grow: 0;
}

.form-action .row input {
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 1;
  min-width: 1px;
  height: 40px;
  max-width: 626px;
  border-radius: 10px;
  padding: 12px 15px;
  border: 1px solid rgba(39, 92, 101, 0.13);
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  width: 100%;
}

.row.embeded {
  -webkit-box-align: start;
          align-items: flex-start;
  margin: 20px 0 0 0;
}

.row.embeded label {
  margin: 10px 20px 0 0;
}

.textarea-embeded {
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 1;
  min-width: 1px;
  height: 100px;
  border: 1px solid rgba(39, 92, 101, 0.13);
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  padding: 15px;
  max-width: 626px;
  width: 100%;
  border-radius: 10px;
}

.upload-wrapper .row {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.upload-wrapper .row:first-child {
  margin: 0;
}

.upload-wrapper .btn_action {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  text-transform: uppercase;
}

.alarm-text {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid rgba(39, 92, 101, 0.13);
  text-align: center;
}

.tabs-content .alarm-text {
  margin: 0 0 10px;
}

.alarm-text a {
  color: #ea094b;
}

.meaning {
  margin: 0 0 20px 0;
}

.input-name {
  height: 38px;
  max-width: 250px;
  border-radius: 10px;
  padding: 12px 15px;
  border: 1px solid rgba(39, 92, 101, 0.13);
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  width: 100%;
}

.send-form {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
}

.send-form.smileys-support {
  flex-wrap: wrap;
}

.send-form.smileys-support .smileys-bar {
  width: 100%;
  margin: 0 0 10px;
}

.send-form .messauge-field {
  max-width: 350px;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  border: 1px solid rgba(39, 92, 101, 0.13);
  border-radius: 10px;
  padding: 15px;
}

.send-form .act-btn {
  margin: 0 0 0 15px;
  padding: 8px 15px;
  border: 1px solid rgba(234, 4, 72, 0.75);
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  outline: none;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  background-color: transparent;
  color: #ea0448;
}

@media screen and (min-width: 1025px) {
  .send-form .act-btn:hover {
    background-color: #ea0448;
    color: #fff;
  }
}

.comment-inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.comment-inner .avatar {
  flex-shrink: 0;
  -webkit-box-flex: 0;
          flex-grow: 0;
  margin: 0 10px 0 0;
}

.comment-inner .avatar i {
  border: 1px solid rgba(234, 4, 72, 0.75);
  color: #3e3e3e;
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 18px;
  border-radius: 50%;
}

.comment-box {
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 1;
  min-width: 1px;
}

.comment-author {
  color: #ea0448;
  margin: 0 8px 0 0;
}

.comment-text {
  margin: 10px 0 0 0;
  line-height: 1.4;
}

.sponsor {
  background-color: #fff;
  margin: 0 0 13px 0;
}

.sponsor-inner {
  padding: 16px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.sponsor-inner a {
  color: #ea0448;
}

.thumbs-wrapper {
  margin: 0 0 35px 0;
}

.thumbs-wrapper .thumbs {
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.thumbs-wrapper .thumbs .thumb {
  width: 25%;
}

@media screen and (max-width: 705px) {
  .thumbs-wrapper .thumbs .thumb {
    width: 50%;
  }
}

.large_spot {
  margin: 80px;
}

.large_spot.small {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .large_spot.small img {
    padding: 0 10px;
  }
}

.wrap-background {
  background-color: #fff;
}

.wrap-background.padding {
  padding: 0 0 85px 0;
}

.wrap-background.padding .section {
  margin: 0;
}

@media screen and (max-width: 480px) {
  .wrap-background.padding {
    padding: 0 0 30px 0;
  }
}

.form-box {
  background-color: #262626;
}

.form-inner {
  padding: 20px 55px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  overflow: hidden;
  position: relative;
}

.form-inner:before {
  content: "";
  position: absolute;
  top: 87%;
  left: 2%;
  background: url(../images/sq.svg) no-repeat;
  width: 125px;
  height: 70px;
}

@media screen and (max-width: 1544px) {
  .form-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .form-inner:before {
    top: 95%;
  }
}

.select-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 1;
  min-width: 1px;
}

.select-box .row {
  margin: 0 10px 0 0;
  max-width: 225px;
  width: 100%;
}

.select-box .row:last-child {
  margin: 16px 0 0 0;
}

.select-box .row label {
  color: #fff;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .select-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .select-box .row {
    margin: 10px 0 0 0;
  }
}

.row-box {
  display: -webkit-box;
  display: flex;
}

.row-box .row {
  margin: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
          flex-grow: 0;
  max-width: 79px;
}

.row-box .line-border {
  background-color: #ffffff;
  height: 1px;
  width: 35px;
  margin: 45px 0 0 0;
}

@media screen and (max-width: 1544px) {
  .row-box .row {
    -webkit-box-flex: unset;
            flex: unset;
  }
}

@media screen and (max-width: 768px) {
  .row-box {
    margin: 10px 0 0 0;
  }
}

.option-block {
  flex-shrink: 0;
  -webkit-box-flex: 0;
          flex-grow: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 1544px) {
  .option-block {
    margin: 10px 0 0 0;
  }
}

.action_btn {
  outline: none;
  border: none;
  cursor: pointer;
  line-height: 1;
  padding: 12px 16px;
  color: #fff;
  border-radius: 3px;
  background-color: #ea0448;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}

.radio-box {
  margin: 0 10px 0 0;
  display: -webkit-box;
  display: flex;
}

.radio-box .radio-input {
  opacity: 0;
  height: 0;
  width: 0;
  display: none;
}

.radio-box .label {
  position: relative;
  display: -webkit-box;
  display: flex;
  color: #fff;
  font-weight: 700;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
  padding: 0 0 0 25px;
  margin: 0 10px 0 0;
  font-size: 14px;
  font-family: "HelveticaNeueCyr-Medium", sans-serif;
}

.radio-box .label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.radio-box .label:after {
  content: "";
  position: absolute;
  top: 20%;
  left: 4px;
  background-color: #ffffff;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.radio-box .radio-input:checked+.label:after {
  background-color: #ea094b;
}

.more-wrap {
  padding: 10px 0 0 0;
  display: -webkit-box;
  display: flex;
  width: 100%;
}

.more-wrap .col-1 {
  width: 35%;
}

.more-wrap .col-2 {
  width: 65%;
}

.more-wrap .col-2 .thumbs .thumb {
  width: 33.3%;
}

@media screen and (max-width: 1360px) {
  .more-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .more-wrap .col-1,
  .more-wrap .col-2 {
    width: 100%;
  }

  .more-wrap .col-1 {
    display: -webkit-box;
    display: flex;
    margin: 0 0 10px 0;
  }
}

@media screen and (max-width: 640px) {
  .more-wrap .col-2 .thumbs .thumb {
    width: 50%;
  }
}

@media screen and (max-width: 375px) {
  .more-wrap .col-2 .thumbs .thumb {
    width: 100%;
  }
}

@media screen and (max-width: 690px) {
  .more-wrap .col-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.thumb-cat.second {
  margin: 15px 0 0 0;
}

@media screen and (max-width: 1360px) {
  .thumb-cat.second {
    margin: 0;
  }
}

.thumb.cat {
  padding: 8px 4px;
}

.thumb.cat .tools_thumb .desc:after {
  display: none;
}

@media screen and (max-width: 1360px) {
  .thumb.cat {
    width: 25%;
  }
}

@media screen and (max-width: 690px) {
  .thumb.cat {
    width: 33.33%;
  }
}

@media screen and (max-width: 600px) {
  .thumb.cat {
    width: 50%;
  }
}

.video-number {
  font-size: 21px;
  font-weight: 400;
}

@media screen and (max-width: 375px) {
  .video-number {
    font-size: 18px;
  }
}

.user-ava {
  margin: 0 20px 30px 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
          flex-grow: 0;
}

.user-previews {
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 1;
  min-width: 1px;
}

.content-inner {
  display: -webkit-box;
  display: flex;
}

.content-inner .thumbs {
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 1;
  min-width: 1px;
  width: 75%;
}

.content-inner .thumbs .thumb {
  width: 33.3%;
}

.info-user {
  margin: 0 0 12px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
}

.info-user a {
  font-weight: 700;
  color: #ea094b;
}

.topic {
  color: #0b0b0d;
}

.data-user {
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 1;
  min-width: 1px;
  margin: 0 20px 0 0;
}

@media screen and (max-width: 1360px) {
  .data-user {
    margin: 0px;
  }
}

.data-inner {
  display: -webkit-box;
  display: flex;
  border-bottom: 1px solid #dadada;
  padding: 15px 30px 6px 0;
}

@media screen and (max-width: 1360px) {
  .data-inner {
    padding: 0px 15px 10px 0;
  }
}

.user-wrapper {
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 1;
  min-width: 1px;
  display: -webkit-box;
  display: flex;
}

@media screen and (max-width: 1360px) {
  .user-wrapper {
    -webkit-box-flex: unset;
            flex: unset;
  }
}

.wieved-inner {
  display: -webkit-box;
  display: flex;
}

.wieved-inner span {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.wieved-inner span i {
  margin: 0 5px 0 0;
}

.wieved-inner .watched {
  margin: 0 12px 0 0;
}

.down-param {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  margin: 10px 0 0 0;
}

.act_btn-wrapper {
  margin: 60px 0 30px 0;
}

.act_btn-wrapper .act-btn {
  margin: 0;
}

@media screen and (max-width: 480px) {
  .act_btn-wrapper {
    margin: 20px 0;
  }
}

.iceland {
  width: 20px;
  margin: 0 5px 0 0;
}

.profile-wrapper {
  display: -webkit-box;
  display: flex;
  margin: 60px 0 0 0;
}

@media screen and (max-width: 1024px) {
  .profile-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin: 20px 0 0 0;
  }
}

.personal-info {
  flex-shrink: 0;
  -webkit-box-flex: 0;
          flex-grow: 0;
  max-width: 262px;
  width: 100%;
  padding: 30px 0 30px 25px;
  background-color: #ffffff;
  border-radius: 3px;
}

@media screen and (max-width: 1024px) {
  .personal-info {
    max-width: 100%;
    padding: 10px 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .personal-info img {
    margin: 0 auto;
  }
}

.info-inner li {
  display: -webkit-box;
  display: flex;
  margin: 20px 0 0 0;
}

.info-inner li:first-child {
  margin: 0;
}

.info-inner li span {
  color: grey;
}

.info-inner .item {
  display: block;
  color: #000;
  margin: 0 10px 0 0;
}

.info-inner .title {
  color: #262626;
  font-weight: 900;
  font-size: 16px;
  margin: 30px 0 30px 0;
}

@media screen and (max-width: 1024px) {
  .info-inner li {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .info-inner .title {
    text-align: center;
  }
}

.main-info {
  margin: 18px 0 0 15px;
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 1;
  min-width: 1px;
}

@media screen and (max-width: 1024px) {
  .main-info {
    margin: 18px 0 0 0;
  }
}

.user-data {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 550px) {
  .user-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
  }
}

.user-inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  flex-shrink: 0;
  -webkit-box-flex: 0;
          flex-grow: 0;
}

.user-inner .name {
  font-size: 24px;
  font-weight: 700;
}

.follow-btn {
  border-radius: 5px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
  padding: 8px 14px;
  margin: 0 0 0 22px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 1025px) {
  .follow-btn:hover {
    box-shadow: 0 7px 9px rgba(143, 143, 143, 0.47);
  }
}

.page-link {
  font-weight: 600;
  font-size: 16px;
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 1;
  min-width: 1px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-link a {
  color: #ea0448;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 1025px) {
  .page-link a:hover {
    border-bottom: 1px solid green;
  }
}

@media screen and (max-width: 550px) {
  .page-link {
    margin: 10px 0 0 0;
  }
}

.profile-box {
  margin-bottom: 115px;
}

@media screen and (max-width: 475px) {
  .profile-box {
    margin-bottom: 30px;
  }
}

.profile-info {
  background-color: #fff;
  padding: 25px 65px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin: 10px 0;
  flex-wrap: wrap;
}

.profile-info .title {
  color: #262626;
  font-weight: 900;
  font-size: 16px;
}

.profile-info .item {
  color: #000;
  font-weight: 600;
  padding: 0 0 0 15px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 1025px) {
  .profile-info .item:hover {
    color: #ea094b;
  }
}

@media screen and (max-width: 700px) {
  .profile-info .item {
    margin: 0 10px;
  }

  .profile-info .item:last-child {
    margin: 0;
  }
}

@media screen and (max-width: 545px) {
  .profile-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 10px;
  }

  .profile-info .item {
    margin: 10px 0;
  }

  .profile-info .item:last-child {
    margin: 10px 0 0 0;
  }

  .profile-info .title {
    margin: 10px 0 0 0;
  }
}

.wall-links {
  margin: 18px 0 0 0;
  display: -webkit-box;
  display: flex;
}

.wall-links .item {
  border: 1px solid #ccb7bd;
  border-radius: 5px;
  text-transform: uppercase;
  background-color: transparent;
  cursor: pointer;
  color: #000;
  padding: 10px 15px;
  margin: 0 10px 0 0;
}

.wall-links .item:last-child {
  margin: 0;
}

@media screen and (min-width: 1025px) {
  .wall-links .item:hover {
    background-color: #ea0448;
    color: #fff;
    border-color: #ea0448;
  }
}

.about-model {
  margin: 20px 0 0 0;
}

.about-model .title {
  font-size: 18px;
  font-weight: 700;
}

.model-text {
  margin: 15px 0 0 0;
  color: #262626;
}

.review {
  margin: 40px 0 0 0;
}

.review-wrapper {
  padding: 22px;
  display: -webkit-box;
  display: flex;
  margin: 2px 0 0 0;
  background-color: #fff;
}

.review-wrapper:first-child {
  margin: 0;
}

.review-wrapper .img-href {
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 1025px) {
  .review-wrapper .img-href:hover {
    box-shadow: 0 7px 9px rgba(143, 143, 143, 0.47);
  }
}

@media screen and (max-width: 475px) {
  .review-wrapper {
    -webkit-box-align: center;
            align-items: center;
  }

  .review-wrapper img {
    max-height: 62px;
  }
}

.review-inner {
  margin: 0 0 0 20px;
}

.review-inner .text {
  margin: 10px 0 0 0;
}

.review-inner .box .name {
  color: #ea094b;
  font-weight: 700;
  margin: 0 12px 0 0;
  cursor: pointer;
  border-bottom: 1px solid transparent;
}

@media screen and (min-width: 1025px) {
  .review-inner .box .name:hover {
    border-bottom: 1px solid #ea094b;
  }
}

.review-inner .box .date {
  color: #8d8d8d;
}



/* popups */
/* fancybox */
.fancybox-opened .fancybox-skin {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: -7px 10px 21px rgba(0, 0, 0, 0.65) !important;
  padding: 0 !important;
  overflow: hidden;
}

.fancybox-inner {
  width: 100%;
}

.fancybox-close {
  top: 19px !important;
  right: 3px !important;
}

.fancybox-lock .fancybox-overlay {
  z-index: 9999;
}

.fancybox-error {
  padding: 3rem 15px 15px !important;
}

.popup-title {
  display: block;
  color: #212121;
  font-size: 14px;
  padding: 13px;
  font-size: 2.4rem;
  font-weight: 500;
}

.popup-holder {
  padding: 13px;
  min-width: 900px;
  background-color: #f9f9f9;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#e7e7e7));
  background-image: linear-gradient(to top, #ffffff 0%, #e7e7e7 100%);
}

.field-error {
  color: red;
  padding: 3px 0 0;
  display: none;
}

.two-sections {
  width: 81rem;
  display: -webkit-box;
  display: flex;
}

.main-container-user .two-sections {
  width: 100%;
}

.section-one,
.section-two {
  -webkit-box-flex: 1;
  flex: 1 1 50%;
}

.section-one {
  padding: 0 25px 0 0;
  margin: 0 0 2rem;
}


.section-two {
  padding: 0 0 0 25px;
}

.popup-holder .section-one {
  padding: 0 10px 0 0;
  margin: 0;
}

.main-container-user .section-two {
  -webkit-box-flex: 0;
          flex: 0 1 320px;
}

.popup-holder .section-two {
  padding: 0 0 0 10px;
}

/* forms 
form .section-title {
  color: #ccc;
  font-size: 18px;
  font-weight: 500;
  margin: 1rem 0;
  display: block;
}

form .section-title.expand,
form .section-title.collapse {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
form .section-title.expand:hover,
form .section-title.collapse:hover {
  color: #276fdb;
}
form .section-title.collapse:after,
form .section-title.expand:after {
  content: "\e901";
  display: block;
  position: absolute;
  margin-left: 10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
  font-size: 6px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
form .section-title.collapse:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

form .row {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 0 2rem;
  line-height: 0;
}
.message-form form .row {
  width: 100%;
  max-width: 100%;
}

form .row:last-child {
  margin: 0;
}

form label {
  display: block;
  color: #ccc;
  margin: 0 0 5px;
  font-weight: 500;
  line-height: 1.2;
  font-size: 14px;
}
form label.field-label:after {
  content: ":";
}
form label.field-label.required:after {
  content: " (*):";
}
form .bottom label {
  font-size: 12px;
  color: #9f9f9f;
  margin: 0 0 7px;
}
form .bottom label.field-label {
  color: #ccc;
  font-size: 14px;
  font-weight: 500;
}
form .button-group .row {
  margin: 6px 0 0 0;
}
.button-group {
  margin: 0 0 2rem;
}
.two-sections .button-group {
  margin: 0;
}
form .button-group .row:first-child {
  margin: 0;
}
form .button-group .row label {
  margin: 0 0 5px;
  cursor: pointer;
}
form .radio,
form .checkbox {
  display: none;
}
form .radio + label,
form .radio + span,
form .checkbox + label,
form .checkbox + span {
  position: relative;
  padding-left: 24px !important;
  cursor: pointer;
}
form .radio + span {
  line-height: 1.2;
}
form .checkbox + label::before,
form .checkbox + span::before {
  content: "\e904";
  position: absolute;
  left: 0;
  top: -2px;
  z-index: 2;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #3f3f3f;
  background-color: #262626;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #262626;
  font-size: 11px;
  text-align: center;
  padding: 3px 0 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: background-color 0.3s, border 0.3s, color 0.3s;
  transition: background-color 0.3s, border 0.3s, color 0.3s;
}
form .checkbox:checked + label::before,
form .checkbox:checked + span::before {
  background-color: #276fdb;
  border: 1px solid #276fdb;
  color: #fff;
}
form .radio + span::before,
form .radio + label::before {
	content: "";
	position: absolute;
	left: 0;
	top: -2px;
	z-index: 2;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	border: 2px solid #3f3f3f;
	background-color: #262626;
	padding: 3px 0 0;
	-webkit-transition: background-color 0.3s, border 0.3s, color 0.3s;
	transition: background-color 0.3s, border 0.3s, color 0.3s;
}
form .radio:checked + span::before,
form .radio:checked + label::before {
	background-color: #276fdb;
	border: 5px solid #e0dfdf;
}
form .submit {
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  padding: 12px 30px;
  cursor: pointer;
  border: 0;
  min-width: 140px;
  -webkit-appearance: none;
  background-color: #276fdb;
  border-radius: 20px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.no-touch form .submit:hover {
  background-color: #212121;
  color: #fff;
}

.sidebar form .submit {
  min-width: 154px;
}
.margin-fix .bottom .submit.active,
.margin-fix .bottom .submit.right.active,
form .submit.active {
  background-color: #276fdb;
  color: #fff;
}
.margin-fix .bottom .submit:disabled,
.margin-fix .bottom .submit.right:disabled,
form .submit:disabled {
  pointer-events: none;
  color: #3f3f3f;
}

form .textfield,
form .textarea,
form .selectbox,
form .file {
  border: 1px solid #262626;
  padding: 12px 20px;
  color: #fff;
  background: #2e2e2e;
  width: 100%;
  border-radius: 20px;
  height: 40px;
}
form .textarea {
  resize: none;
  min-height: 120px;
}
form .selectbox {
  padding: 10px 20px;
}
form .date {
  font-size: 0;
}
form .date .selectbox {
  width: auto;
  margin-right: 10px;
}
form .date .select2-container {
  width: calc(33.33% - 5px) !important;
  margin: 0 5px 0 0;
}
form .date .select2-container:last-child {
  margin: 0;
}
form .file {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
}
form .file[disabled] {
  cursor: default;
}

form .textfield.error,
form .textarea.error,
form .selectbox.error,
form .selectbox.error + .select2-container--default .select2-selection--single,
form .file.error,
form fieldset.error .textfield,
form fieldset.error .textarea,
form fieldset.error .selectbox,
form fieldset.error .file {
  border: 2px solid #f30702;
}
form .file-control {
  position: relative;
  width: 100%;
  margin: 0 0 2rem;
}
form .file-control .textfield {
  padding-left: 24px;
}
form .file-control .button {
  position: absolute;
  left: 6px;
  top: 5px;
  border-radius: 15px;
  text-align: center;
  font-weight: 500;
  padding: 15px 10px;
  font-size: 13px;
  color: #fff;
  background-color: #212121;
}
form .file-control .button.disabled {
  color: #a2a2a2;
  background: #383838;
}
form .list-selector-popup {
  position: absolute;
  width: 100%;
  height: 160px;
  left: 0;
  bottom: 52px;
  border-radius: 5px;
  -webkit-box-shadow: -1px 1px 5px rgba(33, 33, 33, 0.65);
  box-shadow: -1px 1px 5px rgba(33, 33, 33, 0.65);
  z-index: 10000;
  background-color: #000;
}
form .list-selector-popup:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #2e2e2e;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  -webkit-box-shadow: -1px 1px 5px rgba(33, 33, 33, 0.65);
  box-shadow: -1px 1px 5px rgba(33, 33, 33, 0.65);
  bottom: -5px;
  z-index: 10000;
}
form .list-selector-popup:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 7px;
  background-color: #2e2e2e;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  z-index: 10001;
}
form .list-selector-popup .button-group {
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
  top: 8px;
  left: 8px;
  bottom: 30px;
  right: 8px;
}
form .list-selector-popup .button-group .group-title {
  margin: 0 5px 10px 0;
  padding: 3px;
  line-height: 1.2;
  background: #212121;
  font-weight: 800;
}
form .list-selector-popup .button-group .item {
  display: inline-block;
  width: 31%;
  padding: 3px 0 10px;
  vertical-align: top;
}

.fancybox-inner form .list-selector-popup .button-group .item {
  width: 49%;
}
.fancybox-outer,
.fancybox-inner {
  height: auto !important;
}
form .list-selector-popup .button-group .item label {
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  position: relative;
  padding: 0 0 0 25px;
}
form .list-selector-popup .filter {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #c8c8c8;
  border: none;
}
form .list-selector-popup .filter input {
  width: 100%;
  height: 100%;
  padding: 8px 10px;
  border: none;
  color: #fff;
  background: #2e2e2e;
  font-weight: 400;
  line-height: 14px;
}
form .bottom {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
form .bottom a {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

form .bottom .links {
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin: 0 0 2.7rem;
}

form .bottom .links p:first-child a {
  font-weight: bold;
  color: #276fdb;
}

form .bottom .links p:first-child a:hover {
  color: #fff;
}

form .bottom .submit.right {
  float: right;
  margin: 0 0 0 10px;
}

.no-touch form .bottom a:hover {
  color: #276fdb;
}
.no-touch form .bottom .submit.right:hover {
  background-color: #276fdb;
  color: #fff;
}

form .captcha-control {
  width: 100%;
}
form .captcha-control .image {
  margin: 0 0 2rem;
  overflow: hidden;
}
form .captcha-control .image img {
  display: block;
  width: 165px;
  height: 68px;
  margin: 0 1rem 1rem 0;
  float: left;
}
form .captcha-control .image .textfield {
  width: 150px;
}
form [data-name="code"] {
  margin: 0 0 2rem;
  min-height: 78px;
}
form .success {
  padding: 10px;
  background: #ea0448;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  border-radius: 1.5rem;
  width: 100%;
  text-align: center;
}
.fancybox-outer form .success {
  width: auto;
  margin: 3rem;
}

form .generic-error {
  text-align: center;
  padding: 10px;
  color: #f30702;
  border: 2px solid #f30702;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 0 0 10px;
}
form .info-message {
  display: inline-block;
  position: relative;
  margin: 0 1rem 1rem 1rem;
  padding: 1rem;
  font-size: 14px;
  background: #444444;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
form .info-message:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #444444;
  left: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -5px;
}
form .info-message .bottom {
  display: block;
  padding: 1rem 0 0;
}
form .info-message .submit {
  font-size: 12px;
  min-width: auto;
  margin: 5px 5px 0 0;
}

form .field-error {
  display: none;
  padding: 5px 0 0 0;
  color: #f30702;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

form .field-error label {
  margin: 0;
}

form .smileys-support {
  position: relative;
}
form .smileys-support .textarea {
  border-radius: 0 0 20px 20px;
}
form .smileys-support .smileys-bar {
  background: #444444;
  padding: 2px 10px 4px;
  cursor: default;
  font-size: 0;
  border-radius: 20px 20px 0 0;
}
form .smileys-support img {
  cursor: pointer;
  margin-right: 5px;
}
form .smileys-support img:last-child {
  margin: 0;
}
form .progressbar {
  position: absolute;
  z-index: 1200;
  width: 60%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 5.0rem;
  border: 0.2rem solid #276fdb;
  padding: 0.8rem;
  border-radius: 2.4rem;
  background: #151515;
}
form .progressbar .text {
  position: absolute;
  width: 100%;
  top: 1rem;
  height: 3rem;
  font-size: 2.2rem;
  line-height: 3rem;
  text-align: center;
}
form .progressbar .progress {
  width: 0;
  height: 3rem;
  background: #276fdb;
  border-radius: 2rem;
}
*/
.player-wrap {
  position: relative;
}

#kt_player {
  position: absolute !important;
}

.player-holder {
  width: 100%;
  max-width: 921px;
}

.rating-container .rating {
  margin: 0;
  display: -webkit-box;
  display: flex;
  position: relative;
}

.rating-container .rating .voters {
  position: absolute;
  top: 100%;
  width: 110%;
}

a {
  cursor: pointer;
}

.hidden {
  display: none;
}

.popup-holder label {
  display: block;
  width: 100%;
  margin: 0 0 7px;
}

.popup-holder .row {
  margin: 0 0 10px;
}

.popup-holder .input-name {
  max-width: 100%;
}

form .checkbox+label {
  position: relative;
  padding-left: 24px !important;
  cursor: pointer;
}

form .checkbox+label::before {
  content: "\e901";
  position: absolute;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  left: 0;
  top: -2px;
  z-index: 2;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #e0dfdf;
  background-color: #fff;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #fff;
  font-size: 11px;
  text-align: center;
  padding: 3px 0 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: background-color 0.3s, border 0.3s, color 0.3s;
  transition: background-color 0.3s, border 0.3s, color 0.3s;
}

form .checkbox:checked+label::before {
  background-color: #ea0448;
  border: 1px solid #ea0448;
}

form .bottom a {
  color: #212121;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

form .bottom .links p:first-child a {
  font-weight: bold;
  color: #ea0448;
}


@media screen and (min-width: 1024px) {
  form .bottom a:hover {
    color: #ea0448;
  }
}

.popup-holder .button {
  margin: 0 0 7px;
}

.popup-holder .row.row-remember-me {
  font-size: 0;
  line-height: 0;
}

.popup-holder .row.row-remember-me label {
  font: 14px/1.2 "Open Sans", sans-serif;
}

.captcha-control .image {
  padding: 0 0 7px 0;
}

.captcha-control .image .field-label {
  margin: 7px 0;
}

.members.profile-box {
  display: -webkit-box;
  display: flex;
}

.sidebar .filter .row {
  padding: 0 0 7px;
}

.sidebar .filter select {
  width: 100%;
  margin: 7px 0 0;
}

.sidebar .filter .input-name {
  margin: 7px 0 0;
}

.filter form .checkbox+label::before {
  top: 0;
}

.sidebar .filter .row.row-age label {
  display: block;
  width: 100%;
}

.sidebar .filter .row.row-age select {
  width: 47%;
}

.members .personal-info {
  max-width: 262px;
  padding: 18px 0 25px 0px;
}

.btn_profile.login {
  display: block;
  cursor: pointer;
}

.member-menu-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: translate3d(10px, 0, 0);
          transform: translate3d(10px, 0, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: transform .3s, opacity .3s, visibility .3s;
  transition: transform .3s, opacity .3s, visibility .3s, -webkit-transform .3s;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: stretch;
          align-items: stretch;
  border: 1px solid rgba(191, 163, 171, 0.75);
}

.group.open .member-menu-header {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.member-menu-header .button {
  margin: 0;
  border-radius: 0;
  border: 1px solid transparent;
}

.personal-info .avatar {
  padding: 0 0 76%;
  position: relative;
}

.personal-info .avatar img,
.personal-info .avatar span {
  position: absolute;
  top: 0;
  left: 10px;
  width: 100%;
  max-width: 180px;
  right: 0;
  bottom: 0;
}

.personal-info .avatar span {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: #ccc;
}

.video-edit .title a {
  color: #ea094b;
}

.video-edit {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.video-edit .two-sections {
  width: 100%;
}

.row.row-radio label {
  font: 14px/1.2 "Open Sans", sans-serif;
}

form .row-radio label {
  position: relative;
  padding-left: 24px !important;
  cursor: pointer;
}

form .row-radio label::before {
  content: "\e901";
  position: absolute;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  left: 0;
  top: 0px;
  z-index: 2;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #e0dfdf;
  background-color: #fff;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #fff;
  font-size: 11px;
  text-align: center;
  padding: 3px 0 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: background-color 0.3s, border 0.3s, color 0.3s;
  transition: background-color 0.3s, border 0.3s, color 0.3s;
}

form .row-radio input:checked+label::before {
  background-color: #ea0448;
  border: 1px solid #ea0448;
}

.form-upload .section-title {
  font-size: 18px;
  line-height: 20px;
  display: block;
  margin: 0 0 10px;
}

form .row-radio {
  margin: 13px 0 7px;
}

.section-one .input-name {
  max-width: 990px;
}

.form-upload .button {
  margin: 0;
}

.file-control input[type=file] {
  display: none;
}

.row .file-control {
  position: relative;
}

.row .file-control .button {
  position: absolute;
  top: 47%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5px;
}

.row .file-control input {
  padding: 12px 15px 12px 26px;
}

.progressbar {
  padding: 10px 0;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  position: relative;
}


.progress {
  background: #ea0448;
  display: block;
  height: 20px;
  border-radius: 4px;
  width: 0;
}

.text {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

p.preview img {
  width: 100%;
  max-width: 300px;
}

p.preview {
  position: relative;
}

p.preview .left {
  position: absolute;
  left: 5px;
  top: 5px;
}

.form-upload .row label {
  padding: 2px 0 5px;
  display: block;
}

.row.list-selector {
  position: relative;
}

form .list-selector-popup {
  position: absolute;
  width: 100%;
  height: 160px;
  left: 0;
  bottom: 52px;
  border-radius: 5px;
  box-shadow: -1px 1px 5px rgba(207, 207, 207, 0.65);
  z-index: 10000;
  background-color: #f9f9f9;
}

form .list-selector-popup .button-group {
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
  top: 8px;
  left: 8px;
  bottom: 30px;
  right: 8px;
}

form .list-selector-popup .button-group .item {
  display: inline-block;
  width: 31%;
  padding: 3px 0;
  vertical-align: top;
  line-height: 0;
  font-size: 0;
}

form .list-selector-popup .button-group .item label {
  padding: 2px 0 5px;
  display: block;
  font-size: 14px;
  line-height: 14px;
}

form .list-selector-popup .filter {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #c8c8c8;
  border: none;
}

form .list-selector-popup .filter input {
  width: 100%;
  height: 100%;
  padding: 8px 10px;
  border: none;
  background-color: #fff;
  color: #212121;
  font-weight: 400;
  line-height: 14px;
}

.section-one .button-group .row-radio {
  margin: 0;
  font-size: 0;
  line-height: 0
}

.section-one .button-group .row-radio label {
  margin: 7px 0 0;
}

@media screen and (max-width: 767px) {
  .form-upload .two-sections {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 0 0 10px;
  }

  .form-upload .section-two {
    padding: 0;
  }

  .section-one {
    padding: 0;
    margin: 0 0 10px;
  }
}


.thumbs form {
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.thumbs .generic-error {
  width: 100%;
}

.thumbs .bottom {
  width: 100%;
}

#list_videos_my_uploaded_videos {
  padding: 10px 0 0;
}

@media screen and (max-width: 1024px) {
  .personal-info .avatar {
    padding: 0;
  }

  .profile-wrapper .personal-info .avatar {
    padding: 0 0 19%;
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
  }

  .personal-info .avatar img, .personal-info .avatar span {
      left: 0;
  }

}

.user-data .link {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  line-height: 20px;
}

.user-data .link a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  padding: 0 0 0 5px;
}

@media screen and (max-width: 690px) {
  .user-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .user-data .link a {
    padding: 0;
  }

  .page-link {
    margin: 10px 0 0 0;
    width: 100%;
    -webkit-box-pack: left;
            justify-content: left;
  }
}

.popup-holder .row.date .input-name {
  width: 32%;
}

.popup-holder select {
  background: #fff;
}

.profile-info span.item {
  color: #ea0448;
}

.item-control-holder .toggle-button {
  position: relative;
  width: 20px;
}

.item-control-holder .toggle-button .checkbox::before {
  content: "\e901";
  position: absolute;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  left: 0;
  top: 1px;
  z-index: 2;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #e0dfdf;
  background-color: #fff;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #fff;
  font-size: 11px;
  text-align: center;
  padding: 3px 0 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: background-color 0.3s, border 0.3s, color 0.3s;
  transition: background-color 0.3s, border 0.3s, color 0.3s;
}

.item-control-holder .toggle-button.active .checkbox::before {
  background-color: #ea0448;
  border: 1px solid #ea0448;
}

.item-control-holder {
  display: -webkit-box;
  display: flex;
}

.item-control-holder .toggle-button.button {
  width: auto;
  padding: 2px 3px;
  margin: 0 0 0 3px;
}

.thumbs .bottom .submit.active {
  border: 1px solid #ea0448;
  background-color: #ea0448;
  color: #fff;
}

.thumbs .bottom .button:disabled {
  background: grey;
}

@media screen and (min-width: 1025px) {
  .thumbs .bottom .button:disabled:hover {
    border: 1px solid rgba(191, 163, 171, 0.75);
    background-color: grey;
    color: #000;
  }
}

.member-thumbs .cat .wrap_image {
  padding: 0 0 100%;
}

.page-error {
  text-align: center;
  font-size: 22px;
  line-height: 24px;
  color: #ea094b;
}

.empty-content {
  padding: 0 0 10px;
}


.item-control {
  padding: 3px 0 0;
}

.popup-holder .two-sections {
  width: auto;
}

@media screen and (max-width: 640px) {
  .popup-holder .two-sections {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 0;
  }
}

select.input-name {
  padding: 0 15px;
}

.content {
  padding: 10px 0 0;
}

.select-box .input-name {
  margin: 10px 0 0;
}

.popup-holder .two-sections strong {
  padding: 0 0 5px;
}

@media screen and (max-width: 945px) {
  .popup-holder {
    min-width: auto;
  }
}

.empty-content a {
  color: #ea094b;
}

textarea.input-name {
  height: auto;
}

.fancybox-lock .select2-container--open {
  z-index: 9999;
}

.form-upload .row label.button {
  padding: 7px 10px;
}

.wrap_image span.duration,
.wrap_image span.is-hd {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 2px 4px;
  border-radius: 3px;
  right: 4px;
  left: auto;
  bottom: 3px;
  top: auto;
  background-color: #ea0448;
  color: #fff;
  font-size: 12px;
}

.wrap_image span.is-hd {
  bottom: 25px;
}

.headline .title span {
  color: #ea0448;
  font-size: 16px;
  padding: 0 0 0 4px;
}

.index-spot {
  width: 100%;
  margin: 0 0 10px;
}

.wrap_image span.touch-preview {
  display: block;
  opacity: 0.8;
  visibility: visible;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 20;
  background-color: #000;
  border-radius: 50%;
  color: #ea0448;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.wrap_image span.touch-preview.icon-eye:before {
  display: block;
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
  left: 1px;
  right: 0;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .thumbs-wrapper .thumbs .thumb {
    width: 100%;
  }

  .thumbs-wrapper #list_videos_related_videos_items.thumbs .thumb {
    width: 50%;
  }
}

@media screen and (max-width: 1200px) {
  .wrap-background .media-container { 
    margin: 0;
    padding: 20px 0 0;
  }

  .block-video.section {
    margin: 0 0 10px;
  }
}

@media screen and (max-width: 1180px) {
  .wrap-tabs span.less_margin {
    margin: 10px 15px 0 0;
  }
}

@media screen and (max-width: 830px) {
  .wrap-tabs a span {
    display: none;
  }

  .wrap-tabs a {
    font-size: 0;
  }

  .wrap-tabs span.less_margin {
    display: none;
  }

  .btn_tab i {
      margin: 0;
  }

  .headline .title-name {
      font-size: 20px;
  }
}

@media screen and (max-width:640px) {
  .headline .title-name {
      font-size: 16px;
  }
}

@media screen and (max-width:1025px) {
  .wrap-sort {
    width: 100%;
  }

  .wrap-sort .item {
    display: none;
  }

  .wrap-sort .item:first-of-type {
    display: block;
  }
}

.param .hide {
  display: none;
}

.param .wrap-sort.show .hide {
  display: inline-block;
}

.param .wrap-sort.show .item .plus{
  display: none;
}

.param .wrap-sort.show .item .plus.hide{
  display: inline-block;
  height: 19px;
  width: 19px;
  margin: 0px 0 -4px 0;
}

.param .plus {
  position: relative;
  margin: 0 0 0 3px;
}

.param .plus:before {
  content: url(../images/plus.svg);
  position: absolute;
  top: 2px;
  left: 3px;
}

.param .wrap-sort.show .plus:before {
  content: url(../images/minus.svg);
  position: absolute;
  top: 0px;
  left: 1px;
  height: 19px;
}

a.spot {
  width: fit-content;
  margin: 0 auto 10px;
}

.navigation_footer a.active {
  color: #ea094b;
}