@font-face {
  font-family: "iconmoon";
  src: url("../fonts/icomoon.eot?su27t8");
  src: url("../fonts/icomoon.eot?su27t8#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?su27t8") format("truetype"), url("../fonts/icomoon.woff?su27t8") format("woff"), url("../fonts/icomoon.svg?su27t8#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: "iconmoon" !important;
  speak: never;
  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;
}

.our-network {
  background: url('/img/svg/network.svg') center/cover no-repeat;
  width: 14px;
  height: 14px;
}

.porn-sites {
  background: url('/img/svg/catalog.svg') center/cover no-repeat;
  width: 14px;
  height: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-flash:before {
  content: "\e917";
}

.icon-floppy:before {
  content: "\e918";
}

.icon-heart:before {
  content: "\e919";
}

.icon-info:before {
  content: "\e91a";
}

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

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

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

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

.icon-security:before {
  content: "\e91f";
}

.icon-security2:before {
  content: "\e920";
}

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

.icon-tags:before {
  content: "\e922";
}

.icon-verify:before {
  content: "\e923";
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  margin: 0;
  outline: none;
  border: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

a {
  outline: none;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  display: block;
}

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

input,
button,
textarea,
select {
  font: inherit;
  background-color: transparent;
}

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

button {
  cursor: pointer;
}

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

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

* {
  font-family: "Poppins", sans-serif;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  background-color: #0f0f0f;
  position: relative;
}

body.block {
  overflow: hidden;
}

body.lock {
  overflow: hidden;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
  padding-right: 4px;
}

body.lock:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, rgba(0, 0, 0, 0.7)), color-stop(30%, rgba(0, 0, 0, 0.7)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0.7) 30%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0.7) 30%);
}

.invisible {
  display: none;
}

.feedback-submit {
  max-width: 200px; 
  margin: 15px 0 15px!important; 
  padding: 15px!important; 
  border-radius: 60px;
  background: #D306B1!important;
  color: #fff!important;
  cursor: pointer;
}

.container {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  padding-inline: 10px;
  margin: 0 auto;
}

.service img {
  display:inline-block;
}

.service a  {
  display:inline-block;
}

.wrapper {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
}

section:last-child {
  margin-bottom: 46px;
}

.txt {
  padding-top: 24px;
}

.txt a {
  display: inline;
  color: #D306B1;
}

.txt a:hover {
  color: #aea3b7;
}

main {
  margin-top: 70px;
}

.blurred .tmb__item img {
  -webkit-filter: blur(15px);
  filter: blur(15px);
}

.accent {
  color: #D306B1;
  font-weight: 400;
}

h1 {
  font-size: 28px;
  font-weight: 500;
  margin-block: 20px 16px;
  line-height: 1.2;
}

h2 {
  font-size: 24px;
  margin-block: 20px;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  font-size: 18px;
  line-height: 1.5;
}

.decor-line {
  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-top: 10px;
}

.decor-line:before,
.decor-line:after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: #2b2f35;
  content: "";
}

hr {
  background-color: #2b2f35;
  height: 1px;
  width: 100%;
  margin: 24px 0;
}

.menu__aside {
  position: fixed;
  left: -100%;
  top: 0;
  background-color: #0f0f0f;
  width: 100%;
  height: 100vh;
  z-index: 4;
  -webkit-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
}

.menu__aside:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 200%;
  background-color: #0f0f0f;
  display: block;
  right: 90%;
  top: 0;
  z-index: -1;
}

.menu__aside .menu__link {
  font-size: 14px;
}

.menu__aside .btn {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu__list .menu__link {
  font-weight: 500;
  font-size: 16px;
}

.menu__list .icon {
  font-size: 23px;
}

.menu__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 24px 0;
  position: relative;
}

.menu__row:not(:last-child):after {
  content: "";
  width: 150%;
  position: absolute;
  right: -20px;
  bottom: 0;
  display: block;
  height: 1px;
  background-color: #2b2f35;
}

.menu__row h4 {
  margin-bottom: 16px;
}

.menu__wrap {
  background-color: #0f0f0f;
  padding-top: 50px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow-y: auto;
}

.menu__button {
  font-size: 0;
  position: relative;
  z-index: 2;
  display: block;
  width: 48px;
  height: 48px;
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
}

.menu__lines {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

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

.menu__lines::before {
  content: "";
  top: -9px;
}

.menu__lines::after {
  content: "";
  top: 9px;
}

.menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  padding: 12px 16px;
  white-space: nowrap;
  color: #d9d9d9;
  cursor: pointer;
  gap: 8px;
}

.is-open {
  left: 0;
}

.is-open .menu__lines {
  background: transparent;
}

.is-open .menu__lines::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.is-open .menu__lines::after {
  top: 0;
  width: 100%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header__menu {
  display: none;
}

.header__menu .menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

.header__menu .menu__link {
  font-size: 14px;
  background-color: #1b1b22;
  border-radius: 10px;
  display: flex;
}

.header__menu .menu__list .menu__link span {
  display: none;
}

.ftr-fix {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  background-color: #1b1b22;
}

.ftr-fix.open .tmb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ftr-fix.open .btn__open {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ftr-fix .btn__open {
  position: absolute;
  top: -48px;
  left: 0;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ftr-fix .btn__open .btn {
  width: 32px;
  height: 32px;
  background-color: #2b2f35;
  border: 1.5px solid #1b1b22;
  border-radius: 60px;
  color: #fff;
  font-size: 16px;
}

.ftr-fix .tmb {
  padding-top: 16px;
  display: none;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.ftr-fix .tmb .tmb__item {
  padding: 0 2px;
  margin-bottom: 0;
  min-width: 50%;
}

.ftr-fix .tmb .tmb__item:nth-child(3) {
  display: none;
}

.ftr-fix .tmb .tmb__item:nth-child(4) {
  display: none;
}

.ftr__menu {
  width: 100%;
}

.ftr__menu .menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 64px;
}

.ftr__menu .menu__list .menu__link {
  font-size: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ftr__menu .menu__list .menu__link span {
  display: none;
}

.header {
  position: fixed;
  z-index: 4;
  width: 100%;
  padding: 4px 0;
  background-color: #0f0f0f;
  border-bottom: 1px solid #2b2f35;
  margin-bottom: 20px;
}

.header.close {
  border-bottom: 1px solid rgba(43, 47, 53, 0);
}

.header .container {
  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;
  gap: 24px;
}

.header__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 159px;
  flex: 0 0 159px;
  position: relative;
  z-index: 3;
}

.header__menu.close {
  opacity: 0.3;
  pointer-events: none;
}

.header__search.mobile {
  display: none;
  position: absolute;
  right: 10px;
  height: 48px;
  left: auto;
  width: calc(100% - 78px);
  z-index: 8;
}

.autocomplete {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.autocomplete-items {
  position: absolute;
  background-color: #1b1b22;
  width: 100%;
  border-radius: 15px;
  padding: 16px 8px 16px 0;
  left: 0;
  z-index: 9;
  top: 100%;
  right: 0;
}

.autocomplete-item-container {
  overflow-y: auto;
  max-height: 262px;
}

.autocomplete-item-container div {
  padding: 4px 8px 4px 16px;
  line-height: 1.5;
  font-size: 14px;
  cursor: pointer;
  color: #aea3b7;
}

.autocomplete-item-container div strong {
  color: #f9f9f9;
}

.autocomplete-item-container div:hover {
  background-color: #000;
}

.autocomplete-active {
  color: green;
  background-color: yellow;
}

::-webkit-scrollbar {
  width: 4px;
  border-radius: 4px;
}

/* Track */

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px #1b1b22;
  box-shadow: inset 0 0 2px #1b1b22;
  border-radius: 4px;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #2b2f35;
  border-radius: 4px;
}

.btn {
  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: 60px;
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  gap: 4px;
  background-color: #1b1b22;
  color: #fff;
  cursor: pointer;
}

.btn .icon {
  font-size: 16px;
}

.btn.is-show .icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tmb__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #d9d9d9;
  border: 1px solid #2b2f35;
  border-radius: 60px;
  padding: 15px 24px;
  gap: 8px;
  font-size: 18px;
  font-weight: 500;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  max-width: 400px;
  width: 100%;
}

.comment_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #d9d9d9;
  padding: 15px 24px;
  gap: 8px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}

.btn-red {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  padding: 0 34px;
  color: #fff;
  cursor: pointer;
  height: 54px;
  border-radius: 60px;
  background-color: #D306B1;
}

.btn-follow {
  color: #D306B1;
  background-color: #1b1b22;
  padding: 0 24px;
  border-radius: 60px;
  line-height: 48px;
}

.search {
  width: 100%;
  height: 48px;
  max-width: 400px;
  background-color: #0f0f0f;
  border-radius: 60px;
}

.search.is-open {
  display: block;
}

.search__form {
  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;
  margin: 0 auto;
  border-radius: 60px;
  width: 100%;
  height: 100%;
  max-width: 400px;
  font-size: 0;
}

.search__input {
  position: relative;
  border-radius: 60px 0 0 60px;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #8a8996;
  font-weight: 500;
  padding-inline: 16px 54px;
  border: 1px solid #7f7a8c;
}

.search__input::-webkit-input-placeholder {
  color: #8a8996;
}

.search__input::-moz-placeholder {
  color: #8a8996;
}

.search__input:-ms-input-placeholder {
  color: #8a8996;
}

.search__input::-ms-input-placeholder {
  color: #8a8996;
}

.search__input::placeholder {
  color: #8a8996;
}

.search__btn {
  border-radius: 0 60px 60px 0;
  border: solid #7f7a8c;
  border-width: 1px 1px 1px 0;
  height: 100%;
  min-width: 72px;
  color: #fff;
  background-color: #1b1b22;
}

.search__btn .icon {
  font-size: 24px;
}

.search__btn_sm {
  color: #fff;
  background-color: #1b1b22;
  border-radius: 60px;
  width: 48px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.search__btn_sm .icon {
  font-size: 24px;
}

.search__btn_sm.is-open {
  display: none;
}

.form input[type=radio] {
  display: none;
}

.form input[type=radio] + label {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
}

.form input[type=radio] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
  border: 1px solid #7f7a8c;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background: #fff;
  cursor: pointer;
}

.form input[type=radio]:checked + label::before {
  background-color: #7f7a8c;
}

.form input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 7px;
  display: block;
  border: 2px solid rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  cursor: pointer;
}

textarea {
  margin-top: 16px;
  margin-bottom: 10px;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
  min-height: 72px;
  background: #2b2f35;
  resize: vertical;
  color: #fff;
}

.captcha {
  margin-bottom: 16px;
  border-radius: 10px;
  min-height: 72px;
  background: #f2f2f2;
}

.form__name {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 18px;
}

form .popup__btn {
  min-width: 100%;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  font-size: 12px;
  color: #8a8996;
  cursor: pointer;
}

input[type=checkbox] + label a {
  display: inline;
}

input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  border: 1px solid #7f7a8c;
  border-radius: 5px;
  width: 16px;
  height: 16px;
  background-color: #fff;
  -webkit-transform: translateY(15%);
  -ms-transform: translateY(15%);
  transform: translateY(15%);
  cursor: pointer;
}

input[type=checkbox]:checked + label::before {
  background: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.73995 0.327334C10.1115 0.735992 10.0813 1.36844 9.67268 1.73995L4.17268 6.73995C3.79126 7.08669 3.20876 7.08669 2.82733 6.73995L0.327334 4.46722C-0.0813234 4.09571 -0.11144 3.46326 0.260067 3.05461C0.631574 2.64595 1.26402 2.61583 1.67268 2.98734L3.50001 4.64855L8.32733 0.260067C8.73599 -0.11144 9.36844 -0.0813234 9.73995 0.327334Z' fill='%23FFFFFF'/%3E%3C/svg%3E") center/cover no-repeat;
  background-size: 10px;
  background-color: #7f7a8c;
}

.dropdown {
  position: relative;
}

.dropdown .dropdown-toggle {
  min-width: 120px;
  position: relative;
  padding: 5px 12px;
  font-size: 14px;
  cursor: pointer;
}

.dropdown .dropdown-toggle i {
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
}

.dropdown .dropdown-menu {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  display: none;
  margin-top: 8px;
  border-radius: 10px;
  padding: 16px 0;
  width: 100%;
  background-color: #1b1b22;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.dropdown .dropdown-menu a {
  padding: 0 12px;
  font-size: 14px;
  line-height: 32px;
  color: #d9d9d9;
  background-color: #1b1b22;
}

.dropdown .dropdown-menu a._active {
  color: #d9d9d9;
  background: #2b2f35;
}

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

.dropdown-open .dropdown-toggle i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.list {
  margin-bottom: 16px;
  padding-top: 6px;
}

.list__item {
  position: relative;
  margin-bottom: 8px;
  padding-left: 20px;
}

.list__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #D306B1;
}

.txt-hold {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.show-txt {
  font-size: 24px;
  color: #ccc;
  border-radius: 4px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: max-height 0.5s ease;
  -o-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}

.txt-show {
  max-height: 3.6em;
  overflow: hidden;
  margin-bottom: 16px;
}

.txt-hold.open .show-txt {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.txt-hold.open .txt-show {
  max-height: 100%;
}

.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;
  gap: 4px;
}

.tags + .tags {
  margin-top: 16px;
}

.tags b {
  display: inline-block;
  margin-right: 8px;
}

.tag {
  border-radius: 10px;
  padding: 4px 16px;
  font-weight: 500;
  background: #000;
}

.tag_sm {
  color: #aea3b7;
  background: #000;
  padding: 2px 8px;
  font-size: 14px;
  display: block;
  border-radius: 10px;
}

.tag-btn {
  color: #aea3b7;
  background: #1b1b22;
  font-size: 16px;
  padding: 0 8px;
  border-radius: 5px;
  font-weight: 500;
}

.tmb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.tmb__item {
  position: relative;
  padding: 0 8px;
  width: 100%;
  margin-bottom: 14px;
}

.tmb__item a {
  display: block;
}

.tmb__item .tags {
  height: 25px;
  overflow: hidden;
  display: none;
}

.tmb__item-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 6px;
  border-radius: 10px;
}

.tmb__item-img img {
  aspect-ratio: 4/3;
  width: 100%;
}

.tmb__item-img .rd {
  position: absolute;
  bottom: 8px;
  right: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #d9d9d9;
  background-color: #1b1b22;
  padding: 0 4px;
  border-radius: 5px;
}

.tmb__item-img video {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
  border-radius: 5px;
  object-fit: fill;
}

.tmb__info {
  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;
  font-size: 14px;
  gap: 24px;
}

.tmb__info-text span {
  display: block;
}

.tmb__info-text span:nth-child(2) {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}

.tmb__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.tmb__item-title span:nth-child(1) {
  display: block;
  overflow: hidden;
  font-weight: 500;
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 18px;
}

.tmb__item-title span:nth-child(2) {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
  color: #aea3b7;
}

.tmb__item-text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tmb__item-descr {
  font-weight: 400;
  line-height: 1.5;
  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;
  gap: 8px;
  margin-bottom: 2px;
  color: #aea3b7;
}

.tmb__item-descr div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  font-size: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tmb__item-descr .icon {
  color: #d9d9d9;
}

.tmb__item-descr .icon-like {
  color: #d9d9d9;
}

.tmb__group {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 25px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tmb__group.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tmb__group .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-50%);
}

.tmb__group .sqr {
  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: 1px solid #2b2f35;
  width: 45px;
  height: 45px;
  cursor: pointer;
  background-color: #0f0f0f;
}

.tmb__group .sqr 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;
  width: 100%;
  height: 100%;
}

.tmb__group .like {
  border-radius: 10px 0 0 10px;
}

.tmb__group .report {
  border-radius: 0 10px 10px 0;
}

.tmb__group .cancel {
  border-radius: 0 0 10px 10px;
}

.hidden {
  display: none;
}

.video-page {
  margin-bottom: 60px;
}

.vid {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  aspect-ratio: 16/9;
  height: 0;
  background: #1b1b22;
}

.vid__box {
  position: relative;
  margin: 0 -15px;
}

.vid video,
.vid iframe,
.vid object,
.vid embed,
.vid img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.vid__hold {
  margin-top: -20px;
  margin-bottom: 22px;
}

.vid__row {
  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;
  margin-bottom: 16px;
  gap: 5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.vid__info {
  font-size: 18px;
  width: 100%;
  padding: 8px 16px;
}

.vid__info ul {
  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;
  gap: 16px;
}

.vid__info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  font-size: 16px;
}

.vid__info ul li .icon {
  font-size: 14px;
  color: #D306B1;
}

.vid__block {
  width: 100%;
}

.vid__block h1 {
  margin-block: 10px 10px;
  line-height: 1.2;
  font-size: 20px
}

.vid__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}

.video-aside {
  display: none;
}

.vid__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.vid__actions .btn {
  padding: 9px 16px;
  font-size: 14px;
}

.vid__actions .btn span {
  display: none;
}

.vid__actions .btn .icon {
  font-size: 14px;
}

.vid__overlay {
  position: absolute;
  left: 0;
  top: 0;
  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;
  width: 100%;
  height: 100%;
  background: rgba(27, 27, 34, 0.3);
  cursor: pointer;
}

.vid__overlay .btn__play {
  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: 40px;
  width: 60px;
  height: 60px;
  background-color: #1b1b22;
  opacity: 0.9;
}

.vid__overlay .icon {
  font-size: 24px;
  color: #fff;
}

.vid__descr {
  padding: 2px 4px 2px 0;
  font-size: 16px;
}

.vid__descr span {
  font-weight: 400;
}

.vid__link {
  max-width: 345px;
  width: 32%;
}

.vid__tag li {
  display: inline-block;
  font-size: 16px;
}

.vid__tag li:not(:first-child) {
  padding: 2px 4px;
  color: var(--brand-light);
}

.vid__tag li:first-child {
  font-weight: 700;
}

.vid__tag:last-child {
  margin-bottom: 16px;
}

.vid__actions .btn:nth-last-of-type(1) {
  background-color: #2b2f35;
}

.comment_wrap {
  margin-top: 32px;
}

.comment_wrap .decor-line {
  margin-top: 24px;
}

.comment-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  font-size: 14px;
}

.comment-row.hidden {
  display: none;
}

.comment-row.comment-txt {
  margin-top: 32px;
}

.comment-row.comment-txt .ava {
  width: 54px;
  height: 54px;
}

.ava {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ava img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.comment-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
  background-color: #1b1b22;
  padding: 0 16px;
  border-radius: 30px;
  gap: 8px;
  height: 100%;
  width: calc(100% - 62px);
}

.comment-field textarea {
  margin-right: auto;
  background-color: #1b1b22;
  color: #fff;
  min-height: 24px;
  height: 48px;
  resize: vertical;
  font-size: 16px;
  padding: 12px 0;
  margin: 0;
}

.comment-field textarea ::-webkit-input-placeholder {
  color: #d9d9d9;
  font-size: 10px;
}

.comment-field textarea ::-moz-placeholder {
  color: #d9d9d9;
  font-size: 10px;
}

.comment-field textarea :-ms-input-placeholder {
  color: #d9d9d9;
  font-size: 10px;
}

.comment-field textarea ::-ms-input-placeholder {
  color: #d9d9d9;
  font-size: 10px;
}

.comment-field textarea ::placeholder {
  color: #d9d9d9;
  font-size: 10px;
}

.comment-field button {
  color: #7f7a8c;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 24px;
  width: 24px;
  height: 48px;
}

.cats__wrap {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  page-break-inside: avoid;
  gap: 38px;
  padding-block: 24px;
}

.cats__group {
  padding-bottom: 24px;
}

.cats__letter {
  margin-bottom: 16px;
  width: 100%;
  font-weight: 600;
}

.cats__list {
  border-bottom: 1px solid #2b2f35;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.cats__item {
  margin-bottom: 8px;
  padding-right: 16px;
}

.cats__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
}


.net__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  margin-block: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.net__img {
  width: 100%;
  max-width: 450px;
}

.net__col {
  font-size: 14px;
}

.net__col h2 {
  margin-bottom: 0;
}

.net__item {
  border-radius: 10px;
  background: #1b1b22;
  width: 100%;
}

.net__img {
  position: relative;
  border: 2px solid #1b1b22;
  border-radius: 10px;
}

.net__img img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  aspect-ratio: 448/326;
}

.net__icon {
  padding: 22px;
  text-align: center;
}

.net__icon img {
  margin: 0 auto;
  max-width: 170px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.net__icon-link {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 16px;
  width: 90%;
  background: #0f0f0f;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 10px;
}

.net__icon-link img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  margin: 0 auto;
  aspect-ratio: auto;
}

.net__btn {
  margin: 24px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  color: #D306B1;
  border-radius: 60px;
  padding: 0 34px;
  background-color: #1b1b22;
}

.popup {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 500;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-overflow-scrolling: touch;
}

.popup__body {
  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;
  padding: 16px;
  min-height: 100%;
}

.popup__content {
  position: relative;
  border-radius: 10px;
  padding: 24px;
  width: 100%;
  max-width: 350px;
  background-color: #1b1b22;
  opacity: 0;
}

.popup__img {
  margin-bottom: 16px;
}

.popup__img img {
  margin: 0 auto;
}

.popup__close {
  font-size: 16px;
  cursor: pointer;
  text-align: right;
}

.popup__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
}

.popup__btn {
  margin: 0 auto;
  width: auto;
}

.popup.open {
  opacity: 1;
  visibility: visible;
}

.popup.open .popup__content {
  opacity: 1;
}

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

.title-row h1 {
  margin: 0;
}

.title-row h1 span {
  display: none;
  color: #8a8996;
  font-weight: 500;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  position: relative;
  display: block;
  margin-right: 8px;
}

.swiper-button {
  display: none;
  position: absolute;
  z-index: 5;
  cursor: pointer;
  top: 0;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  border-radius: 60px;
  font-size: 24px;
  background-color: #000;
  cursor: pointer;
}

.swiper-button-next {
  right: 0;
  left: auto;
}

.swiper-button-prev {
  left: 0;
  right: auto;
}

.slide {
  color: #8a8996;
  padding: 12px 16px;
  border: 1px solid #2b2f35;
  border-radius: 52px;
}

.sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.sort p {
  font-size: 14px;
  font-weight: 700;
}

.ftr {
  background-color: #000;
  padding-bottom: 32px;
}

.ftr .container {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ftr__top {
  padding-top: 32px;
  padding-bottom: 16px;
}

.ftr__logo {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 16px;
}

.ftr__text {
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
  max-width: 960px;
  color: #fff;
}

.ftr__copy {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #d9d9d9;
  border-top: 1px solid #0f0f0f;
  width: 100%;
  padding-top: 24px;
  margin-bottom: 35px;
}

.ftr__nav {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 24px;
  margin-top: 16px;
}

.ftr__nav a {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  color: #d9d9d9;
}

.thanks__txt {
  font-weight: 500;
  text-align: center;
  margin-top: 46px;
}

.thanks__btn {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 16px auto 0;
}

#accept-btn:disabled {
  background: #000
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

.modal__body {
  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;
  padding: 20px 10px;
  min-height: 100%;
}

.modal__content {
  position: relative;
  border-radius: 20px;
  padding: 16px;
  width: 100%;
  max-width: 586px;
  background-color: #1b1b22;
  opacity: 1;
}

.modal__title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.modal__title span {
  color: #D306B1;
}

.modal__text {
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 14px;
  color: #f9f9f9;
}

.modal__text p + p {
  margin-top: 16px;
}

.modal__text h3 {
  margin-top: 16px;
  margin-bottom: 8px;
}

.modal__text a {
  display: inline;
  color: #D306B1;
}

.modal .btn-red {
  margin-top: 32px;
}

.scrollTop {
  position: absolute;
  right: 0;
  bottom: 700px;
  z-index: 1;
  font-weight: 900;
  opacity: 0;
  visibility: hidden;
}

.scrollTop.active {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
}

#to-top {
  position: fixed;
  right: 20px;
  bottom: 160px;
  width: 54px;
  height: 54px;
  padding: 0;
  display: none;
  border-radius: 60px;
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  cursor: pointer;
}

#to-top i {
  font-size: 24px;
}

.content {
  max-width: 830px;
  margin-inline: 5px;
}

.content input {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    font-size: 1rem;
    color: #fff;
    background: #2b2f35;
    margin: 3px 0 3px 0;
    padding-inline: 1rem 34px;
}

.content p {padding: 8px 0 8px 0;}
.content .terms p {padding: 0;}
.content img {display: inline;}
.content textarea {border: 1px solid #000;}


/* Animations */

.btnEntrance {
  -webkit-animation-name: btnEntrance;
  animation-name: btnEntrance;
}

/* zoomIn */

@-webkit-keyframes btnEntrance {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 1;
  }
}

@keyframes btnEntrance {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 1;
  }
}

/* fadeInUp */

@keyframes btnEntrance {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.btnExit {
  -webkit-animation-name: btnExit;
  animation-name: btnExit;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes btnExit {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes btnExit {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@media all and (min-width: 350px) {
  .tmb__item {
    width: 50%;
  }
  .likes__count, .ago, .results__count {
    display: none!important;
  }
}

@media only screen and (min-width: 374px) {
  .container {
    padding-inline: 15px;
  }

  .header__search.mobile {
    right: 15px;
  }
}

@media all and (min-width: 374px) {
  .vid__block h1 {
    font-size: 18px
  }
  .search {
    min-width: 290px;
  }
  .vid__actions .btn {
    padding: 9px 32px;
    font-size: 22px;
  }
  .vid__actions .btn .icon {
    font-size: 22px;
  }

}

@media all and (min-width: 410px) {
  .tmb__item .tags {
    height: 25px;
    overflow: hidden;
    display: flex;
  }
}

@media only screen and (min-width: 479.98px) {
  .cats__wrap {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .ftr-fix {
    display: none;
  }
  .menu__aside {
    background-color: transparent;
  }

  .menu__aside .menu__row {
    padding-right: 32px;
  }

  .menu__row:not(:last-child):after {
    right: 0;
  }

  .menu__wrap {
    width: 300px;
  }

  .tmb__item {
    width: 50%;
  }

  .vid__info {
    border-radius: 60px;
    width: auto;
  }

  .vid__info ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .vid__actions {
    gap: 16px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .vid__actions .btn span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .net__item {
    width: calc(50% - 16px);
  }

  .net__btn {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .ftr__nav a:not(:last-child)::after {
    content: "\e91d";
    margin: 8px;
    font-family: "iconmoon";
    font-size: 14px;
    color: #2b2f35;
  }

  .ftr__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media all and (min-width: 479.98px) {
  .vid__block h1 {
    font-size: 20px
  }
  .vid__actions .btn {
    padding: 9px 16px;
    font-size: 14px;
  }
  .vid__actions .btn .icon {
    font-size: 14px;
  }
  .ftr-fix .tmb .tmb__item {
    min-width: 33.333%;
  }

  .ftr-fix .tmb .tmb__item:nth-child(3) {
    display: block;
  }
}

@media only screen and (min-width: 500px) {
  .ftr__menu .menu__list {
    height: 80px;
  }

  .video-page {
    margin-bottom: 80px;
  }
}

@media all and (min-width: 500px) {
  .ftr__menu .menu__list .menu__link span {
    display: block;
  }
  .likes__count, .ago, .results__count {
    display: flex!important;
  }
  .tmb__group .sqr {
    width: 60px;
    height: 60px;
  }
  .tmb__group .row {
    transform: translateY(-60%);
  }
}

@media only screen and (min-width: 679.98px) {
  .header__search.mobile {
    display: block;
    position: static;
  }

  .search__btn_sm {
    display: none;
  }

  .net__item {
    width: calc(33.333% - 16px);
  }
}

@media only screen and (min-width: 767.98px) {
  main {
    margin-top: 90px;
  }

  .header__logo {
    margin-right: auto;
    margin-left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 179px;
    flex: 0 0 179px;
  }

  .dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
  }

  .dropdown .dropdown-toggle {
    display: none;
  }

  .dropdown .dropdown-menu a {
    border-radius: 10px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .tmb__item {
    width: 33.3333333333%;
  }

  .vid__info {
    background-color: #1b1b22;
  }

  .comment-row {
    gap: 16px;
  }

  .comment-field {
    width: calc(100% - 80px);
    gap: 16px;
  }

  .comment-field textarea ::-webkit-input-placeholder {
    font-size: 14px;
  }

  .comment-field textarea ::-moz-placeholder {
    font-size: 14px;
  }

  .comment-field textarea :-ms-input-placeholder {
    font-size: 14px;
  }

  .comment-field textarea ::-ms-input-placeholder {
    font-size: 14px;
  }

  .comment-field textarea ::placeholder {
    font-size: 14px;
  }

  .comment-field button {
    width: 48px;
    height: 48px;
  }

  .net__img {
    float: left;
    margin: 0 24px 24px 0;
  }

  .ftr__top {
    border-bottom: 1px solid #0f0f0f;
  }

  .ftr__copy {
    border-top: 0px solid #0f0f0f;
    width: auto;
    padding-top: 0;
  }
}

@media all and (min-width: 767.98px) {
  .cats__wrap {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }

  .ftr-fix .tmb .tmb__item {
    min-width: 25%;
  }

  .ftr-fix .tmb .tmb__item:nth-child(4) {
    display: block;
  }

  .ftr__menu .menu__list .menu__link {
    font-size: 16px;
  }

  .header {
    padding: 12px 0;
  }

  .dropdown .dropdown-toggle i {
    display: none;
  }

  .dropdown .dropdown-menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: none;
    padding: 0;
    gap: 8px;
    margin-top: 0;
    background-color: transparent;
  }
}

@media all and (min-width: 768.98px) {
  .title-row h1 span {
    display: inline-block;
  }
}

@media only screen and (min-width: 1023.98px) {
  .container {
    padding-inline: 24px;
  }

  .cats__wrap {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }

  main {
    margin-top: 20px;
  }

  .menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .header__menu .menu__link:hover,
  .header__menu .menu__link:focus,
  .header__menu .menu__link--active,
  .header__menu .menu__link:active {
    background-color: #f9f9f9;
    color: #2b2f35;
  }

  .ftr__menu .menu__list .menu__link:hover,
  .ftr__menu .menu__list .menu__link:focus,
  .ftr__menu .menu__list .menu__link:active {
    background-color: #f9f9f9;
    color: #2b2f35;
  }

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

  .tag:hover {
    background-color: #2b2f35;
    color: #fff;
  }

  .tmb__item {
    width: 25%;
  }

  .vid__row {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .vid__overlay .btn__play {
    width: 120px;
    height: 120px;
  }

  .vid__overlay .icon {
    font-size: 45px;
  }

  .net__wrap {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 16px;
  }

  .net__item {
    width: calc(25% - 16px);
  }
}

@media all and (min-width: 1023.98px) {
  .menu__aside {
    background-size: 50%;
  }

  .header__menu .menu__list {
    gap: 10px;
  }

  .show-txt {
    display: none;
  }

  .txt-show {
    max-height: 100%;
  }

  .tmb__item {
    margin-bottom: 14px;
  }

  .video-aside {
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
  }

  #to-top {
    right: 40px;
  }
}

@media (min-width: 1023.98px) {
  .modal__content {
    padding: 24px;
  }
}

@media all and (min-width: 1024.98px) {
  .ftr-fix {
    display: none;
  }

  .video-page {
    margin-bottom: 0;
  }

  .swiper {
    overflow: hidden;
  }

  .swiper:after,
  .swiper:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    width: 40px;
    height: 50px;
  }

  .swiper:after {
    right: 0px;
    background: -webkit-gradient(linear, right top, left top, color-stop(19.29%, rgba(15, 15, 15, 0.9)), color-stop(53.49%, rgba(15, 15, 15, 0)));
    background: -o-linear-gradient(right, rgba(15, 15, 15, 0.9) 19.29%, rgba(15, 15, 15, 0) 53.49%);
    background: linear-gradient(to left, rgba(15, 15, 15, 0.9) 19.29%, rgba(15, 15, 15, 0) 53.49%);
  }

  .swiper:before {
    left: 0px;
    background: -webkit-gradient(linear, left top, right top, color-stop(19.29%, rgba(15, 15, 15, 0.9)), color-stop(53.49%, rgba(15, 15, 15, 0)));
    background: -o-linear-gradient(left, rgba(15, 15, 15, 0.9) 19.29%, rgba(15, 15, 15, 0) 53.49%);
    background: linear-gradient(to right, rgba(15, 15, 15, 0.9) 19.29%, rgba(15, 15, 15, 0) 53.49%);
  }
}

@media all and (min-width: 1024px) {
  .vid__box {
    margin: 0 -64px;
  }
}

@media only screen and (min-width: 1024.98px) {
  .ava {
    width: 64px;
    height: 64px;
  }
}

@media only screen and (min-width: 1073.98px) {
  .header__menu {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 1250px) {
  .tmb__item {
    width: 20%;
  }
  .cats__wrap {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
}

@media all and (min-width: 1250px) {
  .vid__box {
    margin: 0;
  }

  .vid__block {
    width: calc(100% - 361px);
  }

  .video-aside {
    display: flex;
    width: 345px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 925px;
  }

  .vid__link {
    width: 100%;
  }
}

@media all and (min-width: 1300px) {
  .header__menu .menu__link {
    font-size: 16px;
  }
  .header__menu .menu__list .menu__link span {
    display: flex;
  }
}

@media all and (min-width: 1500px) {
  .header__menu .menu__list {
    gap: 24px;
  }
  .cats__wrap {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
  .tmb__item-descr div {
    font-size: 14px;
  }

  .net__hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }

  .net__col h2 {
    text-align: center;
  }
}

@media only screen and (min-width: 1500px) {
  .tmb__item {
    width: 20%;
  }

  .net__img {
    float: none;
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-height: 330px;
  }

  .net__item {
    width: calc(20% - 16px);
  }
}

@media all and (min-width: 1502px) {
  .ftr__menu {
    display: none;
  }
}

@media all and (min-width: 1600px) {
  .header__menu .menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cats__wrap {
    -webkit-column-count: 7;
    -moz-column-count: 7;
    column-count: 7;
  }
}

@media only screen and (max-width: 1023.98px) {
  .menu__item {
    overflow: hidden;
    border-radius: 10px;
  }

  .header-scroll {
    z-index: 4;
  }

  .header-scroll .header__logo {
    display: block;
  }

  .header-scroll .header__wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .header-scroll .header__search {
    display: block;
  }

  .modal__title {
    text-align: center;
  }
}

@media only screen and (max-width: 767.98px) {
  .header__logo {
    margin: 0 auto;
  }
}

@media all and (max-width: 767.98px) {
  .vid__actions {
    width: 100%;
  }

  .vid__actions .btn--report {
    margin-left: auto;
  }
}

@media only screen and (max-width: 479.98px) {
  .ftr__nav a {
    padding: 8px;
  }

  .ftr__nav {
    padding-top: 0px;
  }

  .ftr__nav::before {
    content: "\e91d";
    position: absolute;
    top: -16px;
    display: none!important;
    margin: 16px;
    width: 15px;
    height: 15px;
    font-family: "iconmoon";
    font-size: 14px;
    color: #2b2f35;
  }
}

@media (any-hover: hover) {
  .menu__link:hover {
    color: #fff;
  }

  .tmb__btn:hover {
    color: #fff;
  }

  .comment_btn:hover {
    color: #fff;
  }

  .btn-red:hover {
    background: #2b2f35;
    color: #fff;
  }

  .btn-follow:hover {
    color: #D306B1;
    background-color: #2b2f35;
  }

  input[type=checkbox] + label a:hover {
    text-decoration: underline;
  }

  .dropdown .dropdown-menu a:hover {
    color: #d9d9d9;
    background: #2b2f35;
  }

  .tag_sm:hover {
    background-color: #2b2f35;
  }

  .tag-btn:hover {
    background-color: #2b2f35;
  }

  .tmb__item:hover .tmb__item-img {
    -webkit-filter: brightness(70%);
    filter: brightness(70%);
  }

  .tmb__group .sqr:hover {
    background-color: #1b1b22;
    color: #D306B1;
  }

  .vid__actions .btn:hover {
    background-color: #2b2f35;
  }

  .vid__overlay:hover .btn__play {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  .vid__tag li:not(:first-child):hover {
    color: #ff008a;
  }

  .vid__actions .btn:nth-last-of-type(1):hover {
    background-color: #1b1b22;
  }

  .net__item:hover {
    background: #2b2f35;
  }

  .net__item:hover .net__icon img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }

  .net__btn:hover {
    color: #fff;
    background: #2b2f35;
  }

  .swiper:hover .swiper-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .swiper-button:hover {
    background-color: #1b1b22;
  }

  .slide:hover {
    background-color: #2b2f35;
    color: #fff;
  }

  .modal__text a:hover {
    text-decoration: underline;
  }

  .btnEntrance:hover {
    background-color: #2b2f35;
  }
}

@media only screen and (max-device-width: 768px) {
  .modal__text {
    padding-right: 16px;
    max-height: 250px;
  }
}