/*@font-face {
  src: url("../fonts/Roboto-Regular.woff2") format("woff2");
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url("../fonts/Roboto-Bold.woff2") format("woff2");
  font-family: "Roboto";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url("../fonts/Roboto-Condensed-Bold.woff2") format("woff2");
  font-family: "RobotoCondensed";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url("../fonts/Roboto-Condensed-Regular.woff2") format("woff2");
  font-family: "RobotoCondensed";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}*/

*,
*::before,
*::after {
  vertical-align: baseline;
  margin: 0;
  border: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:focus,
:active,
a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  min-width: 320px;
}

body {
  min-height: -webkit-fill-available;
  min-height: -moz-available;
  min-height: fill-available;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "RobotoCondensed", sans-serif;
}

input::-ms-clear {
  display: none;
}

button {
  border-width: 0;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a {
  color: inherit;
  cursor: pointer;
}

a,
a:visited,
a:hover {
  text-decoration: none;
}

ul,
ol,
dd {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

body {
  font-family: "RobotoCondensed", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #7a7a7b;
  background: #f0f0f0;
}

body.lock {
  overflow: hidden;
}

.hidden {
  display: none;
}

.section {
  margin-bottom: 35px;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  width: 100%;
  min-height: 100%;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1520px;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.svg-img {
  position: relative;
  display: block;
  width: 85px;
  height: 85px;
  fill: cornflowerblue;
}

.svg-img svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

.title { 
  padding-right: 10px;
  font-weight: 700;
  font-size: 26px;
}

.title span {
  text-decoration: underline;
  color: #050d24;
}
  
.title-row .title {
  font-size: 23px;
}

.subtitle {
  padding: 10px 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 20px;
}

.text {
  padding: 15px 0;
  font-size: 14px;
}

.header {
  border-bottom: 1px solid #fff;
  -webkit-box-shadow: 0 0 10px #eaeaea;
          box-shadow: 0 0 10px #eaeaea;
  background: #050d24;
}

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

.menu__button {
  display: none;
}

.menu__lines,
.menu__lines::after,
.menu__lines::before {
  position: absolute;
  border-radius: 3px;
  width: 30px;
  height: 4px;
  background-color: #fff;
}

.menu__lines {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.menu__lines::before {
  content: "";
  top: -8px;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.menu__lines::after {
  content: "";
  right: 0;
  top: 8px;
  width: 100%;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.active .menu__lines {
  background: transparent;
}

.active .menu__lines::before {
  top: 0;
  background-color: #e93300;
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}

.active .menu__lines::after {
  top: 0;
  width: 100%;
  background-color: #e93300;
  -webkit-transform: rotate(-60deg);
      -ms-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

.menu__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.menu__link {
  line-height: 40px;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  cursor: pointer;
}

.menu__link-a {
  display: block;
  margin: 0 5px;
  border-bottom: 4px solid transparent;
  padding: 10px 15px 0;
  white-space: nowrap;
  color: #fff;
}

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

.dropdown-content {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 36;
  border: 1px solid #fff;
  padding: 10px;
  width: 100%;
  background: #050d24;
}

.dropdown-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.dropdown-list .btn {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.dropdown-list .btn-f {
  border: 1px solid #e93300;
  color: #e93300;
}

.dropdown-list .btn-o {
  border: 1px solid transparent;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropdown-list li {
  width: 100%;
  line-height: 40px;
}

.arrow {
  display: inline-block;
  margin-left: 5px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  padding: 3px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.arrow.arrow-active {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.search {
  position: relative;
  z-index: 1;
  margin: 10px 0;
  width: 100%;
  height: 60px;
}

.search-close {
  display: none;
  font-size: 35px;
  color: #e93300;
}

.search.active::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  z-index: 2;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../images/polygon.svg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.search-btn {
  position: absolute;
  right: 3px;
  top: 3px;
  border: 1px solid #e93300;
  border-radius: 30px;
  padding: 0 25px;
  height: 54px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  background: #e93300;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.search-btn_img {
  position: absolute;
  left: 20px;
  top: 50%;
  z-index: 3;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.search-btn_mob .svg-img svg {
  fill: #fff;
}

.search-btn_mob.active .search-close {
  display: block;
}

.search-btn_mob.active .svg-img {
  display: none;
}

.search-btn:hover {
  color: #e93300;
  background: #fff;
}

.svg-img {
  width: 20px;
  height: 20px;
}

.svg-img svg {
  fill: #7a7a7b;
}

.search-input {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px;
  padding-left: 50px;
  width: 100%;
  height: 100%;
  background: #fff;
}

.search-input::-webkit-input-placeholder {
  color: #7a7a7b;
}

.search-input::-moz-placeholder {
  color: #7a7a7b;
}

.search-input:-ms-input-placeholder {
  color: #7a7a7b;
}

.search-input::-ms-input-placeholder {
  color: #7a7a7b;
}

.search-input::placeholder {
  color: #7a7a7b;
}

.search-category {
  position: relative;
  z-index: 1;
  margin: 10px 0;
  width: 100%;
  height: 45px;
  max-width: 300px;
}

.search-category .search-input {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px;
  padding-right: 50px;
  padding-left: 20px;
}

.search-category .search_img {
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 3;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 5px;
  border: 1px solid #d6d6d6;
  border-radius: 20.5px;
  padding: 0 15px;
  line-height: 38px;
  text-align: center;
  color: #050d24;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

.btn-o:hover {
  border: 1px solid #e93300;
  color: #e93300;
}

.btn-f span {
  margin-left: 5px;
  color: #7a7a7b;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn-f:hover {
  border: 1px solid #e93300;
  color: #fff;
  background: #e93300;
}

.btn-f:hover span {
  color: #fff;
}

.btn-f.open {
  border: 1px solid #e93300;
  color: #fff;
  background: #e93300;
}

.btn-f.open span {
  color: #fff;
}
.btn-f.open svg {
  fill: #fff;
}

.btn-t {
  border: 1px solid #e93300;
  color: #fff;
  background: #e93300;
}

.btn-t:hover {
  border: 1px solid #e93300;
  color: #e93300;
  background-color: transparent;
}

.btn-l {
  border: 1px solid transparent;
}

.btn-l:hover {
  border: 1px solid #e93300;
  color: #e93300;
}

.btn-f.like .svg-img svg {
  fill: #e93300;
}

.btn-f.like:hover .svg-img svg,
.btn-f.share:hover .svg-img svg,
.btn-f.download:hover .svg-img svg,
.btn-f.dislike:hover .svg-img svg {
  fill: #fff;
}

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

.sort-title {
  display: inline-block;
  font-size: 14px;
  color: #7a7a7b;
}

.custom-select-wrapper {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  border-radius: 20px;
  width: 150px;
  -webkit-box-shadow: 0 0 10px #eaeaea;
          box-shadow: 0 0 10px #eaeaea;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.custom-select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #050d24;
}

.custom-select .arrow {
  border-color: #7a7a7b;
}

.custom-select__trigger {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #d6d6d6;
  border-radius: 20px;
  padding: 0 15px;
  height: 42px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 40px;
  background: #fff;
  cursor: pointer;
}

.custom-options {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 6;
  display: block;
  border: 1px solid #d6d6d6;
  border-top: transparent;
  border-radius: 0 0 20px 20px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  pointer-events: none;
}

.custom-select.open .custom-options {
  padding: 13px 0;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.custom-select.open .custom-select__trigger {
  border-bottom: transparent;
  border-radius: 20px 20px 0 0;
  color: #7a7a7b;
  background: #fff;
}

.custom-select.open .arrow {
  border-color: #7a7a7b;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.custom-option {
  position: relative;
  display: block;
  padding: 0 15px;
  line-height: 40px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}

.custom-option:hover {
  color: #e93300;
  cursor: pointer;
}

.custom-option.selected {
  color: #e93300;
}

.category-wrap {
  padding: 10px;
  background: #fff;
}

.category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  border-bottom: 1px solid #d6d6d6;
}

.category-list li {
  margin: 1px 1px 15px;
}

.letter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-transform: uppercase;
  color: #fff;
  background: #e93300;
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}

.tags li {
  margin: 1px 1px 5px;
}

.tag {
  display: none;
}

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

.tag__link::before {
  content: "";
  display: block;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.label::before {
  background-image: url("../images/label.svg");
}

.video::before {
  background-image: url("../images/camera.svg");
}

.star::before {
  background-image: url("../images/star.svg");
}

.show-more::before {
  background-image: url("../images/plus.svg");
}

.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5px 0;
}

.wrap_5 li {
  padding: 2px;
  width: 50%;
}

.wrap_7 li {
  padding: 2px;
  width: 50%;
}

.card {
  cursor: pointer;
}

.card__img {
  position: relative;
  padding-bottom: 141.75%;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 5px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.models_list .card__img {
  padding-bottom: 137.9310344827586%;
}

.card__img img {
  width: 100%;
  height: auto;
}

.card__img img.thumb {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.card__img .no-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.card__text {
  padding: 8px 5px;
  font-size: 14px;
  color: #7a7a7b;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  padding: 7px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}

.card__info img {
  margin-right: 4px;
}

.card__info span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}

.card__info span:last-child {
  margin-left: 6px;
}

.card__title {
  padding: 8px 15px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.card__title::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 11px;
  height: 11px;
  background-image: url("../images/arrow-left.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.card:hover .card__img {
  border: 1px solid #7a7a7b;
}

.card:hover .card__text,
.card:hover .card__title {
  color: #e93300;
}

.tlbr {
  position: absolute;
  z-index: 3;
}

.tl {
  left: 7px;
  top: 7px;
}

.br {
  right: 2px;
  bottom: 2px;
}

.is_private {
  left: auto;
  right: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  padding: 7px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}


.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
}

.pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 10px;
  width: 42px;
  height: 42px;
}

.pagination .page {
  border: 1px solid transparent;
  border-radius: 50%;
  text-align: center;
  color: #050d24;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.pagination .page:focus,
.pagination .page:visited {
  color: #7a7a7b;
}

.pagination .page:active,
.pagination .page:hover,
.pagination .page.current {
  /*border: 1px solid #e93300;*/
  color: #e93300;
	font-weight:bold;
  /*background: #fff;*/
}

.arrows svg {
  fill: #050d24;
}

.arrows:focus,
.arrows:visited {
  fill: #7a7a7b;
}

.arrows:active svg,
.arrows:hover svg {
  fill: #e93300;
}

.meter {
  position: relative;
  border-radius: 2px;
  width: 150px;
  height: 3px;
  /* Can be anything */
  background: #7a7a7b;
}

.meter > span {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 2px;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#73cd00), color-stop(99.48%, #8fff00));
  background: -o-linear-gradient(left, #73cd00 0%, #8fff00 99.48%);
  background: linear-gradient(90deg, #73cd00 0%, #8fff00 99.48%);
}

.percent {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #e93300;
}

.votes {
  font-size: 14px;
  color: #7a7a7b;
}

.video-main {
  width: 100%;
}

.video-aside {
  padding: 10px;
  width: 100%;
  background: #fff;
}

.no-player {
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
  padding-bottom: 56.25%;
  height: 0;
}

.no-player .message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  padding: 10px 15px;
  border: 1px solid #d6d6d6;
  border-radius: 20.5px;
  color: #000;
  background: rgba(255, 255, 255, 0.7);
}

.player video,
.player iframe,
.player object,
.player embed,
.player img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.report {
  padding: 5px 5px 10px;
  background: #fff;
}

.report .tags {
  padding: 0;
}

.report-info {
  padding: 10px 0;
}

.report-info p {
  line-height: 1.3;
}

.report-info p:not(:last-child) {
  padding-right: 20px;
}

.report-info span {
  color: #050d24;
}

.report-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.report-col.rate {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 160px;
  text-align: center;
}

.form {
  margin-bottom: 20px;
  width: 100%;
  font-family: "RobotoCondensed", sans-serif;
}

.form__title {
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 24px;
}

.form .btn {
  margin: 0 0 0 auto;
  font-size: 16px;
  display: inline-block;
}

.comment_btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.form-row {
  margin-bottom: 10px;
}

.form-input {
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  padding: 7px;
  width: 100%;
  height: 40px;
  font-size: 16px;
}

.form-input::-webkit-input-placeholder {
  font-size: 14px;
}

.form-input::-moz-placeholder {
  font-size: 14px;
}

.form-input:-ms-input-placeholder {
  font-size: 14px;
}

.form-input::-ms-input-placeholder {
  font-size: 14px;
}

.form-input::placeholder {
  font-size: 14px;
}

.form-textarea {
  min-height: 140px;
  resize: vertical;
}

.comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.comment-wrap {
  padding-left: 10px;
}

.comment__text {
  padding: 15px 0 10px;
}

.comment__rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  cursor: pointer;
}

.comment__rate .svg-img {
  margin-right: 5px;
}

.comment__rate .svg-img svg {
  fill: #050d24;
}

.comment__rate:hover .svg-img svg {
  fill: #e93300;
}

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

.user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  width: 45px;
  height: 45px;
  background: #d6d6d6;
  overflow: hidden;
}

.user img {
  width: 100%;
}

.user .svg-img {
  width: 20px;
  height: 20px;
}

.user .svg-img svg {
  fill: #7a7a7b;
}

.name {
  margin-bottom: 3px;
  color: #e93300;
}

.link {
  padding-left: 10px;
  color: #e93300;
}

.show-all {
  display: block;
  margin-top: 60px;
  text-align: center;
  color: #e93300;
}

.show-all:hover,
.link:hover {
  color: #050d24;
}

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

.banners a {
  padding: 10px;
}

.banners a img {
  max-width: 100%;
}

.footer {
  padding: 15px 0;
  text-align: center;
  background: #050d24;
}

.copy {
  margin: 0 auto;
  padding: 10px 0;
  max-width: 1180px;
  text-align: center;
  color: #d6d6d6;
}

.footer-nav a {
  display: inline-block;
  padding: 0 10px;
  color: #e93300;
}

@media (min-width: 479.98px) {
  .dropdown-list li {
    width: 50%;
  }

  .wrap_5 li {
    width: 33.333333%;
  }

  .wrap_7 li {
    width: 33.3333%;
  }

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

@media (min-width: 720px) {
  .report-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 767.98px) {
  .title {
    font-size: 34px;
  }

  .title-row .title {
    font-size: 30px;
  }

  .subtitle {
    font-size: 24px;
  }

  .dropdown-list li {
    width: 33.3333%;
  }

  .form__title {
    font-size: 24px;
  }

  .banners {
    padding: 20px;
  }
}

@media (min-width: 991.98px) {
  .text {
    font-size: 16px;
  }

  .menu__link-a:focus,
  .menu__link-a:hover,
  .menu__link-a:active,
  .menu__link-a_active,
  .menu__link_active a {
    position: relative;
    border-bottom: 4px solid #e93300;
    color: #e93300;
    background: #030713;
  }

  .menu__link-a:focus .arrow,
  .menu__link-a:hover .arrow,
  .menu__link-a:active .arrow,
  .menu__link-a_active .arrow {
    border-color: #e93300;
  }

  .dropdown-content {
    padding: 25px;
  }

  .dropdown-list li {
    width: 25%;
  }

  .search-btn_mob {
    display: none;
  }

  .wrap_5 li {
    width: 25%;
  }

  .wrap_7 li {
    width: 25%;
  }
}

@media all and (min-width: 991.98px) {
  .menu__link {
    line-height: 70px;
  }
}

@media (min-width: 1024px) {
  .video-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .video-main {
    width: calc(100% - 455px);
  }

  .video-aside {
    width: 445px;
  }
}

@media (min-width: 1100px) {
  .dropdown-list li {
    width: 20%;
  }

  .wrap_5 li {
    width: 20%;
  }

  .wrap_7 li {
    width: 20%;
  }
}

@media (min-width: 1199.98px) {
  .search {
    width: 100%;
    max-width: 700px;
  }
}

@media (min-width: 1200px) {
  .dropdown-list li {
    width: 16.6667%;
  }

  .wrap_7 li {
    width: 16.6667%;
  }
}

@media (min-width: 1440px) {
  .dropdown-list li {
    width: 14.2857%;
  }

  .wrap_5 li {
    width: 14.28571428571429%;
  }

  .wrap_7 li {
    width: 14.2857%;
  }
}

@media (min-width: 1600px) {
  .dropdown-list li {
    width: 12.5%;
  }
}

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

@media (max-width: 1200px) {
  .search {
    margin: 10px auto;
  }
}

@media (max-width: 1199.98px) {
  .header-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 991.98px) {
  body.lock {
    position: fixed;
    overflow: hidden;
    width: 100%;
  }

  .title {
    margin-bottom: 10px;
  }

  .header .logo {
    margin-right: auto;
  }

  .header {
    padding: 10px 0;
  }

  .menu__button {
    position: relative;
    z-index: 2;
    display: block;
    margin: 0 20px;
    width: 45px;
    height: 45px;
    -webkit-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
  }

  .menu__link {
    position: relative;
  }

  .search.active {
    display: block;
  }

  .search {
    display: none;
  }
}

@media all and (max-width: 991.98px) {
  .menu__nav {
    position: absolute;
    left: -100%;
    top: 100%;
    z-index: 999;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 15px;
    width: 100%;
    background: #050d24;
  }

  .active .menu__nav {
    left: 0;
  }
}

@media (max-width: 720px) {
  .report-col.rate {
    margin: 15px auto 20px;
  }
}

.fancybox-inner {
  min-width: 300px;
  box-sizing: border-box;
}

.fancybox-inner .popup-holder {
  padding: 0 25px 25px;
}

.fancybox-inner .form__title {
  padding:25px;
  margin: 0;
  display: block;
}

.form .generic-error {
  margin: 10px 0 ;
  color: red;
}

.field-error {
  color: red;
}

.bottom .links {
  margin: 10px;
}

.bottom .links a:hover{
  color: #e93300;
}

.captcha-control {
  margin: 10px 0 0;
}

.captcha-control .image {
  margin: 0 0 10px;
}

.captcha-control .image img {
  margin: 0 0 10px;
}

.player-wrap {
  position: relative;
}

#kt_player {
  position: absolute !important;
}

.block-share {
  padding: 10px 0 0;
}

.block-share label {
  display: block;
  margin: 0 0 5px;
}

.live_sex {
  position: relative;
}

.live_sex i {
  opacity: 0;
}

.live_sex:before {
  position: absolute;
  content: '';
  top: calc(50% + 3px);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: rgb(66, 231, 24);
  left: 1px;
  border-radius: 50%;
  -webkit-animation: pulse-btn 2.5s infinite;
  animation: pulse-btn 2.5s infinite;
}

.nav-live_sex.live_sex:before {
  width: 10px;
  height: 10px;
  left: 21px;
}


@-webkit-keyframes pulse-btn {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(66, 231, 24, .9)
  }

  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(66, 231, 24, 0);
    text-shadow: 0 0 5px rgba(66, 231, 24, .9)
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(66, 231, 24, 0)
  }
}

@keyframes pulse-btn {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(66, 231, 24, .4);
    box-shadow: 0 0 0 0 rgba(66, 231, 24, .4)
  }

  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(66, 231, 24, 0);
    box-shadow: 0 0 0 5px rgba(66, 231, 24, 0);
    text-shadow: 0 0 5px rgba(66, 231, 24, .9)
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(66, 231, 24, 0);
    box-shadow: 0 0 0 0 rgba(66, 231, 24, 0)
  }
}

.btn-tx {
  border: 1px solid #e93300;
  color: #fff !important;
  background: #e93300;
	cursor: default !important;
}

.btnx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 5px;
  border: 1px solid #d6d6d6;
  border-radius: 20.5px;
  padding: 0 15px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}