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

@font-face {
  src: url("../fonts/Gilroy-Semibold.woff2") format("woff2");
  font-family: "Gilroy";
  font-weight: 600;
  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: "Gilroy", sans-serif;
}

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

button {
  border-width: 0;
  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: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  background: #181818;
}

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

.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: 10px 0;
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
  font-size: 30px;
  line-height: 35px;
}

section .title {
  font-size: 26px;
}

.title img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 10px;
}

.sub-title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
}

.text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  text-align: center;
  color: #aca8b5;
}

.header {
  margin: 13px 0;
}

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

.circle-icon {
  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: 19px;
  height: 19px;
  background: #262626;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.circle-icon svg {
  fill: #fff;
}

.angle {
  position: absolute;
  z-index: 2;
  border-style: solid;
  border-width: 6px;
  width: 0;
  height: 0;
}

.angle-top {
  left: 0;
  top: 0;
  border-color: #181818 transparent transparent #181818;
}

.angle-bottom {
  right: 0;
  bottom: 0;
  border-color: transparent #181818 #181818 transparent;
}

.angle-bg {
  position: relative;
  border-radius: 5px;
  padding: 0 15px;
  color: #fff;
  background: #262626;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.angle-bg .angle {
  border-width: 4px;
}

.angle-bg .angle-top {
  border-color: #000 transparent transparent #000;
}

.angle-bg .angle-bottom {
  border-color: transparent #000 #000 transparent;
}

.menu__button {
  display: none;
}

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

.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;
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}

.active .menu__lines::after {
  top: 0;
  width: 100%;
  -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 {
  display: block;
  padding: 0 15px;
  font-weight: 600;
  font-size: 15px;
  line-height: 50px;
  white-space: nowrap;
  color: #fff;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  cursor: pointer;
}

.menu__link .circle-icon {
  margin-left: 5px;
}

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

.dropdown-content {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99999999;
  border-radius: 5px;
  padding: 15px;
  width: 100%;
  min-width: 100%;
  background: #000;
}

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

.dropdown-list li {
  padding: 7px 0;
  width: 100%;
}

.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 28px;
  color: #fff;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.link__text {
  padding-right: 10px;
  font-weight: 600;
  font-size: 15px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.link__num {
  font-weight: 400;
  font-size: 14px;
  color: #aca8b5;
}

.link:hover {
  color: #f93636;
}

.link:hover .link__num {
  color: #fff;
}

.link:hover .angle-bg {
  background: #f93636;
}

.link.link-all {
  color: #f93636;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.link.link-all:hover {
  color: #fff;
}

.search {
  position: relative;
  z-index: 2;
  margin: 10px auto;
  width: 100%;
  height: 50px;
}

.search-btn {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0 5px 5px 0;
  padding: 0 15px;
  height: 100%;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  background: #f93636;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.search-btn::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: block;
  border-style: solid;
  border-width: 6px;
  border-color: transparent #181818 #181818 transparent;
}

.search-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  display: block;
  border-style: solid;
  border-width: 25px 28px;
  border-color: #ed1e1e transparent transparent #ed1e1e;
  width: 0;
  height: 0;
}

.search-btn span {
  position: relative;
  z-index: 4;
}

.search-btn_img {
  position: relative;
  z-index: 4;
  margin-left: 9px;
}

.search-btn:hover {
  background: #ed1e1e;
}

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

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

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

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

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

.search-input::placeholder {
  color: #262626;
}

.btns {
  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;
}

.btn {
  position: relative;
  padding: 11px;
  background: #262626;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}

.btn:last-of-type {
  border-radius: 0 5px 5px 0;
}

.btn:first-of-type {
  border-radius: 5px 0 0 5px;
}

.btn:hover,
.btn_active {
  color: #fff;
  background: #f93636;
}

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

.sort-title {
  padding-right: 10px;
}

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

.category-list li {
  margin: 5px 25px 5px 0;
}

.category-list .angle-bg .angle-top {
  border-color: #181818 transparent transparent #181818;
}

.category-list .angle-bg .angle-bottom {
  border-color: transparent #181818 #181818 transparent;
}

li.letter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  border-radius: 5px;
  padding: 0 10px;
  width: 100%;
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase;
  background: #000;
}

li.letter:not(:first-of-type) {
  margin-top: 30px;
}

li.letter span {
  color: #fff;
}

li.letter span::before {
  content: "-";
}

li.letter span::after {
  content: "-";
}

.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;
  margin: 10px 0;
  border-radius: 5px;
  padding: 10px;
  background: #000;
}

.tags li {
  margin: 0 10px 15px 0;
}

.tag {
  display: none;
}

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

.tag__link:hover {
  color: #f93636;
}

.tag__link:hover .tag__img {
  background-color: #f93636;
}

.tag__link:hover .label {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.09 0.23999H0.91C0.408078 0.241607 0.00160417 0.65118 0 1.15693V9.56221C0 10.3337 0.692708 10.4248 1.36646 9.74589L3.5 7.78858C3.5 7.78858 4.86865 8.97516 5.63354 9.74589C6.39844 10.5166 7 10.3322 7 9.56221V1.15693C6.9984 0.65118 6.59192 0.241607 6.09 0.23999Z' fill='%23ffffff'/%3E%3C/svg%3E");
}

.tag__link:hover .video {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.2407 9.31855H7.48448C7.84694 9.10462 8.1848 8.84298 8.48984 8.53627C9.42904 7.5919 9.9463 6.33627 9.9463 5.00073C9.9463 3.6652 9.42907 2.40957 8.48984 1.4652C7.55061 0.520829 6.30187 0.000732422 4.97364 0.000732422C3.64541 0.000732422 2.39667 0.520829 1.45744 1.4652C0.51823 2.40957 0.000976562 3.66518 0.000976562 5.00073C0.000976562 6.33629 0.51823 7.5919 1.45744 8.53627C2.38961 9.47354 3.6267 9.99261 4.94379 10.0004C4.94621 10.0004 4.94856 10.0007 4.95098 10.0007H11.2407C11.428 10.0007 11.5799 9.84801 11.5799 9.65964C11.5799 9.47127 11.428 9.31855 11.2407 9.31855ZM3.30362 5.46712C3.96265 5.46712 4.49879 6.0062 4.49879 6.66885C4.49879 7.33151 3.96263 7.87061 3.30362 7.87061C2.64462 7.87061 2.10844 7.33151 2.10844 6.66885C2.10844 6.0062 2.6446 5.46712 3.30362 5.46712ZM2.10844 3.33261C2.10844 2.66996 2.6446 2.13085 3.30362 2.13085C3.96265 2.13085 4.49879 2.66996 4.49879 3.33261C4.49879 3.99526 3.96263 4.53435 3.30362 4.53435C2.64462 4.53435 2.10844 3.99526 2.10844 3.33261ZM7.83884 3.33261C7.83884 3.99526 7.30268 4.53435 6.64367 4.53435C5.98467 4.53435 5.44849 3.99526 5.44849 3.33261C5.44849 2.66996 5.98465 2.13085 6.64367 2.13085C7.3027 2.13085 7.83884 2.66996 7.83884 3.33261ZM6.64367 5.46712C7.3027 5.46712 7.83884 6.0062 7.83884 6.66885C7.83884 7.33151 7.30268 7.87061 6.64367 7.87061C5.98467 7.87061 5.44849 7.33151 5.44849 6.66885C5.44849 6.0062 5.98465 5.46712 6.64367 5.46712Z' fill='%23ffffff' /%3E%3C/svg%3E");
}

.tag__link:hover .star {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.9712 4.15628C10.8988 3.92385 10.7012 3.75929 10.4684 3.73731L7.29306 3.43649L6.03813 0.370622C5.94548 0.145376 5.73466 0 5.50001 0C5.26535 0 5.05445 0.145376 4.96239 0.370622L3.70746 3.43649L0.531585 3.73731C0.298778 3.75973 0.101639 3.92429 0.0287928 4.15628C-0.0436342 4.3887 0.0232538 4.64364 0.199328 4.80478L2.59966 7.0011L1.89192 10.2539C1.84014 10.493 1.9291 10.7403 2.11927 10.8838C2.22149 10.9613 2.34159 11 2.4621 11C2.56567 11 2.66931 10.9713 2.76188 10.9135L5.50001 9.20504L8.23763 10.9135C8.43846 11.0387 8.69099 11.0272 8.88074 10.8838C9.07092 10.7403 9.15988 10.493 9.10809 10.2539L8.40036 7.0011L10.8007 4.80478C10.9767 4.64364 11.0436 4.38923 10.9712 4.15628Z' fill='%23ffffff'/%3E%3C/svg%3E");
}

.tag__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 5px;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  color: #f93636;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #262626;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.show-more {
  color: #f93636;
}

.show-more span {
  line-height: 19px;
}

.show-more:hover {
  color: #fff;
}

.show-more:hover span {
  color: #fff;
}

.label {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.09 0.23999H0.91C0.408078 0.241607 0.00160417 0.65118 0 1.15693V9.56221C0 10.3337 0.692708 10.4248 1.36646 9.74589L3.5 7.78858C3.5 7.78858 4.86865 8.97516 5.63354 9.74589C6.39844 10.5166 7 10.3322 7 9.56221V1.15693C6.9984 0.65118 6.59192 0.241607 6.09 0.23999Z' fill='%23F93636'/%3E%3C/svg%3E");
}

.video {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.2407 9.31855H7.48448C7.84694 9.10462 8.1848 8.84298 8.48984 8.53627C9.42904 7.5919 9.9463 6.33627 9.9463 5.00073C9.9463 3.6652 9.42907 2.40957 8.48984 1.4652C7.55061 0.520829 6.30187 0.000732422 4.97364 0.000732422C3.64541 0.000732422 2.39667 0.520829 1.45744 1.4652C0.51823 2.40957 0.000976562 3.66518 0.000976562 5.00073C0.000976562 6.33629 0.51823 7.5919 1.45744 8.53627C2.38961 9.47354 3.6267 9.99261 4.94379 10.0004C4.94621 10.0004 4.94856 10.0007 4.95098 10.0007H11.2407C11.428 10.0007 11.5799 9.84801 11.5799 9.65964C11.5799 9.47127 11.428 9.31855 11.2407 9.31855ZM3.30362 5.46712C3.96265 5.46712 4.49879 6.0062 4.49879 6.66885C4.49879 7.33151 3.96263 7.87061 3.30362 7.87061C2.64462 7.87061 2.10844 7.33151 2.10844 6.66885C2.10844 6.0062 2.6446 5.46712 3.30362 5.46712ZM2.10844 3.33261C2.10844 2.66996 2.6446 2.13085 3.30362 2.13085C3.96265 2.13085 4.49879 2.66996 4.49879 3.33261C4.49879 3.99526 3.96263 4.53435 3.30362 4.53435C2.64462 4.53435 2.10844 3.99526 2.10844 3.33261ZM7.83884 3.33261C7.83884 3.99526 7.30268 4.53435 6.64367 4.53435C5.98467 4.53435 5.44849 3.99526 5.44849 3.33261C5.44849 2.66996 5.98465 2.13085 6.64367 2.13085C7.3027 2.13085 7.83884 2.66996 7.83884 3.33261ZM6.64367 5.46712C7.3027 5.46712 7.83884 6.0062 7.83884 6.66885C7.83884 7.33151 7.30268 7.87061 6.64367 7.87061C5.98467 7.87061 5.44849 7.33151 5.44849 6.66885C5.44849 6.0062 5.98465 5.46712 6.64367 5.46712Z' fill='%23f93636' /%3E%3C/svg%3E");
}

.star {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.9712 4.15628C10.8988 3.92385 10.7012 3.75929 10.4684 3.73731L7.29306 3.43649L6.03813 0.370622C5.94548 0.145376 5.73466 0 5.50001 0C5.26535 0 5.05445 0.145376 4.96239 0.370622L3.70746 3.43649L0.531585 3.73731C0.298778 3.75973 0.101639 3.92429 0.0287928 4.15628C-0.0436342 4.3887 0.0232538 4.64364 0.199328 4.80478L2.59966 7.0011L1.89192 10.2539C1.84014 10.493 1.9291 10.7403 2.11927 10.8838C2.22149 10.9613 2.34159 11 2.4621 11C2.56567 11 2.66931 10.9713 2.76188 10.9135L5.50001 9.20504L8.23763 10.9135C8.43846 11.0387 8.69099 11.0272 8.88074 10.8838C9.07092 10.7403 9.15988 10.493 9.10809 10.2539L8.40036 7.0011L10.8007 4.80478C10.9767 4.64364 11.0436 4.38923 10.9712 4.15628Z' fill='%23F93636'/%3E%3C/svg%3E");
}

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

.wrap_2 li {
  padding: 2px;
  width: 100%;
}

.wrap_2 .descr {
  padding-right: 8px;
  font-size: 12px;
}

.wrap_2 .descr:first-child {
  padding-right: 12px;
}

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

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

.card {
  margin-bottom: 10px;
  cursor: pointer;
}

.card__img {
  position: relative;
  border: 1px solid transparent;
  border-radius: 5px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.card__img::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: -1;
  display: block;
  border-radius: 0 0 5px 5px;
  height: 10px;
  min-width: 100%;
  background: #000;
}

.card__img img {
  border-radius: 5px;
  height: auto;
  width: 100%;
}

.card__text {
  overflow: hidden;
  padding: 8px 15px 8px 5px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #7a7a7b;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.card__info {
  display: inline-block;
  border-radius: 4px;
  padding: 4px 5px;
  color: #000;
  background: rgba(255, 255, 255, 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;
  font-weight: 600;
  font-size: 18px;
  color: #aca8b5;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.card__descr {
  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;
  padding: 0 5px;
  white-space: nowrap;
}

.card__descr .descr:last-child {
  color: #fff;
}

.card:hover .card__img::after {
  background: #f93636;
}

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

.card__title::before,
.card__text::before {
  content: "";
  position: relative;
  top: 50%;
  display: inline-block;
  margin-right: 5px;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background: #f5e1cd;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #aca8b5;
}

.descr img {
  margin-right: 5px;
}

.descr:first-child {
  padding-right: 20px;
}

.descr:last-child {
  margin-left: auto;
}

.tlbr {
  position: absolute;
}

.tr {
  right: 15px;
  top: 15px;
}

.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 .btn:first-of-type {
  margin-right: 1px;
}

.pagination .btn:last-of-type {
  margin-left: 1px;
}

.arrows svg {
  fill: #fff;
}

.arrows:focus,
.arrows:visited {
  fill: #aca8b5;
}

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

.video-holder {
  padding: 10px 0;
}

.video-main {
  width: 100%;
}

.video-main .tags {
  margin: 0;
}

.video-aside {
  width: 100%;
}

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

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

.report {
  border-radius: 5px;
  padding: 5px 5px 10px;
  background: #000;
}

.report .text {
  text-align: left;
  color: #fff;
}

.report .tags {
  padding: 0;
}

.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 .like {
  cursor: pointer;
}

.report-col .like svg {
  fill: #f93636;
}

.report-col .dislike {
  cursor: pointer;
}

.report-col .dislike svg {
  fill: #3e3e3e;
}

.report-col .dislike:hover svg {
  fill: #f93636;
}

.percent {
  margin: 0 17px;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}

.download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}

.download .circle-icon {
  margin-left: 10px;
}

.download,
.share {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.download:hover,
.share:hover,
.download.open,
.share.open {
  color: #f93636;
}

.download:hover .circle-icon,
.share:hover .circle-icon,
.download.open .circle-icon,
.share.open .circle-icon {
  background-color: #f93636;
}

.comment-holder {
  border-radius: 5px;
  padding: 10px;
  background: #000;
}

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

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

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

.form-input {
  border-radius: 5px;
  padding: 12px 16px;
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: #262626;
}

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

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

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

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

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

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

.form-btn {
  display: block;
  margin-left: auto;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5;
  color: #f93636;
}

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

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

.comment p {
  color: #aca8b5;
}

.comment__text {
  padding: 10px 0;
}

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

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

.comment__rate .svg-img svg {
  fill: #f93636;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

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

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

.name {
  display: block;
  margin-bottom: 3px;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #f93636;
}

.show-all {
  display: block;
  padding-top: 10px;
  font-weight: 600;
  font-size: 15px;
  line-height: 2;
  text-align: center;
  color: #f93636;
}

.links {
  padding-left: 10px;
  text-transform: lowercase;
  color: #f93636;
}

.show-all,
.links,
.form-btn {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}

.show-all:hover,
.links:hover,
.form-btn:hover {
  color: #fff;
}

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

.footer-wrap {
  text-align: center;
}

.footer .logo {
  margin-right: 15px;
}

.copy {
  margin: 0 auto;
  padding: 5px 0;
  font-size: 14px;
  color: #d6d6d6;
}

.footer-nav a {
  display: inline-block;
  padding: 0 10px 0 0;
  color: #f93636;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.footer-nav a:hover {
  color: #fff;
}

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

  .wrap_2 li {
    width: 50%;
  }

  .wrap_5 li {
    width: 50%;
  }

  .wrap_7 li {
    width: 33.3333%;
  }
}

@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) {
  .dropdown-list li {
    width: 33.3333%;
  }

  .btn {
    padding: 11px 20px;
  }

  .banners {
    padding: 20px;
  }

  .footer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
}

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

  .search {
    margin: 0 15px 0 30px;
    max-width: 600px;
  }

  .tags {
    padding: 15px;
  }

  .wrap_5 li {
    width: 33.333%;
  }

  .wrap_7 li {
    width: 25%;
  }

  .report {
    padding: 15px;
  }
}

@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 {
    padding: 10px;
    width: 445px;
  }
}

@media (min-width: 1100px) {
  .wrap_5 li {
    width: 25%;
  }

  .wrap_7 li {
    width: 20%;
  }
}

@media (min-width: 1200px) {
  .menu__link:focus,
  .menu__link:hover,
  .menu__link:active,
  .menu__link_active {
    color: #f93636;
  }

  .menu__link:focus .circle-icon,
  .menu__link:hover .circle-icon,
  .menu__link:active .circle-icon,
  .menu__link_active .circle-icon {
    background: #f93636;
  }

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

  .wrap_7 li {
    width: 16.6667%;
  }
}

@media (min-width: 1440px) {
  .wrap_5 li {
    width: 20%;
  }

  .wrap_7 li {
    width: 14.2857%;
  }
}

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

@media (max-width: 1200px) {
  .menu__button {
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 2;
    display: block;
    width: 45px;
    height: 45px;
    -webkit-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
  }

  .menu__nav {
    position: absolute;
    left: -100%;
    top: 100%;
    z-index: 99999999999;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px 10px;
    width: 100%;
    background: #000;
  }

  .active .menu__nav {
    left: 0;
  }

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

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

  .section-video .title img {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .sort-title {
    display: none;
  }
}

@media (max-width: 479.98px) {
  .search-btn span {
    display: none;
  }

  .section-video .title {
    padding-right: 10px;
    font-size: 20px;
    line-height: 1.2;
  }

  section .title {
    font-size: 18px;
  }
}

@media (max-width: 379.98px) {
  .pagination .btn:nth-last-child(2) {
    display: none;
  }

  .pagination .btn:nth-last-child(3) {
    display: none;
  }
}

.player-wrap {
  position: relative;
}

#kt_player {
  position: absolute !important;
}

.tab-content {
  padding: 15px 0 0;
}

.tab-content .btn {
  margin: 0 10px 10px 0;
}

.field-error {
  color: red;
}

.popup-holder .sub-title,
.success {
  color: #fff;
}

.popup-holder .form {
  padding: 20px 20px 0;
}

.popup-holder .bottom label {
  display: inline-block;
  margin: 0 0 10px;
  color: #fff;
}

.models_list .card__img {
  position: relative;
  padding-bottom: 147%;
  transition: all 0s;
}

.models_list .card__img img.lazy-load {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 8px);
}

.models_list .card__img img.no_img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
}
