:root {
  --app-height: 100%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ffffff;
}

body.lock {
  overflow-y: hidden;
}

a {
  color: #ffffff;
  display: inline-block;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-family: "Questrial", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #000000;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-family: "Questrial", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #000000;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-family: "Questrial", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #000000;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  font-family: "Questrial", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #000000;
}

body,
a,
p,
h1,
ul,
li,
select,
option,
input,
textarea,
input::placeholder,
textarea::placeholder {
  font-family: "Questrial", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #000000;
}

.main {
  position: relative;
  width: 100%;
  padding-top: 110px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.section {
  background-color: #ffffff;
  margin-bottom: 50px;
}

.section.last-child,
.section:last-child {
  margin-bottom: 80px;
}

.container {
  position: relative;
  -webkit-transform: translateX(-5%);
  -ms-transform: translateX(-5%);
  transform: translateX(-5%);
  margin-left: auto;
  padding: 0px 20px;
  max-width: calc(77% + 40px);
  width: 100%;
}

.container.main-page {
  margin: 0 auto;
  max-width: 740px;
}

.title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  color: #000000;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-transform: capitalize;
}

.headline_videos .title {
  margin: 0;
}

.headline_videos {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  gap: 10px 20px;
  flex-wrap: wrap;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

form {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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

a {
  display: inline-block;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
body {
  height: 100%;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-srolling: touch;
}

html.fixed,
body.fixed {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body.fixed {
  overflow: hidden;
  position: fixed;
  width: 100%;
  padding-right: 5px;
}

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  font: inherit;
  font-size: 100%;
  text-transform: none;
  color: inherit;
  letter-spacing: inherit;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input,
button,
textarea {
  font-family: inherit;
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button,
input {
  overflow: visible;
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button:focus {
  outline: none;
}

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

:focus {
  outline: 0;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  height: 22px;
  width: 22px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border: none;
  padding: 0;
}

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: none;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: none;
  font: inherit;
}

textarea {
  resize: none;
  overflow-y: auto;
  overflow-x: hidden;
  vertical-align: top;
}

a {
  text-decoration: none;
}

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

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

a:hover {
  text-decoration: none;
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  vertical-align: center;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #000000;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

::-moz-input-placeholder {
  color: inherit;
  opacity: 1;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

:-moz-placeholder {
  color: inherit;
  opacity: 1;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

:focus::-webkit-input-placeholder {
  opacity: 0;
}

:focus::-moz-input-placeholder {
  opacity: 0;
}

:focus:-moz-placeholder {
  opacity: 0;
}

:focus:-ms-input-placeholder {
  opacity: 0;
}

input[type="file"],
input[type="file"]::-webkit-file-upload-button {
  cursor: pointer;
}

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

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

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

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

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

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header {
  position: fixed;
  width: 100%;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #e7e7e7;
  min-height: 80px;
  z-index: 98;
}

.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;
  padding: 0 20px;
  max-width: 1940px;
  width: 100%;
  margin: 0 auto;
}

.logo-mobile {
  display: none;
}

.nav {
  position: absolute;
  top: 0;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 680px;
  max-width: 830px;
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav.mobile {
  display: none;
}

.nav li {
  margin-right: 5px;
}

.nav li:last-child {
  margin-right: 0;
}

.nav a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}



.nav a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #07B0ED;
  width: 0;
  height: 1px;
  -webkit-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.nav a.active {
  color: #07B0ED;
  cursor: default;
}

.nav a.active::before {
  content: "";
  width: 100%;
}

.nav a span {
  white-space: nowrap;
}

.nav .icon {
  margin-right: 10px;
  font-size: 20px;
}

.search {
  position: relative;
  max-width: 400px;
  width: 100%;
}

.search.show {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.search-wrapper {
  position: relative;
  width: 100%;
}

.search-wrapper input {
  width: 100%;
  padding: 12px 60px 12px 20px;
  border-radius: 20px;
  background-color: #ececec;
  color: #000000;
  font-size: 14px;
}

.search-wrapper input::-webkit-input-placeholder {
  color: #838383;
  font-size: 14px;
}

.search-wrapper input::-moz-placeholder {
  color: #838383;
  font-size: 14px;
}

.search-wrapper input:-ms-input-placeholder {
  color: #838383;
  font-size: 14px;
}

.search-wrapper input::-ms-input-placeholder {
  color: #838383;
  font-size: 14px;
}

.search-wrapper input::placeholder {
  color: #838383;
  font-size: 14px;
}

.search-wrapper button {
  position: absolute;
  top: 0;
  right: 10px;
  height: 100%;
  width: 40px;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-size: 20px;
}

.search-result {
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  -o-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 6;
}

.search-result.show {
  opacity: 1;
  visibility: visible;
}

.search-result ul {
  display: block;
  overflow-y: auto;
  max-height: 50vh;
  height: 100%;
  background-color: #ececec;
}

.search-result li {
  width: 100%;
}

.search-result a,
.autocomplete-suggestion {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  padding: 12px 20px;
  background-color: #ececec;
  color: #838383;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.autocomplete-suggestion strong {
  font-weight: 700;
}

.autocomplete-suggestions {
  display: block;
  overflow-y: auto;
  background-color: #ececec;
  border-radius: 20px;
  margin-top: 3px;
}

.autocomplete-suggestions .autocomplete-group {
  padding: 12px 20px;
  background-color: #ececec;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}

.autocomplete-suggestions .link {
  width: 100%;
  padding: 12px 20px;
  background-color: #ececec;
  color: #838383;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

@media (any-hover: hover) {

  .autocomplete-suggestions .link:hover,
  .autocomplete-suggestion:hover {
    background-color: #d2d2d2;
  }
}

@media screen and (max-width: 1024px) {
  .autocomplete-suggestions {
    left: 0 !important;
    border-radius: 0;
    height: calc(100vh - 90px - 40px + 2px) !important;
    background-color: #fff;
    max-height: none !important;
    width: 100% !important;
  }

  .autocomplete-suggestions .link {
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .autocomplete-suggestions {
    height: calc(100vh - 90px - 50px + 2px) !important;
  }
}

.icon-button {
  width: 30px;
  height: 30px;
  font-size: 30px;
}

.icon-button.close-search {
  display: none;
  margin-left: 10px;
}

.icon-button.open-search {
  display: none;
}

.burger-menu {
  display: none;
  position: relative;
}

.close-burger {
  margin-right: 30px;
}

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

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

.pagination li {
  padding: 0px 3px;
}

.pagination li:first-child {
  padding-right: 15px;
}

.pagination li:first-child .pagination-link {
  width: auto;
  border-radius: 20px;
}

.pagination li:first-child .pagination-link:hover {
  color: white;
}

.pagination li:last-child {
  padding-left: 15px;
}

.pagination li:last-child .pagination-link {
  width: auto;
  border-radius: 20px;
}

.pagination-link,
.pagination a {
  position: relative;
  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: 40px;
  height: 40px;
  padding: 10px 17px;
  background-color: #ececec;
  color: #838383;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.pagination-link .icon-right.right,
.pagination a .icon-right.right {
  margin-left: 5px;
  z-index: 5;
}

.pagination-link .icon-right.left,
.pagination a .icon-right.left {
  margin-right: 5px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: 5;
}

.pagination-link .text,
.pagination a .text {
  z-index: 5;
  white-space: nowrap;
  margin-bottom: 0;
}

.pagination-link .effect,
.pagination a .effect {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #2a2631;
  border-radius: 20px;
  -webkit-transition: top 0.2s ease;
  -o-transition: top 0.2s ease;
  transition: top 0.2s ease;
}

.pagination-link.dots,
.pagination a.dots {
  background-color: transparent;
}

.pagination-link.active,
.pagination a.active {
  background-color: #07B0ED;
  color: #ffffff;
}

.pagination-link.active *,
.pagination a.active * {
  color: #ffffff;
  cursor: default;
}

.pagination-link.active:hover,
.pagination a.active:hover {
  cursor: default;
  background-color: #07B0ED;
  border: 1px solid transparent;
}

.pagination-link.first-pager,
.pagination a.first-pager {
  position: relative;
}

.pagination-link.first-pager .effect,
.pagination a.first-pager .effect {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #2a2631;
  border-radius: 20px;
  -webkit-transition: left 0.2s ease;
  -o-transition: left 0.2s ease;
  transition: left 0.2s ease;
}

.pagination-link.first-pager:hover .effect,
.pagination a.first-pager:hover .effect {
  left: 0%;
}

.pagination-link.first-pager i,
.pagination a.first-pager i {
  font-size: 10px;
}

.pagination-link.last-pager,
.pagination a.last-pager {
  position: relative;
}

.pagination-link.last-pager .effect,
.pagination a.last-pager .effect {
  position: absolute;
  top: 0;
  left: auto;
  right: 100%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #2a2631;
  border-radius: 20px;
  -webkit-transition: right 0.2s ease;
  -o-transition: right 0.2s ease;
  transition: right 0.2s ease;
}

.pagination-link.last-pager:hover .effect,
.pagination a.last-pager:hover .effect {
  left: auto;
  right: 0%;
}

.pagination-link.last-pager i,
.pagination a.last-pager i {
  font-size: 10px;
}

.posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.post {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
}

.post:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.text {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.video-title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

.video {
  position: relative;
  padding-bottom: 55.7142857143%;
  border-radius: 20px;
  overflow: hidden;
  background-color: #ececec;
}

.sound-button {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  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;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.post .sound-button {
  z-index: 12;
}

.player-slider .sound-button {
  top: 20px;
  right: 30px;
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 1024px) {
  .player-slider .sound-button.desk {
    display: none;
  }
}

.sound-button .icon {
  font-size: 20px;
  pointer-events: none;
}

.head {
  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: 20px;
}

.head.for-player {
  -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;
  margin-bottom: 0;
  border-bottom: 1px solid #e7e7e7;
}

.head.for-player .head-model {
  margin-bottom: 20px;
}

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

.head-model__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;
  position: relative;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  background-color: #ececec;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.head-model__icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.head-model__group {
  margin-right: 15px;
}

.head-model__title {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

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

.head-buttons .rating-container2 {
  display: flex;
  align-items: center;
}

.head-buttons .rating-containe2 .voters {
  left: 50%;
  translate: -50% 0;
}

.head-buttons span {
  margin-right: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.head .button {
  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-right: 10px;
  width: 40px;
  height: 40px;
  background-color: #ececec;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.head .button .icon {
  font-size: 20px;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.head .button.toggle-like.active {
  background-color: #07B0ED;
  color: #ffffff;
}

.head .open-window img {
  position: static;
  width: 13px;
  height: 13px;
}

.post img,
.post video,
.card video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.post video {
  z-index: 11;
}

video {
  z-index: 1;
}

img {
  z-index: 2;
}

.card-pic video {
  z-index: 5;
}

.video-views {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3px 5px;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 30px;
  z-index: 4;
}

.video-views .icon {
  font-size: 14px;
  margin-right: 3px;
}

.video-views span {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

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

.links a {
  padding: 9px 20px;
  background-color: #ececec;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.links .cs-link,
.links .model-link {
  background-color: bisque;
  display: flex;
  align-items: center;
  gap: 0 5px;
}

.links i {
  font-size: 14px;
}

.links li {
  margin: 5px;
}

.links li:last-child {
  margin-right: 0;
}

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

.ico-item {
  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;
  color: #838383;
}

.ico-item .icon {
  font-size: 14px;
  margin-right: 5px;
}

.ico-item span {
  white-space: nowrap;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  z-index: 5;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.play-button * {
  pointer-events: none;
}

.section-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

.load-more {
  max-width: 290px;
  width: calc(100% - 60px);
  display: flex;
  justify-content: center;
}

.more-button {
  display: block;
  width: calc(100% - 60px);
  text-align: center;
  padding: 12px;
  background-color: #ececec;
  color: #838383;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.aside {
  position: fixed;
  top: 80px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 30px;
  max-width: 260px;
  width: 100%;
  max-height: calc(100% - 110px);
  height: 100%;
  overflow-y: auto;
  border-right: 1px solid #e7e7e7;
}

.aside::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.aside {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.aside-footer {
  padding: 0 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.aside-footer p {
  padding-bottom: 30px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: #838383;
}

.aside-footer__nav {
  padding-top: 20px;
  border-top: 1px solid #e7e7e7;
  margin-bottom: 10px;
}

.aside-footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.aside-footer__nav li {
  margin-right: 13px;
}

.aside-footer__nav li:last-child {
  margin-right: 0;
}

.aside-footer__nav a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.aside-head {
  display: none;
}

.aside-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: background-color 0.3s ease, opacity 0.3s ease,
    visibility 0.3s ease;
  -o-transition: background-color 0.3s ease, opacity 0.3s ease,
    visibility 0.3s ease;
  transition: background-color 0.3s ease, opacity 0.3s ease,
    visibility 0.3s ease;
  z-index: 99;
}

.aside-background.show {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  visibility: visible;
}

.block-list {
  margin-bottom: 30px;
}

.block-list:last-child {
  margin-bottom: 0;
}

.block-list.for-search {
  display: none;
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  width: 100%;
  background-color: #ffffff;
  overflow-y: auto;
  z-index: 5;
}

.block-list .title {
  padding: 0 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.block-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}

.block-list a:not(.show-more) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.block-list a span:first-child {
  position: relative;
  max-width: 30px;
  width: 100%;
  height: 30px;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ececec;
}

.block-list img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  border-radius: 50%;
  -webkit-transition: border 0.2s ease;
  -o-transition: border 0.2s ease;
  transition: border 0.2s ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.show-more {
  max-width: calc(100% - 60px);
  margin: 0 auto;
  text-align: center;
  justify-content: center;
}

.categories-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [5];
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
}

.channels-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [5];
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
}

.models-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [5];
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 30px;
}

.form-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [5];
  grid-template-columns: repeat(5, calc(20% - 8.2px));
  grid-column-gap: 10px;
  grid-row-gap: 30px;
}

.four_images_spot {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 250px;
  overflow: hidden;
  grid-column: span 5;
}

.four_images_spot .thumb {
  width: 300px;
  height: 250px;
  position: relative;
  margin: 0 5px;
  display: block;
}

.four_images_spot .thumb>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card.vertical .card-pic {
  padding-bottom: 134.4827586207%;
}

.card.round {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card.round .card-pic {
  border-radius: 50%;
  width: 100%;
  padding-bottom: 100%;
}

.card-pic {
  position: relative;
  display: block;
  padding-bottom: 55.1724137931%;
  background-color: rgba(236, 236, 236, 0.5);
  border-radius: 20px;
  overflow: hidden;
}

.card-pic i {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  font-size: 50px;
}

.card-pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-filter 0.2s ease, -webkit-transform 0.2s ease;
  transition: -webkit-filter 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: filter 0.2s ease, transform 0.2s ease;
  transition: filter 0.2s ease, transform 0.2s ease;
  transition: filter 0.2s ease, transform 0.2s ease, -webkit-filter 0.2s ease,
    -webkit-transform 0.2s ease;
  z-index: 2;
}

.card-pic .bottom-line {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #000000;
  -webkit-transition: padding 0.2s ease;
  -o-transition: padding 0.2s ease;
  transition: padding 0.2s ease;
  z-index: 3;
}

.card-info {
  position: relative;
  padding: 10px 0 0 0;
  line-height: 1;
}

.card-info.custom {
  padding: 10px 0 5px 0;
}

.card-info.custom .card-info__about {
  margin-left: 100px;
}

.card-info.custom .card-info__name {
  margin-bottom: 10px;
}

.card-info__logo {
  position: absolute;
  top: -22px;
  left: 10px;
  width: 80px;
  height: 80px;
  background-color: #ececec;
  border-radius: 50%;
  overflow: hidden;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-info__logo i {
  font-size: 20px;
}

.card-info__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 2px solid white;
  border-radius: 50%;
  -webkit-transition: border 0.2s ease;
  -o-transition: border 0.2s ease;
  transition: border 0.2s ease;
}

.card-info__name {
  margin-bottom: 6px;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.tags {
  height: 100%;
}

.tags ul {
  display: inline-block;
  width: 100%;
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
  -webkit-column-gap: 120px;
  -moz-column-gap: 120px;
  column-gap: 120px;
  height: 100%;
}

.tags li {
  display: inline-block;
  margin-bottom: 2px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: 100%;
  height: 40px;
}

.tags li.last {
  margin-bottom: 35px;
}

.tags li.letter {
  margin-bottom: 13px;
  height: auto;
}

.tags li.letter * {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0px 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #07B0ED;
}

.tags a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-height: 100%;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  padding: 5px 30px;
  border-radius: 20px;
  color: #000000;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
}

.form-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 20px;
  max-width: 160px;
  width: 100%;
  height: 160px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border-radius: 50%;
  background-color: #ececec;
  overflow: hidden;
}

.form-icon i {
  font-size: 30px;
}

.form-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.form-info {
  display: -ms-grid;
  display: grid;
  grid-gap: 15px;
}

.form-info__title {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

.form-list {
  display: inline-block;
  width: 100%;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 120px;
  -moz-column-gap: 120px;
  column-gap: 120px;
}

.form-list li {
  display: inline-block;
  padding: 5px 0;
  width: 100%;
  color: #838383;
}

.form-list li i {
  color: #000000;
  font-weight: 600;
}

.form-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.texts-block {
  margin-bottom: 30px;
}

.texts-block:last-child {
  margin-bottom: 0;
}

.texts-block a {
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.texts-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
}

.texts-text {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.texts-text:last-child {
  margin-bottom: 0;
}

.texts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}

.texts-list:last-child {
  margin-bottom: 0;
}

.texts-list li {
  list-style: inside;
  margin-left: 10px;
  margin-bottom: 20px;
}

.texts-list li:last-child {
  margin-bottom: 0;
}

.texts-list a {
  margin: 0 5px;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.texts-list__title {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.block-content {
  position: relative;
  display: none;
  padding: 20px;
  max-height: calc(100vh - 151px);
  overflow-y: auto;
}

.block-content.for-comments {
  max-height: calc(100vh - 151px - 80px);
}

.block-content.for-comments:has(.textfield-username) {
  max-height: calc(100vh - 151px - 120px);
}

.block-content.for-comments.show {
  top: auto;
  bottom: 120px;
}

.block-content.for-socials.show {
  top: auto;
  bottom: 0;
}

.block-content.active {
  display: block;
}

.block-head {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  height: 30px;
}

.block-head .title {
  margin-bottom: 0;
  text-align: center;
}

.block-head .icon-button {
  position: absolute;
  top: 20px;
  right: 20px;
}

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

.comment:last-child {
  margin-bottom: 0px;
}

.comment-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;
  padding: 8px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #ececec;
  max-height: 40px;
  max-width: 40px;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.comment-icon .icon {
  font-size: 20px;
  color: #838383;
}

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

.comment-other__name {
  margin-right: 10px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
}

.comment-other__ago {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-auto-flow: column;
  grid-gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: #838383;
  white-space: nowrap;
}

.comment-other__ago .icon {
  font-size: 14px;
}

.comment-other__ago .text {
  margin-bottom: 0;
  line-height: 1.1;
  font-size: 12px;
}

.comment-other__text {
  font-size: 14px;
  line-height: 1.5;
}

.tab-button.active {
  background-color: #07B0ED;
  color: #ffffff;
  cursor: default;
}

.input-comment {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 410px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  background-color: #ececec;
}

.input-comment.custom {
  flex-wrap: wrap;
  height: 120px;
}

.input-comment input,
.input-comment textarea {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #000000;
}

.input-comment.custom input {
  height: 60px;
}

.input-comment.custom #comment_username {
  box-shadow: inset 0px -1px rgba(42, 38, 49, 0.09);
}

.input-comment.custom .comment-textfield {
  max-width: calc(100% - 120px);
  height: 60px;
}

.input-comment input.textfield {}

.input-comment textarea {
  max-width: calc(100% - 116px);
}

.input-comment button {
  margin-right: 0 !important;
}

.input-comment :is(input, textarea)::-webkit-input-placeholder,
.input-comment :is(input, textarea)::-moz-placeholder,
.input-comment :is(input, textarea):-ms-input-placeholder,
.input-comment :is(input, textarea)::-ms-input-placeholder,
.input-comment :is(input, textarea)::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: red;
}

.input-comment button {
  padding: 12px;
  margin-right: 10px;
  width: 115px;
  height: 40px;
  background-color: #07B0ED;
  color: #ffffff;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.input-comment:has(.textfield-username) {
  height: 120px;
  flex-wrap: wrap;
}

.input-comment .input-comment-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.input-comment:has(.textfield-username) :is(input, textarea) {
  height: 60px;
}

.input-comment textarea {
  padding: 14px 20px;
}

.textfield-username {
  border-bottom: 1px solid #fff;
}

.input-comment .generic-error {
  color: red;
  position: absolute;
  bottom: 100%;
}

.player-fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 110;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.player-fix.show {
  opacity: 1;
  visibility: visible;
}

.player-wrap {
  position: relative;
}

@media screen and (max-width: 1024px) {
  section:not(.video-section) .player-wrap {
    padding-bottom: 100vh !important;
  }
}

#kt_player {
  position: absolute !important;
}

.player-wrapper {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 410px;
  grid-template-columns: auto 410px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
}

.player-aside {
  background-color: #ffffff;
}

.player-close,
.spot-close {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
  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;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  z-index: 5;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.player-close .icon {
  font-size: 26px;
}

.player-close .icon-back {
  display: none;
}

.player-slider {
  width: 100%;
}

.player-slider__buttons {
  position: absolute;
  top: 50%;
  right: 40px;
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  z-index: 10;
}

.player-slider__buttons button,
button#fullscreen {
  width: 50px;
  height: 50px;
  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%;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #000000;
  font-size: 14px;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

button#fullscreen {
  font-size: 26px;
  margin-top: 20px;
}




/* PLAYER STATIC PAGE START */

.flex {
  display: flex;
}

.video-section {
  gap: 0 20px;
  max-width: calc(100% - 440px);
  width: 100%;
  margin-inline: auto 90px;
}

.video-section .block-video {
  flex-grow: 1;
}

.video-holder .player {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}

.video-info .head {
  padding-bottom: 20px;
  border-bottom: 1px solid #ececec;
  flex-wrap: wrap;
  gap: 20px;
}

.video-section .head .button {
  width: 40px;
  height: 40px;
}

.video-section .head .button .icon {
  font-size: 20px;
}

.video-info .block-user {
  display: flex;
  align-items: start;
  gap: 0 10px;
}

.video-info .block-user .avatar {
  height: 40px;
  width: 40px;
  background-color: #ececec;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #838383;
  position: relative;
  overflow: hidden;
}

.video-info .block-user .avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-info .block-user .user-info {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
}

.video-info .tab-content {
  display: none;
}

.video-info .tab-content.active {
  display: block;
}


.video-info .block-share {
  max-width: 748px;
}


.related-cards {
  max-width: 288px;
}

.related-cards .card {
  width: 100%;
  margin-bottom: 20px;
}

.related-cards .card:last-child {
  margin: 0;
}

.block-comments {
  position: relative;
}

.block-comments .success {
  position: absolute;
  bottom: 100%;
  left: 13px;
  color: #07B0ED;
}

.block-new-comment .row {
  position: relative;
  margin-bottom: 20px;
  max-width: 748px;
}

.block-new-comment .row.short {
  max-width: 360px;
}

.block-new-comment .row .field-error {
  font-size: 12px;
  color: red;
  position: absolute;
  left: 10px;
}

.block-new-comment .row .field-error.down {
  top: 100%;
}

.block-new-comment .textfield,
.block-new-comment .textarea {
  height: 60px;
  padding: 0px 10px 0px 20px;
  border-radius: 20px;
  background: #ECECEC;
  color: #000;
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 60px;
  font-weight: 400;
  width: 100%;
  resize: none;
}

.block-new-comment .textarea {
  padding-right: 110px;
}

.block-new-comment .textfield::placeholder,
.block-new-comment .textarea::placeholder {
  line-height: 60px;
  color: #838383;
}


.block-new-comment .row .submit {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 10px;
  color: #FFF;
  font-family: "Roboto";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.28px;
  height: 40px;
  border-radius: 20px;
  background-color: #07B0ED;
  padding: 0px 30px;
  transition: color .3s, background-color .3s;
}


@media screen and (any-hover: hover) {
  .block-new-comment .row .submit:hover {
    background-color: #FFF;
    color: #07B0ED;
  }
}

.video-section .socials-buttons {
  justify-content: flex-start;
  gap: 0 26px;
}

.video-section .socials-buttons>div {
  display: none !important;
}



@media screen and (max-width: 1439px) {
  .video-section {
    max-width: calc(100% - 300px);
    margin-inline: auto 20px;
  }

  .related-cards {
    max-width: 220px;
  }
}

@media screen and (max-width: 1024px) {
  .main:has(.video-section) {
    padding-top: 90px;
  }

  .video-section {
    max-width: 100%;
    margin: 0;
    padding: 0;
    flex-direction: column;
    gap: 30px 0;
  }

  .video-holder .player {
    border-radius: 0;
  }

  .video-section .info-holder {
    padding: 0 20px;
  }

  .related-cards {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
  }

  .related-cards .card {
    max-width: calc(33.33% - 2px);
    margin: 0 !important;
  }

  .related-cards .card-pic {
    border-radius: 0;
  }

  .related-cards .card-info {
    display: none;
  }

  .video-section .head {
    display: flex;
  }

  .video-section .socials-link {
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {

  .video-section .head {
    display: flex;
    flex-wrap: wrap;
  }

  .video-section .socials-buttons {
    justify-content: space-between;
    gap: 0;
    padding: 0;
  }

}

@media screen and (max-width: 550px) {
  .related-cards .card {
    max-width: calc(50% - 2px);
  }
}




/* PLAYER STATIC PAGE FINISH */

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

.socials-button {
  width: 40px;
  height: 40px;
  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%;
  background-color: #ececec;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.socials-button .icon {
  font-size: 20px;
}

.socials-link {
  padding: 10px 20px;
  background-color: #ececec;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 20px;
}

.socials-link:last-child {
  margin-bottom: 0;
}

.card-slide {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  min-width: 100%;
  min-height: 100%;
}

.card-slide__preview {
  position: relative;
  /* padding-bottom: 100%; */
  height: 100vh;
}

.card-slide__preview img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
  z-index: 1;
}

.card-slide__preview span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(27px);
  backdrop-filter: blur(27px);
  pointer-events: none;
  z-index: 2;
}

.card-slide__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 3;
}

.slide-video {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  /* height: 100%; */
  z-index: 3 !important;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slide-video__wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.slide-video__wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 3 !important;
}

.line-time {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 100%;
  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;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  z-index: 4;
}

.line-time i {
  display: block;
  max-width: 450px;
  height: 4px;
  border-radius: 2px;
  overflow: hidden;
  background-color: #ffffff;
}

.line-time span {
  display: block;
}

.line-time span:first-child {
  max-width: 450px;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  overflow: hidden;
  background-color: #838383;
}

.line-time span:first-child span {
  background-color: #ffffff;
}

.line-time span:last-child {
  margin-left: 10px;
}

.slide-nav {
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 4;
}

.slide-nav.for-mobile {
  flex-direction: column;
}

.slide-nav .sound-button {
  position: static;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}

.slide-nav .sound-button .icon {
  font-size: 26px;
}

.slide-nav .buttons {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 25px;
}

.slide-nav .avatar,
.slide-nav .button {
  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;
}

.slide-nav .avatar {
  position: relative;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #ffffff;
  border: 2px solid #07B0ED;
}

.slide-nav .avatar::before {
  font-size: 20px;
}

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

.slide-nav .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
  font-family: "Questrial", sans-serif;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.slide-nav .rating-container .button {
  margin-top: 20px;
}

.slide-nav .button i {
  margin-bottom: 5px;
  font-size: 26px;
}

.slide-nav .button.toggle-like.active i {
  color: #07B0ED;
}

.rating-container,
.rating-container2 {
  position: relative;
}

.rating-container .voters,
.rating-container2 .voters {
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  color: #07B0ED;
  font-size: 12px;
  white-space: nowrap;
  margin-right: 0;
  left: 50%;
  translate: -50% 0;
}

.slide-info {
  position: absolute;
  bottom: 40px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 20px;
  max-width: 410px;
  width: 100%;
  z-index: 4;
}

.slide-info * {
  color: #ffffff;
}

.slide-info .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 300px;
  width: 100%;
  margin-bottom: 8px;
}

.slide-info .text {
  margin-bottom: 8px;
}

.slide-info .title {
  margin-bottom: 0;
  max-width: 138px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-right: 15px;
  font-size: 16px;
}

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

.tags-list li {
  margin: 5px;
}

.tags-list li:last-child {
  margin-right: 0;
}

.for-mobile {
  display: none;
}

@media (min-width: 1025px) {
  .nav a:hover {
    color: #07B0ED;
  }

  .nav a:hover::before {
    content: "";
    width: 100%;
  }

  .search-wrapper input:hover::-webkit-input-placeholder {
    opacity: 0.7;
  }

  .search-wrapper input:hover::-moz-placeholder {
    opacity: 0.7;
  }

  .search-wrapper input:hover:-ms-input-placeholder {
    opacity: 0.7;
  }

  .search-wrapper input:hover::-ms-input-placeholder {
    opacity: 0.7;
  }

  .search-wrapper input:hover::placeholder {
    opacity: 0.7;
  }

  .search-wrapper button:hover {
    color: #07B0ED;
  }

  .search-result a:hover {
    background-color: #d2d2d2;
  }

  .burger-menu:hover span {
    background-color: #07B0ED;
  }

  .pagination-link:hover,
  .pagination a:hover {
    color: #ffffff;
  }

  .pagination-link:hover .effect,
  .pagination a:hover .effect {
    top: 0;
  }

  .sound-button:hover {
    background-color: #07B0ED;
    color: #ffffff;
  }

  .head-model__icon:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  .head-model__title:hover {
    color: #07B0ED;
  }

  .head .button:hover {
    background-color: #07B0ED;
  }

  .head .button:hover .icon {
    color: #ffffff;
  }

  .links a:hover {
    color: #ffffff;
    background-color: #07B0ED;
  }

  .play-button:hover {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }

  .more-button:hover {
    background-color: #07B0ED;
    color: #ffffff;
  }

  .aside-footer__nav a:hover {
    color: #07B0ED;
  }

  .block-list a:hover {
    background-color: #ececec;
    color: #07B0ED;
  }

  .block-list a:hover img {
    border: 2px solid #07B0ED;
  }

  a.card-info__logo:hover img {
    border: 2px solid #07B0ED;
  }

  a.card-info__name:hover {
    color: #07B0ED;
  }

  a.card-pic:hover img {
    -webkit-filter: saturate(150%);
    filter: saturate(150%);
  }

  a.card-pic:hover .no-thumb {
    color: #07B0ED;
  }

  a.card-pic:hover .bottom-line {
    padding: 15px 10px;
  }

  .tags a:hover {
    background-color: #07B0ED;
    color: #ffffff;
  }

  .texts-block a:hover {
    color: #07B0ED;
  }

  .texts-list a:hover {
    color: #07B0ED;
  }

  .input-comment button:hover {
    background-color: #ffffff;
    color: #07B0ED;
  }

  .player-close:hover {
    background-color: #07B0ED;
    color: #ffffff;
  }

  .player-slider__buttons button:hover,
  button#fullscreen:hover {
    background-color: #07B0ED;
    color: #ffffff;
  }

  .socials-button:hover {
    background-color: #07B0ED;
    color: #ffffff;
  }
}

.sort {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 200px;
  min-width: 160px;
  flex-direction: row-reverse;
  background-color: #ececec;
  font-size: 14px;
  line-height: 1.2;
  border-radius: 20px;
  line-height: 1;
  z-index: 7;
  transition: border-radius 0.3s;
  cursor: pointer;
}

.sort.open {
  border-radius: 20px 20px 0 0;
}

.sort strong {
  padding: 8px 40px 8px 20px;
  flex-grow: 1;
}

.sort .icon {
  position: absolute;
  right: 15px;
  font-size: 12px;
  rotate: 0deg;
  transition: rotate 0.3s;
}

.sort.open .icon {
  rotate: 180deg;
}

.sort ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #ececec;
  z-index: 3;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  translate: 0 10px;
  transition: translate 0.3s, opacity 0.3s, visibility 0.3s;
}

.sort li {
  border-top: 1px solid #e7e7e7;
}

.sort.open ul {
  translate: 0;
  opacity: 1;
  visibility: visible;
}

.sort a {
  padding: 8px 20px;
  font-size: 14px;
  line-height: 1.2;
  display: block;
  transition: background-color 0.3s, color 0.3s;
}

@media screen and (max-width: 1024px) {
  .sort strong {
    padding: 11px 40px 11px 20px;
  }

  .sort a {
    padding: 11px 20px;
  }
}

@media screen and (any-hover: hover) {
  .sort a:hover {
    background-color: #07B0ED;
    color: #fff;
  }
}

@media (max-width: 1900px) {
  .channels-cards {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1800px) {
  .tags ul {
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    column-gap: 70px;
  }
}

@media (max-width: 1750px) {
  .models-cards {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
  }

  .form-cards {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, calc(25% - 7.8px));
  }

  .four_images_spot {
    grid-column: span 4;
  }
}

@media (max-width: 1700px) {
  .search {
    max-width: 300px;
  }
}

@media (max-width: 1650px) {
  .container {
    max-width: calc(70% + 40px);
  }

  .categories-cards {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
  }

  .channels-cards {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1550px) {
  .models-cards {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }

  .form-cards {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, calc(33.33% - 6.8px));
  }

  .four_images_spot {
    grid-column: span 3;
  }

  .tags ul {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}

@media (max-width: 1450px) {
  .search {
    max-width: 200px;
  }
}

@media (max-width: 1350px) {
  .container.main-page {
    max-width: calc(40% + 40px);
  }

  .categories-cards {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }

  .channels-cards {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1300px) {
  .nav {
    max-width: 600px;
  }

  .nav a {
    padding: 30px 10px;
  }

  .play-button {
    width: 50px;
  }
}

@media (max-width: 1270px) {
  .head-buttons span {
    margin-right: 15px;
  }

  .head .button {
    margin-right: 7px;
    width: 35px;
    height: 35px;
  }

  .head .button .icon {
    font-size: 16px;
  }

  .links a {
    padding: 8px 10px;
  }

  .nav a {
    padding-inline: 5px;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: calc(65% + 40px);
  }

  .logo-desc {
    max-width: 160px;
  }

  .search {
    max-width: 170px;
  }

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

  .pagination li:first-child .pagination-link {
    font-size: 0px;
    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;
  }

  .pagination li:last-child {
    padding-left: 20px;
  }

  .pagination li:last-child .pagination-link {
    font-size: 0px;
    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;
  }

  .pagination li:first-child .text,
  .pagination li:last-child .text {
    font-size: 0;
  }

  .pagination-link .icon-right.right,
  .pagination a .icon-right.right {
    margin-left: 0px;
  }

  .pagination-link .icon-right.left,
  .pagination a .icon-right.left {
    margin-right: 0px;
  }

  .pagination-link.first-pager,
  .pagination a.first-pager {
    width: 50px !important;
  }

  .pagination-link.last-pager,
  .pagination a.last-pager {
    width: 50px !important;
  }

  .pagination-link,
  .pagination a {
    padding: 14px;
  }

  .models-cards {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
  }

  .form-cards {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, calc(50% - 5.6px));
  }

  .four_images_spot {
    grid-column: span 2;
  }

  .tags ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}

@media (max-width: 1100px) {
  .nav a {
    padding-inline: 2px;
  }
}

@media (max-width: 1024px) {
  body {
    height: calc(var(--app-height) - 40px) !important;
  }

  body {
    position: relative;
  }

  .main {
    padding-top: 110px;
  }

  .container {
    max-width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .container.main-page {
    max-width: 100%;
  }

  .header {
    min-height: 90px;
  }

  .header-container {
    position: static;
  }

  .logo-desc {
    display: none;
  }

  .logo-mobile {
    display: block;
  }

  .nav {
    display: none;
  }

  .nav.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    z-index: 10;
    top: auto;
    bottom: 0;
    left: 50%;
    padding: 0 30px;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    max-width: none;
    background-color: #ffffff;
  }

  .nav a.active::before {
    content: none;
  }

  .nav a {
    padding: 10px;
  }

  .nav a::before {
    content: none;
  }

  .search {
    position: absolute;
    top: -100%;
    left: 0;
    height: 90px;
    padding: 20px;
    max-width: none;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e7e7e7;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: top 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    -o-transition: top 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    transition: top 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  }

  .search-wrapper input {
    height: 50px;
    border-radius: 30px;
  }

  .search-result {
    top: calc(100% - 1px);
    border-radius: 0;
    height: calc(100vh - 90px - 40px + 2px);
  }

  .search-result ul {
    height: calc(100vh - 90px - 40px + 2px);
    background-color: #ffffff;
    max-height: none;
  }

  .search-result a,
  .autocomplete-suggestion {
    background-color: #ffffff;
    padding: 10px 30px;
  }

  .icon-button.close-search {
    display: block;
  }

  .icon-button.open-search {
    display: block;
  }

  .burger-menu {
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }

  .burger-menu span {
    -webkit-transition: background-color 0.2s ease, top 0.2s ease,
      bottom 0.2s ease, -webkit-transform 0.2s ease;
    transition: background-color 0.2s ease, top 0.2s ease, bottom 0.2s ease,
      -webkit-transform 0.2s ease;
    -o-transition: background-color 0.2s ease, transform 0.2s ease,
      top 0.2s ease, bottom 0.2s ease;
    transition: background-color 0.2s ease, transform 0.2s ease, top 0.2s ease,
      bottom 0.2s ease;
    transition: background-color 0.2s ease, transform 0.2s ease, top 0.2s ease,
      bottom 0.2s ease, -webkit-transform 0.2s ease;
    top: calc(50% - 2px);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #000000;
    border-radius: 2px;
  }

  .burger-menu span:first-child {
    top: 0px;
  }

  .burger-menu span:last-child {
    top: auto;
    bottom: 0px;
  }

  .aside {
    position: fixed;
    top: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    margin: 0;
    padding-bottom: 20px;
    max-width: 320px;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #ffffff;
    border-right: none;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    z-index: 100;
  }

  .aside.show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .aside-footer p {
    padding-bottom: 0;
  }

  .aside-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 90px;
    margin-left: 20px;
  }

  .aside-head img {
    max-width: 174px;
    width: 100%;
  }

  .block-list.for-search {
    display: block;
  }

  .block-list.for-search {
    top: calc(100% - 1px);
    height: calc(100vh - 90px - 40px + 2px);
  }

  .block-content.for-socials,
  .block-content.for-comments {
    display: block;
    position: absolute;
    top: auto;
    bottom: -100%;
    left: 0;
    padding: 20px 0;
    max-width: none;
    overflow-y: inherit;
    visibility: visible;
    width: 100%;
    max-height: calc(100vh - 260px);
    background-color: white;
    border-radius: 30px 30px 0 0;
    -webkit-transition: top 0.3s ease-out, bottom 0.3s ease-out;
    -o-transition: top 0.3s ease-out, bottom 0.3s ease-out;
    transition: top 0.3s ease-out, bottom 0.3s ease-out;
    z-index: 113;
  }

  .block-content.for-socials .comments,
  .block-content.for-comments .comments {
    overflow-y: auto;
  }

  .block-content.for-socials .comment,
  .block-content.for-comments .comment {
    padding: 0 20px;
  }

  .block-content.for-socials .comment:last-child,
  .block-content.for-comments .comment:last-child {
    padding-bottom: 20px;
  }

  .block-content.for-socials .input-comment,
  .block-content.for-comments .input-comment {
    width: 100%;
    z-index: 4;
  }

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

  .comments {
    max-height: calc(100vh - 150px - 174px);
  }

  .comment:last-child {
    padding-bottom: 20px;
  }

  .input-comment {
    position: absolute;
    bottom: -120px;
  }


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

  .player-aside {
    height: var(--app-height) !important;
  }

  .player-aside {
    position: absolute;
    visibility: hidden;
    width: 100%;
  }

  .player-close {
    left: auto;
    right: 20px;
    width: 50px;
    height: 50px;
  }

  .player-close .icon {
    font-size: 26px;
  }

  .for-mobile .player-slider__buttons,
  .player-close .icon-back {
    display: block;
  }

  .for-mobile .player-slider__buttons {
    position: static;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
  }

  .player-slider__buttons,
  .player-close .icon-close {
    display: none;
  }

  .socials-buttons {
    padding: 0 20px;
  }

  .socials-link {
    width: calc(100% - 40px);
    margin-left: 20px;
  }

  .line-time {
    display: none;
  }

  .slide-nav {
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .for-desctop {
    display: none;
  }

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

  .slide-info {
    max-width: calc(100% - 50px);
  }

  .kt-player .fp-poster img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
  }
}

@media (max-width: 1000px) {

  .pagination-link.first-pager,
  .pagination a.first-pager {
    font-size: 0px;
  }

  .pagination-link.last-pager,
  .pagination a.last-pager {
    font-size: 0px;
  }
}

@media (max-width: 767px) {
  body {
    height: calc(var(--app-height) - 50px) !important;
  }

  .section {
    margin-bottom: 30px;
  }

  .section.last-child,
  .section:last-child {
    margin-bottom: 80px;
  }

  .container {
    padding: 0px 10px;
  }

  .container.main-page {
    max-width: 1920px;
  }

  .title {
    font-size: 18px;
  }

  ::-webkit-scrollbar {
    width: 3px;
  }

  .nav a span {
    font-size: 0;
  }

  .nav a em {
    font-size: 23px;
  }

  .nav .icon {
    margin-right: 0;
    font-size: 30px;
  }

  .search-result {
    height: calc(100vh - 90px - 50px + 2px);
  }

  .search-result ul {
    height: calc(100vh - 90px - 50px + 2px);
  }

  .pagination li {
    padding: 0px;
  }

  .pagination-link.first-pager,
  .pagination a.first-pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .pagination-link.last-pager,
  .pagination a.last-pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .pagination-link,
  .pagination a {
    display: none;
  }

  .pagination-link.active,
  .pagination a.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .post {
    margin: 0 -10px;
    margin-bottom: 3px;
    padding-bottom: 0;
    border-bottom: none;
    position: relative;
  }

  .post .card-window-link {
    display: flex !important;
    width: 30px;
    height: 30px;
    font-size: 15px;
  }

  .post .head,
  .post .links,
  .post .text,
  .post .sound-button,
  .post .play-button {
    display: none;
  }

  .video {
    border-radius: 0;
  }

  .head {
    display: none;
  }

  .section-bottom {
    margin-top: 20px;
  }

  .more-button {
    max-width: none;
  }

  .aside {
    max-height: calc(100vh - 50px);
  }

  .block-list.for-search {
    height: calc(100vh - 90px - 50px + 2px);
  }

  .categories-cards {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }

  .channels-cards {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }

  .form-cards {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 100%);
    grid-gap: 3px;
  }

  .four_images_spot {
    grid-column: span 1;
  }

  .card.for-form {
    margin: 0 -10px;
  }

  .card.for-form .card-info {
    display: none;
  }

  .card.for-form .card-pic {
    border-radius: 0;
  }

  .card-pic .bottom-line {
    padding: 5px 10px;
    font-size: 14px;
  }

  .tags ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .tags li.letter * {
    font-size: 18px;
    padding: 0 20px;
  }

  .tags a {
    padding: 5px 20px;
  }

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

  .form-icon {
    margin-right: 0;
    margin-bottom: 20px;
  }

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

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

  .form-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .texts-title {
    font-size: 16px;
    line-height: 19px;
  }
}

@media (max-width: 575px) {
  .fp-time-duration {
    display: none;
  }
}

@media (max-width: 500px) {
  .kt-player .fp-timeline {
    max-width: calc(100% - 90px);
  }

  .tags ul {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
}

@media (max-width: 400px) {
  .nav.mobile {
    padding: 0 10px;
  }

  .models-cards {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }

  .form-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

@media screen and (orientation: landscape) and (max-width: 1024px) {
  .slide-nav .buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    right: 140px;
    bottom: 0px;
    gap: 0 20px;
    height: 50px;
    padding-inline: 23px;
  }

  #fullscreen {
    position: absolute;
    bottom: 0;
    right: 70px;

  }

  .slide-nav .buttons:has(.avatar) {
    padding-left: 0;
  }

  .slide-nav .rating-container .button,
  .slide-nav .button,
  .slide-nav .avatar {
    margin: 0;
    line-height: 1;
    font-size: 12px;
  }

  .slide-nav .avatar {
    margin-right: -5px;
  }

  .slide-nav .button i {
    font-size: 22px;
  }

  .slide-nav .sound-button {
    order: 1;
    margin-block: 50px 0;
  }

  .for-mobile .player-slider__buttons {
    margin: 0;
  }

  .slide-nav {
    top: auto;
    bottom: 50px;
    transform: translateY(0);
  }

  .slide-info {
    max-width: calc(100% - 350px);
  }
}

@media screen and (orientation: landscape) and (max-height: 370px) {
  .slide-nav .sound-button {
    margin-top: 20px;
  }
}

.card-pic .no-thumb,
.card-info__logo .no-thumb {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: color 0.3s;
}

.card-info__logo .no-thumb {
  font-size: 12px;
  white-space: nowrap;
}

.hidden {
  display: none;
}

.js_video {
  cursor: pointer;
}

.rate-like.disabled,
.rate-dislike.voted,
.rate-dislike.disabled,
.rate-like.voted {
  pointer-events: none;
  background-color: #07B0ED;
  color: #fff;
}

@media screen and (max-width: 1024px) {

  .rate-like.disabled,
  .rate-dislike.voted,
  .rate-dislike.disabled,
  .rate-like.voted {
    pointer-events: none;
    background-color: transparent;
    color: #000;
  }

  .rate-like.disabled .icon-like,
  .rate-dislike.voted .icon-like,
  .rate-dislike.disabled .icon-like,
  .rate-like.voted .icon-like {
    color: #07B0ED;
  }
}

.post .head {
  position: relative;
}

.share-tooltip {
  display: none;
  position: absolute;
  right: 0;
  top: 60px;
  display: block;
  z-index: 12;
  background-color: #ffffff;
  border-radius: 14px;
  box-shadow: 0 1px 4px #d9d9d9;
  padding: 15px;
}

.share-tooltip .block-head {
  display: block;
}

.share-tooltip .title {
  font-size: 21px;
}

.share-tooltip .close-tooltip {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.share-tooltip::after {
  content: "";
  position: absolute;
  display: block;
  right: 22.3px;
  top: -8px;
  width: 15px;
  height: 15px;
  background-color: #fff;
  rotate: 45deg;
  box-shadow: -0.6px -0.6px 1.6px #d9d9d9;
}

/* .static-page ul,
.static-page ol {
  font-size: 16px;
  padding-left: 13px;
  margin: 20px 0;
}
.static-page ul,
.static-page ol {
  list-style: disc;
}
.static-page ul li,
.static-page ol li {
  list-style: disc;
  font-size: 14px;
  margin-bottom: 20px;
}
.static-page li:last-child {
  margin-bottom: 0px;
} */
.page-error {
  text-align: center;
  font-size: 32px;
  padding: 40px 0;
  font-weight: 500;
}

.block-comments.ajax_holder .success {
  position: fixed;
  bottom: 120px;
  background-color: #07B0ED;
  right: 0;
  width: 410px;
  line-height: 18px;
  text-align: center;
  padding: 10px;
}

@media screen and (max-width: 1024px) {
  .block-comments.ajax_holder .success {
    width: 100%;
  }
}

.index_showmore_spot {
  max-width: 728px;
  height: auto;
  margin: 0px auto;
  width: 100%;
}

.index_showmore_spot>* {
  width: 100%;
}

.index_showmore_spot+.item {
  margin-top: 30px;
}

.index_showmore_spot img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 767px) {
  .index_showmore_spot {
    margin: 20px auto 0;
  }

  .index_showmore_spot+.item {
    margin-top: 23px;
  }
}

.table {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 15px;
}

.table .thumb {
  display: block;
  position: relative;
  height: 250px;
  width: 300px;
}

.table .thumb>* {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-section .table {
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  height: 250px;
  overflow: hidden;
}

.view_video_top_spot {
  position: absolute;
  z-index: 6;
  left: 50%;
  translate: -50% 0;
  top: 2%;
  max-width: 728px;
  width: 70%;
  z-index: 12;
}

.view_video_bottom_spot,
.view_video_bottom_spot_mob {
  position: absolute;
  z-index: 12;
  left: 50%;
  translate: -50% 0;
  bottom: 2%;
  max-width: 728px;
  width: 70%;
}

.view_video_bottom_spot_mob {
  top: 15%;
  width: 100%;
  bottom: auto;
  display: block;
}

.view_video_bottom_spot_mob>div {
  width: 100% !important;
}

@media (orientation: landscape) {
  .view_video_bottom_spot_mob {
    top: 0;
    width: 100%;
  }
}

.view_video_bottom_spot img,
.view_video_top_spot img,
.view_video_bottom_spot_mob img {
  display: block;
  width: 100%;
  height: auto;
}

.view_video_top_spot_mobile {
  width: 300px;
  height: 250px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  translate: -50% 0;
  display: block;
  z-index: 9;
}

.spot-close {
  top: -15px;
  left: -15px;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 106, 106, 0.7);
}

.view_video_bottom_spot_mob .spot-close {
  left: 5px;
}

/* @media screen and (min-width: 2200px) {
  .view_video_top_spot {
    bottom: 100%;
  }
  .view_video_bottom_spot {
    top: 100%;
  }
} */

/* @media (min-aspect-ratio: 16/9) {
  .view_video_top_spot {
    bottom: calc(100% - 90px);
  }
  .view_video_bottom_spot {
    top: calc(100% - 90px);
  }
} */
.card {
  position: relative;
}

.card-window-link {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 6;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  background-color: #ececec;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.post .card-window-link {
  display: none;
}

.slide-info.for-mobile .tags-list {
  height: 22px;
  overflow: hidden;
}

.slide-info.for-mobile .text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.slide-info.for-mobile.active .tags-list {
  display: flex;
}

.slide-info.for-mobile.active .text {
  -webkit-line-clamp: initial;
}

.kt-player .fp-controls {
  max-width: calc(100% - 30px) !important;
}

@media screen and (max-width: 1024px) {
  .kt-player .fp-controls {
    max-width: 100% !important;
  }

  .is-mouseout.kt-player .fp-controls.fade {
    opacity: 1 !important;
  }

  .kt-player .fp-controls .fp-time-elapsed {
    position: absolute !important;
    right: 35px !important;
    top: -10px !important;
    display: block !important;
    margin: 0 !important;
  }

  .kt-player .fp-timeline {
    max-width: calc(100% - 90px) !important;
  }

  .kt-player .fp-controls .fp-time-duration {
    display: none !important;
  }

}

.mobile_spot {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 10;
  max-width: calc(100% - 120px);
}

.mobile_spot-link {
  height: 50px;
  padding: 10px 30px;
  border-radius: 0px 10px 25px 0px;
  background: rgba(255, 255, 255, 0.80);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
}

.mobile_spot .text {
  margin: 0 10px 0 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mobile_spot .icon {
  color: #07B0ED;
  font-size: 12px;
  rotate: 90deg;
}

.mobile_spot .icon-close {
  color: #fff;
}

.mobile_spot .spot-close {
  left: auto;
  right: -15px;
  background-color: #07B0ED;
}