@import url(https://fonts.googleapis.com/css?family=Open+Sans&display=swap);@import url(https://fonts.googleapis.com/css?family=Raleway:400,700&display=swap);* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  padding: 0;
  margin: 0;
}

.body {
  background: white;
}

.body_overflowed {
  overflow: hidden;
}

.page {
  padding-top: 120px;
}

.container {
  width: 1248px;
  margin: 0 auto;
}

.container_small {
  width: 768px;
}

@media screen and (max-width: 1300px) {
  .container {
    width: 90%;
  }
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 400;
  min-width: 10rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  background-color: transparent;
  color: #f9f9f9;
  padding: 6px 12px;
  text-decoration: none;
  -webkit-transition: background-color 0.1s ease-in-out 0s;
  transition: background-color 0.1s ease-in-out 0s;
  border-width: 0.2rem;
  border-style: solid;
  border-color: #f9f9f9;
  -o-border-image: initial;
     border-image: initial;
  border-radius: 3px;
}

.button_access {
  border-radius: 0;
  font-family: 'Raleway';
  font-weight: 700;
  background-color: #e1031f;
  border: none;
  color: white;
  width: 300px;
  height: 50px;
  font-size: 24px;
  padding: 8px 12px;
}

.button_default {
  color: black;
  border: 1px solid black;
}

.button_success {
  color: #fff;
  border: none;
  background-color: #e1031f;
}

.checkbox {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  color: #404142;
}

.checkbox__input {
  padding: 1px;
  border-radius: 5px;
  margin-right: 8px;
}

.checkbox__label {
  font-size: 18px;
}

@media screen and (max-width: 850px) {
  .checkbox {
    padding: 0;
  }

  .checkbox__label {
    font-size: 12px;
  }
}

.header {
  padding: 10px 0;
  width: 100%;
  position: fixed;
  left: 0;
  z-index: 4;
}

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

.header_sticky {
  background: rgba(214, 214, 214, 0.69);
}

.header_light {
  background: #d2d2d28c;
  position: absolute;
  top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 8px;
  padding-top: 8px;
}

.header__success {
  margin-left: auto;
}

.header__nav {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.header__logo {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.header__access {
  width: 218px;
}

.header__login {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
  cursor: pointer;
  margin-right: 16px;
  margin-left: auto;
}

@media screen and (max-width: 650px) {
  .header {
    padding-bottom: 10px;
    z-index: 11;
  }

  .header__logo {
    margin-right: 0;
  }

  .header__login {
    margin: 0;
  }

  .header__success {
    display: none;
  }
}

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

.logo__img {
  width: 270px;
}

@media screen and (max-width: 650px) {
  .logo {
    padding-top: 4px;
  }

  .logo__img {
    width: 176px;
  }
}

.line {
  height: 1px;
  background: white;
}

.title {
  font-size: 25px;
  text-align: center;
  color: black;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  padding: 8px 0;
}

.title__text {
  z-index: 0;
  background-color: white;
  padding: 0 24px;
}

.title__line {
  position: absolute;
  top: 49%;
  z-index: -1;
  width: 100%;
}

.text {
  color: black;
}

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

.nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-family: 'Raleway';
  text-decoration: none;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  margin-right: 16px;
}

@media screen and (min-width: 650px) {
  .nav__link:hover {
    text-decoration: underline;
  }
}

.nav__close {
  display: none;
}

@media screen and (max-width: 650px) {
  .nav {
    display: none;
  }

  .nav__close {
    fill: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 22px;
    top: 14px;
  }

  .nav__link {
    font-size: 18px;
    color: white;
    margin: 0 0 18px 0;
  }

  .nav_sticky {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.93);
    width: 100%;
    z-index: 1;
    padding: 32px 0px;
    min-height: 400px;
  }
}

.offer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.offer__link {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.offer__play {
  width: 100px;
  height: 100px;
}

.offer__video {
  width: 100%;
}

.offer__info {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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;
}

.offer__intro {
  font-size: 2.2rem;
  color: white;
  text-align: center;
}

.offer__title {
  text-align: center;
  font-size: 7.2rem;
  color: white;
}

.offer__button {
  width: 240px;
  height: 54px;
  margin-top: 30px;
}

.offer__access {
  margin: 16px 0px;
}

@media screen and (max-width: 650px) {
  .offer__video {
    height: 399px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .offer__info {
    font-size: 18px;
  }

  .offer__title {
    font-size: 28px;
  }
}

.offers {
  position: relative;
}

.offers__left {
  position: absolute;
  top: 37%;
  left: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.72);
  border: 0;
  height: 94px;
  width: 35px;
  cursor: pointer;
  outline: none;
}

.offers__right {
  position: absolute;
  top: 37%;
  right: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.72);
  border: 0;
  height: 94px;
  width: 35px;
  cursor: pointer;
  outline: none;
}

.offers__item {
  display: none;
}

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

.videos {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 32%));
  grid-gap: 16px;
  padding: 0px 16px;
}

.videos_archive {
  grid-template-columns: repeat(auto-fill, minmax(230px, 16%));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 8px;
  overflow: hidden;
  padding: 0;
}

.videos__title {
  width: 98%;
  margin: 0 auto;
}

.videos__item {
  height: 304px;
}

.videos__item_small {
  height: 169px;
}

@media screen and (max-width: 1300px) {
  .videos {
    grid-template-columns: repeat(auto-fill, minmax(230px, 48%));
  }

  .videos_archive {
    grid-template-columns: repeat(auto-fill, minmax(230px, 24%));
    grid-gap: 8px;
  }
}

@media screen and (max-width: 900px) {
  .videos {
    padding: 8px 4px;
    grid-template-columns: repeat(auto-fill, minmax(230px, 100%));
  }

  .videos__item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .videos_archive {
    grid-template-columns: repeat(auto-fill, minmax(160px, 48%));
    grid-gap: 8px;
  }
}

.video-preview {
  position: relative;
  text-decoration: none;
  background-size: cover;
}

.video-preview_full {
  height: auto !important;
}

.video-preview_resolution_720p:before {
  background-image: url("/temp/hd-720p.svg");
  content: '';
  display: block;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: white;
}

.video-preview_resolution_1080p:before {
  background-image: url("/temp/hd-1080p.svg");
  content: '';
  display: block;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: white;
}

.video-preview_resolution_4k:before {
  background-image: url("/temp/hd-4k.svg");
  content: '';
  display: block;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: white;
}

.video-preview__info {
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.45);
}

.video-preview__image {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 304px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.video-preview__player {
  display: none;
}

.video-preview__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
}

.video-preview__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Raleway';
}

.video-preview__date {
  color: #8f8f8f;
  width: 50%;
  font-size: 14px;
  text-align: end;
}

.video-preview:hover .video-preview__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-preview:hover .video-preview__player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.video-preview__actors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-preview__actor {
  color: #0091ff;
  text-transform: uppercase;
}

.video-preview__title {
  text-transform: uppercase;
  color: white;
  padding: 10px;
  font-size: 24px;
}

.video-preview__title_small {
  color: black;
  font-size: 18px;
  width: 50%;
}

@media screen and (max-width: 650px) {
  .video-preview__title_small {
    font-size: 18px;
    width: 69%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .video-preview__date {
    width: 50%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: left;
  }

  .video-preview__actors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .video-preview__image {
    background-position: center;
  }
}

.actor-preview {
  cursor: pointer;
  height: 532px;
  text-decoration: none;
  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;
}

.actor-preview__image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
}

.actor-preview__info {
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.45);
}

.actor-preview:hover .actor-preview__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.actor-preview__name {
  font-size: 20px;
  color: black;
  padding-top: 4px;
  text-align: center;
}

@media screen and (max-width: 650px) {
  .actor-preview {
    height: 235px;
    background-size: cover;
  }
}

.actors {
  padding: 0px 16px;
  grid-gap: 8px;
  display: grid;
  grid-template-columns: repeat(6, minmax(150px, 250px));
}

.actors__title {
  width: 100%;
}

.actors__button {
  margin: 12px auto 0 auto;
}

@media screen and (max-width: 1650px) {
  .actors__item {
    height: 460px;
  }
}

@media screen and (max-width: 1400px) {
  .actors__item {
    height: 380px;
  }
}

@media screen and (max-width: 1100px) {
  .actors {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  }
}

@media screen and (max-width: 650px) {
  .actors {
    grid-template-columns: repeat(auto-fill, minmax(130px, 48%));
    padding: 8px 4px;
  }

  .actors__item {
    height: 235px;
  }
}

.link {
  text-decoration: none;
  color: white;
  font-weight: 400;
  font-size: 18px;
}

.link_bold {
  font-weight: 600;
}

.link:hover {
  text-decoration: underline;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 660px;
  padding: 40px 0;
}

.pagination__arrow {
  height: 32px;
}

.pagination__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 23px;
  color: black;
  font-weight: 600;
  text-decoration: none;
}

.pagination__item_active {
  padding: 0;
  border: 1px solid black;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination__item_text {
  padding: 0;
  font-size: 20px;
  letter-spacing: 2px;
}

.pagination__item_arrow {
  padding: 0;
}

@media screen and (max-width: 650px) {
  .pagination {
    width: 100%;
  }

  .pagination__item_text {
    display: none;
  }
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 64px 0 32px 0;
}

.footer__access {
  margin-bottom: 48px;
}

.footer__nav {
  width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}

.footer__title {
  margin-right: 12px;
  color: gray;
  text-decoration: none;
}

.footer__link {
  margin-right: 8px;
  color: #8f8f8f;
  padding: 6px;
}

.footer__link:hover {
  background: rgba(0, 0, 0, 0.4);
  text-decoration: none;
  color: white;
}

.footer__copyright {
  text-align: center;
  width: 980px;
  color: gray;
  font-size: 12px;
  margin-top: 32px;
}

.footer__copyright a {
  text-decoration: underline;
  color: gray;
}

.footer__rta {
  width: 75px;
}

@media screen and (max-width: 1000px) {
  .footer__copyright {
    width: 90%;
    margin: 16px auto 0 auto;
  }

  .footer__nav {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 640px) {
  .footer__title {
    margin-bottom: 16px;
  }

  .footer__item {
    margin-bottom: 24px;
    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;
  }
}

.hamburger {
  display: none;
}

@media screen and (max-width: 650px) {
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 22px;
    top: 15px;
    fill: black;
    cursor: pointer;
  }
}

.dropdown {
  position: relative;
}

.dropdown__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
}

.dropdown__content {
  display: none;
}

.dropdown__link {
  color: white;
  padding: 4px 0;
  margin-right: 0;
  font-size: 20px;
  text-decoration: none;
}

.dropdown__link:hover {
  background: #b7b7b724;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 650px) {
  .dropdown:hover .dropdown__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 50px;
    left: -31px;
    background: #232323;
    width: 140%;
  }

  .dropdown:hover .dropdown__content::before {
    content: url("/temp/arrow_up.svg");
    fill: red;
    position: absolute;
    top: 5px;
    width: 10px;
    height: 5px;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}

@media screen and (max-width: 650px) {
  .dropdown__title {
    height: auto;
  }

  .dropdown__link {
    color: white;
    font-size: 17px;
    text-decoration: none;
  }

  .dropdown__content_active {
    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;
    position: static;
    background: no-repeat;
    border-top: 1px solid white;
    padding-top: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid white;
    margin-bottom: 16px;
  }
}

.actor {
  padding-top: 120px;
}

.actor__photo {
  width: 49%;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

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

.actor__data {
  width: 49%;
}

.actor__name {
  margin-bottom: 24px;
  font-family: Raleway;
}

.actor__field {
  font-family: Raleway;
  border-bottom: 1px dashed black;
  padding-bottom: 12px;
  margin-bottom: 16px;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .actor {
    padding-top: 80px;
  }

  .actor__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .actor__photo {
    width: 100%;
    max-height: 510px;
  }

  .actor__data {
    width: 100%;
    padding-top: 20px;
  }

  .actor__name {
    margin-bottom: 24px;
    font-size: 24px;
  }

  .actor__field {
    font-size: 18px;
    font-family: Raleway;
  }
}

.video {
  padding-top: 70px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}

.video__access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto;
}

.video__player {
  position: relative;
  height: auto;
}

@media screen and (min-width: 1300px) {
  .video__player {
    height: 702px;
  }
}

@media screen and (max-width: 750px) {
  .video__player {
    width: 100%;
  }
}

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

.video__title {
  font-size: 40px;
  font-family: 'Raleway';
  font-weight: 700;
  padding-top: 12px;
}

.video__models {
  margin-bottom: 8px;
}

.video__models a {
  text-decoration: none;
  font-family: 'Raleway';
  font-size: 15px;
  cursor: pointer;
  margin-right: 10px;
  text-transform: uppercase;
  color: #0091ff;
}

.video__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.video__tags span {
  margin-right: 8px;
  background: #232323;
  color: #fff;
  padding: 3px 12px;
  border-radius: 0px;
  font-size: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.video__description {
  font-size: 15px;
  font-family: 'Raleway';
}

.video__added {
  font-weight: 600;
  color: #000000;
  font-size: 14px;
  margin-top: 8px;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.gallery__close {
  fill: white;
  position: absolute;
  right: -35px;
  top: -35px;
  cursor: pointer;
}

.gallery__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.72);
  border: 0;
  height: 62px;
  width: 26px;
  cursor: pointer;
  outline: none;
  position: absolute;
  z-index: 2;
  top: 44%;
}

.gallery__arrow svg {
  height: 20px;
}

.gallery__arrow_prev {
  left: 0;
}

.gallery__arrow_next {
  right: 0;
}

.gallery__carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gallery__item {
  cursor: pointer;
  width: 19.7%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gallery__item:first-of-type,
.gallery__item:last-of-type {
  width: 10%;
}

@media screen and (max-width: 1300px) {
  .gallery__item {
    width: 26%;
  }
}

@media screen and (max-width: 1000px) {
  .gallery__item {
    width: 39%;
  }
}

@media screen and (max-width: 768px) {
  .gallery__item {
    width: 76%;
  }
}

.gallery__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.gallery__img_full {
  height: 80vh;
  max-width: 80vw;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery__detail {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10;
}

.galleries {
  padding: 16px;
  grid-gap: 8px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
}

.galleries__item {
  display: grid;
  height: 350px;
}

.galleries__image {
  background-size: cover;
}

@media screen and (max-width: 650px) {
  .galleries {
    grid-template-columns: repeat(auto-fill, minmax(140px, 48%));
  }

  .galleries__item {
    height: 210px;
  }
}

.video-js .vjs-big-play-button {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 1300px) {
  .video-js .vjs-tech {
    position: static;
  }
}

.input {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #8080808a;
  outline: none;
  font-size: 16px;
  text-align: center;
}

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

.form__input {
  margin-bottom: 32px;
}

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

@media screen and (max-width: 650px) {
  .form__tarifs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .form__tarif {
    margin-bottom: 12px;
  }
}

.subscribe {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #d2d2d28c;
  overflow: hidden;
  position: relative;
}

.subscribe__form {
  z-index: 1;
}

.subscribe__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}

.subscribe__container {
  padding: 120px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.subscribe__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  margin-top: 32px;
}

.subscribe__images img {
  width: 48%;
  border-radius: 5px;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}

.subscribe__advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.subscribe__advantage {
  width: 48%;
}

@media screen and (max-width: 850px) {
  .subscribe {
    padding-bottom: 50px;
    height: auto;
  }

  .subscribe__form {
    padding-top: 100px;
  }

  .subscribe__container {
    padding: 0;
    width: 98%;
  }

  .subscribe__video {
    height: 100%;
  }

  .subscribe__images img {
    max-height: 200px;
  }
}

.tarif {
  cursor: pointer;
  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;
  background: white;
  border-radius: 4px;
  padding: 24px 36px;
  border: 1px solid #8080808a;
  color: #404142;
}

.tarif_selected {
  border: 2px solid #e1031f;
}

.tarif__name {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}

.tarif__description {
  margin-bottom: 12px;
  font-size: 12px;
  text-transform: uppercase;
}

.tarif__input {
  display: none;
}

@media screen and (max-width: 650px) {
  .tarif {
    padding: 12px 0px 12px 32px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-areas: "price name" "price description" "price recurring";
  }

  .tarif__recurring {
    grid-area: recurring;
  }

  .tarif__price {
    grid-area: price;
  }

  .tarif__name {
    grid-area: name;
    font-size: 15px;
  }

  .tarif__description {
    grid-area: description;
    margin-bottom: 0;
    font-size: 15px;
    text-transform: uppercase;
  }

  .tarif .button {
    display: none;
  }
}

.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.price__currency {
  font-size: 24px;
  padding-top: 16px;
}

.price__value {
  font-size: 70px;
}

.price__value_small {
  padding-top: 15px;
  font-size: 28px;
}

@media screen and (max-width: 650px) {
  .price__currency {
    font-size: 16px;
    padding-top: 9px;
  }

  .price__value {
    font-size: 38px;
  }

  .price__value_small {
    padding-top: 8px;
    font-size: 18px;
  }
}

.advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  color: #404142;
}

.advantages__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  margin-top: 20px;
}

.advantages__item {
  font-size: 18px;
  line-height: 27px;
  padding-left: 0px;
  margin-left: 20px;
  list-style: circle;
}

.page__title {
  width: 100%;
  text-align: left;
  padding: 0 16px;
}

.page__title .title__text {
  padding-left: 0;
}

@media screen and (max-width: 650px) {
  .page {
    padding-top: 60px;
  }
}

.search {
  position: relative;
}

.search__icon {
  height: 18px;
  margin-right: 4px;
}

.search__input {
  border-radius: 0;
  height: 100%;
  width: 280px;
}

.search__button {
  height: 100%;
  width: 160px;
}

.search__block {
  display: none;
}

.search__block_active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  bottom: -67px;
  left: -220px;
  background-color: black;
}

.download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #232323;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  padding: 1rem;
  color: white;
}

.download__icon {
  fill: white;
  height: 38px;
  width: 100%;
}

@media (min-width: 1024px) {
  .download__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.download__title {
  text-align: center;
  font-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0px 1rem;
}

@media (min-width: 768px) {
  .download__title {
    font-size: 22px;
    margin-bottom: 1rem;
  }
}

.download__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  max-width: 1248px;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .download__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 0rem;
  }
}

@media screen and (max-width: 768px) {
  .download__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.download__item {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-transition: background-color 200ms ease-in-out 0s;
  transition: background-color 200ms ease-in-out 0s;
  padding: 10px;
  width: 26%;
  color: white;
  text-decoration: none;
}

.download__item:hover {
  background: #3b3b3b;
}

.download__item:first-of-type {
  width: 80px;
  -webkit-box-flex: initial;
      -ms-flex-positive: initial;
          flex-grow: initial;
  -ms-flex-preferred-size: initial;
      flex-basis: initial;
}

@media screen and (max-width: 768px) {
  .download__item:first-of-type {
    width: 26%;
  }
}

@media (min-width: 768px) {
  .download__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-preferred-size: 0px;
        flex-basis: 0px;
    padding: 1rem 0px;
    width: initial;
  }
}

.download__quality {
  font-size: 22px;
  font-weight: 700;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .download__quality {
    font-size: 100%;
  }
}

.download__size {
  color: #8f8f8f;
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
}

.overlay {
  background: rgba(0, 0, 0, 0.95);
  display: none;
}

.overlay_active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 120vh;
  z-index: 9;
  /* background: rgba(229, 229, 229, 0.8)!important; */
}

.terms h1 {
  margin-bottom: 12px;
}

.terms h2 {
  margin-bottom: 12px;
}

.terms p {
  margin-bottom: 8px;
}

.terms ul {
  padding-left: 20px;
}

.terms ul li {
  margin-bottom: 4px;
}

.terms ul a {
  color: gray;
  text-decoration: none;
}

form.common-form {
  width: 768px;
  border: 2px solid #ededed;
  padding: 20px;
  border-radius: 10px;
}

form.common-form .btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

form.common-form .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

form.common-form .form-group {
  margin-bottom: 1rem;
}

form.common-form label {
  display: inline-block;
  margin-bottom: .5rem;
}

form.common-form .form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.slick-slider {
  margin-top: 15px;
  padding: 0 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.slick-slider img {
  width: 100%;
}

.slick-slider .slick-next,
.slick-slider .slick-prev {
  position: absolute;
  top: 37%;
  z-index: 2;
  background: rgba(255, 255, 255, 0.72);
  border: 0;
  height: 94px;
  width: 35px;
  cursor: pointer;
  outline: none;
  color: transparent;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center center;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCg0KPHN2ZyBjbGFzcz0icGFnaW5hdGlvbl9fYXJyb3ciIHZpZXdCb3g9IjAgMCAxMiAyMSIgaWQ9ImNoZXZyb24tbGVmdCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIg0KPg0KCQkJICAgIDxwYXRoIGQ9Ik05Ljk4NiA5LjA5NUwxLjE5NC4zMDMuMDk1IDEuNDAybDguNzkyIDguNzkyLTguNzkyIDguNzkyIDEuMSAxLjEgOS44OS05Ljg5MnoiIGlkPSJjaGV2cm9uLXJpZ2h0X2EiPjwvcGF0aD4NCgkJCTwvc3ZnPg==");
}

.slick-slider .slick-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slick-slider .slick-next {
  right: 0;
}

.video-wait.video-wait-custom .video-preview__image {
  overflow: hidden;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.video-wait.video-wait-custom:after {
  content: 'Coming soon';
  top: 0;
  width: 100%;
  height: calc(100% - 54px);
  left: 0;
  position: absolute;
  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-size: 41px;
  font-weight: bold;
  background: #00000052;
  color: white;
  text-transform: uppercase;
}

@media screen and (max-width: 650px) {
  .slick-slider {
    padding: 0 8px;
  }

  .slick-slider .slick-slide a {
    width: 100%;
    height: 300px;
    display: block;
    overflow: hidden;
  }

  .slick-slider .slick-slide a img {
    height: 100%;
    width: auto;
  }

  .slick-slider .slick-prev,
  .slick-slider .slick-next {
    background: transparent;
    background-image: url(/images/slider-arrow.png);
    background-size: cover;
    background-position: center;
    width: 40px;
  }

  .slick-slider .slick-prev {
    left: 15px;
  }

  .slick-slider .slick-next {
    right: 15px;
    left: unset;
  }
}

