@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Oswald:200,300,regular,500,600,700);

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

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  width: 100%;
  max-width: 1232px;
  padding: 0 16px;
}
@media (max-width: 1500.98px) {
  .container {
    padding: 0 16px;
  }
}
@media (max-width: 1024.98px) {
  .container {
    padding: 0 16px;
  }
}
@media (max-width: 767.98px) {
  .container {
    padding: 0 16px;
  }
}
@media (max-width: 576.98px) {
  .container {
    padding: 0 16px;
  }
}

a,
button,
input[type=submit],
input[type=button] {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:focus,
button:focus,
input[type=submit]:focus,
input[type=button]:focus {
  outline: none;
}

body {
  background-color: #000;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  color: #fff;
}

html,
body {
  height: 100%;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

.xxx {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul,
li {
  list-style-type: none;
}

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

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

a {
  background-color: transparent;
  color: #337ab7;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  margin: 0;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
  border: 0;
  outline: none;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  margin: 0;
}

td,
th {
  padding: 0;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  border: 0;
  border-top: 1px solid #eeeeee;
}

@font-face {
  font-family: "Didot";
  src: url("../../../../fonts/Didot.otf");
}
html,
body {
  font-family: "Roboto", sans-serif;
  background-color: #000;
}

body.overflow {
  overflow-y: hidden;
}

main {
  margin-top: 81px;
}

@media (max-width: 767.98px) {
  main {
    margin-top: 69px;
  }
}

#popup-bg {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
}
#popup-bg .popup {
  width: 489px;
  height: 584px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 6px;
  background-color: #151515;
  padding: 38px 40px 0 31px;
}
#popup-bg .popup #closePopup {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
#popup-bg .popup-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}
#popup-bg .popup-all__inputs {
  display: none;
}
#popup-bg .popup-all__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
#popup-bg .popup-all__tabs .tab.active-tab {
  border-bottom: 2px solid #fff;
  color: #fff;
}
#popup-bg .popup-all__tabs .tab {
  cursor: pointer;
  padding: 0 15px 9px 15px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ABABAB;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 2px solid transparent;
}
#popup-bg .popup-all__tabs .tab:hover {
  color: #fff;
  border-bottom: 2px solid #fff;
}
#popup-bg .popup-all__contents .content {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#popup-bg .popup-all__contents .content-vr {
  width: 335px;
  margin-bottom: 24px;
}
#popup-bg .popup-all__contents .content-title {
  font-size: 22px;
  line-height: 141%;
  font-weight: bold;
  margin-bottom: 19px;
}
#popup-bg .popup-all__contents .content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 14px;
}
#popup-bg .popup-all__contents .content-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 11px;
}
#popup-bg .popup-all__contents .content-list__item p {
  font-size: 16px;
  line-height: 141%;
  font-weight: 500;
}
#popup-bg .popup-all__contents .content-list__item .item-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
#popup-bg .popup-all__contents .content-list__item .item-hrefs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
#popup-bg .popup-all__contents .content-list__item .item-hrefs a {
  display: block;
  padding: 10px 14px;
  font-size: 15px;
  line-height: 141%;
  font-weight: 500;
  border-radius: 3px;
  background-color: #252525;
  color: #fff;
}
#popup-bg .popup-all__contents .active-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1500.98px) {
  #popup-bg .popup {
    width: 369px;
    height: 440px;
    padding: 29px 14px 0 23px;
  }
  #popup-bg .popup #closePopup {
    width: 10px;
    height: 10px;
    right: 14px;
    top: 10px;
  }
  #popup-bg .popup-all__contents .content-vr {
    width: 253px;
    margin-bottom: 17px;
  }
  #popup-bg .popup-all__contents .content-title {
    font-size: 16px;
    margin-bottom: 14px;
  }
  #popup-bg .popup-all__contents .content-list__item p {
    font-size: 12px;
  }
  #popup-bg .popup-all__contents .content-list__item .item-links a {
    width: 102px;
  }
  #popup-bg .popup-all__contents .content-list__item .item-hrefs {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  #popup-bg .popup-all__contents .content-list__item .item-hrefs a {
    padding: 6px 8px;
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  #popup-bg .popup {
    width: 372px;
    height: 570px;
    padding: 15px 9px 0 15px;
  }
  #popup-bg .popup #closePopup {
    width: 13px;
    height: 13px;
    right: 17px;
  }
  #popup-bg .popup-all {
    row-gap: 15px;
  }
  #popup-bg .popup-all__contents .content-vr {
    width: 332px;
    margin-bottom: 19px;
  }
  #popup-bg .popup-all__contents .content-title {
    line-height: 134%;
    margin-bottom: 14px;
  }
  #popup-bg .popup-all__contents .content-list__item p {
    font-size: 16px;
    line-height: 135%;
  }
  #popup-bg .popup-all__contents .content-list__item .item-links {
    row-gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #popup-bg .popup-all__contents .content-list__item .item-hrefs {
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
  }
  #popup-bg .popup-all__contents .content-list__item .item-hrefs a {
    padding: 10px 11px;
  }
}

.verify {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #000;
}
.verify-all {
  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;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.verify-all__logo {
  width: 142px;
  margin-bottom: 63px;
}
.verify-all__question {
  font-size: 40px;
  text-align: center;
  margin-bottom: 62px;
}
.verify-all__question span {
  font-size: 50px;
  font-weight: bold;
  display: block;
  margin-top: 15px;
}
.verify-all__choice {
  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-column-gap: 42px;
     -moz-column-gap: 42px;
          column-gap: 42px;
  margin-bottom: 52px;
}
.verify-all__choice .choice-accept {
  width: 217px;
  height: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  color: #000;
  font-size: 27px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.verify-all__choice .choice-decline {
  font-size: 18px;
  color: #BFBFBF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.verify-all__choice .choice-decline:hover {
  color: #fff;
}
.verify-all__text {
  font-size: 20px;
  line-height: 117%;
}
.verify-all__text a {
  color: #BFBFB3;
}
.verify-all__text a:hover {
  text-decoration: underline;
}
@media (max-width: 1500.98px) {
  .verify-all__logo {
    width: 115px;
    margin-bottom: 53px;
  }
  .verify-all__question {
    font-size: 30px;
    margin-bottom: 50px;
  }
  .verify-all__question span {
    font-size: 40px;
    margin-top: 12px;
  }
  .verify-all__choice {
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
    margin-bottom: 44px;
  }
  .verify-all__choice .choice-accept {
    width: 164px;
    height: 63px;
    font-size: 20px;
  }
  .verify-all__choice .choice-decline {
    font-size: 14px;
  }
  .verify-all__text {
    font-size: 16px;
    line-height: 118%;
  }
}
@media (max-width: 767.98px) {
  .verify {
    padding: 15px 16px;
  }
  .verify-all__logo {
    width: 115px;
    margin-bottom: 33px;
  }
  .verify-all__question {
    font-size: 23px;
    margin-bottom: 33px;
  }
  .verify-all__question span {
    font-size: 31px;
    margin-top: 10px;
  }
  .verify-all__choice {
    -webkit-column-gap: 34px;
       -moz-column-gap: 34px;
            column-gap: 34px;
    margin-bottom: 40px;
  }
  .verify-all__choice .choice-accept {
    width: 164px;
    height: 68px;
    font-size: 20px;
  }
  .verify-all__choice .choice-decline {
    font-size: 14px;
  }
  .verify-all__text {
    font-size: 16px;
    line-height: 118%;
  }
  .verify-all__text br.br-visible {
    display: block;
  }
  .verify-all__text br {
    display: none;
  }
}

.header {
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9998;
  width: 100%;
}
.header-all {
    height: 81px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-all__burger {
  display: none;
}
.header-all__logo a img {
  width: 113px;
    height: 25px;
}
.header-all__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 51px;
     -moz-column-gap: 51px;
          column-gap: 51px;
}

.header-all__nav ul li a {
    color: rgba(255, 255, 255, .6);
  font-size: 14px;
  font-weight: 400;
}
.header-all__nav ul li a:hover {
  color: #fff;
}
.header-all__nav ul li p {
  color: #999999;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.header-all__nav ul li p:hover {
  color: #fff;
}

.user-icon img {
    margin-right: 4px;
}
@media (max-width: 1500.98px) {
  .header-all__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header-all__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header-all__nav ul .signUp a {
    width: 97px;
    height: 34px;
      font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .header {
    padding: 16px 0;
      height: 69px;
      position: absolute;
  }
  .header-all {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
      height: 100%;
  }
  .header-all__burger {
    width: 33.3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    cursor: pointer;
    row-gap: 3px;
  }
  .header-all__burger span.burger-one.active {
    -webkit-transform: rotate(45deg) translate(2px, 2px);
            transform: rotate(45deg) translate(2px, 2px);
  }
  .header-all__burger span.burger-two.active {
    display: none;
  }
  .header-all__burger span.burger-three.active {
    -webkit-transform: rotate(-45deg) translate(1px, -2px);
            transform: rotate(-45deg) translate(1px, -2px);
  }
  .header-all__burger span {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  .header-all__logo {
    width: 33.3%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-all__logo a img {
    width: 113px;
  }
  .header-all__nav {
    width: 33.3%;
  }
  .header-all__nav ul .signUp {
    display: block;
  }
  .header-all__nav ul .signUp a {
    background: url("../../../img/signup.png") no-repeat center/contain;
    width: 90px;
    height: 37px;
    font-size: 12px;
  }
  .header-all__nav ul li, .header-all__nav ul p {
    display: none;
  }

  .user-icon {
      display: block !important;
  }

  .user-icon img {
      margin-right: 0;
  }

  .user-icon__name {
      display: none;
  }
}

.header-adaptive.menu-transform {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
    opacity: 1;
}

.header-adaptive {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 69px 16px 50px 16px;
  z-index: 9997;
  top: 0;
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0F0F0F;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
  -webkit-transform: translate(-100%, 0px);
          transform: translate(-100%, 0px);
    opacity: 0;
}
.header-adaptive__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 28px;
}
.header-adaptive__top .top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header-adaptive__top .top-nav__item {
  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;
  border-bottom: 1px solid #343434;
  padding: 20px 0;
}
.header-adaptive__top .top-nav__item .item-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
.header-adaptive__top .top-nav__item .item-name img {
  width: 15px;
}
.header-adaptive__top .top-nav__item .item-name p {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.header-adaptive__top .top-nav__item .item-arrow img {
  width: 14px;
}
.header-adaptive__top .top-media {
  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;
}
.header-adaptive__top .top-media p {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.header-adaptive__top .top-media div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 37px;
     -moz-column-gap: 37px;
          column-gap: 37px;
}
.header-adaptive__top .top-media div a img {
  width: 24px;
}
.header-adaptive__bottom {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 10px;
}
.header-adaptive__bottom a {
  width: 100%;
    height: 44px;
    font-size: 12px;
    letter-spacing: 1.12px;
}

.header-adaptive__bottom .skew-btn-arrow {
    margin-left: 10px;
}

.header-adaptive__bottom p {
  font-size: 12px;
  line-height: 17px;
  color: #666666;
  text-align: center;
  max-width: 295px;
}
@media (max-width: 767.98px) {
  .header-adaptive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hero {
  background: url("../../../../img/hero.png") no-repeat center/cover;
  height: calc(100vh - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
    position: relative;
}

.hero-video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-all {
  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;
    z-index: 1;
}
.hero-all__title h1 {
  font-size: 86px;
  color: #fff;
  font-family: "Didot", sans-serif;
  text-align: center;
}
.hero-all__title span {
  font-size: 41px;
  color: #fff;
  font-family: "Didot", sans-serif;
  text-align: center;
}
.hero-all__desc {
  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;
  row-gap: 8px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 70px;
}
.hero-all__desc .desc-quality {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 17px;
     -moz-column-gap: 17px;
          column-gap: 17px;
}
.hero-all__desc .desc-quality__item {
  font-size: 32px;
  color: #fff;
  font-family: "Oswald", sans-serif;
}
.hero-all__desc .desc-quality__item span {
  font-size: 17px;
}
.hero-all__desc .desc-text {
  font-size: 18px;
    line-height: 25px;
  color: #fff;
  text-align: center;
}
@media (max-width: 1500.98px) {
  .hero {
    background: url("/assets/img/heroTablet.png") no-repeat center/cover;
  }
  .hero-all__desc .desc-quality {
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
  }
  .hero-all__desc .desc-quality__item {
    font-size: 26px;
  }
  .hero-all__desc .desc-quality__item span {
    font-size: 14px;
  }
  .hero-all__desc .desc-text {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .hero {
    background: url("/assets/img/heroMobile.png") no-repeat center/cover;
    height: 601px;
  }
  .hero-all__title h1 {
    font-size: 67px;
  }
  .hero-all__title span {
    font-size: 30px;
  }
  .hero-all__desc .desc-quality {
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
  }
  .hero-all__desc .desc-quality__item {
    font-size: 26px;
  }
  .hero-all__desc .desc-quality__item span {
    font-size: 14px;
  }
  .hero-all__desc .desc-text {
    font-size: 16px;
  }
}

.partners {
  padding: 46px 0 35px;
  border-bottom: 1px solid #303030;
}
.partners-all {
  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;
  row-gap: 30px;
}
.partners-all__image {
    width: 760px;
}
.partners-all__text {
  font-size: 12px;
  font-weight: 500;
  color: #666463;
}
@media (max-width: 1500.98px) {
  .partners {
    padding: 35px 0 31px;
  }
  .partners-all {
    row-gap: 24px;
  }
}
@media (max-width: 767.98px) {
  .partners {
    padding: 34px 0 29px;
  }
  .partners-all__image {
    display: none;
  }
  .partners-all__text {
    text-align: center;
  }
}

.releases {
  padding: 30px 0 115px;
}
.releases-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.releases-all__title {
    font-size: 39px;
    font-family: "Didot", sans-serif;
    font-weight: bold;
    margin-bottom: 44px;
}
.releases-all__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 24px;
    justify-content: space-between;
}
.releases-all__main .item-two, .releases-all__main .item-four, .releases-all__main .item-six {
  margin-top: -80px;
}
.releases-all__main .main-part__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
    width: calc(50% - 12px);
}

.releases-all__main .main-part__item__link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    color: inherit;
    height: 100%;
}

.releases-all__main .main-part__item__model {
    position: relative;
}

.releases-all__main .main-part__item img {
  margin-bottom: 5px;
}

.releases-all__main .main-part__item__text {
    display: flex;
    flex-direction: column;
}

.releases-all__main .main-part__item h2 {
    font-size: 14px;
    line-height: 16px;
  margin-bottom: 4px;
    margin-top: 8px;
  color: #fff;
    position: relative;
}
.releases-all__main .main-part__item__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.releases-all__main .main-part__item div span {
    font-size: 12px;
  color: #CCCCCC;
  font-weight: 500;
}
.releases-all__main .main-part__item div .circle {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #CCCCCC;
}
.releases-all__more {
  font-size: 14px;
  font-weight: 500;
  color: #CCCCCC;
  text-align: center;
  margin-top: -23px;
  margin-left: auto;
    margin-right: auto;
    height: 46px;
    width: 140px;

}
.releases-all__more:hover {
  color: #fff;
}
@media (max-width: 1500.98px) {
  .releases {
    padding: 30px 0 91px;
  }
  .releases-all__title {
    margin-bottom: 32px;
  }
  .releases-all__main .item-two, .releases-all__main .item-four, .releases-all__main .item-six {
    margin-top: -56px;
  }
  .releases-all__main .main-part__item img {
    margin-bottom: 3px;
  }
  .releases-all__main .main-part__item div .circle {
    width: 4px;
    height: 4px;
  }
  .releases-all__more {
    margin-top: -16px;
  }
}
@media (max-width: 767.98px) {
  .releases {
    padding: 30px 0 37px;
  }
  .releases-all__title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .releases-all__main .item-two, .releases-all__main .item-four, .releases-all__main .item-six {
    margin-top: 0;
  }
  .releases-all__main .main-part__item {
    width: 100%;
  }
  .releases-all__main .main-part__item h2 {
    font-size: 14px;
  }
  .releases-all__main .main-part__item div span {
    font-size: 12px;
  }
  .releases-all__main .main-part__item div .circle {
    width: 4px;
    height: 4px;
  }
  .releases-all__more {
    font-size: 14px;
    margin-top: 20px;
  }
}

.scene {
  background: url("../../../../img/scene.png") no-repeat center/cover;
}

.scene-wrap {
    position: relative;
    min-height: 60vh;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scene-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.scene-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.scene-video:hover {
    opacity: .4;
}

.scene-all {
  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;
  row-gap: 55px;
    z-index: 1;

}
.scene-all__text h2 {
    font-size: 39px;
  font-weight: bold;
  font-family: "Didot", sans-serif;
  margin-bottom: 15px;
  text-align: center;
}
.scene-all__text h2 br {
  display: none;
}
.scene-all__text p {
    font-size: 14px;
  font-weight: 500;
    color: rgba(255, 255, 255, .7);
  text-align: center;
}
.scene-all__text p br {
  display: none;
}
.scene-all__play img {
  width: 120px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.scene-all__play img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 1500.98px) {
  .scene {
    background: url("/assets/img/sceneTablet.png") no-repeat center/cover;
  }
  .scene-all {
    row-gap: 40px;
  }
  .scene-all__text h2 {
    margin-bottom: 16px;
  }
  .scene-all__text h2 br {
    display: none;
  }
  .scene-all__text p {
    font-size: 14px;
  }
  .scene-all__play img {
    width: 96px;
  }
}
@media (max-width: 767.98px) {
  .scene {
    background: url("/assets/img/sceneMobile.png") no-repeat center/cover;
  }
  .scene-all {
    row-gap: 34px;
  }
  .scene-all__text h2 {
    font-size: 29px;
    margin-bottom: 23px;
  }
  .scene-all__text h2 br {
    display: block;
  }
  .scene-all__text p {
    line-height: 126%;
    color: rgba(255, 255, 255, 0.4);
  }
  .scene-all__play img {
    width: 83px;
  }
}

.join {
  padding: 100px 0 85px;
}
.join-all {
  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;
  row-gap: 43px;
}
.join-all h2 {
    font-size: 39px;
  font-family: "Didot", sans-serif;
  font-weight: bold;
}
.join-all a {
  color: #000 !important;
    position: relative;
  width: 90px;
  height: 38px;
  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: 14px;
    transform: skewX(-15deg) perspective(1px);
    overflow: hidden;
    max-width: 90px;
}

.join-all a:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 0;
    top: 0;
    left: 0;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.join-all a:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    border: 2px solid #fff;
    color: #000;
}

.join-all a div {
    padding: 11px 20px 10px 20px;
    position: relative;
    z-index: 1;
    -webkit-transition: .25s ease-out;
    -o-transition: .25s ease-out;
    transition: .25s ease-out;
    text-align: center;
    -webkit-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    transform: skewX(15deg);
}

.join-all a:hover:before {
  left: 100%;
}

.join-all a:hover div {
    color: #fff;
}

@media (max-width: 1500.98px) {
  .join {
    padding: 80px 0;
  }
  .join-all {
    row-gap: 40px;
  }
  .join-all a {
    color: #000;
    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;
    width: 102px;
    height: 37px;
  }
  .join-all a:hover {
    color: #000;
  }
}
@media (max-width: 767.98px) {
  .join {
    padding: 50px 0;
  }
  .join-all {
    row-gap: 25px;
  }
  .join-all h2 {
    font-size: 30px;
  }
  .join-all a {
    color: #000;
    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: 14px;
    width: 98px;
    height: 36px;
  }
}

.footer {
  position: relative;
}
.footer-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 54px;
  padding-bottom: 60px;
  padding-top: 65px;
  background-color: #000;
}
.footer-all__top {
  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;
  position: absolute;
  width: 100%;
  top: -11px;
  left: 0;
}
.footer-all__top .line {
  width: 100%;
  height: 2px;
  background-color: #303030;
}
.footer-all__top img {
  width: 84px;
    height: 19px;
  margin: 0 25px;
}
.footer-all__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-all__bottom .bottom-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    width: 50%;
    justify-content: space-between;
}
.footer-all__bottom .bottom-info__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
.footer-all__bottom .bottom-info__list ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.footer-all__bottom .bottom-info__list ul li a:hover {
  color: #fff;
}
.footer-all__bottom .bottom-info__desc {
  font-size: 14px;
  color: #666666;
  width: 33.3%;
}
.footer-all__bottom .bottom-info__desc br {
  display: none;
}
.footer-all__bottom .bottom-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer-all__bottom .bottom-media a:hover svg path {
  fill: #fff;
}
.footer-all__bottom .bottom-media a svg {
    width: 24px;
    height: 24px;
}
.footer-all__bottom .bottom-media a svg path {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 1500.98px) {
  .footer-all {
    row-gap: 43px;
      padding: 53px 0 32px;
  }
  .footer-all__top img {
    width: 86px;
    margin: 0 21px;
  }
  .footer-all__bottom .bottom-info__list ul {
    row-gap: 13px;
  }
  .footer-all__bottom .bottom-info__list ul li a {
    font-size: 14px;
  }
  .footer-all__bottom .bottom-info__desc {
    font-size: 14px;
    max-width: 160px;
  }
  .footer-all__bottom .bottom-media {
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
  }
}
@media (max-width: 767.98px) {
  .footer {
    padding-bottom: 36px;
  }
  .footer-all {
    row-gap: 23px;
  }
  .footer-all__top img {
    width: 86px;
    margin: 0 21px;
  }
  .footer-all__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 35px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-all__bottom .bottom-info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 40px;
  }
  .footer-all__bottom .bottom-info__list ul {
    row-gap: 13px;
  }
  .footer-all__bottom .bottom-info__list ul li {
    text-align: center;
  }
  .footer-all__bottom .bottom-info__list ul li a {
    font-size: 14px;
  }
  .footer-all__bottom .bottom-info__desc {
    font-size: 14px;
    text-align: center;
    width: 100%;
    max-width: none;
  }
  .footer-all__bottom .bottom-info__desc br {
    display: block;
  }
  .footer-all__bottom .bottom-media {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
  }
}

@media (max-width: 576.98px) {
    .footer-all__bottom .bottom-info {
        width: 100%;
        justify-content: space-around;
    }
}

.img-loader-wrap {
  position: relative;
  background: #232323;
  min-height: 354px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.img-loader-wrap img {
  display: block;
  width: 100%;
  height: 354px;
  opacity: 0;
  transition: opacity 0.3s;
    margin-bottom: 0 !important;
    object-fit: cover;
}
.img-loader-wrap.loaded img {
  opacity: 1;
}
.img-loader-spinner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.img-loader-spinner:after {
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 60px;
    height: 60px;
    border: 3px solid #444;
    border-top: 3px solid #fff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 2;
}

.loaded .img-loader-spinner {
    display: none !important;
}

@media (max-width: 767.98px) {
    .img-loader-wrap {
        min-height: 223px;
    }

    .img-loader-wrap img {
        height: 223px;
    }
}

@keyframes spin {
  0% { transform: translate(-50%, -50%)rotate(0deg);}
  100% { transform: translate(-50%, -50%) rotate(360deg);}
}
.contact-title {
  font-size: 44px;
    font-family: "Didot", "Playfair Display", Georgia, serif;
  font-weight: 700;
  margin-bottom: 32px;
  text-align: left;
}

.contact-flex {
  display: flex;
  gap: 64px;
  align-items: flex-start;
}

.contact-form {
  width: 30%;
}

@media (max-width: 767.98px) {
    .contact-form {
       width: 100%;
    }
}

.contact-info {
  max-width: 536px;
  color: #fff;
}

.contact-info p {
    font-weight: 400;
    font-family: "Roboto", serif;
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 24px;
    margin-top: 0;
}

.inp-form-gr {
  margin-bottom: 16px;
}

.inp-form-gr label {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
    font-weight: 500;
  font-family: 'Roboto', sans-serif;
}

.inp-form-gr input,
.inp-form-gr textarea {
  width: 100%;
  background: #111;
  color: #fff;
    border: 1px solid rgba(151, 151, 151, .3);
  padding: 12px 16px;
  font-size: 1.08em;
  border-radius: 2px;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  transition: border 0.2s;
}

.inp-form-gr input {
    height: 37px;
    padding: 0 8px;
}

.inp-form-gr input:focus,
.inp-form-gr textarea:focus {
  border: 1.5px solid #fff;
  outline: none;
}

.inp-form-gr textarea {
  min-height: 120px;
  resize: vertical;
    height: 152px;
}

.input-error {
    color: #ff4c4c;
  font-size: 12px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.form-info__item input.input-error-border {
    border: 1px solid #ff3b3b !important;
}

.contact-btn {
  min-width: 240px;
  font-size: 1.1em;
  letter-spacing: 1.2px;
    font-weight: 700;
}

@media (max-width: 900px) {
  .contact-flex {
    flex-direction: column;
    gap: 32px;
  }

  .contact-info {
    margin-top: 0;
  }

  .contact-title {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
    .contact-title {
        text-align: left;
        margin-bottom: 16px;
        font-size: 39px;
        line-height: 1.2;
    }
}

.custom-btn-border {
  display: inline-block;
  background: #fff;
  padding: 2px;
  border-radius: 0;
  clip-path: polygon(6% 0, 100% 0, 94% 100%, 0% 100%);
  box-sizing: border-box;
}

.custom-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  height: 48px;
  padding: 0 32px 0 32px;
  background: #fff;
  color: #111;
  font-family: 'Arial', sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.4px;
  border: none;
  cursor: pointer;
  overflow: hidden;
  clip-path: polygon(6% 0, 100% 0, 94% 100%, 0% 100%);
  transition: color 0.3s;
  z-index: 1;
}

.custom-btn span {
  position: relative;
  z-index: 2;
  color: #111;
  transition: color 0.3s;
}

.custom-btn-arrow {
  display: inline-block;
  margin-left: 12px;
  width: 18px;
  height: 18px;
  position: relative;
  z-index: 2;
}

.custom-btn-arrow:after {
  content: '';
  display: block;
  width: 18px;
  height: 2px;
  background: #111;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 2px;
  transition: background 0.3s;
}

.custom-btn-arrow:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #111;
  border-right: 2px solid #111;
  position: absolute;
  top: 4px;
  right: 0;
  transform: rotate(45deg);
  border-radius: 1px;
  transition: border-color 0.3s;
}

.custom-btn::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #111;
  z-index: 1;
  transition: width 0.3s;
  clip-path: polygon(6% 0, 100% 0, 94% 100%, 0% 100%);
}

.custom-btn:hover::before,
.custom-btn:focus::before {
  width: 100%;
}

.custom-btn:hover span,
.custom-btn:focus span {
  color: #fff;
}

.custom-btn:hover .custom-btn-arrow:after,
.custom-btn:focus .custom-btn-arrow:after {
  background: #fff;
}

.custom-btn:hover .custom-btn-arrow:before,
.custom-btn:focus .custom-btn-arrow:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.bottom-info__link,
.bottom-info__list ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
  font-size: 16px;
}

.bottom-info__link:hover,
.bottom-info__list ul li a:hover {
  color: #bdbdbd;
  text-decoration: underline;
}

.bottom-info__link:focus {
  outline: none;
  color: #bdbdbd;
}

.skew-btn-wrap {
    display: flex;
    justify-content: center;
}

.skew-btn {
    text-transform: uppercase;
    position: relative;
    background: 0 0;
    -webkit-transform: skewX(-15deg) perspective(1px);
    transform: skewX(-15deg) perspective(1px);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.skew-btn:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: #fff;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.skew-btn:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    border: 2px solid #fff;
}

.skew-btn div {
    color: #000;
    position: relative;
    z-index: 1;
    -webkit-transition: .25s ease-out;
    -o-transition: .25s ease-out;
    transition: .25s ease-out;
    text-align: center;
    -webkit-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    transform: skewX(15deg);
    display: flex;
    align-items: center;
}

.skew-btn-arrow {
    background-image: url("/img/arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 14px;
    height: 14px;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    -webkit-transition: .25s ease-out;
    -o-transition: .25s ease-out;
    transition: .25s ease-out;
    opacity: .7;
}

.skew-btn:hover {
    box-shadow: 0 2px 21px 0 rgba(255, 255, 255, .27);
}

.skew-btn:hover:before {
    left: 100%;
}

.skew-btn:hover div {
    color: #fff;
}

.skew-btn:hover .skew-btn-arrow {
    transform: translate(4px, 0);
    opacity: 1;
}

.contact-btn, .payment-btn {
    width: 100%;
    max-width: 260px;
    height: 46px;
    letter-spacing: 1.12px;
    font-size: 12px;
    border: none;
}

.confirm-btn {
    letter-spacing: 1.4px;
    width: 152px;
    height: 46px;
    font-size: 13px;
}

@media (max-width: 767.98px) {
    .video-page .releases-all__main {
        row-gap: 24px;
    }

    .video-page .releases-all__main .main-part__item {
        display: grid;
        grid-template-columns: 148px auto;
        column-gap: 0;
    }

    .video-page .releases-all__main .img-loader-wrap {
        width: 140px;
        min-width: 140px;
        height: 79px;
        min-height: 79px;
        margin-right: 8px;
    }

    .video-page .releases-all__main .main-part__item h2 {
        margin-top: 0;
        margin-bottom: 4px;
    }

    .video-page .releases-all__main .main-part__item__caption {
        column-gap: 4px;
        height: fit-content;
    }

    .video-page .releases-all__main .main-part__item div span {
        font-size: 11px;
    }

    .video-page .releases-all__main .main-part__item img {
        width: 100%;
        object-fit: contain !important;
    }
}

.page {
    padding-top: 32px;
    background: #0f0f0f;
    min-height: calc(100vh - 300px);
    position: relative;
    padding-bottom: 32px;
}

@media (max-width: 767.98px) {
    .page {
        padding-top: 16px;
    }
}

.pagination-row__items {
    gap: 16px;
    display: flex;
}

@media (max-width: 767.98px) {
    .pagination-row__items {
        gap: 8px;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }
}

.lg-sub-html {
    color: #ccc !important;
    font-size: 13px !important;
    font-family: "Roboto", serif;
    font-weight: 500;
    line-height: 20px !important;
}

.vr-controls {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 10px);
}

.vr-controls__label {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 12px;
    font-family: "Roboto", serif;
    font-weight: 500;
}

.vr-controls__label svg {
    margin-right: 4px;
}

.vr-controls__label svg path{
    fill: #fff;
}

.vr-controls__button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 8px;
    line-height: 1;
    height: 30px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    transition: .25s ease-out;
    letter-spacing: -.2px;
    background: #2f2f2f;
    border-radius: 16px;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Roboto", serif;
    font-size: 12px;
}

.vr-controls__button img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

@media (max-width: 575.98px) {
    .vr-controls {
        transform: translate(-50%, -60px);
    }
}

.controls-container {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.74) 100%) !important;
    height: 48px !important;
    padding: 0 12px !important;
    gap: 5px !important;
}

.progress-bar {
    position: absolute !important;
    left: 12px !important;
    width: calc(100% - 24px) !important;
    margin: 0 !important;
    background-color: rgba(255, 255, 255, 0.3) !important;
    height: 4px !important;
    border-radius: 100px !important;
    bottom: 46px !important;
}

#playPauseButton svg, #volumeIcon {
    width: 32px !important;
    height: 32px !important;
    fill: rgba(255, 255, 255, 0.75) !important;
}

#settingsButton {
    margin-left: auto !important;
}

.video-tabs-mobile, .video-info {
    display: none;
}

@media (max-width: 767.98px) {

    .video-tabs-mobile {
        display: block;
    }

    .video-tabs-mobile ul {
        font-size: 0;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .video-tabs-mobile li {
        display: inline-block;
        width: 50%;
        margin: 0;
        padding: 0;
    }

    .video-tabs-mobile a {
        display: block;
        color: rgba(255, 255, 255, 0.5);
        font-size: 12px;
        line-height: 14px;
        text-transform: uppercase;
        font-weight: 700;
        text-align: center;
        position: relative;
        padding: 9px 0px 10px;
        border-bottom: 2px solid rgba(216, 216, 216, 0.05);
        white-space: nowrap;
    }

    .video-tabs-mobile li.active a {
        pointer-events: none;
        color: rgba(255, 255, 255, 0.9);
    }

    .video-tabs-mobile a::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -2px;
        transform: scale(0);
        transform-origin: 50% 50%;
        border-bottom: 2px solid rgb(255, 255, 255);
        transition: transform 0.1s, -webkit-transform 0.1s;
    }

    .video-tabs-mobile li.active a::after {
        transition-duration: 0.2s;
        transform: scale(1);
    }

    .video-info {
        padding-top: 16px;
    }

    .model-one {
        width: 94px;
        padding-left: 12px;
        padding-right: 12px;
        margin-bottom: 24px;
        float: left;
        height: 131px;
    }

    .model-one a {
        width: 100%;
        height: 100%;
        display: block;
    }

    .model-one img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .video-info p {
        font-weight: 400;
        font-size: 14px;
        color: rgb(119, 119, 119);
        line-height: 24px;
        margin-bottom: 12px;
    }
}

.form-separator {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    position: relative;
}

.form-separator--spaceless {
    margin-bottom: 0;
}

.form-separator:before {
    content: '';
    position: absolute;
    top: 50%;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
    left: 0;
    width: 100%;
}

.form-separator span {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    padding: 2px 8px;
    position: relative;
    z-index: 1;
}

.form-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.form-buttons__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 8px);
    border: 1px solid #373737;
    background: rgba(0, 0, 0, .1);
    color: #fff;
    border-radius: 2px;
    transition: .2s ease-in-out;
    height: 42px;
    font-size: 14px;
    font-weight: 500;
}

.form-buttons__button:hover {
    border-color: #5e5e5e;
    background: #292929;
}

.form-buttons__button svg {
    margin-right: 5px;
    width: 22px;
    height: 22px;
}

@media (max-width: 767.98px) {
    .form-buttons__button {
        font-size: 12px;
    }

    .form-buttons__button svg {
        width: 18px;
        height: 18px;
    }
}

/*# sourceMappingURL=style.css.map */
