.main-page__banner {
  text-align: center;
  position: relative;
  z-index: -1;
}

@media (max-width: 1200px) {
  .main-page__banner {
    padding: 60px 0;
    padding-top: 0;
  }
}

.main-page__banner img {
  max-width: 70%;
  height: auto;
  display: inline-block;
}

@media (max-width: 769px) {
  .main-page__banner img {
    max-width: 100%;
  }
}

.main-page__services {
  max-width: 1360px;
  padding: 0 15px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 160px;
}

@media (max-width: 1200px) {
  .main-page__services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .main-page__services {
    margin-bottom: 120px;
  }
}

@media (max-width: 1200px) {
  .main-page__services-item {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
}

@media (max-width: 1200px) {
  .main-page__services-item:not(:last-child) {
    margin-bottom: 70px;
  }
}
.main-page__services-item.e-learning-service .services-img {
  width: 218px;
  height: 134px;
  position: relative;
}
.main-page__services-item.e-learning-service .services-img img {
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(0deg);
  transition: 5s ease;
}

.main-page__services-item.e-learning-service:hover .services-img img {
  transform: rotate(360deg);
}
.main-page__services-item.e-learning-service:hover .services-img img:last-child {
  transform: rotate(-360deg);
}

.main-page__services-item.e-learning-service .services-img img:last-child {
  left: 104px;
  top: 20px;
}

.main-page__services ul {
  list-style: none;
}

.main-page__services li {
  margin-bottom: 30px;
}

.main-page__services .services-item__link {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 110%;
  text-transform: uppercase;
}

.main-page__services .services-item__link:hover {
  color: #fa3c00;
}

.main-page__promo {
  background: #13141d;
}

.main-page__promo-inner {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  padding: 135px;
}

@media (max-width: 1200px) {
  .main-page__promo-inner {
    padding: 25px 15px 0;
  }
}

.main-page__promo-header {
  position: absolute;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: -280px;
  top: 35%;
  font-style: normal;
  font-weight: bold;
  font-size: 120px;
  text-transform: uppercase;
  color: #fff;
  line-height: 150%;
}

@media (max-width: 1200px) {
  .main-page__promo-header {
    position: static;
    -webkit-transform: none;
    transform: none;
    font-size: 100px;
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .main-page__promo-header {
    font-size: 54px;
  }
}

@media (max-width: 1200px) {
  .main-page__promo-video {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.main-page__promo-video img {
  max-width: 100%;
}

.main-page__promo-social {
  padding: 60px 50px 0;
}

@media (max-width: 1200px) {
  .main-page__promo-social {
    padding: 40px 15px;
    margin-right: -15px;
    margin-left: -15px;
  }
}

.main-page__promo-social ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1200px) {
  .main-page__promo-social ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 1200px) {
  .main-page__promo-social li:not(:last-child) {
    margin-bottom: 25px;
  }
}

.main-page__promo-social a {
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
}

.main-page__promo-social a:hover {
  color: #fa3c00;
}

@media (max-width: 1300px) {
  .main-page__promo-social a {
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  .main-page__promo-social a {
    font-size: 22px;
  }
}

.main-page__cta {
  padding: 125px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .main-page__cta {
    padding: 110px 15px;
    width: 100%;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: baseline;
    -ms-flex-pack: baseline;
    justify-content: baseline;
    position: relative;
  }
}

.main-page__cta-inner {
  position: relative;
  padding-bottom: 77px;
}

@media (max-width: 767px) {
  .main-page__cta-inner {
    position: static;
  }
}

.main-page__cta-inner:after {
  content: '';
  display: block;
  position: absolute;
  width: 200px;
  height: 300px;
  top: 50px;
  right: 98px;
  background: #e61d1d;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (max-width: 375px) {
  .main-page__cta-inner:after {
    right: 0;
    top: 145px;
  }
}

.main-page__cta-links {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .main-page__cta-links {
    margin-bottom: 50px;
  }
}

.main-page__cta-links a {
  font-weight: bold;
  font-size: 32px;
  line-height: 140%;
  display: block;
}

@media (max-width: 767px) {
  .main-page__cta-links a {
    font-size: 26px;
  }
}

.main-page__cta-description {
  font-weight: bold;
  font-size: 15px;
  line-height: 140%;
  margin-bottom: 35px;
  position: relative;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .main-page__cta-description {
    font-size: 14px;
  }
}

.main-page__cta-description:after {
  content: '';
  display: block;
  position: absolute;
  width: 106px;
  height: 6px;
  background: #000;
  bottom: -20px;
}

@media (max-width: 767px) {
  .main-page__cta-description:after {
    width: 90px;
  }
}

.main-page__cta-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  font-size: 54px;
  line-height: 120%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.main-page__cta-button:hover img {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

@media (max-width: 767px) {
  .main-page__cta-button {
    font-size: 44px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.main-page__cta-button img {
  margin-left: 20px;
  position: relative;
  top: 5px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media (max-width: 767px) {
  .main-page__cta-button img {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

.services-item__header {
  display: block;
  position: relative;
  font-size: 40px;
  line-height: 98px;
  margin-bottom: 20px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
}

.services-item__header:hover:after {
  color: #000;
}

@media (max-width: 767px) {
  .services-item__header {
    font-size: 50px;
    line-height: 61px;
  }
}

.services-item__header:after {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: '';
  display: block;
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.yo_header_menu_mob,
.yo_header_btn {
  background: #f2f2f2;
}

.services-item__header.animated:after {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

.digital-service:hover .services-item__header:after {
  -webkit-animation: rotate 2s infinite linear;
  animation: rotate 2s infinite linear;
}

.digital-service .services-item__header {
  display: block;
  position: relative;
}

.digital-service .services-item__header:after {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  z-index: -1;
  width: 228px;
  height: 228px;
  top: -40px;
  right: -15px;
  background: url('../assets/rectangle.svg') no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .digital-service .services-item__header:after {
    width: 144px;
    height: 144px;
    top: -19px;
    right: -10px;
  }
}

.production-service:hover .services-item__header:after {
  -webkit-animation: rotate 2s infinite linear;
  animation: rotate 2s infinite linear;
}

.production-service .services-item__header:after {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: -1;
  width: 100px;
  height: 100px;
  top: -5px;
  right: -15px;
  background: #e61d1d;
}

@media (max-width: 767px) {
  .production-service .services-item__header:after {
    width: 64px;
    height: 64px;
    right: -10px;
  }
}

.error-page {
  margin-top: 0;
}

.ads-service:hover .services-item__header:after {
  -webkit-animation: scale 2s infinite linear;
  animation: scale 2s infinite linear;
}

.ads-service .services-item__header:after {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: -1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: -15px;
  left: 81px;
  background: #e61d1d;
}

@media (max-width: 767px) {
  .ads-service .services-item__header:after {
    width: 38px;
    height: 38px;
    top: -5px;
    left: 53px;
  }
}

@media (max-width: 768px) {
  .digital-nav-block-next {
    font-size: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (max-width: 768px) {
  .digital-nav-block-next svg {
    width: 38px;
  }
}

@media (max-width: 768px) {
  .digital-nav-block-next span {
    display: none;
  }
}

@media (max-width: 768px) {
  .digital-nav-block-prev {
    font-size: 12px;
    -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;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (max-width: 768px) {
  .digital-nav-block-prev svg {
    width: 38px;
  }
}

@media (max-width: 768px) {
  .digital-nav-block-prev span {
    display: none;
  }
}

.page.main .yo_header_menu_mob.yo_txt_header {
  background: #fbfbfb;
}

.page-template-default.page-gray {
  background: #f2f2f2;
}

.btn.btn--fill-black.link--colors.btn--big {
  display: none !important;
}

.some {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
}

@media (min-width: 1920px) {
  .some {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 1000px) {
  .some {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.some-text {
  padding-top: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 22px;
  line-height: 27px;
}

@media (max-width: 1000px) {
  .some-text {
    padding-top: 0;
    font-size: 16px;
    margin-bottom: 84px;
  }
}

.some-heading {
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 16px;
}

@media (max-width: 1000px) {
  .some-heading {
    padding-top: 0;
    font-size: 33px;
    line-height: 110%;
  }
}

.some-banner-block {
  position: relative;
}

.some-banner-block img {
  max-width: 100%;
}

.some-absolute {
  position: absolute;
  right: -50px;
  bottom: -50px;
}

@media (max-width: 1000px) {
  .some-absolute {
    position: static;
    padding-right: 68px;
  }
}

@media (max-width: 1000px) {
  .some-lg {
    display: none;
  }
}

.error404 {
  background: #f2f2f2;
}

.error-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  max-width: 1600px;
  margin: 0 auto;
}

@media (max-width: 570px) {
  .error-404 {
    padding: 0 15px;
  }
}

.error-404__img {
  margin-left: 56px;
}

@media (max-width: 1100px) {
  .error-404__img {
    display: none;
  }
}

.error-404__img img {
  max-width: 100%;
}

.error-404__text {
  padding-top: 50px;
}

.error-404__inner {
  position: relative;
  padding-left: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 570px) {
  .error-404__inner {
    padding-left: 0;
  }
}

.error-404__inner:after {
  content: '';
  display: block;
  position: absolute;
  width: 200px;
  height: 200px;
  left: 289px;
  top: 160px;
  background: #e61d1d;
  border-radius: 50%;
  z-index: -1;
}

@media (max-width: 570px) {
  .error-404__inner:after {
    width: 200px;
    height: 200px;
    left: 114px;
    top: 114px;
  }
}

.error-404 h2 {
  font-size: 200px;
  line-height: 244px;
  font-weight: 500;
  letter-spacing: 2px;
}

@media (max-width: 570px) {
  .error-404 h2 {
    font-size: 130px;
    line-height: 159px;
  }
}

.error-404 p {
  font-size: 30px;
  line-height: 37px;
}

@media (max-width: 570px) {
  .error-404 p {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (max-width: 768px) {
  .feedback__info:after {
    top: -90px;
    left: 148px;
    left: auto;
    right: 0px;
  }
}

@media (max-width: 768px) {
  .feedback {
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  .feedback__info-big {
    font-size: 40px;
    margin-bottom: 0px;
  }
}

@media (max-width: 768px) {
  .feedback__field label {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .feedback__label {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .feedback__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  .feedback__menu:not(:last-child) {
    margin-bottom: 75px;
    margin-top: 0 !important;
  }
}

.simplebar-track.simplebar-horizontal {
  visibility: hidden !important;
}

@media (max-width: 768px) {
  .yo_about_p22.yo_about_margin_top_12.yo_about_block.yo_about_width_922 br {
    display: none;
  }
}

@media (max-width: 768px) {
  .feedback__container.feedback__elements--radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .yo_about_h54 {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 768px) {
  .feedback__container {
    margin-bottom: 42px;
  }
}

@media (max-width: 768px) {
  .feedback__radio {
    width: 20px;
    height: 20px;
    border: 2px solid #000;
  }
}

@media (max-width: 768px) {
  .feedback__file-placeholder {
    font-size: 18px !important;
  }
}

.b-project {
  position: relative;
  margin: 0 0 24px;
}

@media (max-width: 768px) {
  .b-project {
    margin-bottom: 0;
  }
}

@media (max-width: 769px) {
  .page.project .description p {
    font-size: 15px !important;
  }
}

@media (max-width: 769px) {
  .page.project .description {
    padding: 20px 15px 20px;
  }
}

@media (max-width: 769px) {
  .all-projects a {
    max-width: 80px;
  }
}

@media (max-width: 769px) {
  .digital-nav-block {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .all-projects {
    padding: 0 5vw 100px;
  }
}

@media (max-width: 768px) {
  .yo_about_let {
    position: absolute;
    right: -39px !important;
    bottom: -22px !important;
    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 150%;
    text-transform: uppercase;
    color: #000000;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

@media (max-width: 769px) {
  .share-button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 769px) {
  .share-button-wrapper a:nth-child(1) svg {
    width: 12px;
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 769px) {
  .share-button-wrapper a:nth-child(2) svg {
    width: 24px;
  }
}

@media (max-width: 769px) {
  .share-button-wrapper a:nth-child(3) svg {
    width: 24px;
  }
}

@media (max-width: 769px) {
  .share-button-wrapper a {
    width: 24px;
  }
}

@media (max-width: 768px) {
  .step-back svg {
    width: 24px;
  }
}

@media (max-width: 768px) {
  .step-back {
    margin: 28px 0 42px !important;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 18px;
  }
}

.contacts {
  max-width: 1300px;
  margin: 120px auto 0;
  padding: 0 15px;
}

@media (max-width: 768px) {
  .contacts {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .contacts .step-back {
    margin: 0px 0 28px !important;
  }
}

.contacts-header {
  max-width: 380px;
  position: relative;
  padding-bottom: 70px;
  position: relative;
  margin-bottom: 80px;
  z-index: 2;
}

@media (max-width: 767px) {
  .contacts-header p {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .contacts-header {
    padding-bottom: 0;
    margin-bottom: 70px;
  }
}

.contacts-header:after {
  content: '';
  position: absolute;
  display: block;
  width: 150px;
  height: 160px;
  right: 15px;
  top: 0;
  background: url('../assets/luna.svg') no-repeat;
  background-size: cover;
  pointer-events: none;
  z-index: -1;
  display: none;
}

@media (max-width: 767px) {
  .contacts-header:after {
    width: 102.23px;
    height: 112px;
    right: 40%;
  }
}

.contacts-header h2 {
  font-weight: bold;
  font-size: 60px;
  line-height: 140%;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

@media (max-width: 767px) {
  .contacts-header h2 {
    font-size: 30px;
  }
}

.contacts-header p {
  font-weight: 500;
  font-size: 22px;
  line-height: 160%;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .contacts-header p {
    font-size: 20px;
    margin-bottom: 0;
  }
}

.contacts-items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-bottom: 170px;
}

@media (max-width: 1100px) {
  .contacts-items {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .contacts-items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.contacts-items h3 {
  font-family: 'condensed-Bold';
  font-weight: bold;
  font-size: 26px;
  line-height: 130%;
  margin-bottom: 38px;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .contacts-items h3 {
    font-size: 22px;
    margin-bottom: 32px;
  }
}

.contacts-items h3:after {
  content: '';
  position: absolute;
  display: block;
  width: 106px;
  height: 6px;
  background: #000;
  left: 0;
  bottom: -13px;
}

.contacts-items a,
.contacts-items p {
  font-weight: 500;
  font-size: 26px;
  line-height: 140%;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .contacts-items a,
  .contacts-items p {
    font-size: 22px;
  }
}

.contacts p {
  display: block;
}

.contacts-item__inner:not(:last-child) {
  margin-bottom: 60px;
}

.contacts__cta-inner {
  padding-top: 105px;
  padding-bottom: 75px;
  position: relative;
  margin-bottom: 100px;
}

.contacts__cta-inner:after {
  content: '';
  display: block;
  position: absolute;
  width: 200px;
  height: 300px;
  top: 0;
  left: 160px;
  background: #e61d1d;
  z-index: -1;
}

@media (max-width: 767px) {
  .contacts__cta-inner:after {
    width: 180px;
    height: 260px;
    left: auto;
    right: 0;
  }
}

.contacts-bottom {
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}

@media (max-width: 768px) {
  .contacts-bottom {
    grid-template-columns: repeat(1, 1fr);
  }
}

.pr-15 {
  padding-right: 15px;
}

@media (max-width: 768px) {
  .small-radio-text {
    font-size: 12px;
  }
}

.home.page-gray .yo_header_btn {
  background: #fbfbfb !important;
}

.yo_header_btn {
  padding-top: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (max-width: 768px) {
  .page.project .description ol,
  .page.project .description ul {
    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 150%;
  }
}

@media (max-width: 768px) {
  .projects-nav__item {
    margin-left: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 768px) {
  .yo_about_showreal_txt {
    font-size: 49px !important;
    margin-left: 0 !important;
  }
}

@media (max-width: 768px) {
  .digital-nav-project p a {
    font-size: 13px;
  }
}

.digital-nav-block-next svg,
.digital-nav-block-prev svg {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.pt-100 {
  padding-top: 300px;
}

@media (max-width: 768px) {
  .pt-100 {
    padding-top: 100px;
  }
}

@media (max-width: 768px) {
  .page.project .info-block h3 {
    font-size: 10px !important;
    margin-bottom: 10px !important;
  }
}

@media (max-width: 768px) {
  .page.project .description {
    padding: 20px 15px !important;
  }
}

.yo_align_mid.clients-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 15px;
}

@media (max-width: 1200px) {
  .yo_align_mid.clients-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .yo_align_mid.clients-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 15px;
  }
}

.yo_align_mid.clients-grid .yo_about_logo {
  margin: auto;
  width: 140px;
  height: 70px;
}

@media (max-width: 600px) {
  .yo_align_mid.clients-grid .yo_about_logo {
    margin-right: 75px;
  }
}

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

.about-us__cta-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 600px) {
  .about-us__cta-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    max-width: 100vw;
  }
}

.about-us__cta-button img {
  margin-left: 25px;
  position: relative;
  top: 10px;
}

@media (max-width: 600px) {
  .about-us__cta-button img {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-left: 0;
  }
}

.project-content-block {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

footer.container {
  display: none;
}

.yo_header_mid_h.active {
  color: red;
}

.yo_footer_2box.yo_txt_footer a:hover {
  color: #fa3c00;
}

.sequense-img {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.index-page {
  margin: 0 !important;
}

@media (max-width: 768px) {
  .feedback__elements--inputs-margin-medium-xs {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .feedback__field {
    margin-bottom: 56px;
  }
}

@media (max-width: 768px) {
  .feedback__container.feedback__elements--radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 45px;
  }
}

.feedback__info {
  max-width: 450px;
  color: #000000;
  position: relative;
}

@media (max-width: 769px) {
  .feedback__info {
    margin-top: 50px;
    margin-bottom: 180px;
  }
}

.page.project .employee span:after {
  content: '/';
  margin: 0 25px;
}

@media (max-width: 769px) {
  .page.project .employee span:after {
    margin: 0 6px;
  }
}

@media (max-width: 768px) {
  .page.project .employee span {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .page.project .info-block {
    margin-bottom: 20px;
  }
}

.loadmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: none;
  border: none;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  cursor: inherit;
  margin: 130px auto 60px;
}

@media (max-width: 768px) {
  .loadmore {
    margin: 90px auto 60px;
  }
}

.loadmore:hover {
  color: #fa3c00;
}

.loadmore:active {
  outline: none;
  color: #fa3c00;
}

.loadmore:focus {
  outline: none;
}

.loadmore img {
  margin-right: 10px;
}

.page.project .image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

@media (min-width: 1920px) {
  .container.products-container.main-page {
    max-width: 2600px !important;
    padding: 0 50px;
  }
}

.digital-nav-project.digital-nav-project-next {
  -ms-grid-column: 2;
  grid-column: 2;
}

.all-projects a:hover {
  color: #000;
}

.yo_about_red_circl_container:hover .yo_about_red_circl {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-animation: scale-min 2s infinite linear;
  animation: scale-min 2s infinite linear;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes scale-min {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-min {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  75% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  75% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.about-us__cta-button:hover .yo_about_go {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
}

.feedback__submit {
  line-height: 1;
}

.page.project .info-block p {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 110%;
  font-family: Helvetica Neue;
}

.page.project.digital .info-block h3 {
  font-size: 14px;
  font-family: Helvetica Neue;
}

@media (max-width: 768px) {
  .page.project.digital .info-block h3 {
    font-size: 10px;
    margin-bottom: 10px;
  }
}

.page.project p {
  font-family: Helvetica Neue;
}

.page.project .employee span {
  font-family: Helvetica Neue;
}

.page.project .name h2 {
  font-family: Helvetica Neue;
}

.page.project .description p {
  font-family: Helvetica Neue;
}

.start-progect-button {
  background: #000;
  color: #fff;
  width: 180px;
  height: 34px;
  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;
}

.projects-nav__link {
  height: 34px;
  padding: 0 15px;
  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;
}

.projects-nav__link:hover {
  color: #fff;
}

.projects-nav__item:hover .projects-nav__link {
  color: initial;
}

.projects-nav__item:not(:last-child) {
  margin-right: 30px;
}

@media (max-width: 768px) {
  /* .projects-nav__item:not(:last-child) {
    margin-right: 0;
  } */
}

@media (max-width: 768px) {
  .yo_footer_social_block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 768px) {
  .yo_footer_social {
    margin-bottom: 24px !important;
  }
}

@media (max-width: 768px) {
  .yo_footer_social:not(:last-child) {
    margin-right: 35px !important;
  }
}

@media (max-width: 768px) {
  .yo_about_margin_342 {
    margin-top: 116px !important;
  }
}

.step-back.start-prjct {
  display: none;
}

@media (max-width: 768px) {
  .step-back.start-prjct {
    display: block;
    margin-top: 28px !important;
    margin-bottom: 80px !important;
    margin-left: 16px !important;
  }
}

@media (max-width: 768px) {
  .yo_about_contacts_section.yo_about_contacts_border {
    margin-bottom: 75px !important;
  }
}

@media (max-width: 768px) {
  .yo_about_production_section.yo_about_contacts_border {
    margin-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .yo_about_digital_section.yo_no_float_pls {
    margin-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .yo_about_section_10let_and_600 {
    margin-top: 80px !important;
  }
}

@media (max-width: 768px) {
  .yo_about_logo_container {
    margin-top: 28px !important;
  }
}

@media (max-width: 768px) {
  .yo_about_digital_section {
    height: auto !important;
  }
}

@media (max-width: 768px) {
  .yo_about_contacts_section {
    height: auto !important;
  }
}

@media (max-width: 768px) {
  .yo_about_10let {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .yo_about_2010_and_we_create {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 20px !important;
  }
}

.yo_about_showreal_txt {
  position: relative;
  margin-left: 15px;
  margin-top: 70px;
  font-family: Helvetica Neue;
  font-style: normal;
  font-weight: bold;
  font-size: 54px;
  line-height: 150%;
  /* identical to box height, or 180px */
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media (max-width: 768px) {
  .yo_about_showreal_txt {
    margin-top: 0 !important;
  }
}

[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0.5s linear;
  transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrolling .simplebar-scrollbar:before,
.simplebar-hover .simplebar-scrollbar:before,
.simplebar-mouse-entered .simplebar-scrollbar:before {
  opacity: 0.5;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.hide-lg {
  display: none;
}

@media (max-width: 768px) {
  .hide-lg {
    display: block;
  }
}

.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

@media (max-width: 768px) {
  .yo_about_main_top {
    margin-top: 20px;
  }
}

.yo_grid_footer_mob.yo_txt.yo_hide_375 {
  border-bottom: 1px solid #eeee;
}

@media (max-width: 570px) {
  .custom-mg-xs {
    margin-bottom: 60px !important;
  }
}

@media (max-width: 1400px) {
  .product__title {
    font-size: 16px;
  }
}

@media (max-width: 1400px) {
  .main-page .h1.products__title {
    font-size: 80px !important;
    margin-bottom: 90px !important;
  }
}

@media (max-width: 570px) {
  .main-page .h1.products__title {
    font-size: 50px !important;
    margin-bottom: 48px !important;
  }
}
/*# sourceMappingURL=style-v2.css.map */
