@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype"), url("../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype"), url("../fonts/Montserrat-Medium.svg#Montserrat-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Prompt';
  src: url("../fonts/Prompt-Regular.eot");
  src: url("../fonts/Prompt-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Prompt-Regular.woff2") format("woff2"), url("../fonts/Prompt-Regular.woff") format("woff"), url("../fonts/Prompt-Regular.ttf") format("truetype"), url("../fonts/Prompt-Regular.svg#Prompt-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

html {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  -webkit-text-size-adjust: none; }
body {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  background-color: #121212;
  color: #FFFFFF;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 140%; }
  body *,
  body :before,
  body :after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  body *:focus {
    outline: 0 !important; }

.lock-scroll {
  overflow: hidden; }
.new-class1{
  display: inline;
}
main {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.container {
  max-width: 1920px;
  width: 100%;
  padding: 0 55px;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 991px) {
    .container {
      padding: 0 20px; } }
  .container--small {
    max-width: 740px; }
  .container--pd-0 {
    padding: 0; }
    @media screen and (max-width: 575px) {
      .container--pd-0 > .btn {
        margin-left: 20px;
        margin-right: 20px;
        width: calc(100% - 40px); } }
    .container--pd-0 > h2, .container--pd-0 .h2 {
      margin-right: 20px;
      margin-left: 20px; }

header img,
main img,
footer img,
.modal img {
  max-width: 100%;
  width: auto; }

header a,
main a,
footer a,
.modal a {
  color: #FFFFFF;
  text-decoration: unset;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  word-break: break-word; }
  header a:hover,
  main a:hover,
  footer a:hover,
  .modal a:hover {
    color: #FF8A00; }
  main a{
    text-decoration: underline;
  }
header p,
main p,
footer p,
.modal p {
  margin-top: 0;
  margin-bottom: 30px; }
  header p:last-child,
  main p:last-child,
  footer p:last-child,
  .modal p:last-child {
    margin-bottom: 0; }

header h1,
header .h1,
main h1,
main .h1,
footer h1,
footer .h1,
.modal h1,
.modal .h1 {
  font-family: "Prompt";
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  margin: 0; }

header h2,
header .h2,
main h2,
main .h2,
footer h2,
footer .h2,
.modal h2,
.modal .h2 {
  font-family: "Prompt";
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
  margin-top: 0;
  margin-bottom: 60px; }
  header h2:first-child,
  header .h2:first-child,
  main h2:first-child,
  main .h2:first-child,
  footer h2:first-child,
  footer .h2:first-child,
  .modal h2:first-child,
  .modal .h2:first-child {
    margin-top: 0; }
  header h2:last-child,
  header .h2:last-child,
  main h2:last-child,
  main .h2:last-child,
  footer h2:last-child,
  footer .h2:last-child,
  .modal h2:last-child,
  .modal .h2:last-child {
    margin-bottom: 0; }
  header h2--center,
  header .h2--center,
  main h2--center,
  main .h2--center,
  footer h2--center,
  footer .h2--center,
  .modal h2--center,
  .modal .h2--center {
    text-align: center; }
  @media screen and (max-width: 575px) {
    header h2--bg-mob,
    header .h2--bg-mob,
    main h2--bg-mob,
    main .h2--bg-mob,
    footer h2--bg-mob,
    footer .h2--bg-mob,
    .modal h2--bg-mob,
    .modal .h2--bg-mob {
      position: relative;
      background: #292929;
      padding: 30px;
      border-radius: 0 0 10px 10px; }
      header h2--bg-mob:before,
      header .h2--bg-mob:before,
      main h2--bg-mob:before,
      main .h2--bg-mob:before,
      footer h2--bg-mob:before,
      footer .h2--bg-mob:before,
      .modal h2--bg-mob:before,
      .modal .h2--bg-mob:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background: #FF8A00;
        left: 0;
        top: -1px; } }
  @media screen and (max-width: 575px) {
    header h2,
    header .h2,
    main h2,
    main .h2,
    footer h2,
    footer .h2,
    .modal h2,
    .modal .h2 {
      font-size: 30px;
      margin-bottom: 40px; } }

header h3,
header .h3,
main h3,
main .h3,
footer h3,
footer .h3,
.modal h3,
.modal .h3 {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  margin: 60px 0 30px; }
  header h3:first-child,
  header .h3:first-child,
  main h3:first-child,
  main .h3:first-child,
  footer h3:first-child,
  footer .h3:first-child,
  .modal h3:first-child,
  .modal .h3:first-child {
    margin-top: 0; }
  header h3:last-child,
  header .h3:last-child,
  main h3:last-child,
  main .h3:last-child,
  footer h3:last-child,
  footer .h3:last-child,
  .modal h3:last-child,
  .modal .h3:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 575px) {
    header h3,
    header .h3,
    main h3,
    main .h3,
    footer h3,
    footer .h3,
    .modal h3,
    .modal .h3 {
      margin-top: 40px; } }

header h4,
header .h4,
main h4,
main .h4,
footer h4,
footer .h4,
.modal h4,
.modal .h4 {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  margin: 0 0 20px; }
  header h4:first-child,
  header .h4:first-child,
  main h4:first-child,
  main .h4:first-child,
  footer h4:first-child,
  footer .h4:first-child,
  .modal h4:first-child,
  .modal .h4:first-child {
    margin-top: 0; }
  header h4:last-child,
  header .h4:last-child,
  main h4:last-child,
  main .h4:last-child,
  footer h4:last-child,
  footer .h4:last-child,
  .modal h4:last-child,
  .modal .h4:last-child {
    margin-bottom: 0; }

header ul,
header ol,
main ul,
main ol,
footer ul,
footer ol,
.modal ul,
.modal ol {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none; }

header ul:not([class]),
header ol:not([class]),
main ul:not([class]),
main ol:not([class]),
footer ul:not([class]),
footer ol:not([class]),
.modal ul:not([class]),
.modal ol:not([class]) {
  margin-top: 30px;
  margin-bottom: 30px; }
  header ul:not([class]):last-child,
  header ol:not([class]):last-child,
  main ul:not([class]):last-child,
  main ol:not([class]):last-child,
  footer ul:not([class]):last-child,
  footer ol:not([class]):last-child,
  .modal ul:not([class]):last-child,
  .modal ol:not([class]):last-child {
    margin-bottom: 0; }
  header ul:not([class]) li,
  header ol:not([class]) li,
  main ul:not([class]) li,
  main ol:not([class]) li,
  footer ul:not([class]) li,
  footer ol:not([class]) li,
  .modal ul:not([class]) li,
  .modal ol:not([class]) li {
    margin-bottom: 16px;
    position: relative;
    padding-left: 40px; }
    header ul:not([class]) li:last-child,
    header ol:not([class]) li:last-child,
    main ul:not([class]) li:last-child,
    main ol:not([class]) li:last-child,
    footer ul:not([class]) li:last-child,
    footer ol:not([class]) li:last-child,
    .modal ul:not([class]) li:last-child,
    .modal ol:not([class]) li:last-child {
      margin-bottom: 0; }

header ul:not([class]) li:before,
main ul:not([class]) li:before,
footer ul:not([class]) li:before,
.modal ul:not([class]) li:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #FF8A00;
  top: 8px;
  left: 0; }

header ol:not([class]),
main ol:not([class]),
footer ol:not([class]),
.modal ol:not([class]) {
  counter-reset: numList; }
  header ol:not([class]) li:before,
  main ol:not([class]) li:before,
  footer ol:not([class]) li:before,
  .modal ol:not([class]) li:before {
    content: counters(numList, "");
    counter-increment: numList;
    position: absolute;
    top: 0;
    left: 2px;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    color: #FF8A00; }

.page__title {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
  padding-top: 120px; }
  @media screen and (max-width: 767px) {
    .page__title {
      padding-top: 110px; } }

.section {
  margin: 120px 0; }
  @media screen and (max-width: 767px) {
    .section {
      margin: 80px 0; } }
  .section:first-child {
    margin-top: 0; }
  .section--m-0 {
    margin: 0; }
  .section--mt-0 {
    margin-top: 0; }
  .section--mt60 {
    margin-top: 60px; }
  .section--mb60 {
    margin-bottom: 60px; }

.lazy:not(.lazy--loaded) {
  opacity: 0; }

.checkbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 26px;
  min-height: 26px; }
  .checkbox:hover .checkbox__text:before {
    border: 2px solid #FFFFFF; }
  .checkbox__input {
    display: none; }
    .checkbox__input:checked + .checkbox__text:before {
      border: 2px solid #FF8A00; }
    .checkbox__input:checked + .checkbox__text:after {
      display: block; }
  .checkbox__text {
    position: relative;
    display: inline;
    margin-left: 48px;
    font-weight: normal;
    font-size: 18px;
    cursor: pointer; }
    .checkbox__text:before {
      content: '';
      position: absolute;
      width: 26px;
      height: 26px;
      top: 0;
      left: -48px;
      border-radius: 4px;
      background-color: #121212;
      border: 2px solid rgba(255, 255, 255, 0.5); }
    .checkbox__text:after {
      display: none;
      content: '';
      position: absolute;
      width: 16px;
      height: 11px;
      top: 7px;
      left: -43px;
      background-image: url("../img/image/checkbox-check.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; }

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 56px;
  padding: 12px 30px;
  color: #FFFFFF;
  background: transparent;
  border: 2px solid transparent;
  border-radius: 45px;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  cursor: pointer;
  outline: none; }
  .btn.disabled {
    border-color: #333333;
    pointer-events: none;
    color: #E0E0E0; }
  .btn--orange {
    background: #FF8A00;
    border-color: #FF8A00; }
    .btn--orange:hover {
      background: #FFA010;
      border-color: #FFA010;
      color: #FFFFFF; }
    .btn--orange.disabled {
      background: #333333; }
    .btn--orange[disabled] {
      opacity: 0.5;
      cursor: default; }
  .btn--orange-border {
    border-color: #FF8A00; }
    .btn--orange-border:hover {
      background: #FFA010;
      border-color: #FFA010;
      color: #FFFFFF; }
  .btn--white-border {
    border-color: #FFFFFF; }
    .btn--white-border:hover {
      background: #FFFFFF;
      border-color: #FFFFFF;
      color: #FF8A00; }
  .btn--general-width {
    min-width: 260px; }
    @media screen and (max-width: 767px) {
      .btn--general-width {
        min-width: 210px; } }
    @media screen and (max-width: 575px) {
      .btn--general-width {
        width: 100%; } }
  .btn--full-width {
    width: 100%; }
  .btn--center {
    margin-left: auto;
    margin-right: auto; }

.content {
  font-size: 20px;
  line-height: 140%; }
  .content__body p iframe{
    width: 100%!important;
    max-width: 100%;
    height: 330px;
  }
  .content__body > h2:first-child,
  .content__body > .h2:first-child {
    text-align: center; }
  .content__body:not(:last-child) {
    margin-bottom: 60px; }
  .content__body img {
    display: block;
    margin: 0 auto; }
  .content__body > * {
    max-width: 630px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .content__body .image {
    display: block;
    margin: 30px auto;
    max-width: 100%;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s; }
    @media screen and (max-width: 1280px) {
      .content__body .image {
        max-width: unset; } }
    @media screen and (max-width: 767px) {
      .content__body .image {
        margin: 30px -20px;
        width: calc(100% + 40px); } }
    .content__body .image:first-child {
      margin-top: 0; }
  .content__body *:not(.image) + .image {
    margin-top: 60px; }
    @media screen and (max-width: 575px) {
      .content__body *:not(.image) + .image {
        margin-top: 40px; } }
  .content__body .image + *:not(.image) {
    margin-top: 60px; }
    @media screen and (max-width: 575px) {
      .content__body .image + *:not(.image) {
        margin-top: 40px; } }
  .content__grid {
    max-width: 66%;
    display: grid;
    grid-template-columns: 7fr 6fr;
    grid-gap: 30px; }
    @media screen and (max-width: 1280px) {
      .content__grid {
        max-width: unset; } }
    @media screen and (max-width: 767px) {
      .content__grid {
        grid-template-columns: 1fr; } }
    @media screen and (max-width: 575px) {
      .content__grid {
        grid-gap: 40px; } }
  .content__bottom {
    max-width: 630px;
    width: 100%;
    margin: 0 auto;
    text-align: left; }
    .content__bottom--full {
      max-width: 66%; }
      @media screen and (max-width: 1280px) {
        .content__bottom--full {
          max-width: unset; } }
  .content__banner {
    margin: 0 -55px 60px; }
    @media screen and (max-width: 991px) {
      .content__banner {
        margin: 0 -20px 60px; } }
    @media screen and (max-width: 575px) {
      .content__banner {
        margin-bottom: 40px; } }
  .content__date {
    margin-bottom: -22px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%; }
    @media screen and (max-width: 1280px) {
      .content__date {
        max-width: 630px;
        width: 100%;
        margin: 0 auto 60px; } }
    @media screen and (max-width: 575px) {
      .content__date {
        margin-bottom: 40px; } }

.article-banner {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 28.57143%;
  min-height: 400px; }
  .article-banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(11.36%, rgba(18, 18, 18, 0.7)), color-stop(41.25%, rgba(18, 18, 18, 0)));
    background: -o-linear-gradient(bottom, rgba(18, 18, 18, 0.7) 11.36%, rgba(18, 18, 18, 0) 41.25%);
    background: linear-gradient(0deg, rgba(18, 18, 18, 0.7) 11.36%, rgba(18, 18, 18, 0) 41.25%);
    z-index: 2; }
  .article-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover; }
  .article-banner__title {
    padding: 0 55px;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 60px;
    z-index: 3; }
    @media screen and (max-width: 991px) {
      .article-banner__title {
        padding: 0 20px; } }
    @media screen and (max-width: 575px) {
      .article-banner__title {
        bottom: 40px; } }

.project-banner {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 44.85714%;
  padding-bottom: 56.25%; }
  .project-banner__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1; }
  .project-banner__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 0;
    border: 0; }
  .project-banner__btn {
    background: #FF8A00;
    border-radius: 60px;
    padding: 10px 30px 10px 50px;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    cursor: pointer;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-height: 54px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: calc(100% - 40px); }
    @media screen and (max-width: 767px) {
      .project-banner__btn {
        font-size: 16px;
        padding: 10px 25px 10px 30px; } }
    .project-banner__btn:before {
      content: '';
      position: absolute;
      width: 30px;
      height: 30px;
      background-image: url("../img/image/play.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      left: 30px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
      @media screen and (max-width: 767px) {
        .project-banner__btn:before {
          width: 25px;
          height: 25px;
          left: 18px; } }
    .project-banner__btn:hover {
      background: #FFA010; }
    .project-banner__btn-text {
      padding-left: 40px;
      display: block; }
      @media screen and (max-width: 767px) {
        .project-banner__btn-text {
          padding-left: 15px; } }

.share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .share__title {
    display: block;
    margin-right: 30px;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%; }

.caption {
  margin-bottom: 60px; }
  @media screen and (max-width: 575px) {
    .caption {
      margin-bottom: 40px; } }
  .caption__item {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 16px;
    display: block; }

.grid-list {
  display: grid; }
  .grid-list--two {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 60px 30px; }
    @media screen and (max-width: 767px) {
      .grid-list--two {
        grid-template-columns: 1fr; } }
    @media screen and (max-width: 575px) {
      .grid-list--two {
        grid-gap: 40px 30px; } }
  .grid-list--default-gap {
    grid-gap: 30px; }
  .grid-list--big-gap {
    grid-gap: 60px; }
    @media screen and (max-width: 575px) {
      .grid-list--big-gap {
        grid-gap: 40px; } }
  @media (min-width: 992px){
    .grid-list--four {
      display: flex;
      justify-content: space-evenly;
     }
  }
  
    @media screen and (max-width: 991px) {
      .grid-list--four {
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (max-width: 575px) {
      .grid-list--four {
        grid-template-columns: 1fr; } }
  .grid-list--mb-60 {
    margin-bottom: 60px; }
    @media screen and (max-width: 575px) {
      .grid-list--mb-60 {
        margin-bottom: 40px; } }

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -30px -30px 0; }
  @media screen and (max-width: 767px) {
    .social {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .social--big {
    margin: 0 -40px -40px 0; }
  .social__link {
    display: block;
    margin: 0 30px 30px 0;
    cursor: pointer; }
    .social__link--big {
      margin: 0 40px 40px 0; }
  .social__img {
    display: block;
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease; }
    .social__img--big {
      width: 40px;
      height: 40px; }
    .social__img:hover {
      -webkit-filter: brightness(1.16);
              filter: brightness(1.16); }

.header {
  padding: 16px 0;
  position: fixed;
  width: 100%;
  z-index: 5;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease; }
  .header--fix {
    background-color: #121212; }
  .header__holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__logo {
    display: block;
    width: 255px; }
    @media screen and (max-width: 575px) {
      .header__logo {
        width: 200px; } }
    .header__logo img {
      display: block; }
  .header__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 255px); }
    @media screen and (max-width: 1280px) {
      .header__menu {
        position: fixed;
        background: #121212;
        padding: 70px 30px;
        height: 100vh;
        right: 0;
        top: 0;
        -webkit-transition: 0.4s ease;
        -o-transition: 0.4s ease;
        transition: 0.4s ease;
        -webkit-transform: translate(200%, 0);
            -ms-transform: translate(200%, 0);
                transform: translate(200%, 0);
        max-width: unset;
        width: 100%;
        z-index: 5;
        overflow: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        scrollbar-color: rgba(255, 138, 0, 0.5) transparent;
        scrollbar-width: thin; }
        .header__menu::-webkit-scrollbar {
          width: 8px; }
        .header__menu::-webkit-scrollbar-track {
          background: transparent; }
        .header__menu::-webkit-scrollbar-thumb {
          background: rgba(255, 138, 0, 0.5);
          border-radius: 4px;
          outline: none; } }
    .header__menu--vis {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
  .header__nav {
    max-width: calc(100% - 260px);
    margin: 0 auto; }
    @media screen and (max-width: 1280px) {
      .header__nav {
        margin: 0 0 30px;
        max-width: unset; } }
    .header__nav-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      @media screen and (max-width: 1280px) {
        .header__nav-list {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    .header__nav-item, .header__nav li.menu-item {
      margin: 0 20px; }
      @media screen and (max-width: 1280px) {
        .header__nav-item, .header__nav li.menu-item {
          margin: 0; text-align: center; } }
      @media screen and (max-width: 1280px) {
        .header__nav-item:not(:last-child), .header__nav li.menu-item:not(:last-child) {
          margin-bottom: 20px; } }
    .header__nav-link {
      display: block;
      position: relative;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
      @media screen and (max-width: 1280px) {
        .header__nav-link, .header__nav li.menu-item a {
          text-align: center;
          margin: 0 auto; } }
      .header__nav-link:before {
        content: '';
        position: absolute;
        width: 0;
        height: 1px;
        background: #FF8A00;
        bottom: 0;
        -webkit-transition: 0.4s ease;
        -o-transition: 0.4s ease;
        transition: 0.4s ease;
        left: 0; }
      .header__nav-link:hover, .header__nav-link--active {
        color: #FF8A00; }
        .header__nav-link:hover:before, .header__nav-link--active:before {
          width: 100%; }
  .header__burger {
    display: none; }
    @media screen and (max-width: 1280px) {
      .header__burger {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 56px;
        height: 56px;
        border: 2px solid #FF8A00;
        border-radius: 100%;
        padding: 4px 10px;
        cursor: pointer;
        -webkit-transition: 0.4s ease;
        -o-transition: 0.4s ease;
        transition: 0.4s ease;
        z-index: 6; } }
    @media screen and (max-width: 767px) {
      .header__burger {
        width: 46px;
        height: 46px; } }
    @media screen and (min-width: 992px) {
      .header__burger:hover {
        background: #FFA010;
        border-color: #FFA010; } }
    @media screen and (min-width: 992px) {
      .header__burger:hover .header__burger-item {
        background: #FFFFFF; } }
    @media screen and (max-width: 1280px) {
      .header__burger-item {
        display: block;
        width: 100%;
        height: 2px;
        background: #FF8A00;
        -webkit-transition: 0.4s ease;
        -o-transition: 0.4s ease;
        transition: 0.4s ease;
        margin: 3px 0; } }
    .header__burger--active .header__burger-item {
      -webkit-transform: rotate(45deg) translate(2px, 1px);
          -ms-transform: rotate(45deg) translate(2px, 1px);
              transform: rotate(45deg) translate(2px, 1px);
      margin: 0; }
      .header__burger--active .header__burger-item:nth-child(2) {
        display: none; }
      .header__burger--active .header__burger-item:nth-child(3) {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }

.footer__top {
  border-top: 1px solid rgba(255, 138, 0, 0.5);
  padding: 25px 0 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 991px) {
    .footer__top {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center; } }
  @media screen and (max-width: 991px) {
    .footer__top-item {
      margin-bottom: 30px; } }

.footer__big-link {
  font-size: 35px;
  line-height: 130%;
  font-family: "Prompt"; }
  @media screen and (max-width: 575px) {
    .footer__big-link {
      font-size: 24px; } }

.footer__bottom {
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 767px) {
    .footer__bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .footer__bottom-item {
    font-weight: 500;
    font-size: 20px; }
    @media screen and (max-width: 767px) {
      .footer__bottom-item {
        margin-bottom: 15px; } }
    @media screen and (max-width: 575px) {
      .footer__bottom-item {
        font-size: 16px; } }
    .footer__bottom-item:last-child {
      margin-bottom: 0; }

.footer__social {
  margin-top: 15px;
  max-width: 30%; }
  @media screen and (max-width: 991px) {
    .footer__social {
      max-width: unset;
      margin: 0; } }
  .footer__social-title {
    display: block;
    margin-bottom: 19px; }
    @media screen and (max-width: 991px) {
      .footer__social-title {
        color: #FFA010; } }

.footer__nav {
  margin-top: 16px;
  max-width: 20%;
  min-width: 85px; }
  @media screen and (max-width: 991px) {
    .footer__nav {
      max-width: unset;
      margin-top: 0; } }
  .footer__nav-item:not(:last-child), .footer__nav li:not(:last-child) {
    margin-bottom: 20px; }

.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #121212;
  z-index: 4;
  width: 100%;
  padding: 20px 0;
  display: none; }
  .cookie__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .cookie__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .cookie__text {
    width: calc(100% - 300px);
    margin-right: 20px; }
    @media screen and (max-width: 767px) {
      .cookie__text {
        width: 100%;
        margin: 0 0 20px;
        text-align: center; } }
    .cookie__text p {
      margin: 0; }
  @media screen and (max-width: 575px) {
    .cookie__btn {
      width: 100%; } }

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 15;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #121212;
  display: none;
  overflow: hidden; }
  .modal__content {
    padding: 40px 0 80px; }
  .modal__header {
    position: relative;
    margin-bottom: 30px; }
    .modal__header--caption {
      min-height: 60px;
      padding: 0 182px 0 170px; }
      @media screen and (max-width: 767px) {
        .modal__header--caption {
          min-height: unset;
          padding: 0; } }
  .modal__caption {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 140%; }
    @media screen and (max-width: 767px) {
      .modal__caption {
        position: relative;
        margin-bottom: 15px; } }
  .modal__title {
    text-align: center; }
  .modal__thanks {
    display: none;
    padding: 40px 0 80px;
    background-image: url("../img/image/modal-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    .modal__thanks-text {
      text-align: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      max-width: 580px;
      width: 100%;
      margin: 0 auto;
      min-height: calc(100% - 120px);
      font-size: 20px;
      padding: 0 20px; }
    .modal__thanks-title,
    .modal__thanks .h2 {
      margin-bottom: 40px; }
  .modal__close {
    width: 40px;
    height: 40px;
    stroke: #FFFFFF;
    position: absolute;
    right: 55px;
    top: 40px;
    cursor: pointer;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    z-index: 2; }
    @media screen and (max-width: 991px) {
      .modal__close {
        right: 20px; } }
    .modal__close:hover {
      stroke: rgba(255, 255, 255, 0.5); }
  .modal__inner {
    height: 100%;
    overflow: auto;
    position: relative;
    scrollbar-color: rgba(255, 138, 0, 0.5) transparent;
    scrollbar-width: thin; }
    .modal__inner::-webkit-scrollbar {
      width: 8px;
      height: 8px; }
    .modal__inner::-webkit-scrollbar-track {
      background: transparent; }
    .modal__inner::-webkit-scrollbar-thumb {
      background: rgba(255, 138, 0, 0.5);
      border-radius: 4px;
      outline: none; }

.start-story {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr calc(40% + 4px);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 991px) {
    .start-story {
      grid-template-columns: 1fr; } }
  .start-story__form {
    padding-right: 21%; }
    @media screen and (max-width: 1280px) {
      .start-story__form {
        padding-right: 0; } }
  @media screen and (max-width: 991px) {
    .start-story__img {
      max-width: 600px;
      margin: 0 auto; } }
  .start-story__thanks {
    display: none;
    font-size: 30px;
    line-height: 35px;
    padding-left: 8%; }
    @media screen and (max-width: 991px) {
      .start-story__thanks {
        padding-left: 0;
        text-align: center; } }

.accordeon {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  .accordeon--open {
    border-color: rgba(255, 138, 0, 0.5); }
  .accordeon__title {
    font-size: 20px;
    line-height: 140%;
    position: relative;
    padding: 6px 110px 0 0;
    min-height: 40px; }
    @media screen and (max-width: 575px) {
      .accordeon__title {
        padding-right: 50px; } }
  .accordeon__btn {
    width: 34px;
    height: 34px;
    position: absolute;
    right: 3px;
    top: 3px;
    background: #FFFFFF;
    border-radius: 100%;
    cursor: pointer;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease; }
    .accordeon__btn:before, .accordeon__btn::after {
      content: '';
      position: absolute;
      width: 15px;
      height: 2px;
      background: #121212;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: 0.4s ease;
      -o-transition: 0.4s ease;
      transition: 0.4s ease; }
    .accordeon__btn::after {
      -webkit-transform: translate(-50%, -50%) rotate(90deg);
          -ms-transform: translate(-50%, -50%) rotate(90deg);
              transform: translate(-50%, -50%) rotate(90deg); }
    .accordeon__btn--active {
      background: #FF8A00;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
      .accordeon__btn--active:before, .accordeon__btn--active::after {
        background: #FFFFFF; }
  .accordeon__content {
    display: none;
    margin-top: 16px; }

.download-rider {
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 1fr 260px;
  grid-gap: 180px; }
  @media screen and (max-width: 1280px) {
    .download-rider {
      grid-gap: 40px; } }
  @media screen and (max-width: 991px) {
    .download-rider {
      grid-template-columns: 1fr; } }
  .download-rider__text a {
    color: rgba(255, 138, 0, 0.7); }
    .download-rider__text a:hover {
      color: #FF8A00; }
  @media screen and (max-width: 1280px) {
    .download-rider__btn {
      margin: 0 auto; } }

.blog-item {
  display: block; }
  .blog-item__img {
    width: 100%;
    display: block;
    position: relative;
    height: 0;
    padding-bottom: 55.71429%;
    margin-bottom: 20px;
    min-height: 220px; }
    @media screen and (max-width: 767px) {
      .blog-item__img {
        width: calc(100% + 40px);
        margin-left: -20px; } }
    .blog-item__img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-position: center;
         object-position: center;
      -o-object-fit: cover;
         object-fit: cover; }
    .blog-item__img:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left bottom, left top, color-stop(11.36%, rgba(18, 18, 18, 0.7)), color-stop(41.25%, rgba(18, 18, 18, 0)));
      background: -o-linear-gradient(bottom, rgba(18, 18, 18, 0.7) 11.36%, rgba(18, 18, 18, 0) 41.25%);
      background: linear-gradient(0deg, rgba(18, 18, 18, 0.7) 11.36%, rgba(18, 18, 18, 0) 41.25%);
      top: 0;
      left: 0;
      z-index: 1; }
  .blog-item__date {
    display: block;
    margin-bottom: 10px; }
  .blog-item__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    display: block; }
    @media screen and (max-width: 991px) {
      .blog-item__title {
        font-size: 20px; } }

.fancy-preview {
  display: grid;
  grid-template-columns: 49% 51%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 767px) {
    .fancy-preview {
      grid-template-columns: 1fr;
      grid-gap: 30px; } }
  .fancy-preview-holder .fancy-preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 0;
    background: #292929;
    border-radius: 0px 8px 8px 0px; }
  .fancy-preview-holder .fancy-preview:nth-child(even) {
    border-radius: 8px 0 0 8px; }
  .fancy-preview-holder .fancy-preview:nth-child(even) .fancy-preview__img {
    border-radius: 8px 0 0 8px; }
  .fancy-preview__img {
    margin-left: -55px;
    overflow: hidden;
    border-radius: 0 8px 8px 0;
    width: calc(100% + 55px);
    display: block;
    position: relative;
    height: 0;
    padding-bottom: 60.63492%; }
    @media screen and (max-width: 991px) {
      .fancy-preview__img {
        margin-left: -20px;
        width: calc(100% + 20px); } }
    @media screen and (max-width: 767px) {
      .fancy-preview__img {
        margin-left: 0;
        border-radius: 8px;
        width: 100%; } }
    @media screen and (max-width: 575px) {
      .fancy-preview__img {
        margin-left: -20px;
        width: calc(100% + 40px);
        border-radius: 0;
        min-height: 200px; } }
    .fancy-preview__img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-position: center;
         object-position: center;
      -o-object-fit: cover;
         object-fit: cover;
      z-index: 2;
      opacity: 1;
      -webkit-transition: 0.4s ease;
      -o-transition: 0.4s ease;
      transition: 0.4s ease; }
    .fancy-preview__img.video-played img {
      opacity: 0; }
    .fancy-preview__img.video-error {
      pointer-events: none; }
    .fancy-preview__img iframe {
      position: absolute;
      width: calc(100% + 100px);
      height: calc(100% + 330px);
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      border: 0;
      pointer-events: none; }
    .fancy-preview-holder .fancy-preview__img {
      margin: 0;
      background: #121212;
      display: block;
      position: relative;
      height: 0;
      padding-bottom: 55.76642%;
      width: 100%; }
  .fancy-preview__text {
    padding-left: 21%;
    width: 100%; }
    @media screen and (max-width: 1280px) {
      .fancy-preview__text {
        padding-left: 40px; } }
    @media screen and (max-width: 767px) {
      .fancy-preview__text {
        padding: 0; } }
    .fancy-preview-holder .fancy-preview__text {
      padding-left: 0; }
  .fancy-preview__title {
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 30px;
    display: block;
    font-family: "Prompt"; }
    @media screen and (max-width: 575px) {
      .fancy-preview__title {
        font-size: 24px; } }
    .fancy-preview-holder .fancy-preview__title {
      font-weight: 600;
      font-size: 24px;
      line-height: 140%;
      display: block;
      padding: 16px 60px 30px;
      min-height: 114px;
      margin-bottom: 0;
      font-family: "Montserrat"; }
      @media screen and (max-width: 991px) {
        .fancy-preview-holder .fancy-preview__title {
          padding: 20px; } }
      @media screen and (max-width: 575px) {
        .fancy-preview-holder .fancy-preview__title {
          min-height: 60px; } }
  .fancy-preview__subtitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: #E0E0E0;
    margin-bottom: 20px;
    display: block; }
    .fancy-preview__subtitle:first-child {
      margin-bottom: 30px; }
    @media screen and (max-width: 575px) {
      .fancy-preview__subtitle {
        font-size: 20px; } }
    .fancy-preview-holder .fancy-preview__subtitle {
      display: none; }
  .fancy-preview__small {
    display: block; }
    .fancy-preview__small:not(:last-child) {
      margin-bottom: 10px; }
    .fancy-preview-holder .fancy-preview__small {
      display: none; }
  .fancy-preview__play {
    width: 46px;
    height: 46px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2; }
    .fancy-preview__img:hover .fancy-preview__play {
      background: rgba(255, 255, 255, 0.5); }
    .fancy-preview__play:before {
      content: '';
      position: absolute;
      width: 17px;
      height: 22px;
      background-image: url("../img/image/play-fill.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      margin-left: 2px; }
    .fancy-preview-holder .fancy-preview__play {
      display: none; }
    .video-played .fancy-preview__play {
      opacity: 0; }

.fancy-preview-holder {
  margin-left: -55px;
  margin-right: -55px; }
  @media screen and (max-width: 991px) {
    .fancy-preview-holder {
      margin-left: -20px;
      margin-right: -20px; } }

.project-item {
  display: block;
  position: relative;
  background: #292929;
  border-radius: 0px 8px 8px 0px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .project-item {
      border-radius: 0; } }
  .project-item:nth-child(even) {
    border-radius: 8px 0 0 8px; }
    @media screen and (max-width: 767px) {
      .project-item:nth-child(even) {
        border-radius: 0; } }
  .project-item__img {
    width: 100%;
    display: block;
    position: relative;
    height: 0;
    padding-bottom: 55.91241%;
    border-radius: 0px 8px 8px 0px;
    overflow: hidden;
    background: #121212; }
    @media screen and (max-width: 767px) {
      .project-item__img {
        border-radius: 0; } }
    .project-item:nth-child(even) .project-item__img {
      border-radius: 8px 0 0 8px; }
      @media screen and (max-width: 767px) {
        .project-item:nth-child(even) .project-item__img {
          border-radius: 0; } }
    .project-item__img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-position: center;
         object-position: center;
      -o-object-fit: cover;
         object-fit: cover;
      width: 101%;
      height: 101%;
      max-width: 101%;
      z-index: 2;
      -webkit-transition: 0.4s ease;
      -o-transition: 0.4s ease;
      transition: 0.4s ease; }
    .project-item__img iframe {
      position: absolute;
      width: calc(100% + 10px);
      height: calc(100% + 330px);
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      border: 0;
      -webkit-transition: 0.4s ease;
      -o-transition: 0.4s ease;
      transition: 0.4s ease; }
    .project-item__img.video-played img {
      opacity: 0; }
    .project-item__img.video-played iframe {
      opacity: 1; }
    .project-item__img.video-error {
      pointer-events: none; }
  .project-item__title {
    position: absolute;
    bottom: 30px;
    left: 60px;
    max-width: calc(100% - 120px);
    display: block;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    font-family: "Montserrat";
    z-index: 2; }
    @media screen and (max-width: 991px) {
      .project-item__title {
        font-size: 18px;
        max-width: calc(100% - 30px);
        left: 15px; } }

.advantage-item__icon {
  width: 108px;
  height: 108px;
  border: 2px solid #333333;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  margin: 0 auto 30px; }

.advantage-item__text {
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  text-align: center; }

.show-steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .show-steps__time {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: #FF8A00;
    text-align: center;
    max-width: 240px;
    margin: 0 auto 30px;
    width: 100%;
    display: block; }
  .show-steps__info {
    background: #292929;
    padding: 30px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    border-radius: 0 0 10px 10px;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%; }
    .show-steps__info:before {
      content: '';
      position: absolute;
      width: calc(100% + 30px);
      height: 1px;
      background: #FF8A00;
      top: -1px;
      left: 0; }
      @media screen and (max-width: 575px) {
        .show-steps__info:before {
          width: 100%; } }
    .show-steps__info::after {
      content: '';
      position: absolute;
      width: 14px;
      height: 14px;
      background: #FF8A00;
      border-radius: 100%;
      top: -7px;
      left: 25px; }
  .show-steps:last-child .show-steps__info:before {
    width: 100%; }
  @media screen and (max-width: 991px) {
    .show-steps:nth-child(2n) .show-steps__info:before {
      width: 100%; } }
  .show-steps__title {
    font-size: 24px;
    line-height: 130%;
    display: block;
    margin-bottom: 20px;
    font-family: "Prompt"; }
  @media screen and (max-width: 991px) {
    .show-steps:nth-child(2) .show-steps__info::after {
      left: 40%; } }
  @media screen and (max-width: 991px) {
    .show-steps:nth-child(3) .show-steps__info::after {
      left: 60%; } }
  @media screen and (max-width: 991px) {
    .show-steps:nth-child(4) .show-steps__info::after {
      left: auto;
      right: 25px; } }

.showtime {
  background: #292929;
  border-radius: 10px;
  margin: 30px 0;
  padding: 60px;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 991px) {
    .showtime {
      padding: 60px 20px; } }
  .showtime:before {
    content: '';
    position: absolute;
    width: 2206px;
    height: 798px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background: #333333;
    left: 22.6%;
    border-radius: 50%; }
    @media screen and (max-width: 1280px) {
      .showtime:before {
        left: 15.6%; } }
    @media screen and (max-width: 991px) {
      .showtime:before {
        left: 7.6%; } }
    @media screen and (max-width: 575px) {
      .showtime:before {
        left: 17.6%; } }
  .showtime__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative; }
    @media screen and (max-width: 767px) {
      .showtime__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .showtime__title {
    margin: 0 78px 0 0; }
    @media screen and (max-width: 1280px) {
      .showtime__title {
        margin-right: 30px; } }
    @media screen and (max-width: 767px) {
      .showtime__title {
        margin: 0 0 30px; } }
  @media screen and (max-width: 575px) {
    .showtime__line {
      display: none; } }
  .showtime__line::before {
    content: '';
    position: absolute;
    width: 22.6%;
    height: 2px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background: #FF8A00;
    left: 0; }
    @media screen and (max-width: 1280px) {
      .showtime__line::before {
        width: 15.6%; } }
    @media screen and (max-width: 991px) {
      .showtime__line::before {
        width: 7.6%; } }
  .showtime__line::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background: #FF8A00;
    border-radius: 100%;
    left: calc(22.6% - 7px); }
    @media screen and (max-width: 1280px) {
      .showtime__line::after {
        left: calc(15.6% - 7px); } }
    @media screen and (max-width: 991px) {
      .showtime__line::after {
        left: calc(7.6% - 7px); } }
  .showtime__btn {
    min-width: 410px; }
    @media screen and (max-width: 991px) {
      .showtime__btn {
        min-width: unset; } }
  .showtime__modal {
    font-size: 20px;
    line-height: 140%; }
    .showtime__modal h2,
    .showtime__modal .h2 {
      text-align: center;
      margin-top: 60px;
      margin-bottom: 30px; }
      .showtime__modal h2:first-child,
      .showtime__modal .h2:first-child {
        padding: 0 40px; }
    .showtime__modal > * {
      max-width: 630px;
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
  .showtime__image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 940px; }
    @media screen and (max-width: 767px) {
      .showtime__image {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
    .showtime__image-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      max-width: 32%; }
      .showtime__image-item img {
        margin: auto; }
      @media screen and (max-width: 767px) {
        .showtime__image-item {
          margin-bottom: 40px;
          max-width: unset; } }
    .showtime__image-title {
      font-weight: 600;
      font-size: 24px;
      line-height: 140%;
      display: block;
      color: #FF8A00;
      margin-bottom: 20px;
      text-align: center; }

.pagination {
  grid-column: 1 / -1; }
  .pagination__btn {
    margin: 0 auto; }
  @media screen and (max-width: 575px) {
    .project-item + .pagination {
      padding: 0 20px; } }

.options-value__text {
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  display: block;
  margin-bottom: 30px; }

.options-value__images {
  margin-bottom: 30px;
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 55.71429%;
  border-radius: 8px;
  overflow: hidden; }
  @media screen and (max-width: 575px) {
    .options-value__images {
      width: calc(100% + 40px);
      margin-left: -20px;
      min-height: 200px;
      border-radius: 0; } }

.options-value__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease; }
  .options-value__image--text {
    -webkit-transform: translate(100%, 0px);
        -ms-transform: translate(100%, 0px);
            transform: translate(100%, 0px); }
  .options-value__image--vis {
    -webkit-transform: translate(0, 0px);
        -ms-transform: translate(0, 0px);
            transform: translate(0, 0px); }

.options-value__toggle-item {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  cursor: pointer;
  position: relative; }
  .options-value__toggle-item--active {
    color: #FFFFFF; }
  .options-value__toggle-item:not(:first-child) {
    margin-left: 3px;
    padding-left: 12px; }
    .options-value__toggle-item:not(:first-child):before {
      content: '/';
      position: absolute;
      left: 0;
      top: -2px; }

.field {
  margin-bottom: 20px;
  position: relative; }
  .field__error {
    background: #121212;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #EB5757;
    padding: 0 10px 2px;
    position: absolute;
    top: -11px;
    left: 14px;
    border-radius: 6px;
    height: 22px;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    opacity: 0;
    pointer-events: none; }
  .field__item {
    border: 1px solid #292929;
    background: #292929;
    border-radius: 10px;
    width: 100%;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    padding: 15px 14px;
    height: 56px; }
    .field__item::-webkit-input-placeholder {
      color: #E0E0E0; }
    .field__item::-moz-placeholder {
      color: #E0E0E0; }
    .field__item:-ms-input-placeholder {
      color: #E0E0E0; }
    .field__item::-ms-input-placeholder {
      color: #E0E0E0; }
    .field__item::placeholder {
      color: #E0E0E0; }
    .field__item[name="country_code"]::-webkit-input-placeholder {
      color: #838383; }
    .field__item[name="country_code"]::-moz-placeholder {
    color: #838383; }
    .field__item[name="country_code"]:-ms-input-placeholder {
    color: #838383; }
    .field__item[name="country_code"]::-ms-input-placeholder {
    color: #838383; }
    .field__item[name="country_code"]::placeholder {
      color: #838383; }
      .field__item[name="country_code"]:focus::placeholder{
        color: transparent!important;
      }
    .field__item:hover, .field__item:focus {
      background: #333333;
      border-color: #333333; }
    .field__item:focus {
      border-color: #FF8A00; }
    .field__item.error {
      border-color: #EB5757; }
      .field__item.error + .field__error {
        opacity: 1; z-index: 2;}
    .field__item--textarea {
      display: block;
      height: 122px;
      resize: none; }
      .field__item--textarea-big {
        height: 208px; }
@media (max-width: 767px){
  .field__item--textarea-big {
    height: 122px; }
}

.policy {
  color: rgba(255, 255, 255, 0.5);
  margin: 12px 0 60px; }
  .policy--modal {
    margin-bottom: 30px; }
  .policy a {
    color: rgba(255, 138, 0, 0.5); }
.policy.error .checkbox__text{
  color: rgb(255 0 0);
}
.policy.error .checkbox__text::before{
  border: 2px solid rgb(255 0 0);
}
.check-btn {
  position: relative;
  display: block;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 40px;
  overflow: hidden; }
  .check-btn__input {
    width: 1px;
    height: 1px;
    position: absolute;
    opacity: 0; }
  .check-btn__title {
    background: #333333;
    padding: 8px 20px;
    display: block;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease; }
    @media screen and (max-width: 575px) {
      .check-btn__title {
        padding: 8px 10px; } }
    .check-btn__title:hover {
      background: #292929; }
  .check-btn__input:checked + .check-btn__title {
    background: #FF8A00; }

.grid-form__radios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px; }
  .grid-form__radios > * {
    margin: 0 10px 10px 0; }
  @media (max-width: 767px){
      .grid-form__radios{
        margin-bottom: 10px;
      }
  }

  .grid-form__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 30px;
    max-width: 850px; }
    @media screen and (max-width: 767px) {
      .grid-form__wrapper {
        grid-template-columns: 1fr;
        grid-gap: 0px; } }

.filters {
  position: relative; }
  .filters__active {
    display: none;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease; }
    @media screen and (max-width: 575px) {
      .filters__active {
        display: block;
        padding: 12px 50px;
        width: 100%;
        border: 2px solid #FF8A00;
        border-radius: 45px;
        text-align: center;
        height: 52px; } }
    .filters__active:before {
      content: '';
      position: absolute;
      width: 14px;
      height: 14px;
      right: 24px;
      top: 16px;
      border-left: 2px solid #FF8A00;
      border-top: 2px solid #FF8A00;
      -webkit-transform: rotate(-135deg);
          -ms-transform: rotate(-135deg);
              transform: rotate(-135deg); }
    .filters__active-text {
      display: -webkit-box;
      -webkit-line-clamp: 1;
      overflow: hidden;
      -webkit-box-orient: vertical; }
  .filters__dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 -10px -10px 0; }
    @media screen and (max-width: 575px) {
      .filters__dropdown {
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        z-index: 3;
        background: #292929;
        display: none;
        max-height: 300px;
        overflow: auto; } }
    .filters__dropdown--open {
      scrollbar-color: rgba(255, 138, 0, 0.5) transparent;
      scrollbar-width: thin; }
      .filters__dropdown--open::-webkit-scrollbar {
        width: 8px; }
      .filters__dropdown--open::-webkit-scrollbar-track {
        background: transparent; }
      .filters__dropdown--open::-webkit-scrollbar-thumb {
        background: rgba(255, 138, 0, 0.5);
        border-radius: 4px;
        outline: none; }
  .filters__item {
    margin: 0 10px 10px 0; }
    @media screen and (max-width: 575px) {
      .filters__item {
        width: 100%;
        text-align: center;
        border-radius: 0;
        margin: 0 0 2px;
        z-index: 3; } }

.video-banner {
  width: 100%;
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 44.85714%;
  pointer-events: none;
  overflow: hidden;
  min-height: 400px; }
  @media screen and (max-width: 991px) {
    .video-banner {
      pointer-events: auto; } }
  .video-banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(11.36%, rgba(18, 18, 18, 0.7)), color-stop(41.25%, rgba(18, 18, 18, 0)));
    background: -o-linear-gradient(bottom, rgba(18, 18, 18, 0.7) 11.36%, rgba(18, 18, 18, 0) 41.25%);
    background: linear-gradient(0deg, rgba(18, 18, 18, 0.7) 11.36%, rgba(18, 18, 18, 0) 41.25%);
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none; }
  .video-banner iframe {
    position: absolute;
    width: calc(100% + 400px);
    height: calc(100% + 270px);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border: 0; }
  .video-banner__text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 0 20px 25px;
    text-align: center;
    font-weight: 500;
    width: 100%;
    pointer-events: none; }
    @media screen and (max-width: 767px) {
      .video-banner__text {
        padding-bottom: 0; } }
  .video-banner__title {
    font-weight: 400;
    font-size: 64px;
    line-height: 140%;
    font-family: "Prompt";
    color: #FF8A00;
    margin-bottom: 10px;
    display: block; }
    @media screen and (max-width: 767px) {
      .video-banner__title {
        font-size: 48px; } }
    @media screen and (max-width: 575px) {
      .video-banner__title {
        font-size: 35px; } }
  @media screen and (max-width: 991px) {
    .video-banner:not(.video-banner--main) {
      min-height: unset;
      padding-bottom: 56.9%; }
      .video-banner:not(.video-banner--main) iframe {
        width: 100%;
        height: 100%; } }
  .video-banner--main img {
    display: none; }
  @media screen and (max-width: 991px) {
    .video-banner--main img {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -o-object-fit: cover;
         object-fit: cover; }
    .video-banner--main iframe {
      display: none; } }

.undefined-page {
  padding-bottom: 60px;
  position: relative; }
  @media screen and (max-width: 575px) {
    .undefined-page {
      padding-bottom: 40px; } }
  .undefined-page__bg {
    position: absolute;
    top: -174px;
    z-index: 0;
    width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    max-width: 1920px;
    height: calc(100% + 174px);
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom; }
  .undefined-page__content {
    position: relative;
    z-index: 2; }
  .undefined-page__title {
    text-align: center;
    margin: 0 0 10px; }
  .undefined-page__image {
    max-width: 630px;
    display: block;
    margin: 0 auto;
    width: 100%; }
  .undefined-page__btn {
    margin: 30px auto 0; }

.contacts {
  padding-bottom: 60px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 575px) {
    .contacts {
      padding-bottom: 40px; } }
  .contacts:before {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% + 180px);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(11.36%, rgba(18, 18, 18, 0.7)), color-stop(41.25%, rgba(18, 18, 18, 0)));
    background: -o-linear-gradient(bottom, rgba(18, 18, 18, 0.7) 11.36%, rgba(18, 18, 18, 0) 41.25%);
    background: linear-gradient(0deg, rgba(18, 18, 18, 0.7) 11.36%, rgba(18, 18, 18, 0) 41.25%);
    top: -174px;
    left: 0;
    z-index: 1; }
  .contacts__bg {
    position: absolute;
    top: -174px;
    z-index: 0;
    width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    max-width: 1920px;
    height: calc(100% + 174px);
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
    display: block; }
  .contacts__content {
    position: relative;
    z-index: 2;
    margin-top: 96px; }
    @media screen and (max-width: 767px) {
      .contacts__content {
        margin-top: 60px; } }
    @media screen and (max-width: 575px) {
      .contacts__content {
        margin-top: 40px; } }
  .contacts__link {
    font-size: 40px;
    line-height: 120%;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 60px;
    font-family: "Prompt"; }
    @media screen and (max-width: 575px) {
      .contacts__link {
        font-size: 30px; } }
    @media screen and (max-width: 575px) {
      .contacts__link {
        margin-bottom: 40px; } }
  .contacts__row {
    display: grid;
    grid-gap: 20%;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 60px; }
    @media screen and (max-width: 1280px) {
      .contacts__row {
        grid-gap: 60px; } }
    @media screen and (max-width: 767px) {
      .contacts__row {
        grid-template-columns: 1fr; } }
    @media screen and (max-width: 575px) {
      .contacts__row {
        grid-gap: 40px;
        margin-bottom: 40px; } }
  .contacts__col {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%; }
    @media screen and (max-width: 575px) {
      .contacts__col {
        font-size: 20px; } }

.subscribe {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: calc(31% + 10px) 1fr;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media screen and (max-width: 991px) {
    .subscribe {
      grid-template-columns: 1fr; } }
  .subscribe--thanks {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  @media screen and (max-width: 991px) {
    .subscribe h2,
    .subscribe .h2 {
      text-align: center; } }
  .subscribe__form {
    display: grid;
    grid-template-columns: 1fr 260px;
    grid-gap: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media screen and (max-width: 575px) {
      .subscribe__form {
        grid-template-columns: 1fr; } }
    .subscribe__form-field {
      margin-bottom: 0; }
  .subscribe__thanks {
    font-size: 20px;
    line-height: 140%;
    padding-left: 13.5%; }
    @media screen and (max-width: 991px) {
      .subscribe__thanks {
        padding: 0;
        text-align: center; } }

.options-caption {
  font-size: 20px;
  line-height: 140%; }

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

.lang_selector {
	margin-right: 20px;
}

.lang_selector .active {
	font-weight: 700;
}

.mobShow {
	display: none;
}

.pcShow {
	display: block;
}

@media (max-width: 1280px) {
	.mobShow {
		display: block;
	}
	.pcShow {
		display: none;
	}
	.lang_selector {
		margin-right: 0;
	}
}
@media ( (min-width: 600px) and (max-width: 1280px) ) {
	.lang_selector {
		position: absolute;
		right: 120px;
	}
}
@media  (max-width: 1280px) {
  .video-banner__text {
    z-index: 1;
  }
} 

#get-in-touch-mobile { 
  display: none; 
} 
@media  (max-width: 1280px) { 
  #get-in-touch-mobile { 
    cursor: pointer; 
    display: flex; 
    justify-content: center; 
  } 
} 

.field__phoneWitchCode{
  display: flex;
  justify-content: space-between;
}
.field__phoneWitchCode-code{
  width: 65px;
}
.field__phoneWitchCode-phone{
  width: calc(100% - 70px);
} 



.screen-reader-text{ position: absolute; margin: -1px; padding: 0; height: 1px; width: 1px; overflow: hidden; clip: rect(0 0 0 0); border: 0; word-wrap: normal!important; }
.star-rating .star-full:before { content: "\f155"; }
.star-rating .star-half:before { content: "\f459"; }
.star-rating .star-empty:before { content: "\f154"; }
.star-rating .star {
  color: #ffb175;
  display: inline-block;
  font-family: dashicons;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  height: 20px;
  line-height: 1;
  text-align: center;
  text-decoration: inherit;
  vertical-align: top;
  width: 20px;
} 

.stars-container { 
  max-width: 630px; 
  margin-bottom: 2rem !important; 

  margin: auto;
  padding: 50px 30px;
  border-radius: 30px;

  /* letter-spacing: 5px; */

  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
} 

.stars-container .container {
  text-align: center; 
} 

.stars-container h2 {
  margin-bottom: 20px;
  color: rgb(255, 255, 255);
  text-shadow: 1px 1px 0.2px black;
  text-align: center;
} 

.stars-container #stars-form {
  display: flex;
  align-items: center;
  justify-content: center;
} 

.stars div {
  color: #fff;
  font-size: 25px;
  align-items: center;
  justify-content: space-evenly;
  text-shadow: 1px 1px 0.2px black;
  cursor: pointer !important;
} 

.star-rating div { 
  cursor: pointer; 
} 

.active {
  color: #FF8A00 !important;
  transform: scale(1.2) !important;
} 

.current-menu-item > a{
  color: #FF8A00 !important;
}

@media (min-width: 1281px){
  .menu-item-has-children::after{
    content: '';
    position: absolute;
    top: 4px;
    right: -16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(135deg);
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .header__nav ul > li:hover::after{
    transform: rotate(315deg);
    top: 8px;
  }
  .header__nav .sub-menu { 
    display: block;
    z-index: -1;
    opacity: 0;
    position: absolute;
    top: -999999px;
    left: -999999px;
  } 
  .header__nav ul > li{
    position: relative;
  }
  .header__nav ul > li:hover .sub-menu {
    top: 100%;
    left: -20px;
    z-index: 1;
    opacity: 1;
    width: 200px;
  }
}
@media (max-width: 1280px){
  .header__nav .sub-menu { 
    display: block;
    margin-top: 20px;
  } 
} 

@media (min-width: 425px){
  form.js-feedback .d-flex{
      display: flex;
  }
  form.js-feedback .field.checkbox-elem:not(:last-child){
      margin-right: 30px;
  }
}

.fp-ginnes-block{
  position: absolute;
  right: 55px;
  top: 100px;
  z-index: 1;
  width: 260px;
  text-align: center;
}
.fp-ginnes-block img{
  max-width: 35px;
}
.fp-ginnes-block img:not(:last-child){
  margin-right: 15px;
}
@media (max-width: 1280px){
  .fp-ginnes-block{
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-bottom: 30px;
  }
  .fp-ginnes-block img{
    max-width: 35px;
  }
}