html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

* {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  font: 400 16px "Poppins", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.icon:before {
  color: inherit !important; }

li {
  list-style-type: none; }

ul {
  margin-left: 0;
  padding-left: 0; }

html {
  width: 100%;
  height: 100%; }

p {
  line-height: normal; }

body {
  min-width: 320px;
  max-width: 100%;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  position: relative;
  color: #fff;
  background: #2e3f4c; }
  body.no-scroll {
    overflow: hidden;
    pointer-events: none;
    height: 100%; }
  body.shadow .wrapper:before {
    opacity: 0.7 !important; }

.logo {
  font-size: 0;
  min-width: 200px;
  display: block; }
  .logo img {
    max-width: 100%; }

main {
  position: relative; }

.editor {
  color: #121319; }
  .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #000; }
  .editor p {
    font-size: 14px;
    margin-bottom: 3px;
    line-height: 22px; }
  .editor ul, .editor ol {
    margin-bottom: 3px; }
    .editor ul li, .editor ol li {
      padding-left: 21px;
      color: #121319;
      font-size: 14px;
      line-height: 18px; }
  .editor ul li {
    position: relative; }
    .editor ul li::after {
      content: '';
      position: absolute;
      top: 10px;
      left: 9px;
      display: block;
      width: 3px;
      height: 3px;
      background: #121319;
      border-radius: 100%; }
  .editor ol {
    counter-reset: item; }
    .editor ol li {
      counter-increment: item;
      position: relative; }
      .editor ol li:after {
        content: counter(item);
        font-size: 12px;
        font-weight: 500;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        color: #121319;
        min-width: 20px;
        position: absolute;
        left: 0;
        top: 0; }

.section {
  padding: 30px 0 40px; }
  .section.pdt-0 {
    padding-top: 0; }
  .section.pdb-0 {
    padding-bottom: 0; }

.m-section {
  display: none; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .flex.direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

.wrap {
  max-width: 1860px;
  margin: 0 auto;
  min-width: 280px;
  padding: 0 15px;
  width: 100%;
  z-index: 2; }

.btn-search,
.mbtn-search {
  display: none; }

.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
  padding-top: 80px;
  position: relative; }
  .wrapper:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 11; }

.btn-hamb {
  display: none; }

.header {
  position: absolute;
  z-index: 10;
  background: -webkit-linear-gradient(359.9deg, rgba(16, 33, 49, 0.88) 0%, #293946 100%);
  background: -o-linear-gradient(359.9deg, rgba(16, 33, 49, 0.88) 0%, #293946 100%);
  background: linear-gradient(90.1deg, rgba(16, 33, 49, 0.88) 0%, #293946 100%);
  width: 100%;
  left: 0;
  top: 0; }
  .header.sticky {
    position: fixed; }
  .header .logo-cont {
    margin-right: 14px; }
  .header .search {
    width: 100%;
    position: relative;
    max-width: 480px;
    margin-left: 20px; }
  .header .block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative; }

.m-banner {
  display: none; }

.title {
  position: relative;
  width: -webkit-calc(100% + 5px);
  width: calc(100% + 5px);
  margin-left: -2.5px; }
  .title .filter {
    margin: 0 2.5px; }
  .title.title-cat {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .title.title-cat h1, .title.title-cat h2, .title.title-cat h3, .title.title-cat h4, .title.title-cat h5, .title.title-cat h6 {
      padding-top: 3px;
      -webkit-box-flex: initial;
      -webkit-flex-grow: initial;
      -ms-flex-positive: initial;
      flex-grow: initial;
      margin-right: 20px; }
  .title.mb-0 {
    margin-bottom: 0; }
  .title p {
    margin: 0 2.5px; }
  .title h1, .title h2, .title h3, .title h4, .title h5, .title h6 {
    color: #fff;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: left;
    margin: 0 2.5px 16px; }
  .title.couple {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.filter {
  min-width: 140px;
  position: relative; }
  .filter.m-filter {
    display: none; }
  .filter.show .select-item {
    background: #575EFF;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom: none; }
    .filter.show .select-item .text-ch {
      color: #fff; }
    .filter.show .select-item .icon {
      -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
      -o-transform: translateY(-50%) rotate(180deg);
      transform: translateY(-50%) rotate(180deg); }
      .filter.show .select-item .icon:before {
        color: #fff; }
  .filter.show .selects-list {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    pointer-events: all; }
  .filter .select-item {
    border-radius: 15px;
    background-color: #0E161E;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px 35px 10px 20px;
    position: relative;
    height: 30px; }
    @media screen and (min-width: 1025px) {
      .filter .select-item:hover {
        background: #575EFF; }
        .filter .select-item:hover .text-ch,
        .filter .select-item:hover .icon {
          color: #fff; } }
    .filter .select-item .text-ch {
      color: #A1ACBC;
      font-size: 12px;
      font-weight: 500;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      white-space: nowrap;
      overflow: hidden;
      display: block;
      text-overflow: ellipsis; }
    .filter .select-item .icon {
      position: absolute;
      right: 20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      height: 10px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      font-size: 4px;
      line-height: 11px;
      font-weight: 900;
      display: inline-block;
      color: #A1ACBC; }
  .filter .selects-list {
    position: absolute;
    width: 100%;
    left: 0;
    top: 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 1;
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    pointer-events: none;
    overflow: hidden;
    background: #0E161E;
    border-radius: none;
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    z-index: 5; }
    .filter .selects-list li {
      padding: 0 20px;
      line-height: 30px !important;
      font-size: 12px;
      font-weight: 500;
      color: #A1ACBC;
      cursor: pointer;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      text-align: left; }
      @media screen and (min-width: 1025px) {
        .filter .selects-list li:hover {
          background: #575EFF;
          color: #fff; } }

.menu > li {
  position: relative; }
  @media screen and (min-width: 1025px) {
    .menu > li:hover > a {
      color: #53DFEF; }
      .menu > li:hover > a .icon {
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        -o-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg); }
    .menu > li:hover .submenu {
      opacity: 1;
      pointer-events: all; } }
  .menu > li.active > a {
    padding: 30px 35px 30px 15px; }
    .menu > li.active > a:after {
      opacity: 1; }
  .menu > li > a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    padding: 30px 25px;
    display: block;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    text-overflow: ellipsis; }
    .menu > li > a .icon {
      position: absolute;
      right: 15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 10px;
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      -o-transition: -o-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s, -o-transform .3s; }
    .menu > li > a:after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 2px;
      background: #53DFEF;
      opacity: 0;
      pointer-events: none; }

.menu .submenu {
  position: absolute;
  left: 0;
  top: -2px;
  -webkit-transform: translateY(45%);
  -ms-transform: translateY(45%);
  -o-transform: translateY(45%);
  transform: translateY(45%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-radius: 0 0 15px 0;
  background: #0E161E;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 160px;
  overflow: hidden; }
  .menu .submenu a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #A1ACBC;
    padding: 12px 20px; }
    .menu .submenu a .icon {
      font-size: 16px;
      color: inherit;
      display: inline-block;
      margin-right: 4px;
      width: 20px;
      -webkit-transition: color .3s;
      -o-transition: color .3s;
      transition: color .3s; }
    @media screen and (min-width: 1025px) {
      .menu .submenu a:hover {
        background: #575EFF;
        color: #fff; }
        .menu .submenu a:hover .icon {
          color: #fff; } }

.block-alphabet {
  width: -webkit-calc(100% + 5px);
  width: calc(100% + 5px);
  margin-left: -2.5px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .block-alphabet .item-letter {
    border-radius: 20px;
    background-color: #0E161E;
    height: 40px;
    min-width: 40px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 6px;
    margin: 0 2.5px 5px;
    color: #A1ACBC;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0em;
    text-transform: uppercase;
    line-height: 28px; }
    .block-alphabet .item-letter.all {
      text-transform: initial; }
    .block-alphabet .item-letter.active {
      background: #575EFF;
      color: #fff;
      pointer-events: none; }
    @media screen and (min-width: 992px) {
      .block-alphabet .item-letter:hover {
        background: #A1ACBC;
        color: #000000; } }

.pagination {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px; }
  .pagination.mb-0 {
    margin-bottom: 0; }
  .pagination a {
    line-height: 36px;
    padding-top: 1px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-radius: 100%;
    margin: 0 2.5px 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background .3s, color .3s;
    -o-transition: background .3s, color .3s;
    transition: background .3s, color .3s;
    border-radius: 20px;
    color: #A1ACBC;
    background: #0E161E; }
    .pagination a.dots {
      background: transparent;
      border: none;
      color: #A1ACBC; }
	@media (max-width: 1024px) {
    .pagination-item {
        display: none;
    }
}
    @media (min-width: 1025px) {
      .pagination a:hover {
        background: #A1ACBC;
        color: #0E161E; } }
    .pagination a.current {
      background: #575EFF;
      color: #fff;
      pointer-events: none; }
    .pagination a.next, .pagination a.prev {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: auto;
      padding: 0 20px; }
      .pagination a.next span, .pagination a.prev span {
        font-size: 14px;
        line-height: 20px; }
      .pagination a.next .icon, .pagination a.prev .icon {
        font-size: 6px; }
    .pagination a.prev {
      margin-right: 17.5px; }
      .pagination a.prev .icon {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        margin-right: 10px;
        font-weight: 900;
        display: inline-block; }
    .pagination a.next {
      margin-left: 17.5px; }
      .pagination a.next .icon {
        margin-left: 10px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        display: inline-block; }

.btn {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: background .3s, border-color .3s, color .3s;
  -o-transition: background .3s, border-color .3s, color .3s;
  transition: background .3s, border-color .3s, color .3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 9px 30px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-width: 50px;
  border: none;
  font-weight: 500;
  white-space: nowrap;
  font-size: 14px;
  border-radius: 20px;
  color: #A1ACBC;
  border: none;
  background-color: #2F3F4C; }
  .btn img {
    margin-left: 4px;
    max-width: 18px;
    max-height: 18px; }
  .btn.transparent {
    background: transparent !important;
    color: #AA8585;
    padding: 9px 20px;
    -webkit-box-shadow: none;
    box-shadow: none; }
    @media (min-width: 1025px) {
      .btn.transparent:hover {
        color: #53DFEF; } }
  .btn.blue {
    background: #53DFEF;
    color: #000; }
  .btn.blue-text {
    color: #53DFEF; }
  .btn.white-text {
    color: #fff;
    text-transform: capitalize; }
  .btn .icon {
    font-size: 16px;
    display: inline-block;
    margin-right: 4px; }
  .btn.full {
    width: 100%; }
  .btn.dark {
    background: #0E161E;
    color: #A1ACBC; }
  @media (min-width: 1025px) {
    .btn:hover {
      background-color: #575EFF;
      color: #fff; } }

.footer {
  display: table-row;
  height: 1px; }
  .footer .foot-inner {
    background: -webkit-linear-gradient(359.9deg, rgba(16, 33, 49, 0.88) 0%, #293946 100%);
    background: -o-linear-gradient(359.9deg, rgba(16, 33, 49, 0.88) 0%, #293946 100%);
    background: linear-gradient(90.1deg, rgba(16, 33, 49, 0.88) 0%, #293946 100%);
    padding: 30px 0; }
  .footer .block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .footer .desc {
    max-width: 1030px;
    margin: 0 15px;
    width: -webkit-calc(100% - 344px);
    width: calc(100% - 344px); }
    .footer .desc p {
      font-size: 14px;
      font-weight: 400;
      line-height: 22px;
      letter-spacing: 0em;
      text-align: left;
      color: #A1ACBC; }
  .footer .copyright p {
    color: #A1ACBC;
    font-size: 14px;
    text-align: right;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em; }
  .footer .link-foot {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s; }
    .footer .link-foot.m-link {
      display: none; }
    @media screen and (min-width: 1025px) {
      .footer .link-foot:hover {
        color: #53DFEF; } }
  .footer .info-foot {
    text-align: right; }

.m-panel {
  display: none; }

.show-block {
  margin-top: 20px; }

.block-post {
  width: -webkit-calc(100% + 10px);
  width: calc(100% + 10px);
  margin-left: -5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .block-post.five-post .item-post,
  .block-post.five-post .item-model {
    width: -webkit-calc(20% - 10px);
    width: calc(20% - 10px);
    margin: 0 5px 10px; }
  .block-post.six-post .item-post,
  .block-post.six-post .item-model {
    width: -webkit-calc(16.6% - 10px);
    width: calc(16.6% - 10px);
    margin: 0 5px 10px; }
  .block-post.seven-post .item-post,
  .block-post.seven-post .item-model {
    width: -webkit-calc(14.28% - 10px);
    width: calc(14.28% - 10px);
    margin: 0 5px 10px; }
  .block-post .item-post {
    width: -webkit-calc(20% - 10px);
    width: calc(20% - 10px);
    margin: 0 5px 10px; }

.logo-cont,
.aside-filter {
  width: 300px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.aside-filter {
  background: #0E161E;
  border-radius: 20px;
  padding: 28px 30px; }
  .aside-filter .block {
    margin-bottom: 50px; }
    .aside-filter .block:last-child {
      margin-bottom: 0; }
  .aside-filter .title-block {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    display: block;
    margin-bottom: 25px; }
  .aside-filter .list-links {
    margin-bottom: 18px; }
  .aside-filter .form {
    margin-bottom: 18px; }

.columns .cont-block {
  margin-left: 14px;
  width: -webkit-calc(100% - 314px);
  width: calc(100% - 314px); }

.item-model .img {
  padding-bottom: 135%; }

.item-post .img {
  padding-bottom: 57.3%; }

.section-model .block-post .item-post {
  float: left; }

.section-model .block-post:after {
  content: "";
  display: table;
  clear: both; }

.section-model .wrap-title {
  width: -webkit-calc(83.4% - 5px);
  width: calc(83.4% - 5px);
  margin-left: auto; }

.main-model {
  border-radius: 20px;
  background: #0E161E;
  padding: 20px 20px 1.9%;
  float: left;
  width: -webkit-calc(17% - 10px);
  width: calc(17% - 10px);
  margin: 0 5px 0; }
  @media screen and (min-width: 767px) {
    .main-model {
      margin-top: -42px; } }
  .main-model.m-show {
    display: none; }
  .main-model .fav-model {
    background: #0E161E;
    opacity: 0.8;
    border-radius: 5px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 5;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px; }
    .main-model .fav-model .icon {
      color: #53DFEF;
      font-size: 24px;
      display: inline-block;
      margin-bottom: 7px; }
    .main-model .fav-model .rank {
      font-weight: 500;
      font-size: 12px;
      line-height: 10px;
      color: #53DFEF; }
  .main-model .img {
    margin-bottom: 8%;
    display: block;
    position: relative;
    padding-bottom: 136%;
    border-radius: 10px;
    overflow: hidden; }
    .main-model .img img {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      max-width: 100%;
      max-height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .main-model .name {
    font-weight: 600;
    font-size: 22px;
    line-height: 18px;
    color: #fff;
    display: block;
    margin-bottom: 8%; }
  .main-model .stat {
    margin: 0 -10px 8%; }
    .main-model .stat .item-stat {
      font-weight: 500;
      font-size: 14px;
      line-height: 10px;
      color: #A1ACBC;
      margin: 0 10px; }
    .main-model .stat .icon {
      font-size: 16px;
      margin-right: 4px;
      display: inline-block; }
  .main-model .btn {
    margin: 0; }

@media screen and (min-width: 1025px) {
  .item-post:hover:before,
  .item-post:hover .name,
  .item-post:hover .info-post {
    opacity: 0; } }

@media screen and (min-width: 1025px) {
  .item-model:hover .name {
    color: #53DFEF; } }

.item-post,
.item-model {
  overflow: hidden;
  font-size: 0;
  position: relative;
  border-radius: 10px; }
  .item-post:before,
  .item-model:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(4.45%, rgba(0, 0, 0, 0.87)), color-stop(87.26%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.87) 4.45%, rgba(0, 0, 0, 0) 87.26%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.87) 4.45%, rgba(0, 0, 0, 0) 87.26%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.87) 4.45%, rgba(0, 0, 0, 0) 87.26%);
    width: 100%;
    height: 80px;
    z-index: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s; }
  .item-post .name,
  .item-model .name {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    position: absolute;
    left: 14px;
    bottom: 11px;
    width: -webkit-calc(100% - 28px);
    width: calc(100% - 28px);
    z-index: 2;
    -webkit-transition: color .3s, opacity .3s;
    -o-transition: color .3s, opacity .3s;
    transition: color .3s, opacity .3s; }
  .item-post .img,
  .item-model .img {
    position: relative;
    width: 100%;
    display: block; }
    .item-post .img img,
    .item-model .img img {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      max-width: 100%;
      max-height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .item-post .info-post,
  .item-model .info-post {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 10px;
    right: 10px;
    -webkit-transition: color .3s, opacity .3s;
    -o-transition: color .3s, opacity .3s;
    transition: color .3s, opacity .3s;
    z-index: 2; }
  .item-post .star,
  .item-post .rate,
  .item-post .time,
  .item-post .media,
  .item-model .star,
  .item-model .rate,
  .item-model .time,
  .item-model .media {
    background: #0E161E;
    opacity: 0.8;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
    font-weight: 400;
    margin-left: 2px;
    padding: 0 5px; }
    .item-post .star .icon,
    .item-post .rate .icon,
    .item-post .time .icon,
    .item-post .media .icon,
    .item-model .star .icon,
    .item-model .rate .icon,
    .item-model .time .icon,
    .item-model .media .icon {
      display: inline-block;
      margin-right: 3px;
      font-size: 10px; }
  .item-post .rate,
  .item-post .star,
  .item-model .rate,
  .item-model .star {
    color: #53DFEF; }
  @media screen and (min-width: 1025px) {
    .item-post:hover:before,
    .item-model:hover:before {
      opacity: 1; } }

.all-tags {
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
  margin-left: -15px;
  padding-top: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .all-tags .col {
    width: -webkit-calc(14.28% - 30px);
    width: calc(14.28% - 30px);
    margin: 0 15px; }
  .all-tags .block {
    margin-bottom: 30px; }
  .all-tags .symb-block {
    font-size: 24px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    padding-left: 20px;
    color: #53DFEF;
    display: block;
    margin-bottom: 13px;
    text-transform: uppercase; }
  .all-tags .links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .all-tags .links a {
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 0em;
      text-align: left;
      border-radius: 20px;
      color: #000;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      display: inline-block;
      padding: 10px 20px; }
      @media screen and (min-width: 1025px) {
        .all-tags .links a:hover {
          background: #53DFEF;
          color: #fff; } }

.wrap-vda {
  margin-bottom: 30px; }
  .wrap-vda .block {
    background: #0E161E;
    border-radius: 20px;
    padding: 15px 50px 50px; }
  .wrap-vda .title {
    color: #A1ACBC;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.3em;
    display: block;
    text-align: center;
    margin-bottom: 12px;
    text-transform: uppercase; }
  .wrap-vda .block-vda {
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .wrap-vda .item-vda {
    font-size: 0;
    margin: 0 20px 0;
    width: 300px; }

.go_up {
  background: #575EFF;
  -webkit-box-shadow: 0px 10px 24px rgba(87, 94, 255, 0.4);
  box-shadow: 0px 10px 24px rgba(87, 94, 255, 0.4);
  position: fixed;
  z-index: 10;
  right: 20px;
  bottom: 115px;
  background: #575EFF;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  cursor: pointer;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s; }
  .go_up .icon {
    font-size: 20px;
    color: #fff; }

.item-cat {
  margin-bottom: 40px; }
  .item-cat:last-child {
    margin-bottom: 0; }
  .item-cat .symb-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px; }
    .item-cat .symb-block .letter {
      border-radius: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 40px;
      height: 40px;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      background: #0E161E;
      font-weight: 500;
      font-size: 14px;
      line-height: 20px;
      color: #A1ACBC;
      text-transform: uppercase;
      margin-right: 10px; }
    .item-cat .symb-block .line {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      height: 1px;
      background: #0E161E; }
  .item-cat .list-links {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin-left: -15px; }
  .item-cat .item-link {
    margin: 0 15px;
    width: -webkit-calc(16.6% - 30px);
    width: calc(16.6% - 30px); }

.list-links {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .list-links .item-link a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    border-radius: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    @media screen and (min-width: 1025px) {
      .list-links .item-link a:hover {
        background: #575EFF;
        color: #fff; }
        .list-links .item-link a:hover strong {
          color: #fff; } }
    .list-links .item-link a img {
      margin-left: 4px;
      max-width: 18px; }
    .list-links .item-link a strong {
      color: #A1ACBC;
      font-size: inherit;
      font-weight: inherit;
      display: inline-block;
      margin-left: 20px;
      -webkit-transition: color .3s;
      -o-transition: color .3s;
      transition: color .3s;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      text-align: right; }

.head-player {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 13px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .head-player .action-btn {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 5px; }
    .head-player .action-btn .btn {
      min-width: 30px;
      font-size: 12px;
      padding: 7px 11px; }
      .head-player .action-btn .btn .icon {
        font-size: 12px; }
  .head-player .btn {
    margin: 0 2.5px 5px; }

.section-trailer {
  background: #0E161E; }
  .section-trailer .wrap {
    max-width: 1552px; }

.block-player .cont-pl {
  width: -webkit-calc(100% - 330px);
  width: calc(100% - 330px); }

@media screen and (min-width: 992px) {
  .block-player .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0; } }

.block-player .main-btn {
  white-space: initial; }
  .block-player .main-btn.m-show {
    display: none; }

.block-player .aside-pl {
  width: 300px;
  margin-left: 30px; }

.block-player .player {
  margin-bottom: 10px; }
  .block-player .player .img {
    position: relative; }
  .block-player .player img {
    margin-bottom: 5px;
    width: 100%; }
    .block-player .player img:last-child {
      margin-bottom: 0; }
  .block-player .player .btn-play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    height: 120px;
    width: 120px;
    display: block;
    z-index: 2;
    background-image: url("../img/play.svg");
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    @media screen and (min-width: 1025px) {
      .block-player .player .btn-play:hover {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
        -o-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1); } }

.block-player .spots {
  margin-bottom: 20px;
  max-width: 300px; }
  .block-player .spots .spot {
    font-size: 0; }
  .block-player .spots .title-block {
    color: #A1ACBC;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.3em; }

.clipboard {
  position: relative; }
  .clipboard .info-clip {
    position: absolute;
    white-space: nowrap;
    font-size: 14px;
    color: #fff;
    display: none;
    right: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

.action-player {
  border: 1px solid #2F3F4C;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px; }
  .action-player .button_rate {
    font-size: 30px;
    padding: 15px;
    background: none;
    border: none;
    cursor: pointer;
    -webkit-transition: color .3s, background .3s;
    -o-transition: color .3s, background .3s;
    transition: color .3s, background .3s; }
    .action-player .button_rate.active {
      background: #53DFEF;
      color: #000 !important; }
    @media screen and (min-width: 1025px) {
      .action-player .button_rate:hover {
        background: #53DFEF;
        color: #000 !important; } }
    .action-player .button_rate.icon-like {
      color: #53DFEF;
      border-right: 1px solid #2F3F4C; }
    .action-player .button_rate.icon-dislike {
      color: #A1ACBC;
      border-left: 1px solid #2F3F4C; }
  .action-player .progress {
    width: 100%;
    text-align: center;
    padding: 10px 12px; }
    .action-player .progress .percent {
      display: block;
      margin-bottom: 3px;
      color: #ff7e00;
      font-size: 14px;
      font-weight: 300; }
    .action-player .progress .bar {
      width: 100%;
      height: 4px;
      border-radius: 10px;
      overflow: hidden;
      background-color: #2F3F4C;
      position: relative; }
    .action-player .progress .text {
      color: #A1ACBC;
      font-size: 12px;
      font-weight: 400;
      display: block;
      margin-bottom: 4px;
      display: block; }
      .action-player .progress .text strong {
        color: #fff; }
    .action-player .progress .line {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #53DFEF;
      border-radius: 10px; }
  .action-player .rate-block {
    border-bottom: 1px solid #2F3F4C; }
  .action-player .info-stat {
    padding: 17px 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .action-player .info-stat .item-stat {
      font-weight: 500;
      font-size: 14px;
      line-height: 10px;
      padding: 0 5px;
      color: #A1ACBC;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    .action-player .info-stat .icon {
      color: #A1ACBC;
      margin-right: 4px;
      display: inline-block;
      font-size: 16px; }
  .action-player .share {
    padding: 5px;
    border-top: 1px solid #2F3F4C;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .action-player .share .st-custom-button,
    .action-player .share .item-link {
      font-size: 20px;
      padding: 10px;
      color: #A1ACBC;
      -webkit-transition: color .3s;
      -o-transition: color .3s;
      transition: color .3s; }
      @media screen and (min-width: 1025px) {
        .action-player .share .st-custom-button:hover,
        .action-player .share .item-link:hover {
          color: #53DFEF; } }

#st-el-1 .st-btn > img {
  margin: 0 !important; }

#st-el-1 .st-btn {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  line-height: 1 !important; }

.block-by {
  max-width: 300px;
  margin: 0 auto;
  width: 100%; }
  .block-by .title-block {
    display: block;
    font-size: 12px;
    line-height: 22px;
    color: #A1ACBC;
    text-align: center;
    margin-bottom: 9px;
    display: none; }
  .block-by img {
    width: 100%; }
  .block-by .img a {
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: inline-block;
    font-size: 0;
    -webkit-box-shadow: 0px 0px 15px 0px #ffffff00;
    box-shadow: 0px 0px 15px 0px #ffffff00; }
    @media screen and (min-width: 1025px) {
      .block-by .img a:hover {
        -webkit-box-shadow: 0px 0px 15px 0px #fff;
        box-shadow: 0px 0px 15px 0px #fff; }
        .block-by .img a:hover:before {
          opacity: .4; } }
  .block-by .author {
    font-size: 12px;
    line-height: 20px; }
    .block-by .author .by {
      color: #A1ACBC; }
    .block-by .author a {
      font-size: inherit;
      line-height: inherit;
      color: #53DFEF;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      @media screen and (min-width: 1025px) {
        .block-by .author a:hover {
          text-decoration: underline; } }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?s93636");
  src: url("../fonts/icomoon/icomoon.eot?s93636#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?s93636") format("truetype"), url("../fonts/icomoon/icomoon.woff?s93636") format("woff"), url("../fonts/icomoon/icomoon.svg?s93636#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-share:before {
  content: "\e917";
  color: #a1acbc; }

.icon-reddit:before {
  content: "\e911";
  color: #a1acbc; }

.icon-arrow-down:before {
  content: "\e900"; }

.icon-calendar:before {
  content: "\e901"; }

.icon-categories:before {
  content: "\e902"; }

.icon-clock:before {
  content: "\e903"; }

.icon-close:before {
  content: "\e904"; }

.icon-dislike:before {
  content: "\e905"; }

.icon-eye:before {
  content: "\e906"; }

.icon-facebook:before {
  content: "\e907"; }

.icon-instagram:before {
  content: "\e908"; }

.icon-like:before {
  content: "\e909"; }

.icon-link:before {
  content: "\e90a"; }

.icon-newest:before {
  content: "\e90b"; }

.icon-pc:before {
  content: "\e90c"; }

.icon-picture:before {
  content: "\e90d"; }

.icon-play:before {
  content: "\e90e"; }

.icon-plus:before {
  content: "\e90f"; }

.icon-search:before {
  content: "\e912"; }

.icon-star:before {
  content: "\e913"; }

.icon-twit:before {
  content: "\e914"; }

.icon-up:before {
  content: "\e915"; }

.icon-youtube:before {
  content: "\e916"; }

.icon-hamb:before {
  content: "\e918"; }

.icon-ar-down:before {
  content: "\e910"; }

.ico-twit-x:before {
    content: "";
    display: block;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free v7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--><path d="M357.2 48L427.8 48 273.6 224.2 455 464 313 464 201.7 318.6 74.5 464 3.8 464 168.7 275.5-5.2 48 140.4 48 240.9 180.9 357.2 48zM332.4 421.8l39.1 0-252.4-333.8-42 0 255.3 333.8z" fill="%23A1ACBC"/></svg>');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}
.ico-twit-x:after {
    content: "";
    display: none;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free v7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--><path d="M357.2 48L427.8 48 273.6 224.2 455 464 313 464 201.7 318.6 74.5 464 3.8 464 168.7 275.5-5.2 48 140.4 48 240.9 180.9 357.2 48zM332.4 421.8l39.1 0-252.4-333.8-42 0 255.3 333.8z" fill="%2353DFEF"/></svg>');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}
.ico-twit-x:hover::before {
    display: none;
}
.ico-twit-x:hover::after {
    display: block;
}

textarea:focus,
input:focus,
input:link:focus,
input:visited:focus {
  outline: none !important; }

.search {
  position: relative; }
  .search.results-show .results-search {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  .search.results-show .input input {
    border-radius: 20px 20px 20px 0; }
  .search .results-search {
    position: absolute;
    left: 0;
    top: 40px;
    -webkit-box-shadow: 0 5px 10px 3px #0000002b;
    box-shadow: 0 5px 10px 3px #0000002b;
    background-color: #0E161E;
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    overflow: hidden;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    -o-transition: opacity .3s, -o-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s, -o-transform .3s;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    z-index: 2;
    padding: 10px 0;
    border-radius: 0 0 20px 20px; }
    .search .results-search .title-block {
      color: #fff;
      font-weight: 500;
      font-size: 14px;
      line-height: 20px;
      display: block;
      padding: 0 20px;
      margin-bottom: 6px; }
      .search .results-search .title-block .icon {
        margin-right: 5px;
        display: inline-block; }
  .search .divider {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
    height: 1px;
    display: block;
    background: #2F3F4C;
    margin: 10px 20px 20px; }
  .search .list-links a {
    color: #A1ACBC;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: color .3s, background .3s;
    -o-transition: color .3s, background .3s;
    transition: color .3s, background .3s;
    display: block;
    padding: 6px 20px; }
    @media (min-width: 1025px) {
      .search .list-links a:hover {
        background: #1E2831;
        color: #fff; } }

.form.search-form {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  .form.search-form .btn-close {
    display: none; }
  .form.search-form .input {
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .form.search-form .input input {
      padding-right: 80px; }
  .form.search-form .btn-search {
    height: 100%;
    width: 60px;
    border: none;
    display: block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 20px;
    z-index: 1;
    color: #fff;
    background: transparent;
    position: absolute;
    right: 0;
    top: 50%;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #575EFF;
    border-radius: 0 20px 20px 0; }
    @media screen and (min-width: 1025px) {
      .form.search-form .btn-search:hover {
        background: #53DFEF; } }

.form.categories-search {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  .form.categories-search .input {
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .form.categories-search .input input {
      padding-left: 50px;
      background: #0E161E;
      border: 1px solid #2F3F4C; }
  .form.categories-search .btn-search {
    height: 100%;
    width: 60px;
    border: none;
    display: block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 18px;
    z-index: 2;
    color: #fff;
    background: transparent;
    position: absolute;
    left: 0;
    top: 50%;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    border-radius: 0 20px 20px 0; }
    @media screen and (min-width: 1025px) {
      .form.categories-search .btn-search:hover {
        color: #53DFEF; } }

.form .invalid {
  position: absolute;
  left: 50%;
  bottom: 82px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #ff4040;
  width: 100%;
  text-align: center;
  display: none; }

.form .error {
  color: #e93a63;
  font-size: 12px;
  font-weight: 400;
  display: block;
  line-height: 25px; }

.form .input {
  margin-bottom: 10px;
  position: relative;
  z-index: 1; }
  .form .input input, .form .input textarea {
    padding: 8px 20px;
    width: 100%;
    border: none;
    text-align: left;
    background: #0E161E;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none; }
    .form .input input::-webkit-input-placeholder, .form .input textarea::-webkit-input-placeholder {
      color: #A1ACBC !important; }
    .form .input input::-moz-placeholder, .form .input textarea::-moz-placeholder {
      color: #A1ACBC !important; }
    .form .input input:-ms-input-placeholder, .form .input textarea:-ms-input-placeholder {
      color: #A1ACBC !important; }
    .form .input input:-moz-placeholder, .form .input textarea:-moz-placeholder {
      color: #A1ACBC !important; }
  .form .input input {
    height: 40px; }
  .form .input textarea {
    min-height: 65px;
    max-height: 280px;
    resize: vertical;
    padding: 12px 20px; }

.form .label {
  font-size: 14px;
  margin-bottom: 5px;
  color: #121319;
  font-weight: 400;
  display: block; }
  .form .label strong {
    font-weight: 700; }

.in-hide {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  z-index: -1;
  left: -9999px; }

@media (max-width: 1300px) {
  .search.results-show .input input {
    border-radius: 20px 20px 0 0; }
  .search.results-show .results-search {
    width: -webkit-calc(100% - 35px);
    width: calc(100% - 35px); }
  .form.search-form .btn-search {
    background: transparent;
    color: #575EFF; } }

@media (max-width: 1800px) {
  .wrap-vda .item-vda:last-child {
    display: none; }
  .wrap-vda .block {
    padding: 15px 20px 30px; } }

@media (max-width: 1450px) {
  .head-player {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .head-player .action-btn {
      width: 100%;
      margin-bottom: 10px; }
  .item-cat .item-link {
    width: -webkit-calc(20% - 30px);
    width: calc(20% - 30px); }
  .menu > li > a {
    padding: 30px 15px; }
  .section-model .wrap-title {
    width: -webkit-calc(80% - 5px);
    width: calc(80% - 5px); }
  .main-model {
    width: -webkit-calc(20% - 10px);
    width: calc(20% - 10px);
    padding: 20px 20px 2.3%; }
    .main-model .name {
      font-size: 20px; }
  .block-post.six-post .item-post,
  .block-post.six-post .item-model {
    width: -webkit-calc(20% - 10px);
    width: calc(20% - 10px); }
  .block-post.seven-post .item-post,
  .block-post.seven-post .item-model {
    width: -webkit-calc(16.6% - 10px);
    width: calc(16.6% - 10px); }
  .wrap-vda .item-vda:nth-child(4n) {
    display: none; }
  .columns .cont-block .block-post.five-post .item-post,
  .columns .cont-block .block-post.five-post .item-model {
    width: -webkit-calc(25% - 10px);
    width: calc(25% - 10px); } }

@media (max-width: 1300px) {
  .item-cat .item-link {
    width: -webkit-calc(25% - 30px);
    width: calc(25% - 30px); }
  .section-model .wrap-title {
    width: -webkit-calc(75% - 5px);
    width: calc(75% - 5px); }
  .form.search-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .form.search-form .btn-close {
      margin-left: 15px;
      font-size: 20px;
      color: #fff;
      cursor: pointer;
      display: block; }
  .header .mbtn-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 20px;
    cursor: pointer;
    color: #fff; }
  .header .search {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    z-index: 10;
    opacity: 0;
    margin: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s, pointer-events .3s;
    -o-transition: opacity .3s, pointer-events .3s;
    transition: opacity .3s, pointer-events .3s; }
  .header.active-search .search {
    opacity: 1;
    pointer-events: all; }
  .header.active-search .menu,
  .header.active-search .logo,
  .header.active-search .block-panel,
  .header.active-search .mbtn-search,
  .header.active-search .btn-hamb {
    opacity: 0;
    pointer-events: none; } }

@media (max-width: 1200px) {
  .main-model {
    width: -webkit-calc(25% - 10px);
    width: calc(25% - 10px);
    padding: 20px 20px 2.8%; }
    .main-model .name {
      font-size: 18px; }
  .pagination .pagination-inner a:nth-child(7), .pagination .pagination-inner a:nth-child(8), .pagination .pagination-inner a:nth-child(9) {
    display: none; }
  .pagination a.dots {
    width: 30px; }
  .header .logo-cont {
    width: auto;
    margin: 0; }
  .block-post.six-post .item-post {
    width: -webkit-calc(25% - 10px);
    width: calc(25% - 10px); }
  .block-post.seven-post .item-post,
  .block-post.seven-post .item-model {
    width: -webkit-calc(20% - 10px);
    width: calc(20% - 10px); }
  .columns .cont-block .block-post.five-post .item-post,
  .columns .cont-block .block-post.five-post .item-model {
    width: -webkit-calc(33.33% - 10px);
    width: calc(33.33% - 10px); }
  .wrap-vda .item-vda {
    margin: 0 15px 0; }
    .wrap-vda .item-vda:nth-child(3n) {
      display: none; } }

@media (max-width: 992px) {
  .block-player {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .block-player .action-player {
      max-width: 600px;
      margin: 0 auto 20px; }
    .block-player .spots {
      margin: 0 auto 20px; }
    .block-player .cont-pl {
      width: 100%;
      margin-bottom: 10px; }
    .block-player .aside-pl {
      width: 100%;
      margin-left: 0; }
    .block-player .player .btn-play {
      width: 80px;
      height: 80px; }
  .item-cat .item-link {
    width: -webkit-calc(25% - 30px);
    width: calc(25% - 30px); }
  .title.title-cat {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .title.title-cat h1, .title.title-cat h2, .title.title-cat h3, .title.title-cat h4, .title.title-cat h5, .title.title-cat h6 {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
  .section-model .wrap-title {
    width: -webkit-calc(66.6% - 5px);
    width: calc(66.6% - 5px); }
  .main-model {
    width: -webkit-calc(33.33% - 10px);
    width: calc(33.33% - 10px);
    padding: 20px 20px 3.6%; }
  .m-panel {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 342px;
    background: #1E2E3D;
    z-index: 100;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    pointer-events: all;
    overflow: hidden;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    opacity: 0;
    z-index: 30;
    padding: 85px 0 30px; }
    .m-panel .btn-close {
      position: absolute;
      left: 20px;
      top: 30px;
      font-size: 24px;
      z-index: 2;
      color: #fff; }
    .m-panel.open {
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -o-transform: translateX(0%);
      transform: translateX(0%);
      opacity: 1; }
    .m-panel .content {
      text-align: left;
      width: -webkit-calc(100% + 35px);
      width: calc(100% + 35px);
      overflow-y: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      height: 100%;
      padding-bottom: 50px; }
      .m-panel .content .menu > li.active a {
        background: #53DFEF;
        color: #000; }
      .m-panel .content .menu > li > a {
        padding: 15px 20px; }
        .m-panel .content .menu > li > a:after {
          content: none; }
      .m-panel .content .menu a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        .m-panel .content .menu a .icon {
          font-size: 16px;
          margin-right: 4px;
          display: inline-block;
          width: 20px;
          position: static;
          -webkit-transform: initial;
          -ms-transform: initial;
          -o-transform: initial;
          transform: initial; }
    .m-panel .menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .m-panel .logo {
      max-width: 180px;
      position: absolute;
      right: 45px;
      top: 20px; }
  .btn-hamb {
    cursor: pointer;
    display: block;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    color: #fff; }
  .header .block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0; }
  .header .menu {
    display: none; }
  .header .mbtn-search {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .block-post.six-post .item-post {
    width: -webkit-calc(33.33% - 10px);
    width: calc(33.33% - 10px); }
  .block-post.seven-post .item-post,
  .block-post.seven-post .item-model {
    width: -webkit-calc(25% - 10px);
    width: calc(25% - 10px); }
  .logo-cont,
  .aside-filter {
    width: 270px; }
  .columns .cont-block {
    width: -webkit-calc(100% - 284px);
    width: calc(100% - 284px); }
    .columns .cont-block .block-post.five-post .item-post,
    .columns .cont-block .block-post.five-post .item-model {
      width: -webkit-calc(50% - 10px);
      width: calc(50% - 10px); }
  .pagination .pagination-inner a:nth-child(5), .pagination .pagination-inner a:nth-child(6) {
    display: none; }
  .pagination a.prev, .pagination a.next {
    padding: 0 12px;
    width: 40px; }
    .pagination a.prev .icon, .pagination a.next .icon {
      margin: 0; }
    .pagination a.prev .text, .pagination a.next .text {
      display: none; }
  .footer .block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .footer .logo {
    margin: 0 auto 20px; }
  .footer .info-foot {
    width: 100%;
    text-align: center; }
    .footer .info-foot p {
      margin-bottom: 5px;
      text-align: center; }
  .footer .desc {
    width: 100%;
    margin-bottom: 30px; }
    .footer .desc p {
      text-align: center; }
  .footer .block-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .footer .link-foot {
    margin: 0 10px; }
    .footer .link-foot.m-link {
      font-size: 20px;
      display: inline-block;
      margin-top: 2px; } }

@media (max-width: 767px) {
  .item-cat .item-link {
    width: -webkit-calc(33.33% - 30px);
    width: calc(33.33% - 30px); }
  .section-model .wrap-title {
    width: 100%; }
  .main-model {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px); }
    .main-model .img {
      padding-bottom: 125%; }
  .block-post.six-post .item-post {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px); }
  .block-post.seven-post .item-post,
  .block-post.seven-post .item-model {
    width: -webkit-calc(33.33% - 10px);
    width: calc(33.33% - 10px); }
  .columns .cont-block {
    width: 100%;
    margin-left: 0; }
  .aside-filter {
    display: none; }
  .wrap-vda .item-vda:nth-child(2n) {
    display: none; } }

@media (max-width: 576px) {
  .wrapper {
    padding-top: 76px; }
  .btn.m-full {
    width: 100%; }
  .head-player > .btn {
    display: none; }
  .block-player {
    padding-top: 240px;
    position: relative; }
    .block-player .spots {
      display: none; }
    .block-player .block-by {
      position: absolute;
      top: 0;
      text-align: center;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
      .block-player .block-by .title-block {
        display: block; }
      .block-player .block-by .author {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .block-player .block-by .by {
        display: none; }
    .block-player .main-btn {
      display: none; }
      .block-player .main-btn.m-show {
        display: block; }
    .block-player .player .btn-play {
      width: 50px;
      height: 50px; }
  .item-cat .list-links {
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    margin-left: -10px; }
  .item-cat .item-link {
    margin: 0 10px;
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px); }
    .item-cat .item-link a {
      padding: 10px 16px; }
  .main-model {
    display: none;
    margin: 0 0 25px;
    width: 100%;
    max-width: 390px;
    margin: 0 auto 30px;
    float: initial; }
    .main-model.m-show {
      display: block; }
    .main-model .img {
      margin-bottom: 20px;
      padding-bottom: 128%; }
    .main-model .name {
      font-size: 22px;
      margin-bottom: 18px; }
    .main-model .stat {
      margin-bottom: 20px; }
  .m-section {
    display: block; }
    .m-section .title h1, .m-section .title h2, .m-section .title h3, .m-section .title h4, .m-section .title h5, .m-section .title h6 {
      font-size: 18px; }
  .list-btn {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: -webkit-calc(100% + 5px);
    width: calc(100% + 5px);
    margin-left: -2.5px;
    margin-bottom: -10px; }
    .list-btn .btn {
      margin: 0 2.5px 10px;
      padding: 5px 15px;
      color: #fff; }
      .list-btn .btn.view-all {
        color: #A1ACBC; }
      .list-btn .btn img {
        margin-left: 4px;
        max-width: 18px; }
  .section {
    padding: 20px 0 30px; }
  .m-banner {
    display: block;
    margin-bottom: 25px;
    font-size: 0; }
    .m-banner a {
      position: relative;
      width: 100%;
      max-width: 300px;
      margin: 0 auto;
      display: block; }
  .go_up {
    width: 54px;
    height: 54px;
    right: 6px; }
  .header .mbtn-search {
    right: 10px; }
  .header .logo-cont {
    max-width: 180px; }
  .btn-hamb {
    left: 10px; }
  .columns .cont-block .block-post.five-post .item-post {
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px); }
  .block-post.seven-post .item-model, .block-post.six-post .item-model, .block-post.five-post .item-model {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px); }
  .block-post.seven-post .item-post, .block-post.six-post .item-post, .block-post.five-post .item-post {
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px); }
  .wrap {
    padding: 0 10px; }
  .title.filters-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .title.filters-row .block-filters {
      margin: 0 -2.5px 10px;
      width: 100%; }
      .title.filters-row .block-filters .filter {
        margin: 0 2.5px; }
  .wrap-vda {
    display: none; } }

@media (max-width: 420px) {
  .item-cat .item-link {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px); }
  .pagination a.prev {
    margin-right: 2.5px; }
  .pagination a.next {
    margin-left: 2.5px; }
  .block-alphabet {
    width: -webkit-calc(100% + 10px);
    width: calc(100% + 10px);
    margin-left: -5px; }
    .block-alphabet .item-letter {
      margin: 0 5px 10px; } }

@media (max-width: 379px) {
  .pagination .pagination-inner a:nth-child(3), .pagination .pagination-inner a:nth-child(4) {
    display: none; } }
