html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
a[href^="https://chaturbate.com/in/"] {
  display: block !important;
}
body {
  background: #000;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: #989898;
  min-height: 100vh;
}
body.no-scroll {
  overflow: hidden;
}
body.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.linko {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
      }
main {
  padding-top: 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 20px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

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

ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

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

button,
.btn {
  cursor: pointer;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: inherit;
  background: none;
  border: none;
  outline: none;
}

.container {
  width: 100%;
  max-width: 1630px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 480px) {
  .container {
    padding: 0 10px;
  }
}
.container--full {
  max-width: 100%;
  padding: 0 30px;
}
@media screen and (max-width: 1660px) {
  .container--full {
    padding: 0 15px;
  }
}
@media screen and (max-width: 900px) {
  .container--full {
    padding: 0 20px;
  }
}

.logo {
  max-width: 234px;
  width: 100%;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .logo:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 480px) {
  .logo {
    max-width: 160px;
  }
}

.section__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #141414;
}
.section__head--link {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-row-gap: 25px;
  padding-bottom: 10px;
}
.section__head--link h1,
.section__head--link h2,
.section__head--link h3 {
  margin-right: 10px;
}
.section__head--black {
  border-bottom-color: #000;
  padding-bottom: 17px;
}
.section__head--no-border {
  padding-bottom: 0;
  border-bottom: none;
}
.section__title {
  font-weight: 800;
  font-size: 26px;
  line-height: 1.2;
  text-transform: capitalize;
  color: #FFFFFF;
  position: relative;
}
@media screen and (max-width: 480px) {
  .section__title {
    font-size: 22px;
  }
}
.section__title::after {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #F835C9;
}
@media screen and (max-width: 1200px) {
  .section__title::after {
    bottom: -11px;
  }
}
@media screen and (max-width: 480px) {
  .section__title::after {
    bottom: -15px;
  }
}
.section__title--no-line::after {
  display: none;
}
@media screen and (max-width: 1200px) {
  .section__title--no-link::after {
    bottom: -21px;
  }
}
.section__small-title {
  font-weight: 800;
  font-size: 20px;
  line-height: 1;
  text-transform: capitalize;
  color: #FFFFFF;
  position: relative;
}
.section__small-title::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #F835C9;
}
.section__link span {
  color: #fff;
  margin-left: 4px;
  margin-right: 4px;
}
.section__link svg {
  width: 10px;
  height: 10px;
  color: #F835C9;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .section__link:hover svg {
    -webkit-transform: translateX(3px);
        -ms-transform: translateX(3px);
            transform: translateX(3px);
  }
}

.text {
  font-size: 16px;
  line-height: 1.5;
  color: #989898;
}

.down-arrow {
  margin-top: -2px;
  width: 10px;
  height: 10px;
  fill: currentColor;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: color 0.3s ease-in-out, fill 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, fill 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, color 0.3s ease-in-out, fill 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out, fill 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out, fill 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 6;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  visibility: hidden;
}
.overlay--active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}

.btn {
  padding: 10px 20px;
  background: #141414;
  border: none;
  border-radius: 10px;
  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;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.02em;
  color: #989898;
  -webkit-transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out, background 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out, background 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .btn:hover {
    opacity: 0.8;
    color: #fff;
  }
}
.btn svg {
  min-width: 10px;
  width: 10px;
  height: 10px;
  fill: currentColor;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 10px;
}
.btn--thin {
  padding: 5px 20px;
}
.btn--dark {
  background: #000;
}
.btn--white {
  background: #fff;
  color: #000;
}
@media (any-hover: hover) {
  .btn--white:hover {
    opacity: 1;
    background: #F835C9;
    color: #fff;
  }
}
.btn--accent {
  background: #F835C9;
  color: #fff;
}
@media (any-hover: hover) {
  .btn--accent:hover {
    opacity: 1;
    background: #f208b9;
  }
}

.header {
  border-bottom: 1px solid #141414;
}
.header__top {
  background: #141414;
}
.header__top-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__top-list--desktop {
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media screen and (max-width: 900px) {
  .header__top-list--desktop {
    display: none;
  }
}
.header__top-list--mobile {
  background: #141414;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 20px;
  margin-top: auto;
  position: relative;
}
@media screen and (max-width: 900px) {
  .header__top-list--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__top-item + .header__top-item {
  margin-top: 20px;
}
@media screen and (min-width: 901px) {
  .header__top-item + .header__top-item {
    margin-left: 30px;
    margin-top: 0;
  }
}
.header__top-link {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #989898;
  -webkit-transition: -webkit-text-decoration 0.3s ease-in-out;
  transition: -webkit-text-decoration 0.3s ease-in-out;
  -o-transition: text-decoration 0.3s ease-in-out;
  transition: text-decoration 0.3s ease-in-out;
  transition: text-decoration 0.3s ease-in-out, -webkit-text-decoration 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .header__top-link:hover {
    text-decoration: underline;
  }
}
.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__wrap--top {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header__wrap--bottom {
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
}
@media screen and (max-width: 1500px) {
  .header__wrap--bottom {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .header__wrap--bottom {
    display: grid;
    grid-template-columns: auto minmax(100px, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    padding-top: 20px;
  }
}
@media screen and (max-width: 900px) {
  .header__wrap--bottom {
    padding-top: 15px;
    padding-bottom: 15px;
    grid-template-columns: 24px auto 24px;
    overflow: hidden;
    position: relative;
  }
}
@media screen and (max-width: 1500px) {
  .header__logo {
    max-width: 160px;
  }
}
@media screen and (max-width: 1200px) {
  .header__logo {
    margin-right: 40px;
  }
}
@media screen and (max-width: 900px) {
  .header__logo {
    margin-left: auto;
    margin-right: auto;
  }
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .header__menu {
    margin-left: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    grid-column: span 2;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 900px) {
  .header__menu {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 7;
    width: max(300px, 60vw);
    height: 100vh;
    background: #000;
    border-right: 1px solid #242424;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, left 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, left 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, left 0.3s ease-in-out;
  }
  .header__menu--active {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .header__menu::before {
    content: "";
    position: fixed;
    top: 0;
    left: -1px;
    width: inherit;
    height: 70px;
    background: #000;
    z-index: 2;
  }
}

.nav {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .nav {
    padding: 57px 20px 20px;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
@media screen and (max-width: 767px) {
  .nav {
    display: block !important;
  }
}
.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 15px;
  min-height: 90px;
}
@media screen and (max-width: 900px) {
  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0;
    min-height: unset;
  }
}
.nav__item--active .nav__link {
  cursor: default;
  color: #F835C9;
}
@media screen and (max-width: 900px) {
  .nav__item--active .nav__link {
    border-bottom-color: #F835C9;
  }
}
.nav__item--active .nav__link::after {
  bottom: 0;
}
@media screen and (max-width: 900px) {
  .nav__item--active .nav__link::after {
    display: none;
  }
}
@media (any-hover: hover) {
  .nav__item:not(.nav__item--active):hover .nav__link {
    cursor: pointer;
    color: #F835C9;
  }
}
@media screen and (any-hover: hover) and (max-width: 900px) {
  .nav__item:not(.nav__item--active):hover .nav__link {
    border-bottom-color: #F835C9;
  }
}
@media (any-hover: hover) {
  .nav__item:not(.nav__item--active):hover .nav__link::after {
    bottom: 0;
  }
}
@media screen and (any-hover: hover) and (max-width: 900px) {
  .nav__item:not(.nav__item--active):hover .nav__link::after {
    display: none;
  }
}
@media (any-hover: hover) {
  .nav__item:not(.nav__item--active):hover .down-arrow {
    color: #F835C9;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
.nav__item--sub {
  position: relative;
}
@media (any-hover: hover) {
  .nav__item--sub:hover .subnav {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@media screen and (any-hover: hover) and (max-width: 900px) {
  .nav__item--sub:hover .subnav {
    padding: 20px 10px 0;
    height: auto;
  }
}
.nav__item--dropdown .nav__link {
  color: #F835C9;
}
@media screen and (max-width: 900px) {
  .nav__item--dropdown .nav__link {
    border-bottom-color: #F835C9;
  }
}
.nav__item--dropdown .nav__link::after {
  bottom: 0;
}
@media screen and (max-width: 900px) {
  .nav__item--dropdown .nav__link::after {
    display: none;
  }
}
.nav__item--dropdown .nav__link .down-arrow {
  color: #F835C9;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.nav__item--dropdown .subnav {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  padding: 20px 10px 0;
  height: auto;
}
.nav__link {
  overflow: hidden;
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 1500px) {
  .nav__link {
    padding: 0 15px;
  }
}
@media screen and (max-width: 900px) {
  .nav__link {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 0 10px;
    border-bottom: 1px solid transparent;
  }
}
.nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  z-index: 2;
  height: 2px;
  background: #F835C9;
  border-radius: 4px;
  -webkit-transition: bottom 0.3s ease-in-out;
  -o-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out;
}
@media screen and (max-width: 900px) {
  .nav__link::after {
    display: none;
  }
}
.nav__link svg {
  margin-left: 10px;
}

.menu-btn {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  border: none;
  position: relative;
  z-index: 6;
  -webkit-transition: z-index 0.3s ease-in-out;
  -o-transition: z-index 0.3s ease-in-out;
  transition: z-index 0.3s ease-in-out;
}
.menu-btn::before, .menu-btn::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #F835C9;
  border-radius: 6px;
  -webkit-transition: top 0.3s ease-in-out, bottom 0.3s ease-in-out, background 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, bottom 0.3s ease-in-out, background 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out, bottom 0.3s ease-in-out, background 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, bottom 0.3s ease-in-out, background 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, bottom 0.3s ease-in-out, background 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.menu-btn::before {
  top: 0;
}
.menu-btn::after {
  bottom: 0;
}
@media (any-hover: hover) {
  .menu-btn:hover span, .menu-btn:hover::before, .menu-btn:hover::after {
    background: #fff;
  }
}
.menu-btn--active {
  z-index: 8;
}
.menu-btn--active::before, .menu-btn--active::after {
  background: #fff;
}
.menu-btn--active::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 11px;
}
.menu-btn--active::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 10px;
}
.menu-btn--active span {
  -webkit-transform: translateX(-20px) scale(0);
      -ms-transform: translateX(-20px) scale(0);
          transform: translateX(-20px) scale(0);
  opacity: 0;
}
@media (any-hover: hover) {
  .menu-btn--active:hover span, .menu-btn--active:hover::before, .menu-btn--active:hover::after {
    background: #F835C9;
  }
}
.menu-btn span {
  display: block;
  width: 24px;
  height: 3px;
  background: #F835C9;
  border-radius: 6px;
  -webkit-transition: background 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (max-width: 900px) {
  .menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.subnav {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 1;
  background: #000;
  padding: 12px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #fff;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (max-width: 900px) {
  .subnav {
    position: static;
    height: 0;
    padding: 0;
  }
}
.subnav__item + .subnav__item {
  margin-top: 10px;
}
@media (any-hover: hover) {
  .subnav__link:hover {
    color: #F835C9;
  }
}

.language {
  position: relative;
  font-size: 0;
}
@media screen and (max-width: 900px) {
  .language {
    font-size: 12px;
  }
}
@media (any-hover: hover) {
  .language:hover .down-arrow {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .language:hover .language__list {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (any-hover: hover) and (max-width: 900px) {
  .language:hover .language__list {
    height: auto;
    padding: 10px 0 0;
  }
}
.language--dropdown .down-arrow {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.language--dropdown .language__list {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  height: auto;
  padding: 10px 0 0;
}
.language__list {
  position: absolute;
  top: 100%;
  left: -10px;
  z-index: 2;
  background: #141414;
  padding: 10px;
  min-width: 100%;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 600;
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #989898;
  opacity: 0;
  -webkit-transform: translateY(-100%) scale(0);
      -ms-transform: translateY(-100%) scale(0);
          transform: translateY(-100%) scale(0);
  -webkit-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, height 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, height 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (max-width: 900px) {
  .language__list {
    position: static;
    height: 0;
    min-height: unset;
    padding: 0;
  }
}
.language__item {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.6;
  -webkit-transition: -webkit-text-decoration 0.3s ease-in-out;
  transition: -webkit-text-decoration 0.3s ease-in-out;
  -o-transition: text-decoration 0.3s ease-in-out;
  transition: text-decoration 0.3s ease-in-out;
  transition: text-decoration 0.3s ease-in-out, -webkit-text-decoration 0.3s ease-in-out;
}
.language__item:not(:last-child) {
  margin-bottom: 10px;
}
.language__item img {
  margin-right: 10px;
}
@media (any-hover: hover) {
  .language__item:hover {
    text-decoration: underline;
  }
}
.language__icon {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 0;
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #989898;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (max-width: 900px) {
  .language__icon {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .language__icon img {
    margin-right: 10px;
  }
}
.language__icon .down-arrow {
  margin-left: 10px;
  margin-top: 1px;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .language__icon .down-arrow {
    margin-left: auto;
    margin-top: 0;
  }
}

.search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: max(500px, 25%);
  position: relative;
  margin: 0;
}
@media screen and (max-width: 1800px) {
  .search__form {
    width: max(150px, 20%);
  }
}
@media screen and (max-width: 1200px) {
  .search__form {
    min-width: 100px;
    width: 400px;
    margin-left: auto;
  }
}
@media screen and (max-width: 900px) {
  .search__form {
    position: static;
    margin-left: 0;
    width: unset;
  }
}
.search__form-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  z-index: 1;
  width: 20px;
  height: 20px;
  fill: #F835C9;
  cursor: pointer;
  -webkit-transition: z-index 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: z-index 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: z-index 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: z-index 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: z-index 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (max-width: 900px) {
  .search__form-icon {
    right: unset;
    top: 25px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    width: 24px;
    height: 24px;
  }
}
.search__form-icon--active {
  z-index: 6;
  -webkit-transform: translateY(0) translateX(-50px);
      -ms-transform: translateY(0) translateX(-50px);
          transform: translateY(0) translateX(-50px);
}
.search__form-label {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .search__form-label {
    position: absolute;
    top: 10px;
    left: 100%;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    width: calc(100% - 34px);
    z-index: 6;
    -webkit-transition: left 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: left 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: left 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: left 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
}
.search__form-label--active {
  left: 0;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.search__form input {
  width: 100%;
  background: #141414;
  border: 1px solid #262626;
  border-radius: 10px;
  padding: 14px 50px 14px 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4285714286;
  color: #fff;
  -webkit-transition: border-color 0.3s ease-in-out, outline 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out, outline 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, outline 0.3s ease-in-out;
}
.search__form input::-webkit-input-placeholder {
  color: #989898;
}
.search__form input::-moz-placeholder {
  color: #989898;
}
.search__form input:-ms-input-placeholder {
  color: #989898;
}
.search__form input::-ms-input-placeholder {
  color: #989898;
}
.search__form input::placeholder {
  color: #989898;
}
@media (any-hover: hover) {
  .search__form input:hover, .search__form input:focus {
    border-color: #F835C9;
    outline: none;
  }
}
.search__form-close {
  width: 24px;
  height: 24px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  position: relative;
  opacity: 0;
  -webkit-transform: translateX(200%);
      -ms-transform: translateX(200%);
          transform: translateX(200%);
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (max-width: 900px) {
  .search__form-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.search__form-close::before, .search__form-close::after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 6;
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 4px;
  -webkit-transition: top 0.3s ease-in-out, bottom 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, bottom 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out, bottom 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, bottom 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, bottom 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.search__form-close::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 11px;
}
.search__form-close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 10px;
}
.search__form-close--active {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.description {
  margin-bottom: 15px;
}
.description--mb {
  margin-bottom: 50px;
}
@media screen and (max-width: 1010px) {
  .description--mb {
    margin-bottom: 70px;
  }
}
.description h1, .description h2, .description h3 {
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .description h1, .description h2, .description h3 {
    margin-bottom: 10px;
  }
}
.description h1 span, .description h2 span, .description h3 span {
  color: #F835C9;
}
.description p + p {
  margin-top: 35px;
}
@media screen and (max-width: 480px) {
  .description p + p {
    margin-top: 25px;
  }
}

.features {
  margin-bottom: 50px;
}
.features__wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-row-gap: 70px;
  grid-column-gap: 40px;
}
@media screen and (max-width: 1010px) {
  .features__wrap {
    grid-row-gap: 40px;
  }
}
.features__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (max-width: 1370px) {
  .features__item:last-child {
    grid-column: 2/3;
  }
}
@media screen and (max-width: 768px) {
  .features__item:last-child {
    grid-column: auto;
  }
}
.features__item svg {
  height: 50px;
  width: 50px;
  fill: #fff;
}
.features__item h3 {
  margin-bottom: 15px;
  color: #fff;
  text-transform: uppercase;
}
.features__icon {
  background: url(../images/feature-icon-bg.svg) no-repeat center/cover;
  width: 104px;
  height: 110px;
  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-bottom: 30px;
}

.content {
  padding-bottom: 50px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 480px) {
  .content {
    padding-bottom: 30px;
  }
}
.content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 1px;
  background: #242424;
}
.content__grid {
  display: grid;
  grid-template-columns: 1fr 390px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-row-gap: 30px;
  grid-column-gap: 20px;
}
@media screen and (max-width: 1200px) {
  .content__grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 410px) {
  .content__grid {
    display: block;
  }
}
.content__grid--filters-page {
  grid-template-columns: 270px 1fr;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}
@media screen and (max-width: 1200px) {
  .content__grid--filters-page {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.content__grid--article {
  grid-row-gap: 30px;
  grid-column-gap: 30px;
}
.content__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content__inner--blog {
  grid-row-gap: 0;
}
@media screen and (max-width: 480px) {
  .content__inner--article {
    grid-row-gap: 20px;
  }
}
.review {
width: 100%;
}
.review p {
margin: 10 0 10 0;
}
.content__box + .content__box {
  margin-top: 30px;
}
.content__box.overlay {
  position: relative;
}
.content__box.overlay::before{
  opacity: 0;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.4);
  transition: opacity 0.3s ease;
}
.content__box.overlay::before {
  opacity: 1;
}
.content__box-cards {
  display: grid;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}
.content__box-cards--three-col {
  grid-template-columns: repeat(auto-fit, minmax(calc(33% - 10px), 1fr));
}
@media screen and (max-width: 1300px) {
  .content__box-cards--three-col .card-model__views {
    position: absolute;
    top: -35px;
    right: 10px;
    padding: 2px 5px;
    background: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(4.5px);
            backdrop-filter: blur(4.5px);
    border-radius: 10px;
    color: #fff;
  }
  @supports ((-webkit-backdrop-filter: blur(4.5px)) or (backdrop-filter: blur(4.5px))) {
    .content__box-cards--three-col .card-model__views {
      background: rgba(0, 0, 0, 0.4);
      -webkit-backdrop-filter: blur(4.5px);
      backdrop-filter: blur(4.5px);
    }
  }
}
@media screen and (max-width: 768px) {
  .content__box-cards--three-col {
    grid-template-columns: 1fr 1fr;
  }
  .content__box-cards--three-col .card-model:nth-child(n+7) {
    display: none;
  }
}
@media screen and (max-width: 410px) {
  .content__box-cards--three-col {
    grid-template-columns: 1fr;
  }
}
.content__box-cards--four-col {
  grid-template-columns: repeat(auto-fit, minmax(calc(25% - 10px), 1fr));
}
@media screen and (max-width: 1500px) {
  .content__box-cards--four-col .card-model__views {
    position: absolute;
    top: -35px;
    right: 10px;
    padding: 2px 5px;
    background: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(4.5px);
            backdrop-filter: blur(4.5px);
    border-radius: 10px;
    color: #fff;
  }
  @supports ((-webkit-backdrop-filter: blur(4.5px)) or (backdrop-filter: blur(4.5px))) {
    .content__box-cards--four-col .card-model__views {
      background: rgba(0, 0, 0, 0.4);
      -webkit-backdrop-filter: blur(4.5px);
      backdrop-filter: blur(4.5px);
    }
  }
}
@media screen and (max-width: 768px) {
  .content__box-cards--four-col {
    grid-template-columns: 1fr 1fr;
  }
  .content__box-cards--four-col .card-model:nth-child(n+7) {
    display: none;
  }
}
@media screen and (max-width: 410px) {
  .content__box-cards--four-col {
    grid-template-columns: 1fr;
  }
}
.content__box-cards--scroll {
  counter-reset: top-cams-counter;
}
@media screen and (max-width: 768px) {
  .content__box-cards--scroll {
    overflow-x: scroll;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .content__box-cards--scroll .card-model--rate {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: max(270px, 65%);
  }
  .content__box-cards--scroll .card-model--rate .card-model__views {
    position: static;
    color: #989898;
  }
}
@media screen and (max-width: 900px) {
  .content__box-cards--filters-page .card-model:nth-child(n+13) {
    display: none;
  }
}
.content__box-cards--article {
  grid-template-columns: repeat(auto-fit, minmax(calc(33% - 10px), 1fr));
}
@media screen and (max-width: 768px) {
  .content__box-cards--article {
    grid-template-columns: 1fr;
  }
}
.content__info {
  margin-bottom: 30px;
  padding: 20px 20px 25px;
  background: #141414;
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  .content__info {
    padding: 20px 10px;
    margin: 0 -10px 30px;
    border-radius: 0;
  }
}
.content__pagination {
  margin-top: 30px;
}

.content__empty{
  margin: 50px 0;
  text-align: center;
  color:#F835C9;
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  .content__empty{
    font-size: 18px;
  }
}

.card-model {
  border: 1px solid #242424;
  border-radius: 10px;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card-model--live .card-model__live {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-model--rate {
  counter-increment: top-cams-counter;
}
.card-model--rate .card-model__link::before {
  content: "#" counter(top-cams-counter);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0 5px;
  background: rgba(248, 53, 201, 0.8);
  -webkit-backdrop-filter: blur(4.5px);
          backdrop-filter: blur(4.5px);
  border-radius: 10px 0;
  min-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;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.1666666667;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}
@supports ((-webkit-backdrop-filter: blur(4.5px)) or (backdrop-filter: blur(4.5px))) {
  .card-model--rate .card-model__link::before {
    background: rgba(248, 53, 201, 0.8);
    -webkit-backdrop-filter: blur(4.5px);
    backdrop-filter: blur(4.5px);
  }
}
.card-model__link {
  position: relative;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
}
@media (any-hover: hover) {
  .card-model__link:hover .card-model__img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.card-model__img {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-radius: 10px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.card-model__img--banner {
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .card-model__img--banner {
    border-radius: 0;
  }
}
.card-model__live {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  padding: 5px 8px 5px 24px;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(4.5px);
          backdrop-filter: blur(4.5px);
  border-radius: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.1666666667;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #00C40A;
  display: none;
}
@supports ((-webkit-backdrop-filter: blur(4.5px)) or (backdrop-filter: blur(4.5px))) {
  .card-model__live {
    background: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(4.5px);
    backdrop-filter: blur(4.5px);
  }
}
.card-model__live::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00C40A;
}
.card-model__badge {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 1;
}
.card-model__desc {
  margin-top: auto;
  padding: 15px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-row-gap: 10px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .card-model__desc {
    padding: 10px 15px;
  }
}
.card-model__desc h2, .card-model__desc h3, .card-model__desc h4 {
  margin-right: 35px;
}
@media screen and (max-width: 500px) {
  .card-model__desc h2, .card-model__desc h3, .card-model__desc h4 {
    margin-right: 0;
  }
}
.card-model__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.card-model__info img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.card-model__info h3 {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.card-model__info--model img {
  width: 30px;
  height: auto;
}
.card-model__views {
  margin-left: auto;
  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;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.1666666667;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #989898;
  position: relative;
}
@media screen and (max-width: 600px) {
  .card-model__views {
    position: absolute;
    top: -35px;
    right: 10px;
    padding: 2px 5px;
    background: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(4.5px);
            backdrop-filter: blur(4.5px);
    border-radius: 10px;
    color: #fff;
  }
  @supports ((-webkit-backdrop-filter: blur(4.5px)) or (backdrop-filter: blur(4.5px))) {
    .card-model__views {
      background: rgba(0, 0, 0, 0.4);
      -webkit-backdrop-filter: blur(4.5px);
      backdrop-filter: blur(4.5px);
    }
  }
}
.card-model__views svg {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.card-model__banner {
  margin-bottom: 20px;
}
.card-model__banner-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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-row-gap: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .card-model__banner-head {
    padding: 0 10px;
  }
}
.card-model__banner-head h1,
.card-model__banner-head h2,
.card-model__banner-head h3 {
  margin-right: 20px;
}
@media screen and (max-width: 480px) {
  .card-model__banner-container {
    padding: 0;
  }
}
.card-model__banner p {
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .card-model__banner p {
    padding: 0 10px;
  }
}
.card-model__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-row-gap: 10px;
}
@media screen and (max-width: 480px) {
  .card-model__actions {
    padding: 0 10px;
  }
}
.card-model__btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 10px);
          flex: 0 1 calc(50% - 10px);
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .card-model__btn {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
@media (any-hover: hover) {
  .card-model__direct-link:hover {
    text-decoration: underline;
  }
}

.aside {
  padding: 20px;
  background: #141414;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 480px) {
  .aside--common {
    padding: 20px 10px 30px;
    border-radius: 0;
    margin: 0 -10px;
  }
}
@media screen and (max-width: 410px) {
  .aside--common {
    margin-top: 30px;
  }
}
.aside__block + .aside__block {
  margin-top: 30px;
}
.aside__block--blog {
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  .aside__block--blog {
    display: none;
  }
}
.aside-posts__btn {
  margin-top: 20px;
}
.aside__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}
@media screen and (min-width: 1201px) {
  .aside__cards {
    grid-template-columns: 1fr;
  }
  .aside__cards .card-model:nth-child(n+3) {
    display: none;
  }
}
@media screen and (max-width: 401px) {
  .aside__cards {
    grid-template-columns: 1fr;
  }
}

.banner {
  margin: 30px auto;
  text-align: center;
}
.banner h3 {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6666666667;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #989898;
  margin-bottom: 15px;
}
.banner a:not(.article) {
  overflow: hidden;
  display: block;
}
.banner a img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .banner a:hover img {
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02);
  }
}

.tags {
  margin: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tags__caption {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.7142857143;
}
.tags__item, .tag {
  margin: 5px;
}
.tags__link, .tag {
  padding: 8px 20.5px;
  min-height: 30px;
  background: #000;
  border-radius: 10px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.1666666667;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #989898;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .tags__link:hover, .tags__link:focus, .tag:hover, .tag:focus {
    background: #F835C9;
    color: #fff;
  }
}

.cams-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-row-gap: 24px;
  grid-column-gap: 40px;
}
@media screen and (max-width: 1200px) {
  .cams-list {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  }
}
@media (any-hover: hover) {
  .cams-list a:hover {
    opacity: 0.8;
  }
}

.aside-blog {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .aside-blog {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-row-gap: 0;
    grid-column-gap: 40px;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}
@media screen and (max-width: 767px) {
  .aside-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.aside-blog li:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .aside-blog li:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .aside-blog li:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 410px) {
  .filter {
    margin-bottom: 20px;
  }
}
.filter--open {
  padding: 20px 20px 0;
}
.filter__head {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  grid-row-gap: 25px;
}
@media screen and (min-width: 1201px) {
  .filter__head {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.filter__head--shrinked {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
}
.filter__head--shrinked .filter__title::after {
  opacity: 0;
}
.filter__title {
  margin-right: 50px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.filter__title::after {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .filter__title::after {
    width: 80px;
  }
}
.filter__title svg {
  margin-top: 0;
  margin-left: 20px;
  -webkit-transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.filter__title--open {
  color: #F835C9;
}
.filter__title--open svg {
  color: #F835C9;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (any-hover: hover) {
  .filter__title:not(.aside__title--open):hover {
    color: #F835C9;
  }
  .filter__title:not(.aside__title--open):hover svg {
    color: #F835C9;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media screen and (min-width: 1201px) {
  .filter__title {
    cursor: default;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .filter__title:not(.aside__title--open):hover {
    color: #fff;
  }
  .filter__title svg {
    display: none;
  }
}
.filter__reset {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #989898;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .filter__reset:hover {
    color: #fff;
  }
}
.filter__tags {
  margin-bottom: 20px;
  -webkit-transition: height 0.3s ease-in-out, overflow 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out, overflow 0.3s ease-in-out;
  transition: height 0.3s ease-in-out, overflow 0.3s ease-in-out;
}
.filter__tags--hidden {
  margin: 0;
  height: 0;
  overflow: hidden;
}
.filter__list--hidden {
  overflow: hidden;
  height: 0;
}
.filter__list--hidden .filter__item {
  height: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.filter__item {
  margin: 0 -20px;
  border-bottom: 1px solid #0A0A0A;
  -webkit-transition: height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: height 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: height 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .filter__item:last-child {
    border-bottom: none;
  }
}
.filter__item--open .filter__btn {
  background: #F835C9;
}
.filter__item--open .down-arrow {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.filter__item--open .filter__info {
  padding: 30px 20px;
}
.filter__item--close .filter__info {
  height: 0;
}
.filter__btn {
  padding: 15px 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (any-hover: hover) {
  .filter__btn:hover .down-arrow {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
.filter__btn svg {
  margin-left: 20px;
}
.filter__info {
  padding: 0 20px;
  overflow: hidden;
  background: #0A0A0A;
  -webkit-transition: height 0.3s ease-in-out, max-height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out, max-height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out, max-height 0.3s ease-in-out;
}

.check-field {
  cursor: pointer;
  padding-left: 30px;
  padding-top: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  -webkit-transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out;
  position: relative;
}
@media (any-hover: hover) {
  .check-field:hover .check-field__input ~ .check-field__checkmark {
    opacity: 0.8;
  }
}
/* .check-field__input:checked ~ .check-field__checkmark {
  background: #F835C9 url(../images/check-arrow.svg) no-repeat center/80%;
  border: 1px solid transparent;
} */
.check-field input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.check-field__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: #141414;
  border: 1px solid #242424;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.check-field__checkmark.checked {
  background: #F835C9 url(../images/check-arrow.svg) no-repeat center/80%;
  border-color: transparent;
}
.check-field + .check-field {
  margin-top: 20px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination--article {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0 50px;
}
@media screen and (max-width: 768px) {
  .pagination--article {
    margin: 20px 0 30px;
  }
}
.pagination__btn {
  min-height: 40px;
  text-transform: capitalize;
}
.pagination__btn svg {
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 480px) {
  .pagination__btn svg {
    margin-top: -2px;
  }
}
.pagination__item + .pagination__item {
  margin-left: 5px;
}
.pagination__item--active .pagination__link {
  background: #F835C9;
  color: #fff;
}
.pagination__item--prev {
  margin-right: 20px;
}
.pagination__item--prev .btn svg {
  margin-left: 0;
  margin-right: 12px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 380px) {
  .pagination__item--prev .btn {
    width: 40px;
    font-size: 0;
  }
  .pagination__item--prev .btn svg {
    margin: 0;
  }
}
@media (any-hover: hover) {
  .pagination__item--prev:hover .btn {
    background: #F835C9;
    color: #fff;
    opacity: 1;
  }
}
.pagination__item--next {
  margin-left: 20px;
}
@media screen and (max-width: 380px) {
  .pagination__item--next .btn {
    width: 40px;
    font-size: 0;
  }
  .pagination__item--next .btn svg {
    margin: 0;
  }
}
@media (any-hover: hover) {
  .pagination__item--next:hover .btn {
    background: #F835C9;
    color: #fff;
    opacity: 1;
  }
}
@media screen and (max-width: 900px) {
  .pagination__item:nth-child(n+7) {
    display: none;
  }
  .content__box--pagi .pagination__item:nth-child(n+11){
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .pagination__item:nth-child(n+5) {
    display: none;
  }
  .content__box--pagi .pagination__item:nth-child(n+7){
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .pagination__item:not(.pagination__item--active)  {
    display: none;
  }
  .content__box--pagi .pagination__item:nth-child(n+5){
    display: none;
  }
}
@media (any-hover: hover) {
  .pagination__item:hover .btn {
    background: #F835C9;
    color: #fff;
    opacity: 1;
  }
}
.pagination__link {
  padding: 10px;
  min-width: 40px;
  min-height: 40px;
}
.pagination__link--more {
  margin-right: 15px;
  margin-left: 15px;
}

.details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px -15px;
}
@media screen and (max-width: 480px) {
  .details {
    margin: -8px -19px;
  }
}
.details--mb {
  margin: -8px -15px 12px;
}
@media screen and (max-width: 480px) {
  .details--mb {
    margin: -8px -19px 12px;
  }
}
.details--mt {
  margin: 12px -15px -8px;
}
@media screen and (max-width: 480px) {
  .details--mt {
    margin: 12px -19px -8px;
  }
}
.details__item {
  margin: 8px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 480px) {
  .details__item {
    margin: 8px 18px;
  }
}
.details__item-span {
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.7142857143;
}
.details__item-desc {
  font-weight: 800;
  font-size: 20px;
  line-height: 1.2;
  color: #FFFFFF;
}
.details__item-desc--accent {
  color: #F835C9;
}

.article img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.article__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px;
}
.article__tag {
  margin-right: 10px;
  padding: 8px 20px;
  background: #F835C9;
  border-radius: 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.1666666667;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
}
.article__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 14px;
  line-height: 1.2857142857;
}
.article__date svg {
  margin-right: 5px;
  fill: #989898;
  width: 14px;
  height: 14px;
}
.article h1,
.article h2,
.article h3,
.article h4 {
  color: #fff;
}
.article__btn {
  text-transform: capitalize;
}
.article--sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .article--sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}
@media screen and (max-width: 767px) {
  .article--sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (any-hover: hover) {
  .article--sm:hover h4 {
    text-decoration: underline;
  }
}
.article--sm img {
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 90px;
  border-radius: 10px;
}
@media screen and (min-width: 1201px) {
  .article--sm img {
    max-width: 90px;
  }
}
@media screen and (max-width: 1200px) {
  .article--sm img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .article--sm img {
    width: max(90px, 30%);
    min-width: unset;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .article--sm img {
    margin-right: 10px;
    width: max(90px, 22%);
  }
}
.article--sm__date {
  line-height: 0.7142857143;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1200px) {
  .article--sm__date {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .article--sm__date {
    font-size: 14px;
  }
}
.article--sm__caption {
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  -webkit-transition: -webkit-text-decoration 0.3s ease-in-out;
  transition: -webkit-text-decoration 0.3s ease-in-out;
  -o-transition: text-decoration 0.3s ease-in-out;
  transition: text-decoration 0.3s ease-in-out;
  transition: text-decoration 0.3s ease-in-out, -webkit-text-decoration 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .article--sm__caption {
    font-size: 22px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .article--sm__caption {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .article--sm__caption {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
.article--md {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 10px;
  border: 1px solid #242424;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .article--md {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}
@media screen and (max-width: 768px) {
  .article--md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .article--md {
    margin-bottom: 10px;
    position: relative;
  }
}
.article--md:last-of-type {
  margin-bottom: 0;
}
.article--md__link {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  overflow: hidden;
  border-radius: 0 10px 10px 0;
}
@media (any-hover: hover) {
  .article--md__link:hover img {
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02);
  }
}
@media screen and (max-width: 1440px) {
  .article--md__link {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 300px;
            flex: 1 0 300px;
  }
}
@media screen and (max-width: 768px) {
  .article--md__link {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    border-radius: 0 0 10px 10px;
  }
}
@media screen and (max-width: 1440px) {
  .article--md img {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .article--md img {
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .article--md__tag {
    margin-right: 0;
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
.article--md__info {
  padding: 15px 20px;
}
@media screen and (max-width: 480px) {
  .article--md__info {
    padding: 15px 15px 20px;
  }
}
.article--md__caption {
  font-weight: 800;
  font-size: 26px;
  line-height: 1.3846153846;
  text-transform: capitalize;
  margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
  .article--md__caption {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
.article--md__btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .article--md__btn {
    margin-top: 20px;
  }
}
.article--lg {
  padding-bottom: 30px;
  border-bottom: 1px solid #242424;
}
@media screen and (max-width: 480px) {
  .article--lg {
    padding-bottom: 20px;
    margin-bottom: 0;
  }
}
.article--lg img {
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .article--lg img {
    margin-bottom: 10px;
  }
}
.article--lg h1 {
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 36px;
  line-height: 1.2777777778;
}
@media screen and (max-width: 480px) {
  .article--lg h1 {
    font-size: 26px;
    line-height: 1.3846153846;
  }
}
.article--lg h2,
.article--lg h3 {
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 26px;
  line-height: 1.3846153846;
}
@media screen and (max-width: 480px) {
  .article--lg h2,
.article--lg h3 {
    font-size: 22px;
    line-height: 1.1818181818;
  }
}
.article--lg h4 {
  padding-left: 22px;
  margin-bottom: 20px;
  font-weight: 800;
  font-size: 20px;
  line-height: 1;
}
.article--lg p {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #989898;
}
@media screen and (max-width: 480px) {
  .article--lg p {
    margin-bottom: 20px;
  }
}
.article--lg__list {
  counter-reset: article-list;
}
.article--lg__list li {
  counter-increment: article-list;
  position: relative;
}
.article--lg__list li::before {
  content: counter(article-list) ".";
  position: absolute;
  top: 0;
  left: 0;
  font-family: inherit;
  font-weight: 800;
  font-size: 20px;
  line-height: 20px;
  color: #F835C9;
}
.article--col {
  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-flex: 0;
      -ms-flex: 0 1 calc(33% - 4px);
          flex: 0 1 calc(33% - 4px);
  position: relative;
  border-radius: 10px;
  border: 1px solid #242424;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .article--col {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33% - 5px);
            flex: 0 1 calc(33% - 5px);
  }
}
@media screen and (max-width: 768px) {
  .article--col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.article--col__link {
  border-radius: 10px;
  overflow: hidden;
}
@media (any-hover: hover) {
  .article--col__link:hover img {
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02);
  }
}
.article--col img {
  width: 100%;
}
.article--col__tag {
  margin-right: 0;
  position: absolute;
  top: 10px;
  right: 10px;
}
.article--col__info {
  padding: 15px 15px 20px;
}
.article--col__caption {
  font-weight: 800;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.article--col p {
  margin-bottom: 20px;
}
.article--col__btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social--mb {
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .social--mb {
    margin-bottom: 30px;
  }
}
.social li + li {
  margin-left: 10px;
}
.social a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #141414;
  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: #989898;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.social a svg {
  fill: currentColor;
  width: 16px;
  height: 16px;
}
@media (any-hover: hover) {
  .social a:hover {
    color: #F835C9;
  }
}
.page-not-found {
  padding: 20% 0;
  flex-grow: 1;
}
.page-not-found__wrap {
  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;
  text-align: center;
}
.page-not-found strong {
  font-size: 100px;
  color: #F835C9;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .page-not-found strong {
    font-size: 72px;
    margin-bottom: 5px;
  }
}
.page-not-found h1 {
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .page-not-found h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.page-not-found p, .notification.error {
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page-not-found p, .notification.error {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.page-not-found a {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .page-not-found a {
    font-size: 14px;
  }
}

.footer {
  padding: 50px 0 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #141414;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 30px 0 23px;
  }
}
@media screen and (max-width: 480px) {
  .footer {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 480px) {
  .footer__container {
    padding: 0;
  }
}
.footer__wrap {
  display: grid;
  grid-template-columns: 1fr auto 1.1fr;
  grid-row-gap: 50px;
  grid-column-gap: 110px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1600px) {
  .footer__wrap {
    grid-column-gap: 70px;
    grid-template-columns: 1fr auto 1.3fr;
  }
}
@media screen and (max-width: 1200px) {
  .footer__wrap {
    grid-column-gap: 100px;
    grid-template-columns: auto 1fr;
  }
}
@media screen and (max-width: 768px) {
  .footer__wrap {
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
    grid-column-gap: 50px;
  }
}
@media screen and (max-width: 480px) {
  .footer__wrap {
    grid-row-gap: 30px;
    grid-column-gap: 30px;
  }
}
.footer__block {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-row: span 2;
}
@media screen and (max-width: 1200px) {
  .footer__block {
    grid-row: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 768px) {
  .footer__block {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.footer__nav {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 20px;
  grid-column-gap: 110px;
}
@media screen and (max-width: 1200px) {
  .footer__nav {
    grid-column-gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav {
    grid-column-gap: 110px;
  }
}
@media screen and (max-width: 401px) {
  .footer__nav {
    grid-column-gap: 60px;
  }
}
.footer__nav-link {
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #FFFFFF;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .footer__nav-link:hover {
    color: #F835C9;
  }
}
.footer__caption {
  margin-bottom: 18px;
}
.footer__caption::after {
  bottom: -7px;
}
@media screen and (max-width: 480px) {
  .footer p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1201px) {
  .footer__info {
    margin-top: auto;
  }
}
@media screen and (max-width: 768px) {
  .footer__info {
    text-align: center;
  }
}
.footer__info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-row-gap: 12px;
}
@media screen and (max-width: 768px) {
  .footer__info-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__info-item:not(:last-child) {
  margin-right: 32px;
}
.footer__info-link {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.7142857143;
  color: #FFFFFF;
  -webkit-transition: -webkit-text-decoration 0.3s ease-in-out;
  transition: -webkit-text-decoration 0.3s ease-in-out;
  -o-transition: text-decoration 0.3s ease-in-out;
  transition: text-decoration 0.3s ease-in-out;
  transition: text-decoration 0.3s ease-in-out, -webkit-text-decoration 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .footer__info-link:hover {
    text-decoration: underline;
  }
}
.footer__copy {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7142857143;
}
.footer__copy a {
  margin: 0 4px;
  -webkit-transition: -webkit-text-decoration 0.3s ease-in-out;
  transition: -webkit-text-decoration 0.3s ease-in-out;
  -o-transition: text-decoration 0.3s ease-in-out;
  transition: text-decoration 0.3s ease-in-out;
  transition: text-decoration 0.3s ease-in-out, -webkit-text-decoration 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .footer__copy a:hover {
    text-decoration: underline;
  }
}
.inner-stage-col.inner-col {
  margin: 10px auto 30px auto;
  background-color: #F0F0F0;
  text-align: center;
  overflow: hidden;
  font-weight: normal;
  display: flex;
  flex-wrap: wrap;
}
.inner-stage-col.inner-col .iframe-placeholder,
.inner-stage-col.inner-col iframe {
  flex: 1 1 100%;
}
.inner-stage-col.inner-col .index-module__left--jx_pm{
  display: flex;
}
