/* compiled by scssphp v0.7.6 on Mon, 24 Apr 2023 13:02:25 +0000 (0.8169s) */

/**
 * breakpoints
 */
/**
 * font-family
 */
/**
 * color
 */
/**
 * z-layer
 */
/**
 * font-weight
 */
/**
 * other
 */
/**
 * flash to keyframes functions
 */
/**
 * Atlas
 **/
/**
 * Keyframes
 **/
/* line 1, visual/styles/mixins/_cross.scss */
.custom-menu_project .custom-menu__item-link, .custom-modal__close-btn-icon, .vacancies-modal .vacancies-modal__close-btn-span {
  position: relative;
}
/* line 3, visual/styles/mixins/_cross.scss */
.custom-menu_project .custom-menu__item-link::before, .custom-modal__close-btn-icon::before, .vacancies-modal .vacancies-modal__close-btn-span::before, .custom-menu_project .custom-menu__item-link::after, .custom-modal__close-btn-icon::after, .vacancies-modal .vacancies-modal__close-btn-span::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  margin: auto;
  width: 100%;
  transform-origin: 50% 50%;
}
/* line 17, visual/styles/mixins/_cross.scss */
.custom-menu_project .custom-menu__item-link::before, .custom-modal__close-btn-icon::before, .vacancies-modal .vacancies-modal__close-btn-span::before {
  transform: rotate(45deg);
}
/* line 21, visual/styles/mixins/_cross.scss */
.custom-menu_project .custom-menu__item-link::after, .custom-modal__close-btn-icon::after, .vacancies-modal .vacancies-modal__close-btn-span::after {
  transform: rotate(-45deg);
}
/**
 * В Edge если в @keyframes нет описания начального состояния (0%/from), то ломается steps()
 */
/**
 * Баг в Edge+css минификатор. Минификатор сокращает 0% до 0, в edge при этом ломается steps()
 */
/**
 * Генерация keyframes для анимации 
 * $FRAMES_ORDER: (0,1,2,3,4,5,6,7,8,9,10,11,0,1,2,3,4,5,6,7,8,9,10,11,0);
 * @include animation(ANIMATION_NAME frames2time(length($frames_static) + 25) steps(1) infinite) {
 *   @include sequence-keyframes((w: $FRAME_WIDTH, h: $FRAME_HEIGHT), (w: $ATLAS_WIDTH, h: $ATLAS_HEIGHT), $FRAMES_ORDER, 25);
 * }
 */
/* line 89, visual/styles/_mixins.scss */
.custom-menu_project .custom-menu__item-link, .custom-modal__close-btn-icon, .vacancies-modal .vacancies-modal__close-btn-span {
  position: relative;
}
/* line 91, visual/styles/_mixins.scss */
.custom-menu_project .custom-menu__item-link::before, .custom-modal__close-btn-icon::before, .vacancies-modal .vacancies-modal__close-btn-span::before, .custom-menu_project .custom-menu__item-link::after, .custom-modal__close-btn-icon::after, .vacancies-modal .vacancies-modal__close-btn-span::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  margin: auto;
  width: 100%;
  transform-origin: 50% 50%;
}
/* line 105, visual/styles/_mixins.scss */
.custom-menu_project .custom-menu__item-link::before, .custom-modal__close-btn-icon::before, .vacancies-modal .vacancies-modal__close-btn-span::before {
  transform: rotate(45deg);
}
/* line 109, visual/styles/_mixins.scss */
.custom-menu_project .custom-menu__item-link::after, .custom-modal__close-btn-icon::after, .vacancies-modal .vacancies-modal__close-btn-span::after {
  transform: rotate(-45deg);
}
@keyframes fade-in {
  /* line 17, visual/styles/_animations.scss */
  0% {
    visibility: visible;
    opacity: 0;
  }
  /* line 22, visual/styles/_animations.scss */
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes fade-out {
  /* line 28, visual/styles/_animations.scss */
  0% {
    visibility: visible;
    opacity: 1;
  }
  /* line 33, visual/styles/_animations.scss */
  100% {
    visibility: visible;
    opacity: 0;
  }
}
@keyframes fade-in-top {
  /* line 39, visual/styles/_animations.scss */
  0% {
    visibility: visible;
    opacity: 0;
    transform: translate(0, -10vh);
  }
  /* line 45, visual/styles/_animations.scss */
  100% {
    visibility: visible;
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes fade-in-bottom {
  /* line 53, visual/styles/_animations.scss */
  0% {
    visibility: visible;
    opacity: 0;
    transform: translate(0%, 10%);
  }
  /* line 59, visual/styles/_animations.scss */
  100% {
    visibility: visible;
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes fade-in-zoom {
  /* line 67, visual/styles/_animations.scss */
  0% {
    visibility: visible;
    transform: scale(0.8);
  }
  /* line 72, visual/styles/_animations.scss */
  100% {
    visibility: visible;
    transform: scale(1);
  }
}
@keyframes fade-out-top {
  /* line 79, visual/styles/_animations.scss */
  0% {
    visibility: visible;
    transform: translate(0%, 0%);
  }
  /* line 83, visual/styles/_animations.scss */
  100% {
    visibility: visible;
    transform: translate(0%, 100%);
  }
}
@keyframes fade-out-bottom {
  /* line 89, visual/styles/_animations.scss */
  0% {
    visibility: visible;
    transform: translate(0%, 0%);
  }
  /* line 93, visual/styles/_animations.scss */
  100% {
    visibility: visible;
    transform: translate(0%, -100%);
  }
}
@keyframes fade-out-left {
  /* line 100, visual/styles/_animations.scss */
  0% {
    visibility: visible;
    transform: translate(0%, 0%);
  }
  /* line 104, visual/styles/_animations.scss */
  100% {
    visibility: visible;
    transform: translate(-100%, 0%);
  }
}
@keyframes fade-out-right {
  /* line 110, visual/styles/_animations.scss */
  0% {
    visibility: visible;
    transform: translate(0%, 0%);
  }
  /* line 114, visual/styles/_animations.scss */
  100% {
    visibility: visible;
    transform: translate(100%, 0%);
  }
}
@keyframes fade-in-left {
  /* line 121, visual/styles/_animations.scss */
  0% {
    visibility: visible;
    transform: translate(-100%, 0%);
  }
  /* line 125, visual/styles/_animations.scss */
  100% {
    visibility: visible;
    transform: translate(0%, 0%);
  }
}
@keyframes fade-in-right {
  /* line 131, visual/styles/_animations.scss */
  0% {
    visibility: visible;
    transform: translate(100%, 0%);
  }
  /* line 135, visual/styles/_animations.scss */
  100% {
    visibility: visible;
    transform: translate(0%, 0%);
  }
}
/**
 * Не обновлять страницу по свайпу вниз
 */
/* line 4, visual/styles/_normalize.scss */
body, html {
  overscroll-behavior: contain;
}
/* line 8, visual/styles/_normalize.scss */
body, html {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: fixed;
  width: 100%;
}
/* line 18, visual/styles/_normalize.scss */
html {
  height: 100%;
  background: #fff;
}
/* line 24, visual/styles/_normalize.scss */
body {
  opacity: 1;
  transition: opacity 0.2s;
  min-height: 100vh;
}
/* line 28, visual/styles/_normalize.scss */
body.preload {
  opacity: 0;
  overflow: hidden;
}
/* line 34, visual/styles/_normalize.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
/* line 44, visual/styles/_normalize.scss */
a, button, input, textarea, [tabindex] {
  color: inherit;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
/* line 55, visual/styles/_normalize.scss */
form {
  margin-block-end: 0;
}
/* line 59, visual/styles/_normalize.scss */
* {
  transform-origin: 50% 50%;
  -webkit-tap-highlight-color: transparent;
}
/* line 64, visual/styles/_normalize.scss */
/* line 65, visual/styles/_normalize.scss */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
/* line 1, visual/styles/_texts.scss */
html, .cform, .cform__input-text input, .cform__text input, .cform__input-text textarea, .cform__text textarea {
  font-family: 'Montserrat', Helvetica, sans-serif;
  font-size: 1.133vw;
  color: #fff;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  html, .cform, .cform__input-text input, .cform__text input, .cform__input-text textarea, .cform__text textarea {
    font-size: 2.578vw;
  }
}
/* line 11, visual/styles/_texts.scss */
.custom-menu {
  font-size: 1.133vw;
  line-height: 0.8;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .custom-menu {
    font-size: 2.578vw;
  }
}
/* line 21, visual/styles/_texts.scss */
.intro__title {
  font-size: 3.672vw;
  line-height: 1.23;
  letter-spacing: -0.005em;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .intro__title {
    font-size: 8.356vw;
  }
}
/* line 31, visual/styles/_texts.scss */
.about__item-title, .about__item-title-local, .clients__title {
  font-size: 0.781vw;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .about__item-title, .about__item-title-local, .clients__title {
    font-weight: 900;
    line-height: 1;
    font-size: 10.578vw;
  }
}
/* line 44, visual/styles/_texts.scss */
.about__item-id, .about__item-id-local {
  font-size: 12.55vw;
  line-height: 1;
  font-family: 'Montserrat-o', Helvetica, sans-serif;
  transform-origin: 100% 50%;
  font-weight: 900;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .about__item-id, .about__item-id-local {
    font-size: 1.867vw;
  }
}
/*
 * подзаголовки в блоке О нас
 */
/* line 58, visual/styles/_texts.scss */
.about__subitem-text {
  font-family: 'Montserrat', Helvetica, sans-serif;
  font-size: 2.734vw;
  line-height: 0.998;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -0.005em;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .about__subitem-text {
    font-size: 5.511vw;
  }
}
/*
 * индекс
 */
/* line 73, visual/styles/_texts.scss */
/*
 * партнеры
 */
/* line 88, visual/styles/_texts.scss */
.about__item_3 .about__subitem-text {
  font-family: 'Montserrat-o', Helvetica, sans-serif;
  font-size: 2.734vw;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.11;
  letter-spacing: -0.005em;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .about__item_3 .about__subitem-text {
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 4.622vw;
  }
}
/* line 102, visual/styles/_texts.scss */
.clients__item {
  font-family: 'Montserrat-o', Helvetica, sans-serif;
  font-size: 5.859vw;
  line-height: 0.998;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .clients__item {
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 8.889vw;
  }
}
/* line 115, visual/styles/_texts.scss */
.clients__item:hover {
  font-family: 'Montserrat', Helvetica, sans-serif;
}
/*
 * заголовок инфо
 */
/* line 123, visual/styles/_texts.scss */
.info__title, .vacancies-modal__vacancy {
  font-size: 6.797vw;
  line-height: 1;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .info__title, .vacancies-modal__vacancy {
    font-size: 13.956vw;
  }
}
/*
 * заголовок элемента инфо
 */
/* line 136, visual/styles/_texts.scss */
/*
 * текст элемента инфо
 */
/* line 148, visual/styles/_texts.scss */
.p-project__footer-title {
  font-family: 'Montserrat-o', Helvetica, sans-serif;
  font-size: 3.789vw;
  line-height: 1;
  color: #4d4d4d;
  letter-spacing: -0.021em;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .p-project__footer-title {
    font-size: 8.267vw;
  }
}
/*
 * текст элемента инфо
 */
/* line 163, visual/styles/_texts.scss */
.info__item-text {
  font-size: 1.797vw;
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: #4d4d4d;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .info__item-text {
    font-size: 4vw;
  }
}
/* line 174, visual/styles/_texts.scss */
.project-list__item-subtitle {
  font-size: 1.094vw;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: #a8a8a8;
  font-weight: 400;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .project-list__item-subtitle {
    font-size: 2.578vw;
  }
}
/* line 185, visual/styles/_texts.scss */
.p-project__footer-item-subtitle, .project-list__item-title {
  font-size: 5.469vw;
  line-height: 0.905;
  letter-spacing: -0.02em;
  font-weight: 400;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .p-project__footer-item-subtitle, .project-list__item-title {
    line-height: 0.85;
    font-size: 14.222vw;
  }
}
/* line 196, visual/styles/_texts.scss */
.project-list__item-text {
  font-size: 1.758vw;
  line-height: 1.2;
  letter-spacing: -0.0215em;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .project-list__item-text {
    letter-spacing: 0.02em;
    font-size: 4vw;
  }
}
/*
 ***
 */
/* line 210, visual/styles/_texts.scss */
/* line 220, visual/styles/_texts.scss */
.contacts__item-title {
  font-size: 2.344vw;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .contacts__item-title {
    font-size: 4.622vw;
  }
}
/* line 232, visual/styles/_texts.scss */
.contacts__item {
  font-size: 1.133vw;
  line-height: 1;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .contacts__item {
    font-size: 2.578vw;
  }
}
/* line 1, visual/components/project/gui/button/button.scss */
.button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 11.602vw;
  height: 3.242vw;
  background: #0608f1;
  box-sizing: border-box;
  padding: 0;
  cursor: pointer;
  border: 2px solid #0608f1;
  text-decoration: none;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
@media screen and (min-width: 900px) and (max-width: 1279px) {
  .button {
    width: 11.602vw;
    height: 3.242vw;
  }
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .button {
    width: 26.222vw;
    flex: 0 0 3.556vw;
    height: 3.556vw;
    border: none;
  }
}
@media (hover) , (min-width:0\0) , (min--moz-device-pixel-ratio:0) {
  /* line 34, visual/components/project/gui/button/button.scss */
  .button:hover {
    color: #0608f1;
    background: #fff;
  }
}
/* line 40, visual/components/project/gui/button/button.scss */
.button_link {
  width: 16.289vw;
  margin: 1.953vw 0;
}
@media screen and (min-width: 900px) and (max-width: 1279px) {
  .button_link {
    width: 16.289vw;
    margin: 1.953vw 0;
  }
}
/* line 1, visual/components/project/gui/custom-scroll/custom-scroll.scss */
.nicescroll-rails {
  width: 7px;
  border-radius: 7px;
}
/* line 6, visual/components/project/gui/custom-scroll/custom-scroll.scss */
.custom-scroll {
  position: relative;
}
/* line 19, visual/components/project/gui/custom-scroll/custom-scroll.scss */
.custom-scroll__scrollbar {
  position: absolute;
  height: 100%;
  right: 10px;
}
/* line 25, visual/components/project/gui/custom-scroll/custom-scroll.scss */
.custom-scroll__thumb {
  width: 7px;
  background-color: #888;
  border-radius: 3.5px;
  height: 100%;
}
/* line 32, visual/components/project/gui/custom-scroll/custom-scroll.scss */
.custom-scroll__track {
  position: absolute;
  top: 0;
  display: block;
  width: 7px;
  height: 50px;
  background-color: rgba(136, 136, 136, 0.5);
  border-radius: 3.5px;
}
/* line 11, visual/components/project/gui/social-block/social-block.scss */
/* line 1, visual/components/project/gui/share-block/share-block.scss */
.share-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
/* line 30, visual/components/project/gui/share-block/share-block.scss */
.share-block__checkbox {
  display: none;
}
/* line 34, visual/components/project/gui/share-block/share-block.scss */
.share-block__title {
  line-height: 1;
  cursor: pointer;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .share-block__title {
    display: none;
  }
}
/* line 43, visual/components/project/gui/share-block/share-block.scss */
.share-block__icon {
  flex: 0 0 1.641vw;
  width: 1.641vw;
  height: 1.641vw;
  border-radius: 50%;
  margin: 0 0 0 1.172vw;
  cursor: pointer;
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.3s ease-in-out;
}
/* line 53, visual/components/project/gui/share-block/share-block.scss */
.share-block__icon svg {
  width: 100%;
}
/* line 55, visual/components/project/gui/share-block/share-block.scss */
.share-block__icon svg > * {
  transition: fill 0.3s ease-in-out;
}
/* line 18, visual/components/project/gui/share-block/share-block.scss */
.share-block__checkbox:checked ~ .share-block__icon {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .share-block__icon {
    display: none;
    flex: 0 0 2.044vw;
    width: 2.044vw;
    height: 2.044vw;
  }
  /* line 70, visual/components/project/gui/share-block/share-block.scss */
  .share-block__icon circle {
    fill: #0608f1;
  }
  /* line 73, visual/components/project/gui/share-block/share-block.scss */
  .share-block__icon path {
    fill: #fff;
  }
}
@media (hover) , (min-width:0\0) , (min--moz-device-pixel-ratio:0) {
  /* line 11, visual/components/project/gui/share-block/share-block.scss */
  /* line 79, visual/components/project/gui/share-block/share-block.scss */
  .share-block:hover .share-block__icon circle {
    fill: #0608f1;
  }
  /* line 82, visual/components/project/gui/share-block/share-block.scss */
  .share-block:hover .share-block__icon path {
    fill: #fff;
  }
}
/* line 88, visual/components/project/gui/share-block/share-block.scss */
.share-block__list {
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: 50% 100%;
  transform: translate(-100%, 0%);
  opacity: 0;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
/* line 18, visual/components/project/gui/share-block/share-block.scss */
.share-block__checkbox:checked ~ .share-block__list {
  pointer-events: all;
  opacity: 1;
  transform: translate(0%, 0%);
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .share-block__list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    transform: none;
    opacity: 1;
    transform-origin: 100% 50%;
  }
  /* line 18, visual/components/project/gui/share-block/share-block.scss */
  .share-block__checkbox:checked ~ .share-block__list {
    transform: none;
  }
}
/* line 118, visual/components/project/gui/share-block/share-block.scss */
.share-block__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 1 1 1.953vw;
  width: 1.953vw;
  height: 1.172vw;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .share-block__item {
    flex: 0 0 2.044vw;
    width: 2.044vw;
    height: 1.689vw;
    padding: 0.5em 1em;
  }
}
/* line 134, visual/components/project/gui/share-block/share-block.scss */
.share-block__item svg {
  max-width: 70%;
  display: block;
  margin: auto;
}
/* line 139, visual/components/project/gui/share-block/share-block.scss */
.share-block__item path {
  transition: fill 0.3s ease-in-out;
}
@media (hover) , (min-width:0\0) , (min--moz-device-pixel-ratio:0) {
  /* line 143, visual/components/project/gui/share-block/share-block.scss */
  /* line 144, visual/components/project/gui/share-block/share-block.scss */
  .share-block__item:hover path {
    fill: #0608f1;
  }
}
/* line 1, visual/components/project/gui/arrow-down/arrow-down.scss */
.arrow-down {
  width: 6.367vw;
  height: 7.344vw;
  position: fixed;
  top: 58.1%;
  left: 9.219vw;
  pointer-events: all;
  cursor: pointer;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
/* line 22, visual/components/project/gui/arrow-down/arrow-down.scss */
._page_contacts .arrow-down {
  pointer-events: none;
  opacity: 0;
  transform: translateY(-150%);
  transition-duration: 0.8s;
}
/* line 29, visual/components/project/gui/arrow-down/arrow-down.scss */
/* line 33, visual/components/project/gui/arrow-down/arrow-down.scss */
.arrow-down svg {
  width: inherit;
  height: inherit;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .arrow-down {
    width: 28.978vw;
    height: 33.422vw;
    left: auto;
    right: 5px;
    top: auto;
    bottom: 30px;
  }
}
/* line 47, visual/components/project/gui/arrow-down/arrow-down.scss */
.arrow-down_right {
  left: auto;
  top: 56.5%;
  right: 9.258vw;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .arrow-down_right {
    display: none;
  }
}
/* line 55, visual/components/project/gui/arrow-down/arrow-down.scss */
.arrow-down ._stroke {
  transition: 0.2s stroke;
}
@media (hover) , (min-width:0\0) , (min--moz-device-pixel-ratio:0) {
  /* line 59, visual/components/project/gui/arrow-down/arrow-down.scss */
  .arrow-down:hover {
    transform: translateY(10px);
  }
  /* line 61, visual/components/project/gui/arrow-down/arrow-down.scss */
  .arrow-down:hover ._stroke {
    stroke: white;
  }
}
/* line 1, visual/components/project/project-solution-fx/project-solution-fx.scss */
.project-solution-fx {
  font-family: 'Montserrat-o', Helvetica, sans-serif;
  font-size: 3.691vw;
  line-height: 1;
  color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 88.9%;
  left: 0;
  transition: top 0.6s ease-in-out;
}
/* line 18, visual/components/project/project-solution-fx/project-solution-fx.scss */
._page_projects .project-solution-fx {
  top: 50%;
}
/* line 21, visual/components/project/project-solution-fx/project-solution-fx.scss */
._page_contacts .project-solution-fx {
  display: none;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .project-solution-fx {
    font-size: 8.4vw;
    top: 80%;
  }
}
/* line 30, visual/components/project/project-solution-fx/project-solution-fx.scss */
.project-solution-fx__item {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 37, visual/components/project/project-solution-fx/project-solution-fx.scss */
.project-solution-fx__1, .project-solution-fx__2, .project-solution-fx__3 {
  display: block;
  width: auto;
}
/* line 44, visual/components/project/project-solution-fx/project-solution-fx.scss */
.project-solution-fx__2 {
  margin-left: 3.906vw;
}
/* line 47, visual/components/project/project-solution-fx/project-solution-fx.scss */
.project-solution-fx__2_2 {
  margin-left: 15.625vw;
}
/* line 51, visual/components/project/project-solution-fx/project-solution-fx.scss */
.project-solution-fx__3 {
  margin-left: 26.953vw;
}
/* line 54, visual/components/project/project-solution-fx/project-solution-fx.scss */
.project-solution-fx__3_3 {
  margin-left: 23.438vw;
}
/* line 1, visual/components/project/logo/logo.scss */
.logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  vertical-align: middle;
  width: 31.836vw;
  height: 100%;
  margin-left: auto;
}
@media screen and (min-width: 900px) and (max-width: 1279px) {
  .logo {
    width: 31.836vw;
  }
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .logo {
    flex: 0 0 70.133vw;
    width: 70.133vw;
    height: 76.444vw;
    z-index: 8;
  }
}
/* line 27, visual/components/project/logo/logo.scss */
.logo__item {
  display: block;
  width: 100%;
}
/* line 30, visual/components/project/logo/logo.scss */
.logo__item_top {
  pointer-events: all;
  cursor: pointer;
  height: 12.656vw;
  background: url("visual/images/logo-top.svg") no-repeat right top / contain;
}
@media screen and (min-width: 900px) and (max-width: 1279px) {
  .logo__item_top {
    height: 12.656vw;
  }
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .logo__item_top {
    height: 28.8vw;
    z-index: 1;
  }
}
/* line 44, visual/components/project/logo/logo.scss */
.logo__item_bottom {
  pointer-events: none;
  background: url("visual/images/logo-bottom.svg") no-repeat right bottom / contain;
  height: 11.523vw;
  display: none;
}
@media screen and (min-width: 900px) and (max-width: 1279px) {
  .logo__item_bottom {
    height: 11.523vw;
  }
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .logo__item_bottom {
    background-image: url("visual/images/logo-bottom-m.svg");
    height: 41.156vw;
    display: none;
  }
}
/* line 3, visual/components/project/custom-page/custom-page.scss */
.custom-page {
  position: relative;
  height: 100%;
  min-height: 100%;
  user-select: none;
  -webkit-user-select: none;
}
/* line 10, visual/components/project/custom-page/custom-page.scss */
.custom-page__content {
  height: 100%;
  min-height: 100%;
}
/* line 16, visual/components/project/custom-page/custom-page.scss */
html, body {
  height: 100%;
  min-height: 100%;
  background: #000;
}
/* line 13, visual/components/framework/header/header.scss */
#menu-burger {
  display: none;
}
/* line 24, visual/components/framework/header/header.scss */
/* line 29, visual/components/framework/header/header.scss */
.header__burger {
  position: relative;
  z-index: 2;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .header__burger {
    z-index: 2;
  }
  /* line 40, visual/components/framework/header/header.scss */
  .header__burger > * {
    margin: auto 0;
    display: block;
  }
}
/* line 47, visual/components/framework/header/header.scss */
@media screen and (max-width: 899px) and (orientation: portrait) {
  .header__wrapper {
    left: 0;
    right: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: right 0.3s ease-out 0.4s;
    -o-transition: right 0.3s ease-out 0.4s;
    transition: right 0.3s ease-out 0.4s;
  }
  /* line 8, visual/components/framework/header/header.scss */
  #menu-burger:checked ~ * .header__wrapper {
    right: 0;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    overflow-y: auto;
  }
}
/* line 4, visual/components/project/custom-header/custom-header.scss */
.custom-header {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.016vw 1.016vw 0.547vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 5;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .custom-header {
    padding: 2.933vw;
    overflow: hidden;
    width: 100vw;
    z-index: 8;
  }
}
/* line 39, visual/components/project/custom-header/custom-header.scss */
.custom-header__logo {
  width: 30.82vw;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  /* line 42, visual/components/project/custom-header/custom-header.scss */
  .custom-header__logo::before {
    content: "";
    background: -o-radial-gradient(50% 50%, 50% 50%, #1814b0 0%, rgba(24, 20, 176, 0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, #1814b0 0%, rgba(24, 20, 176, 0) 100%);
    width: 380px;
    height: 380px;
    display: block;
    position: absolute;
    right: -185px;
    top: -205px;
  }
}
/* line 65, visual/components/project/custom-header/custom-header.scss */
.custom-header__burger {
  pointer-events: all;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 7.111vw;
  height: 5.956vw;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .custom-header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* line 85, visual/components/project/custom-header/custom-header.scss */
.custom-header__burger p {
  height: 0.711vw;
  width: 100%;
  background: #fff;
  -webkit-transform-origin: 22% 50%;
  -ms-transform-origin: 22% 50%;
  transform-origin: 22% 50%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
/* line 8, visual/components/framework/header/header.scss */
/* line 98, visual/components/project/custom-header/custom-header.scss */
#menu-burger:checked ~ * .custom-header__burger p:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 103, visual/components/project/custom-header/custom-header.scss */
#menu-burger:checked ~ * .custom-header__burger p:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 112, visual/components/project/custom-header/custom-header.scss */
.custom-header__share {
  pointer-events: all;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.156vw 1.016vw;
  color: #4d4d4d;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .custom-header__share {
    display: none;
  }
}
/* line 125, visual/components/project/custom-header/custom-header.scss */
@media screen and (max-width: 899px) and (orientation: portrait) {
  .custom-header__wrapper {
    height: 100%;
    background: #000;
  }
}
/* line 132, visual/components/project/custom-header/custom-header.scss */
.custom-header__content {
  height: 100%;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .custom-header__content {
    width: 100vw;
  }
}
/* line 137, visual/components/project/custom-header/custom-header.scss */
.custom-header__content > * {
  pointer-events: all;
}
/* line 142, visual/components/project/custom-header/custom-header.scss */
.custom-header__page-title {
  display: none;
  pointer-events: none;
  position: absolute;
  top: 84.178vw;
  right: 2.667vw;
  -webkit-transform: translate(100%, 0%) rotate(90deg);
  -ms-transform: translate(100%, 0%) rotate(90deg);
  transform: translate(100%, 0%) rotate(90deg);
  font-family: 'Montserrat-o', Helvetica, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 10.578vw;
  line-height: 0.7;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .custom-header__page-title {
    display: none !important;
  }
}
/* line 1, visual/components/project/custom-menu/custom-menu.scss */
.custom-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(0em);
  -ms-transform: translateY(0em);
  transform: translateY(0em);
  -webkit-transition: -webkit-transform 0.3s ease-out 0.2s;
  transition: -webkit-transform 0.3s ease-out 0.2s;
  -o-transition: transform 0.3s ease-out 0.2s;
  transition: transform 0.3s ease-out 0.2s;
  transition: transform 0.3s ease-out 0.2s, -webkit-transform 0.3s ease-out 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 32, visual/components/project/custom-menu/custom-menu.scss */
._page_project .custom-header .custom-menu {
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translateY(-2em);
  -ms-transform: translateY(-2em);
  transform: translateY(-2em);
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .custom-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25.778vw 2.933vw 17.778vw;
    padding-bottom: 35%;
    height: 100%;
  }
  /* line 61, visual/components/project/custom-menu/custom-menu.scss */
  .custom-menu_project {
    padding: 0;
  }
}
/* line 66, visual/components/project/custom-menu/custom-menu.scss */
.custom-menu__item {
  pointer-events: all;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
/* line 74, visual/components/project/custom-menu/custom-menu.scss */
.custom-menu__item svg {
  width: auto;
  height: 1.719vw;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .custom-menu__item {
    display: block;
  }
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  /* line 82, visual/components/project/custom-menu/custom-menu.scss */
  /* line 2, visual/styles/_mixins.scss */
  /* line 88, visual/components/project/custom-menu/custom-menu.scss */
  .custom-menu_project .custom-menu__item:nth-of-type(2) {
    display: none;
  }
}
/* line 93, visual/components/project/custom-menu/custom-menu.scss */
.custom-menu__item svg {
  max-width: 2.539vw;
  margin: 0 1.738vw 0 0;
  height: auto;
}
@media (hover) , (min-width:0\0) , (min--moz-device-pixel-ratio:0) {
  /* line 98, visual/components/project/custom-menu/custom-menu.scss */
  /* line 99, visual/components/project/custom-menu/custom-menu.scss */
  .custom-menu__item svg:hover rect:first-child {
    fill: white !important;
  }
  /* line 102, visual/components/project/custom-menu/custom-menu.scss */
  .custom-menu__item svg:hover path {
    stroke: black !important;
  }
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .custom-menu__item svg {
    position: absolute;
    bottom: 25px;
    max-width: 40px;
    left: 3.125vw;
  }
}
/* line 117, visual/components/project/custom-menu/custom-menu.scss */
.custom-menu__item_active {
  color: #0608f1;
}
@media (hover) , (min-width:0\0) , (min--moz-device-pixel-ratio:0) {
  /* line 121, visual/components/project/custom-menu/custom-menu.scss */
  .custom-menu__item:hover {
    color: #0608f1;
  }
}
/* line 127, visual/components/project/custom-menu/custom-menu.scss */
.custom-menu__item-link {
  display: block;
  margin: 0 2.91vw 0 0;
  background: none;
  border: none;
  font: inherit;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
  line-height: 0.8;
}
/* line 2, visual/styles/_mixins.scss */
.custom-menu_project .custom-menu__item-link {
  margin: 0 13.672vw 0 0;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .custom-menu_project .custom-menu__item-link {
    margin: 0 0 4.444vw;
  }
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .custom-menu__item-link {
    font-weight: normal;
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 7.289vw;
    margin: 0;
  }
  /* line 2, visual/styles/_mixins.scss */
  .custom-menu_project .custom-menu__item-link {
    font-size: 0;
    width: 7.111vw;
    height: 7.111vw;
  }
  /* line 125, visual/styles/_mixins.scss */
  .custom-menu_project .custom-menu__item-link::before, .custom-menu_project .custom-menu__item-link::after {
    height: 3px;
    background: #fff;
    border-radius: 3px;
  }
}
/* line 159, visual/components/project/custom-menu/custom-menu.scss */
/* line 160, visual/components/project/custom-menu/custom-menu.scss */
.custom-menu__item-link-social svg {
  height: 1.836vw;
}
/* line 1, visual/components/project/scene/scene.scss */
.scene {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  overflow: hidden;
}
/* line 16, visual/components/project/scene/scene.scss */
.scene canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
@media (hover) , (min-width:0\0) , (min--moz-device-pixel-ratio:0) {
  .scene canvas {
    display: block;
  }
}
/* line 28, visual/components/project/scene/scene.scss */
.scene__smiles {
  position: absolute;
  top: 8.32vw;
  left: 1.211vw;
  width: 16.523vw;
  height: 8.242vw;
  background: url("visual/images/scene/smiles.png") no-repeat center / 99% 100%;
  display: none;
}
@media (hover) , (min-width:0\0) , (min--moz-device-pixel-ratio:0) {
  .scene__smiles {
    display: none;
  }
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .scene__smiles {
    top: 18.933vw;
    left: 2.756vw;
    width: 37.6vw;
    height: 18.756vw;
  }
}
/* line 46, visual/components/project/scene/scene.scss */
.scene__elipsis {
  position: absolute;
  top: 12.305vw;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 56.055vw;
  height: 54.414vw;
  background: url("visual/images/scene/elipsis.svg") no-repeat center / contain;
  display: block;
}
@media (hover) , (min-width:0\0) , (min--moz-device-pixel-ratio:0) {
  .scene__elipsis {
    display: none;
  }
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .scene__elipsis {
    top: 28vw;
    left: -31.733vw;
    width: 127.556vw;
    height: 123.822vw;
    transform: none;
  }
}
/* line 67, visual/components/project/scene/scene.scss */
.scene__head {
  position: absolute;
  top: 8.789vw;
  left: 50%;
  transform: translate(-50%, 0%);
  display: block;
  width: 41.992vw;
  height: 48.008vw;
  background: url("visual/images/scene/head.png") no-repeat center / contain;
}
@media (hover) , (min-width:0\0) , (min--moz-device-pixel-ratio:0) {
  .scene__head {
    display: none;
  }
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .scene__head {
    top: 20vw;
    width: 95.556vw;
    height: 109.244vw;
  }
}
/* line 86, visual/components/project/scene/scene.scss */
.scene__flare-top {
  position: absolute;
  top: 0;
  right: -100px;
  background: url("visual/images/scene/blue.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 1103px;
  height: 446px;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .scene__flare-top {
    display: none;
    width: 98.044vw;
    height: 39.644vw;
  }
}
/* line 103, visual/components/project/scene/scene.scss */
.scene__flare-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("visual/images/scene/red.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 1103px;
  height: 446px;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .scene__flare-bottom {
    width: 98.044vw;
    height: 39.644vw;
  }
}
/* line 1, visual/components/project/info/info.scss */
.info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8.359vw 0 3.047vw 16.406vw;
  box-sizing: border-box;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .info {
    padding: 26.4vw 2.667vw 7.111vw 2.667vw;
  }
}
/* line 28, visual/components/project/info/info.scss */
.info__title {
  margin-bottom: 1.484vw;
  margin-left: -4px;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .info__title {
    margin-bottom: 4.444vw;
    font-size: 12.461vw;
    letter-spacing: -0.04em;
    line-height: 120%;
  }
}
/* line 41, visual/components/project/info/info.scss */
.info__title br {
  display: none;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .info__title br {
    display: block;
  }
}
/* line 48, visual/components/project/info/info.scss */
.info__subtitle {
  font-size: 1.563vw;
  margin-bottom: 4.688vw;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .info__subtitle {
    margin-bottom: 13.956vw;
    font-size: 4.102vw;
  }
}
/* line 58, visual/components/project/info/info.scss */
.info__subtitle br {
  display: none;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .info__subtitle br {
    display: block;
  }
}
/* line 66, visual/components/project/info/info.scss */
.info__a {
  background: #0608f1;
  border-radius: 109px;
  text-decoration: none;
  margin-top: 3.125vw;
  font-size: 1.875vw;
  display: inline-block;
  padding: 0.977vw 2.539vw 0.977vw;
  transition: 0.5s all;
}
/* line 75, visual/components/project/info/info.scss */
.info__a:hover {
  background: white;
  color: #0608f1;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .info__a {
    font-size: 16px;
    padding: 15px 50px;
  }
}
/* line 85, visual/components/project/info/info.scss */
.info__block {
  width: 74.219vw;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .info__block {
    width: 100%;
  }
}
/* line 93, visual/components/project/info/info.scss */
.info__items {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  padding-left: 0.781vw;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .info__items {
    padding-left: 0px;
  }
}
/* line 108, visual/components/project/info/info.scss */
.info__item {
  flex: 0 0 auto;
  max-width: 88%;
  min-width: 32%;
  width: 32%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 3.516vw;
}
/* line 119, visual/components/project/info/info.scss */
.info__item:last-child {
  margin-bottom: 0;
  margin-right: 0;
  width: auto;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .info__item {
    max-width: 95%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 8.203vw;
  }
}
/* line 133, visual/components/project/info/info.scss */
.info__item-title {
  color: #7b7b7b;
  font-size: 3.516vw;
  font-family: 'Montserrat', Helvetica, sans-serif;
  margin-bottom: 0.156vw;
  font-weight: 300;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .info__item-title {
    font-size: 12.461vw;
    line-height: 105%;
    margin-bottom: 1.422vw;
    font-weight: 300;
  }
}
/* line 149, visual/components/project/info/info.scss */
.info__item-subtitle {
  font-size: 1.094vw;
  color: #fff;
  font-family: 'Montserrat', Helvetica, sans-serif;
  margin-top: 0px;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .info__item-subtitle {
    font-size: 4.102vw;
    white-space: normal;
    font-weight: 300;
    line-height: 100%;
    margin-bottom: 0;
  }
  /* line 162, visual/components/project/info/info.scss */
  .info__item-subtitle br {
    display: none;
  }
}
/* line 168, visual/components/project/info/info.scss */
.info__item-text {
  margin-top: 1.133vw;
  white-space: pre-line;
}
/* line 173, visual/components/project/info/info.scss */
.info__item-text:empty {
  margin-top: 0;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .info__item-text {
    font-size: 4.531vw;
    margin-bottom: 20px;
  }
}
/* line 1, visual/components/project/cform/cform.scss */
.cform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 3.32vw;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .cform {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 73.333vw 0 17.778vw;
  }
}
/* line 34, visual/components/project/cform/cform.scss */
.cform__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 54.297vw;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .cform__form {
    width: 100%;
  }
}
/* line 54, visual/components/project/cform/cform.scss */
.cform__form > * {
  margin: 1.094vw 0;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .cform__form > * {
    margin: 0 auto 4vw;
  }
}
/* line 63, visual/components/project/cform/cform.scss */
.cform__input-text, .cform__text {
  width: 100%;
}
/* line 67, visual/components/project/cform/cform.scss */
.cform__input-text span, .cform__text span {
  display: none;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .cform__input-text span, .cform__text span {
    display: block;
  }
}
/* line 73, visual/components/project/cform/cform.scss */
.cform__input-text input, .cform__text input, .cform__input-text textarea, .cform__text textarea {
  line-height: 1;
  max-width: 100%;
  width: 100%;
  resize: none;
  background: none;
  border: none;
  padding: 0 0.1em;
  border-bottom: 1px solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.01em;
  border-radius: 0;
}
/* line 89, visual/components/project/cform/cform.scss */
.cform__input-text input:-internal-autofill-selected, .cform__text input:-internal-autofill-selected, .cform__input-text textarea:-internal-autofill-selected, .cform__text textarea:-internal-autofill-selected, .cform__input-text input:-webkit-autofill, .cform__text input:-webkit-autofill, .cform__input-text textarea:-webkit-autofill, .cform__text textarea:-webkit-autofill {
  color: #fff !important;
  border-color: #fff;
  -webkit-text-fill-color: #fff !important;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset !important;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .cform__input-text input, .cform__text input, .cform__input-text textarea, .cform__text textarea {
    line-height: 2.5;
  }
  /* line 99, visual/components/project/cform/cform.scss */
  .cform__input-text input::-webkit-input-placeholder, .cform__text input::-webkit-input-placeholder, .cform__input-text textarea::-webkit-input-placeholder, .cform__text textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0);
  }
  /* line 102, visual/components/project/cform/cform.scss */
  .cform__input-text input::-moz-placeholder, .cform__text input::-moz-placeholder, .cform__input-text textarea::-moz-placeholder, .cform__text textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0);
  }
  /* line 105, visual/components/project/cform/cform.scss */
  .cform__input-text input:-ms-input-placeholder, .cform__text input:-ms-input-placeholder, .cform__input-text textarea:-ms-input-placeholder, .cform__text textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0);
  }
  /* line 108, visual/components/project/cform/cform.scss */
  .cform__input-text input::-ms-input-placeholder, .cform__text input::-ms-input-placeholder, .cform__input-text textarea::-ms-input-placeholder, .cform__text textarea::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0);
  }
  /* line 111, visual/components/project/cform/cform.scss */
  .cform__input-text input::placeholder, .cform__text input::placeholder, .cform__input-text textarea::placeholder, .cform__text textarea::placeholder {
    color: rgba(0, 0, 0, 0);
  }
}
/* line 116, visual/components/project/cform/cform.scss */
.cform__input-text textarea, .cform__text textarea {
  line-height: 1.3;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .cform__input-text textarea, .cform__text textarea {
    line-height: 2.28;
  }
}
/* line 124, visual/components/project/cform/cform.scss */
@media screen and (max-width: 899px) and (orientation: portrait) {
  .cform__text {
    margin-top: 0.889vw;
  }
}
/* line 130, visual/components/project/cform/cform.scss */
.cform__input-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: pointer;
  line-height: 2;
  letter-spacing: 0.005em;
  color: #0608f1;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  margin: 0.391vw 0 2.344vw;
}
/* line 149, visual/components/project/cform/cform.scss */
.cform__input-file:hover {
  color: #fff;
}
/* line 153, visual/components/project/cform/cform.scss */
.cform__input-file input {
  display: none;
}
/* line 157, visual/components/project/cform/cform.scss */
.cform__input-file-icon {
  width: 1.563vw;
  height: 1.953vw;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0.664vw;
  background: url("visual/images/file-icon.svg") no-repeat center/ contain;
}
@media screen and (min-width: 900px) and (max-width: 1279px) {
  .cform__input-file-icon {
    width: 1.563vw;
    height: 1.953vw;
    margin: 0 0.781vw;
  }
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .cform__input-file {
    display: none;
  }
}
/* line 179, visual/components/project/cform/cform.scss */
.cform__button {
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
/* line 183, visual/components/project/cform/cform.scss */
.cform__button:hover {
  color: #0608f1;
}
/* line 186, visual/components/project/cform/cform.scss */
.cform__button input {
  padding: 0;
  background: none;
  border: none;
  font-size: 2.031vw;
  text-transform: uppercase;
  font-weight: 900;
  font-family: 'Montserrat', Helvetica, sans-serif;
  cursor: pointer;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .cform__button input {
    font-size: 4.622vw;
  }
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .cform__button {
    margin-top: 10.667vw;
  }
}
/* line 206, visual/components/project/cform/cform.scss */
/* line 207, visual/components/project/cform/cform.scss */
.cform:not(.cform_success) .cform__warning {
  display: none;
}
/* line 211, visual/components/project/cform/cform.scss */
.cform__error {
  color: red;
}
/* line 213, visual/components/project/cform/cform.scss */
.cform:not(.cform_error) .cform__error {
  display: none;
}
/* line 1, visual/components/project/loading/loading.scss */
.loading_div {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
  font-family: 'Montserrat-o', Helvetica, sans-serif;
  font-size: 10.672vw;
  font-weight: 900;
  position: fixed;
  top: 0px;
  left: 0px;
  width: auto;
  height: 100vh;
  width: 100%;
  z-index: 30;
}
/* line 18, visual/components/project/loading/loading.scss */
.loading_div .guys {
  display: none;
}
/* line 21, visual/components/project/loading/loading.scss */
.loading_div .number {
  display: none;
}
/* line 1, visual/components/project/modal-page/modal-page.scss */
.modal-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  background: #000;
  overflow: hidden;
  z-index: 5;
  animation: fade-in-right 0.5s ease-out backwards;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  /* line 9, visual/components/project/modal-page/modal-page.scss */
  .modal-page .hide_logo {
    display: none;
  }
}
/* line 25, visual/components/project/modal-page/modal-page.scss */
.modal-page_hide {
  animation: fade-out-right 0.5s ease-in forwards;
}
/* line 29, visual/components/project/modal-page/modal-page.scss */
.modal-page__logo {
  user-select: none;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
  box-sizing: border-box;
  padding: 1.172vw 1.016vw 0.508vw 0;
  z-index: 1;
}
/* line 40, visual/components/project/modal-page/modal-page.scss */
.modal-page__logo::before {
  content: "";
  background: -o-radial-gradient(50% 50%, 50% 50%, #1814b0 0%, rgba(24, 20, 176, 0) 100%);
  background: radial-gradient(50% 50% at 50% 50%, #1814b0 0%, rgba(24, 20, 176, 0) 100%);
  display: block;
  position: absolute;
  right: -350px;
  width: 846px;
  height: 646px;
  top: -300px;
  z-index: -5;
  pointer-events: none;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .modal-page__logo {
    top: 2.933vw;
    right: 2.933vw;
  }
  /* line 64, visual/components/project/modal-page/modal-page.scss */
  .modal-page__logo .header__burger {
    top: 2.933vw;
    left: 2.933vw;
  }
  /* line 70, visual/components/project/modal-page/modal-page.scss */
  .modal-page__logo::before {
    content: "";
    background: -o-radial-gradient(50% 50%, 50% 50%, #1814b0 0%, rgba(24, 20, 176, 0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, #1814b0 0%, rgba(24, 20, 176, 0) 100%);
    width: 380px;
    height: 380px;
    display: block;
    position: absolute;
    right: -185px;
    top: -205px;
  }
}
/* line 91, visual/components/project/modal-page/modal-page.scss */
.modal-page__logo .logo__item_top {
  user-select: none;
  pointer-events: none;
}
/* line 97, visual/components/project/modal-page/modal-page.scss */
.modal-page__wrapper {
  height: 100%;
}
/* line 1, visual/components/project/intro/intro.scss */
.intro {
  pointer-events: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 1.016vw;
}
/* line 18, visual/components/project/intro/intro.scss */
.intro .bold_mobile {
  font-weight: 600;
  font-size: 2.891vw;
  line-height: 140%;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .intro {
    padding: 2.933vw;
  }
  /* line 24, visual/components/project/intro/intro.scss */
  .intro .bold_mobile {
    font-weight: 600;
    font-size: 7.378vw;
    letter-spacing: -0.005em;
    line-height: 140%;
  }
}
/* line 33, visual/components/project/intro/intro.scss */
.intro__title {
  pointer-events: all;
  width: 64.453vw;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .intro__title {
    width: 100%;
  }
  /* line 40, visual/components/project/intro/intro.scss */
  .intro__title br {
    display: none;
  }
}
/* line 1, visual/components/project/about/about.scss */
.about {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 5.273vw;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .about {
    padding: 0 2.933vw;
  }
}
/* line 27, visual/components/project/about/about.scss */
.about__item {
  position: relative;
  width: 69.336vw;
  margin: auto;
  min-height: 100vh;
  pointer-events: none;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .about__item {
    width: 100%;
  }
}
/* line 39, visual/components/project/about/about.scss */
.about__item-wrapper {
  height: 100%;
  margin: 0 0 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 40.625vw;
  padding: 15.703vw 0 0;
  display: block;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .about__item-wrapper {
    width: 100%;
    padding: 56vw 13.333vw 13.333vw 0;
  }
}
/* line 81, visual/components/project/about/about.scss */
.about__item-id, .about__item-id-local {
  position: absolute;
  bottom: 0;
  margin: 0.391vw 0;
  left: calc(50% - 28.75vw);
  height: 0.92em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow-y: hidden;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .about__item-id, .about__item-id-local {
    display: none;
  }
}
/* line 99, visual/components/project/about/about.scss */
.about__item-id-cont {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
/* line 106, visual/components/project/about/about.scss */
.about__item-id_0 .about__item-id-cont {
  -webkit-transform: translateY(25%);
  -ms-transform: translateY(25%);
  transform: translateY(25%);
}
/* line 106, visual/components/project/about/about.scss */
.about__item-id_1 .about__item-id-cont {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
/* line 106, visual/components/project/about/about.scss */
.about__item-id_2 .about__item-id-cont {
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
}
/* line 106, visual/components/project/about/about.scss */
.about__item-id_3 .about__item-id-cont {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 106, visual/components/project/about/about.scss */
.about__item-id_4 .about__item-id-cont {
  -webkit-transform: translateY(-75%);
  -ms-transform: translateY(-75%);
  transform: translateY(-75%);
}
/* line 106, visual/components/project/about/about.scss */
.about__item-id_5 .about__item-id-cont {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* line 114, visual/components/project/about/about.scss */
.about__item-title, .about__item-title-local {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: absolute;
  top: 15.703vw;
  left: 21.914vw;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .about__item-title, .about__item-title-local {
    display: none;
  }
}
/* line 128, visual/components/project/about/about.scss */
.about__item-title-local {
  left: 0;
  margin-top: 0.3em;
}
/* line 133, visual/components/project/about/about.scss */
.about__item-title-local > * {
  text-transform: none;
  font-size: 1.484vw;
  font-weight: 600;
  line-height: 110%;
  will-change: transform;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .about__item-title-local {
    display: block;
    top: 37.109vw;
  }
  /* line 144, visual/components/project/about/about.scss */
  .about__item-title-local > * {
    text-transform: none;
    font-size: 4.492vw;
  }
}
/* line 150, visual/components/project/about/about.scss */
.about__item-id-local {
  left: 0;
  bottom: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 0.1em;
}
/* line 159, visual/components/project/about/about.scss */
.about__item-id-local > * {
  will-change: transform;
}
/* line 164, visual/components/project/about/about.scss */
.about__item-list {
  pointer-events: all;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .about__item-list {
    width: 100%;
  }
  /* line 2, visual/styles/_mixins.scss */
  /* line 169, visual/components/project/about/about.scss */
  .about__item_2 .about__item-list .about__subitem:nth-of-type(6n + 2) .about__subitem-index {
    margin-top: 1.3px;
  }
  /* line 172, visual/components/project/about/about.scss */
  .about__item_2 .about__item-list .about__subitem:nth-of-type(6n + 3) .about__subitem-index {
    margin-top: 2.5px;
  }
  /* line 175, visual/components/project/about/about.scss */
  .about__item_2 .about__item-list .about__subitem:nth-of-type(6n + 4) .about__subitem-index {
    margin-top: 1.5px;
  }
  /* line 178, visual/components/project/about/about.scss */
  .about__item_2 .about__item-list .about__subitem:nth-of-type(6n + 5) .about__subitem-index {
    margin-top: 1px;
  }
  /* line 181, visual/components/project/about/about.scss */
  .about__item_2 .about__item-list .about__subitem:nth-of-type(6n + 6) .about__subitem-index {
    margin-top: -0.5px;
  }
}
/* line 2, visual/styles/_mixins.scss */
.about__item_1 .about__item-list {
  margin-top: 0.938vw;
}
/* line 191, visual/components/project/about/about.scss */
.about__subitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 2.422vw;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .about__subitem {
    margin-bottom: 7.556vw;
  }
  /* line 2, visual/styles/_mixins.scss */
  .about__item_3 .about__subitem {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
/* line 213, visual/components/project/about/about.scss */
.about__subitem:nth-last-of-type(1) {
  margin-bottom: 0;
}
/* line 227, visual/components/project/about/about.scss */
.about__subitem-index {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 1.172vw;
  height: 1.172vw;
  border: 1px solid #a6d71c;
  border-radius: 50%;
  margin-top: 0.391vw;
  margin-right: 1.563vw;
}
/* line 2, visual/styles/_mixins.scss */
.about__item_4 .about__subitem-index {
  margin-top: 0.781vw;
}
/* line 2, visual/styles/_mixins.scss */
.about__item_3 .about__subitem-index {
  margin-top: 0.859vw;
}
/* line 2, visual/styles/_mixins.scss */
.about__item_2 .about__subitem-index {
  margin-top: 0.117vw;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .about__subitem-index {
    width: 5.078vw;
    height: 5.078vw;
    margin-top: 0.5px;
    margin-right: 5.469vw;
    border: 2px solid #9bff01;
  }
  /* line 2, visual/styles/_mixins.scss */
  .about__item_3 .about__subitem-index {
    margin-top: 0;
  }
  /* line 2, visual/styles/_mixins.scss */
  .about__item_4 .about__subitem-index {
    margin-top: 3.5px;
  }
  /* line 2, visual/styles/_mixins.scss */
  .about__item_1 .about__subitem-index {
    margin-top: 2px;
  }
}
/* line 264, visual/components/project/about/about.scss */
.about__subitem-text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  white-space: pre-line;
}
/* line 2, visual/styles/_mixins.scss */
.about__item_3 .about__subitem-text {
  line-height: 100% !important;
}
/* line 2, visual/styles/_mixins.scss */
.about__item_2 .about__subitem-text {
  font-size: 1.602vw;
}
/* line 2, visual/styles/_mixins.scss */
.about__item_1 .about__subitem-text {
  font-size: 1.602vw;
  font-weight: normal;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  /* line 2, visual/styles/_mixins.scss */
  .about__item_4 .about__subitem-text {
    font-size: 7.289vw;
    letter-spacing: -0.005em;
    line-height: 0.9;
  }
  /* line 2, visual/styles/_mixins.scss */
  .about__item_3 .about__subitem-text {
    font-family: 'Montserrat-o', Helvetica, sans-serif;
    font-size: 7.289vw;
    line-height: 98.9%;
    letter-spacing: -0.005em;
  }
  /* line 2, visual/styles/_mixins.scss */
  .about__item_2 .about__subitem-text {
    font-size: 5.778vw;
    line-height: 98.9%;
    letter-spacing: -0.005em;
  }
  /* line 2, visual/styles/_mixins.scss */
  .about__item_1 .about__subitem-text {
    font-size: 5.778vw;
    line-height: 98.9%;
    letter-spacing: -0.005em;
  }
}
/* line 313, visual/components/project/about/about.scss */
.about__subitem-text span {
  display: inline-block;
}
/* line 1, visual/components/project/clients/clients.scss */
.clients {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .clients {
    padding: 0 2.933vw;
    justify-content: flex-start;
  }
}
/* line 13, visual/components/project/clients/clients.scss */
.clients__title {
  position: absolute;
  top: 15.625vw;
  left: 17.969vw;
  font-size: 1.484vw;
  text-transform: none;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .clients__title {
    left: 2.578vw;
    font-size: 4.492vw;
    font-weight: 600;
    top: 37%;
  }
}
/* line 27, visual/components/project/clients/clients.scss */
.clients__wrapper {
  position: absolute;
  display: flex;
}
/* line 30, visual/components/project/clients/clients.scss */
.clients__wrapper_left {
  top: 45%;
  left: 0;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .clients__wrapper_left {
    left: 9%;
  }
}
/* line 38, visual/components/project/clients/clients.scss */
.clients__wrapper_right {
  top: 57%;
  left: 0;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
}
/* line 46, visual/components/project/clients/clients.scss */
.clients__container {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
}
/* line 57, visual/components/project/clients/clients.scss */
.clients__item {
  cursor: pointer;
  letter-spacing: -0.005em;
  white-space: nowrap;
  margin-right: 3.906vw;
}
/* line 63, visual/components/project/clients/clients.scss */
.clients__item:last-of-type {
  margin: 0;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .clients__item {
    margin-bottom: 4.297vw;
    font-family: 'Montserrat-o', Helvetica, sans-serif;
    font-size: 72px;
  }
}
/* line 2, visual/components/project/custom-modal/custom-modal.scss */
.modal_auth {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 9;
  display: none;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 18, visual/components/project/custom-modal/custom-modal.scss */
.modal_auth .modal_div {
  background-color: white;
  position: relative;
  color: black;
  padding: 3.111vw 3.467vw 4.356vw;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .modal_auth .modal_div {
    width: 82vw;
    padding: 9.778vw 5.156vw 14.133vw;
  }
}
/* line 27, visual/components/project/custom-modal/custom-modal.scss */
.modal_auth .modal_div svg {
  cursor: pointer;
  height: auto;
  width: 1.422vw;
  right: 1.333vw;
  top: 1.333vw;
  position: absolute;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .modal_auth .modal_div svg {
    width: 5.333vw;
    top: 15px;
    right: 13px;
  }
}
/* line 40, visual/components/project/custom-modal/custom-modal.scss */
.modal_auth .modal_div h1 {
  font-family: 'Montserrat', Helvetica, sans-serif;
  font-size: 2.266vw;
  text-align: center;
  font-weight: 600;
  margin: 0 0 3.516vw 0px;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .modal_auth .modal_div h1 {
    font-size: 7.422vw;
    margin: 0 0 9.375vw 0px;
  }
}
/* line 51, visual/components/project/custom-modal/custom-modal.scss */
.modal_auth .modal_div .btn {
  cursor: pointer;
  background: #0608f1;
  border-radius: 36px;
  font-family: 'Montserrat', Helvetica, sans-serif;
  font-size: 1.406vw;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 0.898vw;
  line-height: 100%;
  padding: 1.244vw 8.267vw;
  color: white;
  border: 2px solid #0608f1;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
/* line 67, visual/components/project/custom-modal/custom-modal.scss */
.modal_auth .modal_div .btn:hover {
  color: #0608f1;
  background: white;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .modal_auth .modal_div .btn {
    font-size: 5.469vw;
    margin-bottom: 2.461vw;
    padding: 16px 0;
  }
}
/* line 79, visual/components/project/custom-modal/custom-modal.scss */
.custom-modal {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  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;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
/* line 107, visual/components/project/custom-modal/custom-modal.scss */
.custom-modal_show {
  opacity: 1;
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
/* line 114, visual/components/project/custom-modal/custom-modal.scss */
.custom-modal__content {
  background: #fff;
  position: relative;
  -webkit-transform: translate(-100%, 0%);
  -ms-transform: translate(-100%, 0%);
  transform: translate(-100%, 0%);
  width: 100%;
  height: 100%;
  background: #000;
}
/* line 124, visual/components/project/custom-modal/custom-modal.scss */
.custom-modal_show .custom-modal__content {
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  -webkit-transition: -webkit-transform 0.2s ease-out 0.1s;
  transition: -webkit-transform 0.2s ease-out 0.1s;
  -o-transition: transform 0.2s ease-out 0.1s;
  transition: transform 0.2s ease-out 0.1s;
  transition: transform 0.2s ease-out 0.1s, -webkit-transform 0.2s ease-out 0.1s;
}
/* line 136, visual/components/project/custom-modal/custom-modal.scss */
.custom-modal_hide .custom-modal__content {
  -webkit-transform: translate(-100%, 0%);
  -ms-transform: translate(-100%, 0%);
  transform: translate(-100%, 0%);
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  -o-transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}
/* line 148, visual/components/project/custom-modal/custom-modal.scss */
.custom-modal__close-btn {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0.781vw 1.016vw;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .custom-modal__close-btn {
    margin: 2.933vw;
  }
}
/* line 169, visual/components/project/custom-modal/custom-modal.scss */
.custom-modal__close-btn-icon {
  display: none;
  width: 7.111vw;
  height: 7.111vw;
}
/* line 125, visual/styles/_mixins.scss */
.custom-modal__close-btn-icon::before, .custom-modal__close-btn-icon::after {
  height: 3px;
  background: #fff;
  border-radius: 3px;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .custom-modal__close-btn-icon {
    display: block;
  }
}
/* line 176, visual/components/project/custom-modal/custom-modal.scss */
.custom-modal__close-btn-span {
  letter-spacing: 0.01em;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
/* line 2, visual/styles/_mixins.scss */
/* line 182, visual/components/project/custom-modal/custom-modal.scss */
.custom-modal_feedback-modal .custom-modal__close-btn-span:after {
  content: "Закрыть";
}
/* line 2, visual/styles/_mixins.scss */
/* line 187, visual/components/project/custom-modal/custom-modal.scss */
.custom-modal_vacancies-modal .custom-modal__close-btn-span:after {
  content: "Назад";
}
/* line 192, visual/components/project/custom-modal/custom-modal.scss */
.custom-modal__close-btn-span:hover {
  color: #0608f1;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .custom-modal__close-btn-span {
    display: none;
  }
}
/* line 1, visual/components/project/p-project/p-project.scss */
.aliginLeft {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
/* line 6, visual/components/project/p-project/p-project.scss */
@media screen and (max-width: 899px) and (orientation: portrait) {
  .project-modal {
    z-index: 8;
  }
}
/* line 12, visual/components/project/p-project/p-project.scss */
.p-project {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 31, visual/components/project/p-project/p-project.scss */
.p-project #project-menu-burger {
  display: none;
}
/* line 34, visual/components/project/p-project/p-project.scss */
.p-project .info__items {
  padding-left: 0px;
}
/* line 37, visual/components/project/p-project/p-project.scss */
.p-project .info__subtitle {
  margin-left: 1px;
}
/* line 40, visual/components/project/p-project/p-project.scss */
.p-project__images {
  display: block;
}
/* line 43, visual/components/project/p-project/p-project.scss */
.p-project__image {
  width: 100%;
  height: auto;
  margin: -0.1px 0;
  pointer-events: none;
  display: block;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .p-project__image {
    margin: 0;
  }
}
/* line 52, visual/components/project/p-project/p-project.scss */
.p-project__image img {
  width: 100%;
  height: auto;
  pointer-events: none;
}
/* line 59, visual/components/project/p-project/p-project.scss */
.p-project__footer {
  position: relative;
  width: 100%;
}
/* line 64, visual/components/project/p-project/p-project.scss */
/* line 65, visual/components/project/p-project/p-project.scss */
.p-project__footer-block_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 1.25vw 0;
  width: 100%;
  height: 24.805vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .p-project__footer-block_top {
    padding: 22.222vw 2.667vw 22.222vw 2.667vw;
  }
}
/* line 92, visual/components/project/p-project/p-project.scss */
.p-project__footer-block__bottom {
  width: 100%;
  font-size: 0;
}
/* line 98, visual/components/project/p-project/p-project.scss */
.p-project__footer-title {
  line-height: 1.18;
  color: #0608f1;
  white-space: pre-line;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  cursor: pointer;
  margin-left: 21.758vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
/* line 117, visual/components/project/p-project/p-project.scss */
.p-project__footer-title span {
  display: inline-block;
  position: relative;
  font-family: 'Montserrat', Helvetica, sans-serif;
  font-size: 3.125vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
/* line 125, visual/components/project/p-project/p-project.scss */
.p-project__footer-title span:before {
  position: absolute;
  content: "";
  bottom: 0.391vw;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #9bff01;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .p-project__footer-title {
    margin-left: 0px;
  }
  /* line 137, visual/components/project/p-project/p-project.scss */
  .p-project__footer-title span {
    font-size: 25px;
  }
  /* line 147, visual/components/project/p-project/p-project.scss */
  .p-project__footer-title br {
    display: none;
  }
}
@media (hover) , (min-width:0\0) , (min--moz-device-pixel-ratio:0) {
  /* line 153, visual/components/project/p-project/p-project.scss */
  .p-project__footer-title:hover {
    color: #fff;
  }
}
/* line 159, visual/components/project/p-project/p-project.scss */
.p-project__footer-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50vw;
  height: 24.883vw;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 170, visual/components/project/p-project/p-project.scss */
.p-project__footer-item:nth-of-type(1) {
  cursor: url("visual/images/p-projects/arrow-back.png"), pointer;
}
/* line 173, visual/components/project/p-project/p-project.scss */
.p-project__footer-item:nth-of-type(2) {
  cursor: url("visual/images/p-projects/arrow.png"), pointer;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .p-project__footer-item {
    display: block;
    width: 100%;
    height: 56.622vw;
  }
  /* line 181, visual/components/project/p-project/p-project.scss */
  .p-project__footer-item:nth-of-type(1) {
    display: none;
  }
}
@media (hover) , (min-width:0\0) , (min--moz-device-pixel-ratio:0) {
  /* line 187, visual/components/project/p-project/p-project.scss */
  /* line 188, visual/components/project/p-project/p-project.scss */
  .p-project__footer-item:hover .p-project__footer-item-title, .p-project__footer-item:hover .p-project__footer-item-subtitle {
    opacity: 1;
  }
  /* line 192, visual/components/project/p-project/p-project.scss */
  .p-project__footer-item:hover .p-project__footer-item-image {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
  }
}
/* line 201, visual/components/project/p-project/p-project.scss */
.p-project__footer-item-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%) scale(1.35);
  -ms-transform: translate(-50%, -50%) scale(1.35);
  transform: translate(-50%, -50%) scale(1.35);
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .p-project__footer-item-image {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
/* line 222, visual/components/project/p-project/p-project.scss */
.p-project__footer-item-subtitle {
  user-select: none;
  font-size: 3.906vw;
  position: absolute;
  bottom: 5.078vw;
  left: 1.875vw;
  opacity: 0;
  transition: 0.5s all;
}
/* line 232, visual/components/project/p-project/p-project.scss */
.p-project__footer-item-title {
  user-select: none;
  transition: 0.5s all;
  opacity: 0;
  max-width: 70%;
  font-size: 1.406vw;
  color: #fff;
  position: absolute;
  bottom: 2.344vw;
  left: 1.953vw;
  font-weight: 300;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .p-project__footer-item-title {
    bottom: 4.444vw;
    left: 1.172vw;
  }
}
/* line 250, visual/components/project/p-project/p-project.scss */
.p-project__footer-arrow {
  position: absolute;
  display: none;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .p-project__footer-arrow {
    display: block;
    bottom: 10.222vw;
    right: auto;
    left: 2.667vw;
    width: 42.311vw;
    display: none;
  }
}
/* line 264, visual/components/project/p-project/p-project.scss */
.p-project__header {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.016vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 7;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .p-project__header {
    padding: 2.933vw;
  }
}
/* line 24, visual/components/framework/header/header.scss */
/* line 29, visual/components/framework/header/header.scss */
.p-project .header__burger {
  position: relative;
  z-index: 2;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .p-project .header__burger {
    z-index: 2;
  }
  /* line 40, visual/components/framework/header/header.scss */
  .p-project .header__burger > * {
    margin: auto 0;
    display: block;
  }
}
/* line 47, visual/components/framework/header/header.scss */
@media screen and (max-width: 899px) and (orientation: portrait) {
  .p-project .header__wrapper {
    left: 0;
    right: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: right 0.3s ease-out 0.4s;
    -o-transition: right 0.3s ease-out 0.4s;
    transition: right 0.3s ease-out 0.4s;
  }
  /* line 8, visual/components/framework/header/header.scss */
  #menu-burger:checked ~ * .p-project .header__wrapper {
    right: 0;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    overflow-y: auto;
  }
}
/* line 291, visual/components/project/p-project/p-project.scss */
.p-project__header-burger {
  pointer-events: all;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 7.111vw;
  height: 3.556vw;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .p-project__header-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.244vw;
    z-index: 10;
  }
}
/* line 313, visual/components/project/p-project/p-project.scss */
.p-project__header-burger p {
  width: 100%;
  height: 0.711vw;
  background: #fff;
  -webkit-transform-origin: 22% 50%;
  -ms-transform-origin: 22% 50%;
  transform-origin: 22% 50%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
/* line 21, visual/components/project/p-project/p-project.scss */
/* line 326, visual/components/project/p-project/p-project.scss */
#project-menu-burger:checked ~ .p-project__header-burger p:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 331, visual/components/project/p-project/p-project.scss */
#project-menu-burger:checked ~ .p-project__header-burger p:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 340, visual/components/project/p-project/p-project.scss */
@media screen and (max-width: 899px) and (orientation: portrait) {
  .p-project__header-wrapper {
    position: absolute;
    top: 0;
    right: 100%;
    height: 100vh;
    background: #000;
    -webkit-transition: right 0.3s ease-in-out;
    -o-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
    z-index: 8;
  }
  /* line 21, visual/components/project/p-project/p-project.scss */
  #project-menu-burger:checked ~ .p-project__header-wrapper {
    right: 0;
  }
}
/* line 357, visual/components/project/p-project/p-project.scss */
.p-project__header-content {
  pointer-events: all;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .p-project__header-content {
    width: 100vw;
  }
}
/* line 1, visual/components/project/contacts/contacts.scss */
.contacts {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15.625vw 10% 0 16.26%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100vh;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  /* line 17, visual/components/project/contacts/contacts.scss */
  /* line 18, visual/components/project/contacts/contacts.scss */
  .contacts > .contacts__item .contacts__item-subtitle {
    margin-bottom: 27px;
  }
}
/* line 40, visual/components/project/contacts/contacts.scss */
.contacts_vacancies {
  padding: 15.625vw 10% 0 16.26%;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .contacts {
    display: block;
    padding: 26.667vw 2.667vw 12.444vw 2.667vw;
  }
}
/* line 49, visual/components/project/contacts/contacts.scss */
.contacts__list {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 72.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/* line 65, visual/components/project/contacts/contacts.scss */
.contacts__list_vacancies {
  display: none;
}
/* line 2, visual/styles/_mixins.scss */
.contacts_vacancies .contacts__list {
  display: none;
}
/* line 70, visual/components/project/contacts/contacts.scss */
.contacts_vacancies .contacts__list_vacancies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .contacts_vacancies .contacts__list {
    display: block;
    margin-bottom: 13.333vw;
  }
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .contacts__list {
    display: block;
    width: 100%;
    margin-bottom: 8.889vw;
  }
}
/* line 91, visual/components/project/contacts/contacts.scss */
.contacts__item {
  position: relative;
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 4.219vw;
  cursor: pointer;
  text-decoration: none;
}
/* line 2, visual/styles/_mixins.scss */
.contacts_vacancies .contacts__item {
  margin-bottom: 2.031vw;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .contacts__item {
    width: 100%;
    margin-bottom: 12.444vw;
  }
  /* line 109, visual/components/project/contacts/contacts.scss */
  .contacts__item:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  /* line 2, visual/styles/_mixins.scss */
  .contacts_vacancies .contacts__item {
    margin-bottom: 6.222vw;
  }
  /* line 114, visual/components/project/contacts/contacts.scss */
  .contacts_vacancies .contacts__item:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}
/* line 120, visual/components/project/contacts/contacts.scss */
.contacts__item_all {
  width: 27%;
}
/* line 122, visual/components/project/contacts/contacts.scss */
.contacts__item_all .contacts__item-links {
  margin-top: 2.344vw;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .contacts__item_all {
    width: 100%;
    margin-bottom: 12.444vw;
  }
}
/* line 132, visual/components/project/contacts/contacts.scss */
.contacts__item-photo {
  display: none;
  pointer-events: none;
  position: absolute;
  left: 4.492vw;
  top: -15.43vw;
  width: 19.531vw;
  opacity: 0;
  -webkit-transform: translate(-10%, 10%);
  -ms-transform: translate(-10%, 10%);
  transform: translate(-10%, 10%);
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
/* line 2, visual/styles/_mixins.scss */
.contacts_vacancies .contacts__item-photo {
  display: block;
}
@media (hover) , (min-width:0\0) , (min--moz-device-pixel-ratio:0) {
  /* line 11, visual/components/project/contacts/contacts.scss */
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .contacts__item-photo {
    display: none !important;
    position: relative;
    left: auto;
    top: auto;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    margin-bottom: 5.778vw;
  }
}
/* line 172, visual/components/project/contacts/contacts.scss */
.contacts__item-photo img {
  width: 100%;
}
/* line 177, visual/components/project/contacts/contacts.scss */
.contacts__item-title {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 70%;
  letter-spacing: -0.005em;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .contacts__item-title {
    font-size: 7.556vw;
  }
  /* line 2, visual/styles/_mixins.scss */
  .contacts_vacancies .contacts__item-title {
    margin-bottom: 27px;
  }
}
/* line 192, visual/components/project/contacts/contacts.scss */
.contacts__item-subtitle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: relative;
  margin: 1.172vw 0 0.586vw;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .contacts__item-subtitle {
    margin: 6.222vw 0 0.889vw;
    font-size: 4.444vw;
  }
}
/* line 205, visual/components/project/contacts/contacts.scss */
.contacts__item-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .contacts__item-links {
    margin: 0;
    font-size: 4.444vw;
  }
}
/* line 225, visual/components/project/contacts/contacts.scss */
.contacts__item-docs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 3.477vw 0 0;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .contacts__item-docs {
    font-size: 4.444vw;
    margin: 6.222vw 0 0;
  }
}
/* line 252, visual/components/project/contacts/contacts.scss */
.contacts__link {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: inline-block;
  color: #7b7b7b;
  text-decoration: none;
  border-bottom: 1px solid;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.022em;
}
/* line 265, visual/components/project/contacts/contacts.scss */
.contacts__link_fb {
  margin-top: 2.344vw;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .contacts__link_fb {
    margin: 6.222vw 0 0.444vw;
  }
}
/* line 272, visual/components/project/contacts/contacts.scss */
.contacts__link_doc {
  color: #0608f1;
  margin: 0 0 0.898vw;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .contacts__link_doc {
    margin: 0;
    margin-right: 10.667vw;
  }
}
/* line 282, visual/components/project/contacts/contacts.scss */
.contacts__link_team {
  color: #fff;
}
/* line 2, visual/styles/_mixins.scss */
.contacts_vacancies .contacts__link_team {
  color: #0608f1;
}
/* line 288, visual/components/project/contacts/contacts.scss */
/* line 2, visual/styles/_mixins.scss */
.contacts_vacancies .contacts__link_vacancies {
  color: #fff;
}
/* line 294, visual/components/project/contacts/contacts.scss */
@media screen and (max-width: 899px) and (orientation: portrait) {
  .contacts__link_team, .contacts__link_vacancies {
    display: none;
  }
}
@media (hover) , (min-width:0\0) , (min--moz-device-pixel-ratio:0) {
  /* line 302, visual/components/project/contacts/contacts.scss */
  .contacts__link:hover {
    color: #fff;
  }
}
/* line 308, visual/components/project/contacts/contacts.scss */
.contacts__text {
  position: absolute;
  top: 7.188vw;
  width: 21.289vw;
  font-size: 0.82vw;
  text-transform: uppercase;
  font-weight: 700;
  pointer-events: none;
  display: none;
  -webkit-animation: fade-in 0.3s ease-in-out both;
  animation: fade-in 0.3s ease-in-out both;
}
/* line 319, visual/components/project/contacts/contacts.scss */
.contacts__text p {
  margin-top: 0;
}
/* line 2, visual/styles/_mixins.scss */
.contacts_vacancies .contacts__text {
  display: inline-block;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .contacts__text {
    display: inline-block;
    position: relative;
    top: auto;
    width: 100%;
    font-size: 2.667vw;
    margin-bottom: 7.111vw;
  }
}
/* line 335, visual/components/project/contacts/contacts.scss */
.contacts__vacancies-text {
  margin-top: 2.734vw;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .contacts__vacancies-text {
    display: none;
  }
}
/* line 1, visual/components/project/project-list/project-list.scss */
.project-list {
  padding: 13.477vw 0;
  pointer-events: none;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .project-list {
    position: relative;
    padding: 24vw 2.667vw 17.778vw 2.667vw;
    overflow: hidden;
  }
}
/* line 24, visual/components/project/project-list/project-list.scss */
.project-list__subtitle {
  display: none;
  position: absolute;
  right: 13.333vw;
  font-weight: 900;
  line-height: 0.9;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .project-list__subtitle {
    display: none;
    font-size: 4.622vw;
    color: #9bff01;
  }
}
/* line 36, visual/components/project/project-list/project-list.scss */
.project-list__all {
  display: inline-block;
  margin-left: 15.7%;
  margin-top: 2%;
  font-family: 'Montserrat', Helvetica, sans-serif;
  color: #0608f1;
  position: relative;
  transition: 0.5s all;
}
/* line 45, visual/components/project/project-list/project-list.scss */
.project-list__all:before {
  position: absolute;
  content: "";
  bottom: -0.195vw;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #9bff01;
}
/* line 54, visual/components/project/project-list/project-list.scss */
.project-list__all a {
  transition: 0.5s all;
  font-size: 2.617vw;
  position: relative;
  text-decoration: none;
}
/* line 60, visual/components/project/project-list/project-list.scss */
.project-list__all a:hover {
  color: white;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .project-list__all {
    margin-left: 0px;
    margin-top: 0px;
  }
  /* line 67, visual/components/project/project-list/project-list.scss */
  .project-list__all a {
    font-size: 9.766vw;
  }
}
/* line 73, visual/components/project/project-list/project-list.scss */
.project-list__item {
  position: relative;
  width: 42.188vw;
  height: 39.688vw;
  padding: 0 1.563vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}
/* line 95, visual/components/project/project-list/project-list.scss */
.project-list__item:nth-of-type(5n + 1) {
  margin-left: 5.3%;
}
@media (hover) , (min-width:0\0) , (min--moz-device-pixel-ratio:0) {
  /* line 99, visual/components/project/project-list/project-list.scss */
  /* line 100, visual/components/project/project-list/project-list.scss */
  .project-list__item:nth-of-type(5n + 1):hover .project-list__item-bg {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
  }
  /* line 105, visual/components/project/project-list/project-list.scss */
  .project-list__item:nth-of-type(5n + 1):hover .project-list__item-bg:before {
    content: "";
    display: block;
    background-color: black;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0.3;
  }
  /* line 116, visual/components/project/project-list/project-list.scss */
  .project-list__item:nth-of-type(5n + 1):hover .project-list__item-text {
    opacity: 1;
  }
}
/* line 122, visual/components/project/project-list/project-list.scss */
.project-list__item:nth-of-type(5n + 2) {
  margin-left: 50.1%;
  margin-top: -20%;
}
/* line 126, visual/components/project/project-list/project-list.scss */
.project-list__item:nth-of-type(5n + 2) .project-list__item-bg {
  border-radius: 0px 0px 881px 0px;
  overflow: hidden;
}
@media (hover) , (min-width:0\0) , (min--moz-device-pixel-ratio:0) {
  /* line 131, visual/components/project/project-list/project-list.scss */
  /* line 132, visual/components/project/project-list/project-list.scss */
  .project-list__item:nth-of-type(5n + 2):hover .project-list__item-bg {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
  }
  /* line 137, visual/components/project/project-list/project-list.scss */
  .project-list__item:nth-of-type(5n + 2):hover .project-list__item-bg:before {
    content: "";
    display: block;
    background-color: black;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0.3;
  }
  /* line 148, visual/components/project/project-list/project-list.scss */
  .project-list__item:nth-of-type(5n + 2):hover .project-list__item-text {
    opacity: 1;
  }
}
/* line 154, visual/components/project/project-list/project-list.scss */
.project-list__item:nth-of-type(5n + 3) {
  margin-left: 5.3%;
  margin-top: -10%;
}
@media (hover) , (min-width:0\0) , (min--moz-device-pixel-ratio:0) {
  /* line 159, visual/components/project/project-list/project-list.scss */
  /* line 160, visual/components/project/project-list/project-list.scss */
  .project-list__item:nth-of-type(5n + 3):hover .project-list__item-bg {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
  }
  /* line 164, visual/components/project/project-list/project-list.scss */
  .project-list__item:nth-of-type(5n + 3):hover .project-list__item-bg .opacity {
    opacity: 0.3 !important;
  }
  /* line 168, visual/components/project/project-list/project-list.scss */
  .project-list__item:nth-of-type(5n + 3):hover .project-list__item-text {
    opacity: 1;
  }
}
/* line 174, visual/components/project/project-list/project-list.scss */
.project-list__item:nth-of-type(5n + 4) {
  margin-left: 50.1%;
  margin-top: -14%;
}
@media (hover) , (min-width:0\0) , (min--moz-device-pixel-ratio:0) {
  /* line 176, visual/components/project/project-list/project-list.scss */
  /* line 177, visual/components/project/project-list/project-list.scss */
  .project-list__item:nth-of-type(5n + 4):hover .project-list__item-bg {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
  }
  /* line 181, visual/components/project/project-list/project-list.scss */
  .project-list__item:nth-of-type(5n + 4):hover .project-list__item-bg .opacity {
    opacity: 0.3 !important;
  }
  /* line 185, visual/components/project/project-list/project-list.scss */
  .project-list__item:nth-of-type(5n + 4):hover .project-list__item-text {
    opacity: 1;
  }
}
/* line 193, visual/components/project/project-list/project-list.scss */
.project-list__item:nth-of-type(5n + 5) {
  margin-left: 5.3%;
  margin-top: -17%;
}
@media (hover) , (min-width:0\0) , (min--moz-device-pixel-ratio:0) {
  /* line 195, visual/components/project/project-list/project-list.scss */
  /* line 196, visual/components/project/project-list/project-list.scss */
  .project-list__item:nth-of-type(5n + 5):hover .project-list__item-bg {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
  }
  /* line 200, visual/components/project/project-list/project-list.scss */
  .project-list__item:nth-of-type(5n + 5):hover .project-list__item-bg .opacity {
    opacity: 0.3 !important;
  }
  /* line 204, visual/components/project/project-list/project-list.scss */
  .project-list__item:nth-of-type(5n + 5):hover .project-list__item-text {
    opacity: 1;
  }
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .project-list__item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    height: 99vw;
    margin: 0 0 38.667vw;
    padding: 0;
    margin-left: 0 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    margin-bottom: 80px;
  }
  /* line 231, visual/components/project/project-list/project-list.scss */
  .project-list__item:nth-of-type(5n + 1) {
    height: 99vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
  }
  /* line 238, visual/components/project/project-list/project-list.scss */
  .project-list__item:nth-of-type(5n + 2) {
    height: 99vw;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 0;
  }
  /* line 245, visual/components/project/project-list/project-list.scss */
  .project-list__item:nth-of-type(5n + 3) {
    height: 99vw;
    margin-top: 0;
  }
  /* line 250, visual/components/project/project-list/project-list.scss */
  .project-list__item:nth-of-type(5n + 4) {
    height: 99vw;
    margin-top: 0;
  }
  /* line 255, visual/components/project/project-list/project-list.scss */
  .project-list__item:nth-of-type(5n + 5) {
    height: 99vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
  }
}
/* line 266, visual/components/project/project-list/project-list.scss */
.project-list__item-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
/* line 283, visual/components/project/project-list/project-list.scss */
.project-list__item:nth-of-type(5n + 1) .project-list__item-bg {
  margin-top: -0.25%;
  margin-left: 0.25%;
  height: 87%;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .project-list__item:nth-of-type(5n + 1) .project-list__item-bg {
    margin-left: 2.25%;
    height: 80%;
  }
  /* line 290, visual/components/project/project-list/project-list.scss */
  .project-list__item:nth-of-type(5n + 1) .project-list__item-bg:before {
    content: "";
    display: block;
    background-color: black;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0.3;
  }
}
/* line 304, visual/components/project/project-list/project-list.scss */
.project-list__item:nth-of-type(5n + 2) .project-list__item-bg {
  height: 83%;
  width: 100%;
  margin-top: -0.25%;
  margin-left: 0.25%;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .project-list__item:nth-of-type(5n + 2) .project-list__item-bg {
    margin-left: 2.25%;
    height: 80%;
  }
  /* line 313, visual/components/project/project-list/project-list.scss */
  .project-list__item:nth-of-type(5n + 2) .project-list__item-bg:before {
    content: "";
    display: block;
    background-color: black;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0.3;
  }
}
/* line 328, visual/components/project/project-list/project-list.scss */
.project-list__item:nth-of-type(5n + 3) .project-list__item-bg {
  margin-top: -0.25%;
  margin-left: 0.25%;
  height: 83%;
  width: 100%;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .project-list__item:nth-of-type(5n + 3) .project-list__item-bg {
    margin-left: 2.25%;
    height: 80%;
  }
  /* line 338, visual/components/project/project-list/project-list.scss */
  .project-list__item:nth-of-type(5n + 3) .project-list__item-bg:before {
    content: "";
    display: block;
    background-color: black;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0.3;
  }
}
/* line 353, visual/components/project/project-list/project-list.scss */
.project-list__item:nth-of-type(5n + 4) .project-list__item-bg {
  margin-top: -8%;
  width: 100%;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  /* line 364, visual/components/project/project-list/project-list.scss */
  .project-list__item:nth-of-type(5n + 4) .project-list__item-bg:before {
    content: "";
    display: block;
    background-color: black;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0.3;
  }
}
/* line 379, visual/components/project/project-list/project-list.scss */
.project-list__item:nth-of-type(5n + 5) .project-list__item-bg {
  margin-left: auto;
  height: 97%;
  width: 100%;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .project-list__item:nth-of-type(5n + 5) .project-list__item-bg {
    margin-left: 2.25%;
    height: 80%;
  }
  /* line 386, visual/components/project/project-list/project-list.scss */
  .project-list__item:nth-of-type(5n + 5) .project-list__item-bg:before {
    content: "";
    display: block;
    background-color: black;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0.3;
  }
}
/* line 401, visual/components/project/project-list/project-list.scss */
.project-list__item-bg img {
  position: relative;
  top: 50%;
  left: 50%;
  pointer-events: none;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 413, visual/components/project/project-list/project-list.scss */
.project-list__item-subtitle {
  position: relative;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .project-list__item-subtitle {
    width: 100%;
    font-size: 4.297vw;
    line-height: 100%;
    color: #fff;
    margin-bottom: 20px;
  }
}
/* line 426, visual/components/project/project-list/project-list.scss */
.project-list__item-title {
  position: relative;
  margin: 4.844vw 0 5.625vw -0.977vw;
}
/* line 431, visual/components/project/project-list/project-list.scss */
.project-list__item-title br {
  display: none;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .project-list__item-title {
    width: 100%;
    margin: 4.844vw 0 10.313vw -0.977vw;
  }
  /* line 438, visual/components/project/project-list/project-list.scss */
  .project-list__item:nth-of-type(5n + 3) .project-list__item-title {
    margin-left: auto;
  }
  /* line 441, visual/components/project/project-list/project-list.scss */
  .project-list__item-title br {
    display: block;
  }
}
/* line 446, visual/components/project/project-list/project-list.scss */
.project-list__item-text {
  position: relative;
  opacity: 0;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  font-size: 1.563vw;
  max-width: 80%;
  color: #fff;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .project-list__item-text {
    max-width: 100%;
    color: #fff;
    opacity: 1;
    font-size: 4.297vw;
  }
  /* line 464, visual/components/project/project-list/project-list.scss */
  .project-list__item-text br {
    display: none;
  }
}
/* line 470, visual/components/project/project-list/project-list.scss */
.project-list a, .project-list button, .project-list [data-modal] {
  pointer-events: all;
}
/* line 1, visual/components/project/feedback-modal/feedback-modal.scss */
.feedback-modal {
  width: 100%;
  height: 100%;
}
/* line 11, visual/components/project/feedback-modal/feedback-modal.scss */
.feedback-modal__content {
  height: 100%;
  overflow: auto;
  padding: 0 1.758vw 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .feedback-modal__content {
    padding: 2.933vw;
  }
}
/* line 22, visual/components/project/feedback-modal/feedback-modal.scss */
.feedback-modal__header {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.055vw;
  box-sizing: border-box;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .feedback-modal__header {
    padding: 2.933vw;
  }
}
/* line 37, visual/components/project/feedback-modal/feedback-modal.scss */
.feedback-modal__header-link {
  pointer-events: all;
  text-decoration: none;
  position: absolute;
  left: 18.477vw;
  color: #0608f1;
  line-height: 0.8;
  letter-spacing: 0.01em;
  transition: color 0.2s ease-in-out;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .feedback-modal__header-link {
    display: none;
  }
}
@media (hover) , (min-width:0\0) , (min--moz-device-pixel-ratio:0) {
  /* line 51, visual/components/project/feedback-modal/feedback-modal.scss */
  .feedback-modal__header-link:hover {
    color: #fff;
  }
}
/* line 57, visual/components/project/feedback-modal/feedback-modal.scss */
.feedback-modal__logo {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
  box-sizing: border-box;
  padding: 1.172vw 1.016vw 0.508vw 0;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .feedback-modal__logo {
    flex: 0 0 73.333vw;
    width: 73.333vw;
    height: 79.111vw;
    padding: 2.933vw 2.933vw 0 0;
  }
}
/* line 1, visual/components/project/vacancies-modal/vacancies-modal.scss */
.vacancies-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1rem;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .vacancies-modal {
    z-index: 8;
  }
  /* line 17, visual/components/project/vacancies-modal/vacancies-modal.scss */
  .vacancies-modal .contacts__list .contacts__item-title {
    margin-bottom: 0px;
    margin-top: 60px;
  }
  /* line 21, visual/components/project/vacancies-modal/vacancies-modal.scss */
  .vacancies-modal .NotHideMobile {
    display: block !important;
  }
  /* line 24, visual/components/project/vacancies-modal/vacancies-modal.scss */
  .vacancies-modal .vacancies-modal__close-btn-span {
    font-size: 0;
    width: 7.111vw;
    height: 7.111vw;
    width: 7.111vw;
    height: 7.111vw;
  }
  /* line 125, visual/styles/_mixins.scss */
  .vacancies-modal .vacancies-modal__close-btn-span::before, .vacancies-modal .vacancies-modal__close-btn-span::after {
    height: 3px;
    background: #fff;
    border-radius: 3px;
  }
}
/* line 31, visual/components/project/vacancies-modal/vacancies-modal.scss */
.vacancies-modal .contacts__item {
  margin-bottom: 3.516vw;
}
/* line 34, visual/components/project/vacancies-modal/vacancies-modal.scss */
.vacancies-modal .contacts__item-title {
  max-width: 100%;
}
/* line 36, visual/components/project/vacancies-modal/vacancies-modal.scss */
.vacancies-modal .contacts__item-title:hover {
  color: #0608f1;
}
/* line 41, visual/components/project/vacancies-modal/vacancies-modal.scss */
.vacancies-modal__arrow {
  position: absolute;
  left: 9.219vw;
  top: 28.359vw;
  width: 6.289vw;
  height: 7.188vw;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
/* line 50, visual/components/project/vacancies-modal/vacancies-modal.scss */
.vacancies-modal__arrow svg {
  width: inherit;
  height: inherit;
}
@media (hover) , (min-width:0\0) , (min--moz-device-pixel-ratio:0) {
  /* line 56, visual/components/project/vacancies-modal/vacancies-modal.scss */
  .vacancies-modal__arrow:hover {
    transform: translateY(10px);
  }
  /* line 58, visual/components/project/vacancies-modal/vacancies-modal.scss */
  .vacancies-modal__arrow:hover ._stroke {
    stroke: white;
  }
}
/* line 65, visual/components/project/vacancies-modal/vacancies-modal.scss */
.vacancies-modal__content {
  position: relative;
  max-width: 56.25vw;
  padding: 15.625vw 0 7.813vw;
  margin: auto;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .vacancies-modal__content {
    padding: 26.667vw 2.667vw 8vw;
    box-sizing: border-box;
    max-width: none;
    text-align: left;
  }
}
/* line 80, visual/components/project/vacancies-modal/vacancies-modal.scss */
.vacancies-modal__vacancy {
  display: inline-block;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .vacancies-modal__vacancy {
    font-size: 11.719vw;
    margin-bottom: 10.156vw;
  }
}
/* line 95, visual/components/project/vacancies-modal/vacancies-modal.scss */
.vacancies-modal__link {
  font-size: 1.758vw;
  display: inline-block;
  margin-top: 4.102vw;
  color: white;
  background-color: #0608f1;
  border-radius: 109px;
  padding: 1.511vw 5.333vw;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
  cursor: pointer;
  transition: 0.5s all;
}
@media (hover) , (min-width:0\0) , (min--moz-device-pixel-ratio:0) {
  /* line 108, visual/components/project/vacancies-modal/vacancies-modal.scss */
  .vacancies-modal__link:hover {
    background-color: #fff;
    color: #0608f1;
  }
}
/* line 113, visual/components/project/vacancies-modal/vacancies-modal.scss */
.vacancies-modal__link_top {
  position: absolute;
  top: 0.742vw;
  left: 50%;
}
/* line 118, visual/components/project/vacancies-modal/vacancies-modal.scss */
.vacancies-modal__link_bottom {
  position: relative;
  display: inline-block;
  margin-top: 0.977vw;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .vacancies-modal__link {
    font-size: 16px;
    position: relative;
    left: auto;
    font-size: 3.556vw;
    margin-top: 60px;
  }
}
/* line 133, visual/components/project/vacancies-modal/vacancies-modal.scss */
.vacancies-modal__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 139, visual/components/project/vacancies-modal/vacancies-modal.scss */
.vacancies-modal__title {
  font-size: 1.758vw;
  font-family: 'Montserrat', Helvetica, sans-serif;
  margin: 3.945vw 0 3.32vw -0.703vw;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .vacancies-modal__title {
    margin: 0 0 5.778vw;
    font-size: 5.333vw;
  }
}
/* line 150, visual/components/project/vacancies-modal/vacancies-modal.scss */
.vacancies-modal__item {
  font-family: 'Montserrat', Helvetica, sans-serif;
  font-weight: normal;
  position: relative;
  margin-bottom: 1.602vw;
  display: flex;
}
/* line 157, visual/components/project/vacancies-modal/vacancies-modal.scss */
.vacancies-modal__item::before {
  content: "—";
  display: block;
  margin-right: 6px;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .vacancies-modal__item {
    margin-bottom: 5.333vw;
    line-height: 105%;
  }
}
/* line 180, visual/components/project/vacancies-modal/vacancies-modal.scss */
.vacancies-modal__text {
  margin-top: 3.75vw;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .vacancies-modal__text {
    margin-top: 7.111vw;
  }
}
/* line 187, visual/components/project/vacancies-modal/vacancies-modal.scss */
.vacancies-modal__list, .vacancies-modal__text {
  font-size: 1.758vw;
  line-height: 1.2;
  color: #757576;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .vacancies-modal__list, .vacancies-modal__text {
    font-size: 4.444vw;
    text-align: left;
  }
}
/* line 198, visual/components/project/vacancies-modal/vacancies-modal.scss */
.vacancies-modal__close-btn {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0.781vw 1.016vw;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
  text-decoration: none;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .vacancies-modal__close-btn {
    display: none;
    margin: 2.933vw;
  }
}
/* line 218, visual/components/project/vacancies-modal/vacancies-modal.scss */
.vacancies-modal__close-btn-span {
  letter-spacing: 0.01em;
  transition: color 0.2s ease-in-out;
}
/* line 222, visual/components/project/vacancies-modal/vacancies-modal.scss */
.vacancies-modal__close-btn-span:hover {
  color: #0608f1;
}
/* line 1, visual/components/project/cases-modal/cases-modal.scss */
/* line 2, visual/components/project/cases-modal/cases-modal.scss */
.case-delete-color .cases-modal {
  background-color: transparent !important;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  /* line 7, visual/components/project/cases-modal/cases-modal.scss */
  .case-delete-color .case_hide {
    display: none;
  }
}
/* line 12, visual/components/project/cases-modal/cases-modal.scss */
.case-img-back {
  position: absolute;
  left: 14.5vw;
  top: calc(50% - 35vh);
  height: 70vh;
  overflow: hidden;
  width: 80vw;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .case-img-back {
    display: none !important;
  }
}
/* line 24, visual/components/project/cases-modal/cases-modal.scss */
.case-img-back img {
  width: auto;
  height: 100%;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  opacity: 0;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  z-index: -2;
  position: absolute;
}
/* line 37, visual/components/project/cases-modal/cases-modal.scss */
.case-img-back .active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: -1;
}
/* line 46, visual/components/project/cases-modal/cases-modal.scss */
.cases-list {
  padding: 10.117vw 0;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .cases-list {
    position: relative;
    padding: 11.556vw 0 16vw 0;
    overflow: hidden;
    width: 100%;
  }
}
/* line 63, visual/components/project/cases-modal/cases-modal.scss */
.cases-list__item {
  padding: 2.5vw 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .cases-list__item {
    padding: 26px 0px 27px;
    border-top: 1px solid #323232;
  }
}
/* line 83, visual/components/project/cases-modal/cases-modal.scss */
.cases-list__item:first-child {
  padding-top: 0px;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .cases-list__item:first-child {
    padding-top: 23px;
  }
}
/* line 89, visual/components/project/cases-modal/cases-modal.scss */
.cases-list__item:last-child {
  padding-bottom: 0px;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .cases-list__item:last-child {
    padding-bottom: 24px;
    border-bottom: 1px solid #323232;
  }
}
/* line 97, visual/components/project/cases-modal/cases-modal.scss */
.cases-list__item a:hover {
  color: #fff !important;
}
/* line 101, visual/components/project/cases-modal/cases-modal.scss */
.cases-list__item img {
  width: auto;
  position: fixed;
  left: 16vw;
  pointer-events: none;
  z-index: 1;
  top: 47%;
  opacity: 0;
  pointer-events: none;
  height: 39.063vw;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  z-index: 1;
}
/* line 119, visual/components/project/cases-modal/cases-modal.scss */
.cases-list__item_title {
  max-width: 70%;
  z-index: 2;
  font-size: 4.688vw;
  margin-bottom: 0.82vw;
  color: #a8a8a8;
  outline: none;
  text-decoration: none;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .cases-list__item_title {
    font-size: 8.203vw;
    margin-bottom: 3.203vw;
    color: #fff;
    line-height: 115% !important;
    font-weight: 300;
  }
}
/* line 137, visual/components/project/cases-modal/cases-modal.scss */
.cases-list__item_subtile {
  z-index: 2;
  font-size: 1.094vw;
  color: #a8a8a8;
  margin-left: 3px;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .cases-list__item_subtile {
    font-size: 5.078vw;
    margin-left: 1px;
    color: #fff;
    font-weight: 300;
  }
}
@media (hover) , (min-width:0\0) , (min--moz-device-pixel-ratio:0) {
  /* line 150, visual/components/project/cases-modal/cases-modal.scss */
  .cases-list__item:hover .project-list__item-bg {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
  }
}
