@charset "UTF-8";

@font-face {
  font-family: iconfont;
  src: url("/v3/user/fonts/icomoon/giga.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: Montserrat;
  src: local("Montserrat"), local("Montserrat-Regular");
  src: url("/v3/user/fonts/Montserrat/Montserrat-Regular.woff2") format("woff2");
  src: url("/v3/user/fonts/Montserrat/Montserrat-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: Montserrat;
  src: local("Montserrat"), local("Montserrat-SemiBold");
  src: url("/v3/user/fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2");
  src: url("/v3/user/fonts/Montserrat/Montserrat-SemiBold.woff") format("woff");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: Montserrat;
  src: local("Montserrat"), local("Montserrat-Bold");
  src: url("/v3/user/fonts/Montserrat/Montserrat-Bold.woff2") format("woff2");
  src: url("/v3/user/fonts/Montserrat/Montserrat-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

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

html {
  min-height: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
}

body {
  height: 100%;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow-y: auto;
}

body::-webkit-scrollbar {
  background: #151515;
  width: 5px;
  height: 5px;
  border-radius: 4px;
}

body::-webkit-scrollbar-thumb {
  background: #EB4432;
  border-radius: 4px;
}

main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

body {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #ffffff;
  font-weight: 400;
}

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

input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
}

textarea {
  resize: none;
}

.page {
  height: 100%;
  background-color: #141214;
  display: flex;
  flex-direction: column;
}

.page_locked,
.page.js-page-locked {
  overflow: hidden !important;
}

.page_padding {
  padding-top: 95px;
}

@media screen and (max-width: 1000px) {
  .page_padding {
    padding-top: 67px;
  }
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  transition: top 0.5s;
  background: #141214;
}

.header_hidden {
  top: -100%;
  transition: top 1s;
}

.header__content {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 25px 0;
}

@media screen and (max-width: 1000px) {
  .header__content {
    padding: 22px 0;
  }
}

.header__composite-logo.composite-logo {
  margin-right: 30px;
  flex-shrink: 0;
}

@media screen and (max-width: 1000px) {
  .header__composite-logo.composite-logo:before {
    font-size: 22px;
  }

  .header__composite-logo.composite-logo:after {
    font-size: 22px;
    margin-left: 2px;
  }
}

.header__navigation {
  margin-right: 40px;
  margin-left: auto;
}

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

.header__lang {
  position: relative;
  margin-right: 40px;
}

.header__lang:before {
  content: "";
  content: "";
  width: 2px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: block;
  position: absolute;
  z-index: 1;
  background: #ffffff;
}

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

@media screen and (max-width: 1000px) {
  .header__want-project.button {
    display: none;
  }
}

.header__burger.burger {
  margin-left: auto;
}

@media screen and (min-width: 1001px) {
  .header__burger.burger {
    display: none;
  }
}

.main {
  flex-grow: 1;
}

.footer {
  padding-top: 150px;
  padding-bottom: 42px;
  background: #141214;
}

@media screen and (max-width: 1100px) {
  .footer {
    padding-top: 100px;
    padding-bottom: 36px;
  }
}

.footer__top {
  margin-bottom: 110px;
}

@media screen and (max-width: 1100px) {
  .footer__top {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 900px) {
  .footer__top {
    margin-bottom: 30px;
  }
}

.footer__top .container {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 900px) {
  .footer__top .container {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 700px) {
  .footer__top .container {
    flex-direction: column;
  }
}

@media screen and (max-width: 900px) {
  .footer__section {
    width: calc(50% - 20px);
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 700px) {
  .footer__section {
    width: auto;
  }
}

.footer__section .complex-title {
  margin-bottom: 27px;
}

@media screen and (max-width: 1100px) {
  .footer__section .complex-title {
    margin-bottom: 17px;
  }
}

.footer__entries {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer__entry.footer-entry {
  margin-bottom: 30px;
}

@media screen and (max-width: 1100px) {
  .footer__entry.footer-entry {
    margin-bottom: 13px;
  }
}

.footer__entry.footer-entry:last-child {
  margin-bottom: 0;
}

.footer__bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__copyright {
  padding: 0;
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.33;
  color: #ffffff;
  font-weight: 400;
}

@media screen and (max-width: 700px) {
  .footer__copyright {
    margin: 0 auto;
  }
}

@media screen and (max-width: 700px) {
  .footer__socials.socials {
    display: none;
  }
}

.mobile-panel {
  background: rgba(0, 0, 0, 0.85);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  position: fixed;
  z-index: 99;
  top: 67px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 1001px) {
  .mobile-panel {
    display: none !important;
  }
}

.mobile-panel.js-modal-shown {
  visibility: visible;
  opacity: 1;
}

.mobile-panel__content {
  overflow-y: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.mobile-panel__content::-webkit-scrollbar {
  background: #151515;
  width: 5px;
  height: 5px;
  border-radius: 4px;
}

.mobile-panel__content::-webkit-scrollbar-thumb {
  background: #EB4432;
  border-radius: 4px;
}

.mobile-panel__body {
  padding: 27px 15px;
}

@media screen and (min-width: 601px) {
  .mobile-panel__body {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.mobile-panel__footer {
  margin-top: auto;
  padding-bottom: 27px;
}

.mobile-panel__lang-menu.lang-menu {
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid #7D7D7D;
  border-bottom: 1px solid #7D7D7D;
  margin-bottom: 35px;
}

.mobile-panel__socials-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 601px) {
  .mobile-panel__socials-section {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.mobile-panel__socials.socials {
  width: calc(50% - 20px);
}

@media screen and (max-width: 330px) {
  .mobile-panel__socials.socials {
    width: calc(50% - 15px);
  }
}

.modal {
  position: fixed;
  z-index: 100;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: calc(100vw - 30px);
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  z-index: 101;
}

.modal.js-modal-shown {
  visibility: visible;
  opacity: 1;
}

.modal__closer.closer {
  top: -44px;
  right: 0;
  position: absolute;
  z-index: 1;
}

@media screen and (max-width: 600px) {
  .modal__closer.closer {
    right: 0;
  }
}

.modal__content {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 35px 70px 30px;
}

.modal_order-project-sent {
  width: 642px;
}

.modal_order-project-sent .modal__content {
  padding: 35px 70px 30px;
}

@media screen and (max-width: 700px) {
  .modal_order-project-sent .modal__content {
    padding: 34px 20px 30px;
  }
}

.overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.75);
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.overlay_shown,
.overlay.js-overlay-shown {
  z-index: 100;
  visibility: visible;
  opacity: 1;
}

.main-menu {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.main-menu__item {
  margin-right: 30px;
}

.main-menu__item:last-child {
  margin-right: 0;
}

.main-menu__link {
  padding: 0;
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.71;
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
}

.socials {
  display: flex;
  flex-direction: column;
}

.socials__label {
  padding: 0;
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #b2b2b2;
  font-weight: 500;
  margin-bottom: 10px;
}

@media screen and (max-width: 330px) {
  .socials__label {
    font-size: 15px;
  }
}

.socials__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}

.socials__item {
  margin-right: 20px;
}

.socials__item:last-child {
  margin-right: 0;
}

.socials__link {
  text-decoration: none;
}

@media screen and (min-width: 1200px) {
  .socials__link:not([disabled]):hover .icon:before {
    color: #EB4432;
  }
}

.socials_dashed .socials__item {
  position: relative;
  margin-right: 50px;
}

.socials_dashed .socials__item:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #aeaeae;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -40px;
}

.socials_dashed .socials__item:last-child {
  margin-right: 0;
}

.socials_dashed .socials__item:last-child:after {
  display: none;
}

.lang-menu {
  display: flex;
  align-items: center;
}

.lang-menu__item {
  flex-shrink: 0;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  position: relative;
}

.lang-menu__item:after {
  content: "";
  display: block;
  width: 1px;
  height: 29px;
  background: #333;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.lang-menu__item:last-child:after {
  display: none;
}

.lang-menu__link {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  color: #878787;
  font-weight: 500;
  text-decoration: none;
}

.lang-menu__link_current {
  color: #ffffff;
}

.touch-menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
}

.touch-menu__item {
  margin-bottom: 17px;
}

.touch-menu__item:last-child {
  margin-bottom: 0;
}

.touch-menu__link {
  display: flex;
  padding: 0;
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 22px;
  line-height: 1.25;
  color: white;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 0;
}

@media screen and (min-width: 601px) {
  .touch-menu__link {
    font-size: 26px;
  }
}

.container {
  width: 1560px;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
}

@media screen and (max-width: 1200px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 600px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container_no-padding {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 1200px) {
  .container_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 600px) {
  .container_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

.container:after,
.container:before {
  display: none;
}

.keep-aspect {
  position: relative;
}

.keep-aspect__body {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-agency-main {
  height: 100vh;
  min-height: 900px;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1280px) {
  .section-agency-main {
    height: auto;
    min-height: auto;
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 600px) {
  .section-agency-main {
    height: calc(100vh - 50px);
  }
}

.section-agency-main__container.container {
  flex-grow: 1;
  align-items: center;
  display: flex;
  padding-bottom: 100px;
}

@media screen and (max-width: 1000px) {
  .section-agency-main__container.container {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 600px) {
  .section-agency-main__container.container {
    flex-direction: column;
  }
}

.section-portfolio {
  margin-bottom: 150px;
  max-width: 100%;
  overflow-x: hidden;
}

@media screen and (max-width: 1100px) {
  .section-portfolio {
    margin-bottom: 100px;
  }
}

.section-portfolio__header {
  margin-bottom: 25px;
}

.section-portfolio__header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 800px) {
  .section-portfolio__all-button-desktop.button {
    display: none;
  }
}

.section-portfolio__body {
  max-width: 100%;
  width: 1440px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}

.section-portfolio__body .portfolio-case,
.section-portfolio__body .blur-portfolio-case {
  margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
  .section-portfolio__body .portfolio-case,
  .section-portfolio__body .blur-portfolio-case {
    margin-bottom: 10px;
  }
}

.section-portfolio__body .portfolio-case_wide,
.section-portfolio__body .blur-portfolio-case_wide {
  width: calc(65.9722% - 10px);
}

@media screen and (max-width: 600px) {
  .section-portfolio__body .portfolio-case_wide,
  .section-portfolio__body .blur-portfolio-case_wide {
    width: 100%;
  }
}

.section-portfolio__body .portfolio-case_short,
.section-portfolio__body .blur-portfolio-case_short {
  width: calc(34.0277% - 10px);
}

@media screen and (max-width: 600px) {
  .section-portfolio__body .portfolio-case_short,
  .section-portfolio__body .blur-portfolio-case_short {
    width: 100%;
  }
}

.section-portfolio__footer {
  margin-top: 10px;
}

@media screen and (min-width: 801px) {
  .section-portfolio__footer {
    display: none;
  }
}

.section-portfolio__footer .container {
  display: flex;
  justify-content: center;
}

.section-technologies {
  margin-bottom: 120px;
}

@media screen and (max-width: 600px) {
  .section-technologies {
    margin-bottom: 75px;
  }
}

.section-technologies__complex-title.complex-title {
  margin-bottom: 60px;
}

@media screen and (max-width: 600px) {
  .section-technologies__complex-title.complex-title {
    margin-bottom: 50px;
  }
}

.section-technologies .technology-group {
  margin-bottom: 80px;
}

@media screen and (max-width: 600px) {
  .section-technologies .technology-group {
    margin-bottom: 31px;
  }
}

.section-technologies .technology-group:last-child {
  margin-bottom: 0;
}

.section-team {
  margin-bottom: 164px;
}

@media screen and (max-width: 1100px) {
  .section-team {
    margin-bottom: 113px;
  }
}

.section-team__complex-title.complex-title {
  margin-bottom: 40px;
}

@media screen and (max-width: 600px) {
  .section-team__complex-title.complex-title {
    margin-bottom: 10px;
  }
}

.section-team__body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.section-team__mates {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  grid-row-gap: 33px;
  grid-column-gap: 33px;
}

@media screen and (max-width: 1300px) {
  .section-team__mates {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    grid-row-gap: 30px;
    grid-column-gap: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .section-team__mates {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    grid-row-gap: 20px;
    grid-column-gap: 20px;
  }
}

@media screen and (max-width: 800px) {
  .section-team__mates {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-row-gap: 20px;
    grid-column-gap: 20px;
  }
}

@media screen and (max-width: 700px) {
  .section-team__mates {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-row-gap: 20px;
    grid-column-gap: 20px;
  }
}

@media screen and (max-width: 600px) {
  .section-team__mates {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-row-gap: 15px;
    grid-column-gap: 15px;
  }
}

@media screen and (max-width: 400px) {
  .section-team__mates {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-row-gap: 10px;
    grid-column-gap: 10px;
  }
}

.section-statistic {
  margin-bottom: 150px;
}

@media screen and (max-width: 1100px) {
  .section-statistic {
    margin-bottom: 70px;
  }
}

.section-statistic__body {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-row-gap: 40px;
  grid-column-gap: 106px;
}

@media screen and (max-width: 1300px) {
  .section-statistic__body {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-row-gap: 40px;
    grid-column-gap: 65px;
  }
}

@media screen and (max-width: 1100px) {
  .section-statistic__body {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-row-gap: 40px;
    grid-column-gap: 65px;
  }
}

@media screen and (max-width: 600px) {
  .section-statistic__body {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-row-gap: 40px;
    grid-column-gap: 65px;
  }
}

.section-order-project {
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #000;
}

@media screen and (max-width: 900px) {
  .section-order-project {
    padding-top: 20px;
  }
}

@media screen and (max-width: 900px) {
  .section-order-project__container.container {
    padding-left: 0;
    padding-right: 0;
  }
}

.section-order-project__body {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 900px) {
  .section-order-project__body {
    flex-direction: column;
  }
}

.section-order-project__animation-block {
  width: 50%;
  margin-right: 20px;
}

@media screen and (max-width: 900px) {
  .section-order-project__animation-block {
    width: 100%;
    max-width: 600px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.section-order-project__animation {
  width: 100%;
  display: block;
}

@media screen and (max-width: 900px) {
  .section-order-project__order-block {
    max-width: 560px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 600px) {
  .section-order-project__order-block {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.section-order-project__complex-title.complex-title {
  margin-bottom: 15px;
}

@media screen and (max-width: 600px) {
  .section-order-project__complex-title.complex-title {
    margin-bottom: 10px;
  }
}

.section-order-project__text {
  padding: 0;
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 400;
  max-width: 470px;
  margin-bottom: 20px;
}

@media screen and (max-width: 900px) {
  .section-order-project__text {
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .section-order-project__text {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.section-order-project__form.form {
  max-width: 405px;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .section-order-project__form.form {
    max-width: 600px;
  }
}

.section-parthners {
  margin-bottom: 164px;
}

@media screen and (max-width: 1100px) {
  .section-parthners {
    margin-bottom: 113px;
  }
}

.section-parthners__complex-title.complex-title {
  margin-bottom: 60px;
}

@media screen and (max-width: 600px) {
  .section-parthners__complex-title.complex-title {
    margin-bottom: 50px;
  }
}

.section-parthners__body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.section-parthners__links {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-row-gap: 43px;
  grid-column-gap: 20px;
}

@media screen and (max-width: 1280px) {
  .section-parthners__links {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-row-gap: 43px;
    grid-column-gap: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .section-parthners__links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-row-gap: 25px;
    grid-column-gap: 20px;
  }
}

@media screen and (max-width: 650px) {
  .section-parthners__links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-row-gap: 25px;
    grid-column-gap: 20px;
  }
}

@media screen and (max-width: 450px) {
  .section-parthners__links {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-row-gap: 25px;
    grid-column-gap: 20px;
  }
}

.section-discuss-resume {
  margin-bottom: 140px;
}

@media screen and (max-width: 1400px) {
  .section-discuss-resume {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 1100px) {
  .section-discuss-resume {
    margin-bottom: 30px;
  }
}

.form-discuss-project {
  display: flex;
  flex-direction: column;
}

.form-discuss-project .interactive-input {
  margin-top: 23px;
}

.form-discuss-project .interactive-input:first-of-type {
  margin-top: 0;
}

.form-discuss-project__file.interactive-input {
  margin-top: 8px;
  padding-top: 0;
  align-self: flex-start;
  height: 50px;
}

.form-discuss-project__footer {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  height: 40px;
}

.form-discuss-project__submit.button {
  align-self: center;
}

.composite-logo {
  position: relative;
  display: flex;
  text-decoration: none;
  cursor: pointer;
  transition: 0.1s;
}

@media screen and (min-width: 1200px) {
  .composite-logo:not([disabled]):hover:before {
    color: #EB4432;
  }

  .composite-logo:not([disabled]):hover:after {
    color: #ffffff;
  }
}

.composite-logo:active {
  top: 2px;
}

.composite-logo:before {
  content: "\E902";
  font-family: iconfont;
  font-size: 35px;
  line-height: 1;
  color: #ffffff;
  font-weight: 400;
  display: block;
  transition: 0.35s;
}

.composite-logo:after {
  content: "\E905";
  font-family: iconfont;
  font-size: 35px;
  line-height: 1;
  color: #EB4432;
  font-weight: 400;
  display: block;
  margin-top: 1px;
  margin-left: 3px;
  transition: 0.35s;
}

.hover-line {
  position: relative;
}

.hover-line:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #ffffff;
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -2px;
  left: 0;
  transform: scaleX(0%);
  transform-origin: 100% 0%;
  transition: transform 0.3s, transform-origin 0s;
}

@media screen and (min-width: 1200px) {
  .hover-line:not([disabled]):hover:before {
    transform-origin: 0% 0%;
    transform: scaleX(100%);
  }
}

.dropdown-picker__current,
.dropdown-picker__option {
  padding: 0;
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42;
  color: #ffffff;
  font-weight: 500;
  padding: 5px 14px;
  text-transform: uppercase;
  background: transparent;
  transition: 0.2s;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.dropdown-picker__option {
  margin-bottom: 5px;
}

.dropdown-picker__option:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
  .dropdown-picker__option:not([disabled]):hover {
    background: #383838;
  }
}

.dropdown-picker__options {
  position: absolute;
  left: 0;
  min-width: 100%;
  background-color: #252525;
  border-radius: 4px;
  overflow: hidden;
  transition: 0.3s;
  max-height: 0px;
  padding: 0;
}

.dropdown-picker_opened .dropdown-picker__options {
  padding: 9px 0 5px 0;
  max-height: 100px;
}

.burger {
  width: 30px;
  height: 18px;
  position: relative;
  cursor: pointer;
}

.burger__middle {
  width: 25px;
  height: 2px;
  top: calc(50% - 1px);
  position: absolute;
  z-index: 1;
  background: #ffffff;
  right: 0;
  transform-origin: 100% 50%;
  transition: transform 0.2s 0.4s;
}

.burger:before,
.burger:after {
  content: "";
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 2px;
  left: 0;
  right: 0;
  transition: top 0.3s 0.3s, bottom 0.3s 0.3s, transform 0.3s;
  z-index: 1;
}

.burger:before {
  top: 0;
}

.burger:after {
  bottom: 0;
}

.burger.js-trigger-active:before {
  top: calc(50% - 1px);
  transform: rotate(45deg);
  transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s;
}

.burger.js-trigger-active:after {
  bottom: calc(50% - 1px);
  transform: rotate(-45deg);
  transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s;
}

.burger.js-trigger-active .burger__middle {
  transform: scaleX(0%);
  transition: transform 0.2s;
}

.icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon:before {
  font-family: iconfont;
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  font-weight: 400;
  display: block;
  transition: 0.25s;
}

.icon_gray:before {
  color: #aeaeae;
}

.icon_instagram:before {
  content: "\E903";
}

.icon_facebook:before {
  content: "\E900";
}

.icon_facebook2:before {
  content: "\E901";
}

.icon_youtube:before {
  content: "\E906";
}

.icon_viber:before {
  content: "\E90A";
}

.icon_letter:before {
  content: "\E908";
}

.icon_phone:before {
  content: "\E909";
}

.icon_linked:before {
  content: "\E904";
}

.icon_s5:before {
  font-size: 5px;
}

.icon_s6:before {
  font-size: 6px;
}

.icon_s7:before {
  font-size: 7px;
}

.icon_s8:before {
  font-size: 8px;
}

.icon_s9:before {
  font-size: 9px;
}

.icon_s10:before {
  font-size: 10px;
}

.icon_s11:before {
  font-size: 11px;
}

.icon_s12:before {
  font-size: 12px;
}

.icon_s13:before {
  font-size: 13px;
}

.icon_s14:before {
  font-size: 14px;
}

.icon_s15:before {
  font-size: 15px;
}

.icon_s16:before {
  font-size: 16px;
}

.icon_s17:before {
  font-size: 17px;
}

.icon_s18:before {
  font-size: 18px;
}

.icon_s19:before {
  font-size: 19px;
}

.icon_s20:before {
  font-size: 20px;
}

.icon_s21:before {
  font-size: 21px;
}

.icon_s22:before {
  font-size: 22px;
}

.icon_s23:before {
  font-size: 23px;
}

.icon_s24:before {
  font-size: 24px;
}

.icon_s25:before {
  font-size: 25px;
}

.icon_s26:before {
  font-size: 26px;
}

.icon_s27:before {
  font-size: 27px;
}

.icon_s28:before {
  font-size: 28px;
}

.icon_s29:before {
  font-size: 29px;
}

.icon_s30:before {
  font-size: 30px;
}

.icon_s31:before {
  font-size: 31px;
}

.icon_s32:before {
  font-size: 32px;
}

.icon_s33:before {
  font-size: 33px;
}

.icon_s34:before {
  font-size: 34px;
}

.icon_s35:before {
  font-size: 35px;
}

.icon_s36:before {
  font-size: 36px;
}

.icon_s37:before {
  font-size: 37px;
}

.icon_s38:before {
  font-size: 38px;
}

.icon_s39:before {
  font-size: 39px;
}

.icon_s40:before {
  font-size: 40px;
}

.icon_s41:before {
  font-size: 41px;
}

.icon_s42:before {
  font-size: 42px;
}

.icon_s43:before {
  font-size: 43px;
}

.icon_s44:before {
  font-size: 44px;
}

.icon_s45:before {
  font-size: 45px;
}

.icon_s46:before {
  font-size: 46px;
}

.icon_s47:before {
  font-size: 47px;
}

.icon_s48:before {
  font-size: 48px;
}

.icon_s49:before {
  font-size: 49px;
}

.icon_s50:before {
  font-size: 50px;
}

.icon_s51:before {
  font-size: 51px;
}

.icon_s52:before {
  font-size: 52px;
}

.icon_s53:before {
  font-size: 53px;
}

.icon_s54:before {
  font-size: 54px;
}

.icon_s55:before {
  font-size: 55px;
}

.icon_s56:before {
  font-size: 56px;
}

.icon_s57:before {
  font-size: 57px;
}

.icon_s58:before {
  font-size: 58px;
}

.icon_s59:before {
  font-size: 59px;
}

.icon_s60:before {
  font-size: 60px;
}

.icon_s61:before {
  font-size: 61px;
}

.icon_s62:before {
  font-size: 62px;
}

.icon_s63:before {
  font-size: 63px;
}

.icon_s64:before {
  font-size: 64px;
}

.icon_s65:before {
  font-size: 65px;
}

.icon_s66:before {
  font-size: 66px;
}

.icon_s67:before {
  font-size: 67px;
}

.icon_s68:before {
  font-size: 68px;
}

.icon_s69:before {
  font-size: 69px;
}

.icon_s70:before {
  font-size: 70px;
}

.icon_s71:before {
  font-size: 71px;
}

.icon_s72:before {
  font-size: 72px;
}

.icon_s73:before {
  font-size: 73px;
}

.icon_s74:before {
  font-size: 74px;
}

.icon_s75:before {
  font-size: 75px;
}

.icon_s76:before {
  font-size: 76px;
}

.icon_s77:before {
  font-size: 77px;
}

.icon_s78:before {
  font-size: 78px;
}

.icon_s79:before {
  font-size: 79px;
}

.icon_s80:before {
  font-size: 80px;
}

.icon_s81:before {
  font-size: 81px;
}

.icon_s82:before {
  font-size: 82px;
}

.icon_s83:before {
  font-size: 83px;
}

.icon_s84:before {
  font-size: 84px;
}

.icon_s85:before {
  font-size: 85px;
}

.icon_s86:before {
  font-size: 86px;
}

.icon_s87:before {
  font-size: 87px;
}

.icon_s88:before {
  font-size: 88px;
}

.icon_s89:before {
  font-size: 89px;
}

.icon_s90:before {
  font-size: 90px;
}

.icon_s91:before {
  font-size: 91px;
}

.icon_s92:before {
  font-size: 92px;
}

.icon_s93:before {
  font-size: 93px;
}

.icon_s94:before {
  font-size: 94px;
}

.icon_s95:before {
  font-size: 95px;
}

.icon_s96:before {
  font-size: 96px;
}

.icon_s97:before {
  font-size: 97px;
}

.icon_s98:before {
  font-size: 98px;
}

.icon_s99:before {
  font-size: 99px;
}

.icon_s100:before {
  font-size: 100px;
}

.complex-title {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.complex-title > * {
  margin-bottom: 5px !important;
}

.complex-title > *:last-child {
  margin-bottom: 0 !important;
}

.complex-title__normal {
  padding: 0;
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 56px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 400;
}

@media screen and (max-width: 1100px) {
  .complex-title__normal {
    font-size: 28px;
  }
}

.complex-title__big {
  padding: 0;
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 56px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 700;
  margin-top: -5px;
}

@media screen and (max-width: 1100px) {
  .complex-title__big {
    font-size: 38px;
    margin-top: -5px;
  }
}

.complex-title__logo {
  position: relative;
  display: flex;
  text-decoration: none;
  cursor: pointer;
  margin-top: 4px;
}

@media screen and (max-width: 1100px) {
  .complex-title__logo {
    margin-top: 4px;
  }
}

.complex-title__logo:before {
  content: "\E902";
  font-family: iconfont;
  font-size: 75px;
  line-height: 1;
  color: #ffffff;
  font-weight: 400;
  display: block;
}

@media screen and (max-width: 1100px) {
  .complex-title__logo:before {
    font-size: 47px;
  }
}

.complex-title__logo:after {
  content: "\E905";
  font-family: iconfont;
  font-size: 75px;
  line-height: 1;
  color: #EB4432;
  font-weight: 400;
  display: block;
  margin-top: 1px;
  margin-left: 6px;
}

@media screen and (max-width: 1100px) {
  .complex-title__logo:after {
    font-size: 47px;
    margin-left: 4px;
  }
}

.complex-title__subtitle {
  padding: 0;
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  max-width: 800px;
  margin-top: 19px;
}

@media screen and (max-width: 1100px) {
  .complex-title__subtitle {
    margin-top: 21px;
  }
}

.complex-title_centered {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.text-gradient {
  background: linear-gradient(180deg, #1D98DD 35%, #FFD54F 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.popit_opacity {
  transition: opacity 0.75s;
  opacity: 0;
}

.popit_opacity.popit_active {
  opacity: 1;
}

.popit_slide-up {
  transform: translateY(100px);
  opacity: 0;
  transition: 0.75s;
}

.popit_slide-up.popit_active {
  transform: translateY(0);
  opacity: 1;
}

.popit_slide-right {
  transform: translateX(-150px);
  opacity: 0;
  transition: 0.75s;
}

.popit_slide-right.popit_active {
  transform: translateX(0);
  opacity: 1;
}

.popit_slide-left {
  transform: translateX(150px);
  opacity: 0;
  transition: 0.75s;
}

.popit_slide-left.popit_active {
  transform: translateX(0);
  opacity: 1;
}

.popit_slide-left-small {
  transform: translateX(150px);
  opacity: 0;
  transition: 0.75s;
}

.popit_slide-left-small.popit_active {
  transform: translateX(0);
  opacity: 1;
}

.popit-container__child_opacity {
  transition: opacity 0.75s;
  opacity: 0;
}

.popit-container__child_opacity.popit_active {
  opacity: 1;
}

.popit-container__child_slide-up {
  transform: translateY(100px);
  opacity: 0;
  transition: 0.75s;
}

.popit-container__child_slide-up.popit_active {
  transform: translateY(0);
  opacity: 1;
}

.closer {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.closer:before,
.closer:after {
  content: "";
  height: 2px;
  width: 130%;
  display: block;
  background: white;
  position: absolute;
}

.closer:before {
  transform: rotate(45deg);
}

.closer:after {
  transform: rotate(-45deg);
}

.closer_gray:before,
.closer_gray:after {
  background-color: #DEDEDE;
}

.form-loader {
  display: none;
  width: 40px;
  height: 40px;
}

.form-loader:after {
  content: " ";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 5px solid #EB4432;
  border-color: #EB4432 transparent #EB4432 transparent;
  -webkit-animation: spin-form-loader 1.2s linear infinite;
          animation: spin-form-loader 1.2s linear infinite;
}

@-webkit-keyframes spin-form-loader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin-form-loader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.glitch {
  -webkit-animation: glitch 1s linear infinite;
          animation: glitch 1s linear infinite;
}

.glitch:before,
.glitch:after {
  content: attr(title);
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.glitch:before {
  -webkit-animation: glitchTop 1s linear infinite;
          animation: glitchTop 1s linear infinite;
  clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
}

.glitch:after {
  -webkit-animation: glitchBotom 1.5s linear infinite;
          animation: glitchBotom 1.5s linear infinite;
  clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
}

@-webkit-keyframes glitch {
  2%, 64% {
    transform: translate(2px, 0) skew(0deg);
  }

  4%, 60% {
    transform: translate(-2px, 0) skew(0deg);
  }

  62% {
    transform: translate(0, 0) skew(5deg);
  }
}

@keyframes glitch {
  2%, 64% {
    transform: translate(2px, 0) skew(0deg);
  }

  4%, 60% {
    transform: translate(-2px, 0) skew(0deg);
  }

  62% {
    transform: translate(0, 0) skew(5deg);
  }
}

@-webkit-keyframes glitchTop {
  2%, 64% {
    transform: translate(2px, -2px);
  }

  4%, 60% {
    transform: translate(-2px, 2px);
  }

  62% {
    transform: translate(13px, -1px) skew(-13deg);
  }
}

@keyframes glitchTop {
  2%, 64% {
    transform: translate(2px, -2px);
  }

  4%, 60% {
    transform: translate(-2px, 2px);
  }

  62% {
    transform: translate(13px, -1px) skew(-13deg);
  }
}

@-webkit-keyframes glitchBotom {
  2%, 64% {
    transform: translate(-2px, 0);
  }

  4%, 60% {
    transform: translate(-2px, 0);
  }

  62% {
    transform: translate(-22px, 5px) skew(21deg);
  }
}

@keyframes glitchBotom {
  2%, 64% {
    transform: translate(-2px, 0);
  }

  4%, 60% {
    transform: translate(-2px, 0);
  }

  62% {
    transform: translate(-22px, 5px) skew(21deg);
  }
}

.floating-like {
  position: absolute;
  z-index: 10;
  padding: 0;
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 50px;
  line-height: 1;
  color: #ffffff;
  font-weight: 700;
  text-shadow: 3px 3px 0px #141214, 3px -3px 0px #141214, -3px 3px 0px #141214, -3px -3px 0px #141214;
  -webkit-animation: floating-like 1s ease forwards;
          animation: floating-like 1s ease forwards;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media screen and (max-width: 1200px) {
  .floating-like {
    font-size: 40px;
    text-shadow: 2px 2px 0px #141214, 2px -2px 0px #141214, -2px 2px 0px #141214, -2px -2px 0px #141214;
  }
}

@media screen and (max-width: 350px) {
  .floating-like {
    font-size: 30px;
    text-shadow: 2px 2px 0px #141214, 2px -2px 0px #141214, -2px 2px 0px #141214, -2px -2px 0px #141214;
  }
}

@-webkit-keyframes floating-like {
  0% {
    transform: translateY(0px) scale(0);
    opacity: 0;
  }

  10% {
    transform: translateY(-15px) scale(1.5);
    opacity: 1;
  }

  20% {
    transform: translateY(-30px) scale(1);
  }

  65% {
    color: #EB4432;
  }

  70% {
    opacity: 1;
    color: #EB4432;
  }

  100% {
    transform: translateY(-150px);
    opacity: 0;
    color: #EB4432;
  }
}

@keyframes floating-like {
  0% {
    transform: translateY(0px) scale(0);
    opacity: 0;
  }

  10% {
    transform: translateY(-15px) scale(1.5);
    opacity: 1;
  }

  20% {
    transform: translateY(-30px) scale(1);
  }

  65% {
    color: #EB4432;
  }

  70% {
    opacity: 1;
    color: #EB4432;
  }

  100% {
    transform: translateY(-150px);
    opacity: 0;
    color: #EB4432;
  }
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EB4432;
  border-radius: 50px;
  border: none;
  height: 45px;
  padding: 5px 35px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  text-decoration: none;
  min-width: 172px;
}

@media screen and (min-width: 1200px) {
  .button:not([disabled]):hover {
    background: #ffffff;
  }

  .button:not([disabled]):hover .button__label {
    color: #151515;
  }
}

.button__label {
  position: relative;
  z-index: 2;
  padding: 0;
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 500;
  transition: 0.3s;
}

.button_skew:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  z-index: 1;
  width: 100%;
  height: 200%;
  transform: scaleX(0%) skewX(-20deg);
  background-color: #ffffff;
  transform-origin: 100% 50%;
  transition: transform 0.3s, transform-origin 0s, left 0s;
  left: 5%;
}

@media screen and (min-width: 1200px) {
  .button_skew:not([disabled]):hover {
    background: #EB4432;
  }

  .button_skew:not([disabled]):hover:before {
    transform: scaleX(120%) skewX(-20deg);
    transform-origin: 0% 50%;
    left: -5%;
  }
}

.button_submit {
  padding: 12px 26px;
  height: 40px;
}

.button_submit .button__label:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("/v3/user/img/icons/link-arrow.svg");
  margin-left: 12px;
  position: relative;
  top: 2px;
}

@media screen and (min-width: 1200px) {
  .button_submit:not([disabled]):hover .button__label:after {
    background: url("/v3/user/img/icons/link-arrow-orange.svg");
  }
}

.form {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.form .form-control {
  margin-bottom: 20px;
}

.form .form-control:last-child {
  margin-bottom: 0;
}

.form__submit.button {
  align-self: flex-start;
}

.input-wrapper {
  border: 1px solid #ffffff;
  border-radius: 25px;
  position: relative;
  transition: 0.25s;
}

.input-wrapper_required:after {
  content: "*";
  display: block;
  position: absolute;
  top: -4px;
  right: -4px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 24px;
  line-height: 1;
  color: #EB4432;
  font-weight: 500;
}

.input-wrapper_no-border {
  border: none;
}

.form-control__error {
  padding: 0;
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #EB4432;
  font-weight: 400;
  margin-top: 1px;
  padding: 0 18px;
  transition: 0.3s;
  max-height: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.form-control__error_shown {
  max-height: 100px;
}

.form-control_error .input-wrapper {
  border-color: #EB4432;
}

.input {
  height: 45px;
  background: transparent;
  border: none;
  padding: 0 18px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  font-weight: 400;
}

.input::-webkit-input-placeholder {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  font-weight: 400;
  opacity: 1;
}

.input::-webkit-placeholder,
.input::placeholder {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  font-weight: 400;
  opacity: 1;
}

.join-us-button {
  position: relative;
  width: 180px;
  max-width: 100%;
}

@media screen and (min-width: 1200px) {
  .join-us-button:not([disabled]):hover .join-us-button__bg {
    transform: scale(1.2);
  }

  .join-us-button:not([disabled]):hover .join-us-button__fg:before {
    font-size: 63px;
  }

  .join-us-button:not([disabled]):hover .join-us-button__text {
    height: 48px;
    opacity: 1;
    transition: opacity 0.4s 0.35s, height 0.4s 0s;
  }
}

.join-us-button__body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.join-us-button__bg {
  border: 2px solid #EB4432;
  -webkit-filter: drop-shadow(0px 0px 8px rgba(235, 68, 50, 0.5));
          filter: drop-shadow(0px 0px 8px rgba(235, 68, 50, 0.5));
  border-radius: 20px;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: transform 0.3s;
}

.join-us-button__bg:after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border-radius: 20px;
  z-index: 2;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  overflow: hidden;
}

.join-us-button__bg-content {
  position: absolute;
  border-radius: 20px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: 1;
}

.join-us-button__bg-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(1) blur(5px);
          filter: grayscale(1) blur(5px);
  border-radius: 20px;
}

.join-us-button__fg {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
}

.join-us-button__fg:before {
  content: "+";
  font-family: Montserrat, Arial, sans-serif;
  font-size: 45px;
  line-height: 1;
  color: #ffffff;
  font-weight: 700;
  transition: 0.2s;
}

@media screen and (max-width: 1200px) {
  .join-us-button__fg:before {
    font-size: 60px;
  }
}

@media screen and (max-width: 600px) {
  .join-us-button__fg:before {
    font-size: 50px;
  }
}

.join-us-button__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: opacity 0.4s 0s, height 0.4s 0.4s;
}

.join-us-button__label {
  padding: 0;
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.38;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}

.join-us-button__logo.composite-logo:before {
  font-size: 22px;
}

@media screen and (max-width: 1200px) {
  .join-us-button__logo.composite-logo:before {
    font-size: 16px;
  }
}

.join-us-button__logo.composite-logo:after {
  font-size: 22px;
}

@media screen and (max-width: 1200px) {
  .join-us-button__logo.composite-logo:after {
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) {
  .join-us-button__logo.composite-logo:not([disabled]):hover:before {
    color: #ffffff;
  }

  .join-us-button__logo.composite-logo:not([disabled]):hover:after {
    color: #EB4432;
  }
}

.file-label {
  display: flex;
  align-items: center;
}

.file-label__name {
  padding: 0;
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #A3A3A3;
  font-weight: 400;
}

.file-label__delete {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  top: 1px;
}

.file-label__delete:before,
.file-label__delete:after {
  content: "";
  width: 12px;
  height: 2px;
  background: #A3A3A3;
  display: flex;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  transform: translateY(-50%) rotate(45deg);
}

.file-label__delete:after {
  transform: translateY(-50%) rotate(-45deg);
}

@media screen and (min-width: 1200px) {
  .file-label__delete:not([disabled]):hover:before,
  .file-label__delete:not([disabled]):hover:after {
    background: #EB4432;
  }
}

.file-picker__input {
  width: 1px;
  height: 1px;
  opacity: 0;
  position: absolute;
}

.file-picker__label {
  padding: 0;
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 400;
  transition: 0.2s;
  cursor: pointer;
  padding-right: 26px;
  position: relative;
  display: block;
}

.file-picker__label:before,
.file-picker__label:after {
  content: "";
  width: 12px;
  height: 2px;
  background: #fff;
  display: flex;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.file-picker__label:after {
  transform: translateY(-50%) rotate(90deg);
}

@media screen and (min-width: 1200px) {
  .file-picker__label:not([disabled]):hover {
    opacity: 0.75;
  }
}

.file-picker__info-group {
  padding-left: 5px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.file-picker__info-group .file-label {
  margin-right: 10px;
  margin-bottom: 15px;
}

.interactive-input {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 15px;
  height: 75px;
}

.interactive-input__label {
  padding: 0;
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: 0.2s;
}

.interactive-input__control {
  height: 34px;
  outline: none !important;
  border: none;
  background: transparents;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  color: white;
  font-weight: 400;
  padding: 0;
  padding-right: 38px;
  border-radius: 0;
}

.interactive-input__control-wrapper {
  border-bottom: 1px solid #fff;
  position: relative;
}

.interactive-input__control-wrapper:after {
  content: attr(data-number);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  display: block;
  position: absolute;
  right: 0;
  bottom: 10px;
}

.interactive-input__error {
  padding: 0;
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 11px;
  line-height: 1;
  color: #f00;
  font-weight: 600;
  margin-top: 3px;
  transition: 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 0;
  overflow: hidden;
}

.interactive-input_focused .interactive-input__label,
.interactive-input_filled .interactive-input__label {
  font-size: 14px;
  opacity: 0.75;
}

.interactive-input_error .interactive-input__control-wrapper {
  border-color: #f00;
}

.interactive-input_error .interactive-input__control-wrapper:after {
  color: #f00;
}

.interactive-input_error .interactive-input__label {
  opacity: 1;
  color: #f00;
}

.interactive-input_error .interactive-input__error {
  max-height: 100px;
}

.mobile-want-project {
  display: flex;
  padding: 0;
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 36px;
  line-height: 1;
  color: #EB4432;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 50px;
}

@media screen and (max-width: 330px) {
  .mobile-want-project {
    font-size: 34px;
  }
}

.mobile-want-project:after {
  content: "\E907";
  font-family: iconfont;
  font-size: 22px;
  line-height: 1.2;
  color: #EB4432;
  font-weight: 400;
  display: inline-block;
  margin-top: 8px;
  margin-left: 24px;
}

@media screen and (max-width: 330px) {
  .mobile-want-project:after {
    margin-top: 6px;
  }
}

.footer-entry {
  display: flex;
  align-items: center;
  text-decoration: none;
  min-height: 30px;
}

.footer-entry__icon {
  display: block;
  width: 30px;
  margin-right: 14px;
  flex-shrink: 0;
}

@media screen and (max-width: 1100px) {
  .footer-entry__icon {
    width: 24px;
  }
}

.footer-entry__text {
  padding: 0;
  margin: 0;
  display: block;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.25;
  color: #ffffff;
  font-weight: 400;
  transition: 0.25s;
}

@media screen and (max-width: 1100px) {
  .footer-entry__text {
    font-size: 18px;
  }
}

@media screen and (min-width: 1200px) {
  .footer-entry_link:not([disabled]):hover .footer-entry__text {
    color: #EB4432;
  }
}

.agency-main {
  display: flex;
}

@media screen and (max-width: 1100px) {
  .agency-main {
    align-items: center;
  }
}

@media screen and (max-width: 600px) {
  .agency-main {
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;
  }
}

.agency-main__info-block {
  flex-grow: 1;
  margin-right: 40px;
  margin-top: 95px;
}

@media screen and (max-width: 1100px) {
  .agency-main__info-block {
    margin-top: 0;
  }
}

@media screen and (max-width: 600px) {
  .agency-main__info-block {
    margin-top: 30px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    flex-grow: 0;
  }
}

.agency-main__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
}

@media screen and (max-width: 600px) {
  .agency-main__header {
    margin-bottom: 20px;
  }
}

.agency-main__country-text {
  padding: 0;
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 88px;
  line-height: 1;
  color: #ffffff;
  font-weight: 700;
}

@media screen and (max-width: 1100px) {
  .agency-main__country-text {
    font-size: 60px;
  }
}

@media screen and (max-width: 900px) {
  .agency-main__country-text {
    font-size: 50px;
  }
}

@media screen and (max-width: 400px) {
  .agency-main__country-text {
    font-size: 36px;
  }
}

.agency-main__normal-text {
  padding: 0;
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 84px;
  line-height: 1;
  color: #ffffff;
  font-weight: 400;
}

@media screen and (max-width: 1100px) {
  .agency-main__normal-text {
    font-size: 50px;
  }
}

@media screen and (max-width: 900px) {
  .agency-main__normal-text {
    font-size: 40px;
  }
}

@media screen and (max-width: 400px) {
  .agency-main__normal-text {
    font-size: 26px;
  }
}

.agency-main__big-text {
  padding: 0;
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 110px;
  line-height: 1;
  color: #ffffff;
  font-weight: 700;
}

@media screen and (max-width: 1100px) {
  .agency-main__big-text {
    font-size: 60px;
  }
}

@media screen and (max-width: 900px) {
  .agency-main__big-text {
    font-size: 50px;
  }
}

@media screen and (max-width: 400px) {
  .agency-main__big-text {
    font-size: 36px;
  }
}

.agency-main__bottom-text {
  padding: 0;
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 500;
}

@media screen and (max-width: 600px) {
  .agency-main__bottom-text {
    font-size: 16px;
  }
}

.agency-main__socials.socials {
  margin-top: 123px;
}

@media screen and (max-width: 1280px) {
  .agency-main__socials.socials {
    margin-top: 75px;
  }
}

@media screen and (max-width: 1100px) {
  .agency-main__socials.socials {
    display: none;
  }
}

.agency-main__animation-block {
  width: 49.24%;
  margin-top: -65px;
  flex-shrink: 0;
}

@media screen and (max-width: 1280px) {
  .agency-main__animation-block {
    margin-top: 0;
  }
}

@media screen and (max-width: 600px) {
  .agency-main__animation-block {
    width: 100%;
    flex-grow: 1;
    display: flex;
    align-items: center;
  }
}

.agency-main__animation {
  width: 100%;
}

.portfolio-case {
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  display: block;
}

@media screen and (min-width: 1200px) {
  .portfolio-case:not([disabled]):hover .portfolio-case__overlay {
    opacity: 1;
    transform: scale(1);
  }
}

.portfolio-case__content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: red;
}

.portfolio-case__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.portfolio-case__overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  background: rgba(0, 0, 0, 0.85);
  transition: transform 0.4s, opacity 0.3s;
  padding: 30px;
  transform: scale(0);
  opacity: 0;
}

@media screen and (max-width: 900px) {
  .portfolio-case__overlay {
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
  }
}

.portfolio-case__logo {
  display: block;
  margin-bottom: 25px;
  max-width: 100%;
  max-height: 100px;
  width: auto;
}

@media screen and (max-width: 900px) {
  .portfolio-case__logo {
    max-height: 60px;
    margin-bottom: 15px;
  }
}

.portfolio-case__text {
  padding: 0;
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  .portfolio-case__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 900px) {
  .portfolio-case__text {
    font-size: 13px;
    line-height: 1.25;
  }
}

.portfolio-case_wide .portfolio-case__aspect {
  padding-top: 42.5531%;
}

.portfolio-case_short .portfolio-case__aspect {
  padding-top: 83.3333%;
}

@media screen and (max-width: 600px) {
  .portfolio-case_force-mobile-aspect .portfolio-case__aspect {
    padding-top: 83.3333%;
  }
}

.blur-portfolio-case {
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  display: block;
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .blur-portfolio-case:not([disabled]):hover .blur-portfolio-case__blur {
    opacity: 1;
    transition: 0.2s;
  }

  .blur-portfolio-case:not([disabled]):hover .blur-portfolio-case__logo,
  .blur-portfolio-case:not([disabled]):hover .blur-portfolio-case__text {
    opacity: 1;
    transform: translateY(1px);
  }

  .blur-portfolio-case:not([disabled]):hover .blur-portfolio-case__logo {
    transition: 0.35s 0.2s;
  }

  .blur-portfolio-case:not([disabled]):hover .blur-portfolio-case__text {
    transition: 0.35s 0.35s;
  }
}

.blur-portfolio-case__content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.blur-portfolio-case__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

.blur-portfolio-case__blur {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  transition: 0.2s;
}

.blur-portfolio-case__overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 30px;
}

@media screen and (max-width: 900px) {
  .blur-portfolio-case__overlay {
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
  }
}

.blur-portfolio-case__logo {
  display: block;
  margin-bottom: 25px;
  max-width: 100%;
  max-height: 100px;
  width: auto;
  transform: translateY(75px);
  opacity: 0;
  transition: opacity 0.2s, transform 0s 0.5s;
}

@media screen and (max-width: 900px) {
  .blur-portfolio-case__logo {
    max-height: 60px;
    margin-bottom: 15px;
  }
}

.blur-portfolio-case__text {
  padding: 0;
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  transform: translateY(75px);
  opacity: 0;
  transition: opacity 0.2s, transform 0s 0.5s;
}

@media screen and (max-width: 1100px) {
  .blur-portfolio-case__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 900px) {
  .blur-portfolio-case__text {
    font-size: 13px;
    line-height: 1.25;
  }
}

.blur-portfolio-case_wide .blur-portfolio-case__aspect {
  padding-top: 42.5531%;
}

.blur-portfolio-case_short .blur-portfolio-case__aspect {
  padding-top: 83.3333%;
}

@media screen and (max-width: 600px) {
  .blur-portfolio-case_force-mobile-aspect .blur-portfolio-case__aspect {
    padding-top: 83.3333%;
  }
}

.team-mate {
  display: flex;
  cursor: pointer;
}

@media screen and (min-width: 1200px) {
  .team-mate:not([disabled]):hover .team-mate__content {
    transform: scale(1.2);
    z-index: 2;
    transition: z-index 0s, transform 0.6s;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .team-mate:not([disabled]):hover .team-mate__content {
    transform: scale(1.2);
  }
}

@media screen and (min-width: 1200px) {
  .team-mate:not([disabled]):hover .team-mate__content:before {
    opacity: 1;
  }
}

@media screen and (min-width: 1200px) {
  .team-mate:not([disabled]):hover .team-mate__content .team-mate__photo {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
}

.team-mate__content {
  max-width: 180px;
  transition: transform 0.3s, z-index 0.5s;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  flex-grow: 1;
  width: 180px;
  max-width: 100%;
}

.team-mate__content:before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #151515;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  z-index: 1;
  border-radius: 20px;
  opacity: 0;
  transition: 0.2s;
}

.team-mate__photo {
  display: block;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  transition: 0.4s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.stat-entry {
  display: flex;
  flex-direction: column;
}

.stat-entry__count {
  padding: 0;
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 60px;
  line-height: 1;
  color: #ffffff;
  font-weight: 700;
  display: flex;
}

.stat-entry__label {
  padding: 0;
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.4;
  color: #ffffff;
  font-weight: 400;
  position: relative;
  top: -2px;
}

.technology-group {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1100px) {
  .technology-group {
    flex-direction: column;
    align-items: start;
  }
}

.technology-group__title {
  padding: 0;
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5555;
  color: #ffffff;
  font-weight: 700;
  width: 150px;
  margin-right: 40px;
  text-transform: uppercase;
  position: relative;
  flex-shrink: 0;
  position: relative;
  top: -15px;
}

@media screen and (max-width: 1400px) {
  .technology-group__title {
    margin-right: 20px;
  }
}

@media screen and (max-width: 1100px) {
  .technology-group__title {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 700px) {
  .technology-group__title {
    text-align: left;
    max-width: 150px;
  }
}

.technology-group__title:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 7px;
  left: 0;
  bottom: -18px;
  display: block;
  background: #EB4432;
  border-radius: 4px;
  z-index: 1;
}

@media screen and (max-width: 700px) {
  .technology-group__title:before {
    left: 0;
    transform: none;
    bottom: -16px;
  }
}

.technology-group__list {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  width: 100%;
}

@media screen and (max-width: 450px) {
  .technology-group__list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-row-gap: 10px;
    grid-column-gap: 15px;
  }
}

@media screen and (max-width: 450px) {
  .technology-group__list .technology-logo {
    margin-bottom: 25px;
    margin-right: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}

.technology-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.technology-logo__img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  max-width: 92px;
}

.technology-logo__img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.technology-logo__caption {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.25;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  margin-top: 15px;
  white-space: nowrap;
  font-variant: small-caps;
}

@media screen and (max-width: 1300px) {
  .technology-logo__caption {
    font-size: 13px;
  }
}

@media screen and (max-width: 1300px) {
  .technology-logo__caption {
    font-size: 12px;
  }
}

@media screen and (max-width: 950px) {
  .technology-logo__caption {
    display: none;
  }
}

.common-modal-message {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.common-modal-message__header {
  padding: 0;
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 40px;
  line-height: 1.25;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
  .common-modal-message__header {
    font-size: 30px;
    margin-bottom: 10px;
  }
}

.common-modal-message__message {
  padding: 0;
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  font-weight: 400;
  text-align: center;
  max-width: 500px;
}

.client-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  max-width: 530px;
  padding: 30px 15px;
  flex-grow: 1;
  padding-top: 130px;
}

.client-error__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.client-error__code.glitch {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 200px;
  line-height: 1;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 20px;
  color: #ffffff;
}

@media screen and (max-width: 600px) {
  .client-error__code.glitch {
    font-size: 150px;
  }
}

.client-error__text {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
}

.alert-region {
  fill: #B9291F !important;
}

.alert-hover {
  fill: #262326;
}

.alert-modal {
  display: none;
  position: absolute;
  transform: translateX(-50%);
  background: #262326;
  padding: 8px 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #FFFFFF;
  border: 1px solid #B1B1B1;
  border-radius: 4px;
  min-width: 120px;
}

.alert-modal p {
  line-height: 15px;
}

.alert-modal::after {
  content: "";
  position: absolute;
  z-index: 500;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}

.alert-modal_hide {
  opacity: 0;
  left: -1000px;
}

.alert-map {
  position: relative;
}

.complex-title__normal_map {
  padding: 25px 0px;
}

#map path:hover {
  cursor: pointer;
}

.parthner-preview-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.parthner-preview-link__top {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  padding: 20px;
  transition: 0.2s;
}

@media screen and (max-width: 1200px) {
  .parthner-preview-link__top {
    background: #1B1B1B;
  }
}

.parthner-preview-link__logo {
  display: block;
  width: auto;
}

.parthner-preview-link__bottom {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.2s;
}

@media screen and (max-width: 1200px) {
  .parthner-preview-link__bottom {
    opacity: 1;
  }
}

.parthner-preview-link__bottom:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("/v3/user/img/icons/link-arrow.svg");
  margin-left: 10px;
  position: relative;
  top: 1px;
  right: 3px;
  flex-shrink: 0;
}

.parthner-preview-link__name {
  padding: 0;
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}

@media screen and (min-width: 1200px) {
  .parthner-preview-link:not([disabled]):hover .parthner-preview-link__top {
    background: #1B1B1B;
  }

  .parthner-preview-link:not([disabled]):hover .parthner-preview-link__bottom {
    opacity: 1;
  }
}

.discuss-project {
  background: #191919;
  max-width: 1440px;
  margin: 0 auto;
  padding: 135px 100px 140px 60px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 1100px) {
  .discuss-project {
    flex-direction: column;
    padding: 60px 30px 165px;
  }
}

@media screen and (max-width: 600px) {
  .discuss-project {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.discuss-project__logo {
  display: block;
  position: absolute;
  width: 440px;
  z-index: 1;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 1100px) {
  .discuss-project__logo {
    width: 170px;
  }
}

.discuss-project__complex-title.complex-title {
  width: 620px;
  flex-shrink: 0;
  margin-right: 95px;
}

@media screen and (max-width: 1440px) {
  .discuss-project__complex-title.complex-title {
    margin-right: 70px;
  }
}

@media screen and (max-width: 1100px) {
  .discuss-project__complex-title.complex-title {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.discuss-project__form {
  flex-grow: 1;
  margin-left: auto;
  position: relative;
  margin-top: 10px;
}

@media screen and (max-width: 1100px) {
  .discuss-project__form {
    margin: 0;
    width: 100%;
  }
}

.radar {
  background: -webkit-radial-gradient(center, rgba(235, 68, 50, 0.4) 0%, rgba(235, 68, 50, 0) 75%), -webkit-repeating-radial-gradient(rgba(235, 68, 50, 0) 5.8%, rgba(235, 68, 50, 0) 18%, rgba(235, 68, 50, 0.2) 18.6%, rgba(235, 68, 50, 0) 18.9%), -webkit-linear-gradient(90deg, rgba(235, 68, 50, 0) 49.5%, rgba(235, 68, 50, 0.2) 50%, rgba(235, 68, 50, 0.2) 50%, rgba(235, 68, 50, 0) 50.2%), -webkit-linear-gradient(0deg, rgba(235, 68, 50, 0) 49.5%, rgba(235, 68, 50, 0.2) 50%, rgba(235, 68, 50, 0.2) 50%, rgba(235, 68, 50, 0) 50.2%);
  width: 300px;
  height: 300px;
  position: relative;
  border-radius: 50%;
  border: 0.1rem solid rgba(235, 68, 50, 0.2);
  overflow: hidden;
}

.radar:before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: blips 5s infinite;
          animation: blips 5s infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.radar:after {
  content: " ";
  display: block;
  background-image: linear-gradient(44deg, rgba(235, 68, 51, 0) 50%, #eb4433 100%);
  width: 50%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: radar-beam 6s infinite;
          animation: radar-beam 6s infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  transform-origin: bottom right;
  border-radius: 100% 0 0 0;
}

.radar:before {
  content: " ";
  display: block;
  background-image: linear-gradient(44deg, rgba(235, 68, 51, 0) 50%, #eb4433 100%);
  width: 50%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: radar-beam 6s infinite;
          animation: radar-beam 6s infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  transform-origin: bottom right;
  border-radius: 100% 0 0 0;
}

@-webkit-keyframes radar-beam {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes radar-beam {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes blips {
  14% {
    background: radial-gradient(2vmin circle at 75% 70%, white 10%, #eb4432 30%, rgba(255, 255, 255, 0) 100%);
  }

  14.0002% {
    background: radial-gradient(2vmin circle at 75% 70%, white 10%, #eb4432 30%, rgba(255, 255, 255, 0) 100%), radial-gradient(2vmin circle at 63% 72%, white 10%, #eb4432 30%, rgba(255, 255, 255, 0) 100%);
  }

  25% {
    background: radial-gradient(2vmin circle at 75% 70%, white 10%, #eb4432 30%, rgba(255, 255, 255, 0) 100%), radial-gradient(2vmin circle at 63% 72%, white 10%, #eb4432 30%, rgba(255, 255, 255, 0) 100%), radial-gradient(2vmin circle at 56% 86%, white 10%, #eb4432 30%, rgba(255, 255, 255, 0) 100%);
  }

  26% {
    background: radial-gradient(2vmin circle at 75% 70%, white 10%, #eb4432 30%, rgba(255, 255, 255, 0) 100%), radial-gradient(2vmin circle at 63% 72%, white 10%, #eb4432 30%, rgba(255, 255, 255, 0) 100%), radial-gradient(2vmin circle at 56% 86%, white 10%, #eb4432 30%, rgba(255, 255, 255, 0) 100%);
    opacity: 1;
  }

  100% {
    background: radial-gradient(2vmin circle at 75% 70%, white 10%, #eb4432 30%, rgba(255, 255, 255, 0) 100%), radial-gradient(2vmin circle at 63% 72%, white 10%, #eb4432 30%, rgba(255, 255, 255, 0) 100%), radial-gradient(2vmin circle at 56% 86%, white 10%, #eb4432 30%, rgba(255, 255, 255, 0) 100%);
    opacity: 0;
  }
}

@keyframes blips {
  14% {
    background: radial-gradient(2vmin circle at 75% 70%, white 10%, #eb4432 30%, rgba(255, 255, 255, 0) 100%);
  }

  14.0002% {
    background: radial-gradient(2vmin circle at 75% 70%, white 10%, #eb4432 30%, rgba(255, 255, 255, 0) 100%), radial-gradient(2vmin circle at 63% 72%, white 10%, #eb4432 30%, rgba(255, 255, 255, 0) 100%);
  }

  25% {
    background: radial-gradient(2vmin circle at 75% 70%, white 10%, #eb4432 30%, rgba(255, 255, 255, 0) 100%), radial-gradient(2vmin circle at 63% 72%, white 10%, #eb4432 30%, rgba(255, 255, 255, 0) 100%), radial-gradient(2vmin circle at 56% 86%, white 10%, #eb4432 30%, rgba(255, 255, 255, 0) 100%);
  }

  26% {
    background: radial-gradient(2vmin circle at 75% 70%, white 10%, #eb4432 30%, rgba(255, 255, 255, 0) 100%), radial-gradient(2vmin circle at 63% 72%, white 10%, #eb4432 30%, rgba(255, 255, 255, 0) 100%), radial-gradient(2vmin circle at 56% 86%, white 10%, #eb4432 30%, rgba(255, 255, 255, 0) 100%);
    opacity: 1;
  }

  100% {
    background: radial-gradient(2vmin circle at 75% 70%, white 10%, #eb4432 30%, rgba(255, 255, 255, 0) 100%), radial-gradient(2vmin circle at 63% 72%, white 10%, #eb4432 30%, rgba(255, 255, 255, 0) 100%), radial-gradient(2vmin circle at 56% 86%, white 10%, #eb4432 30%, rgba(255, 255, 255, 0) 100%);
    opacity: 0;
  }
}

.discuss-resume {
  display: flex;
  background: #191919;
  border-radius: 15px;
  padding: 45px 100px 70px 80px;
  margin-top: 60px;
}

@media screen and (max-width: 1300px) {
  .discuss-resume {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media screen and (max-width: 1100px) {
  .discuss-resume {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 600px) {
  .discuss-resume {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.discuss-resume__info {
  display: flex;
  width: 550px;
  flex-direction: column;
  margin-right: 150px;
}

@media screen and (max-width: 1500px) {
  .discuss-resume__info {
    margin-right: 100px;
  }
}

@media screen and (max-width: 1300px) {
  .discuss-resume__info {
    margin-right: 50px;
  }
}

@media screen and (max-width: 1100px) {
  .discuss-resume__info {
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 850px) {
  .discuss-resume__info {
    flex-direction: column;
  }
}

@media screen and (max-width: 1100px) {
  .discuss-resume__complex-title.complex-title {
    order: 0;
    width: 400px;
  }
}

@media screen and (max-width: 850px) {
  .discuss-resume__complex-title.complex-title {
    order: 1;
  }
}

@media screen and (max-width: 850px) {
  .discuss-resume__complex-title.complex-title {
    width: 100%;
  }
}

.discuss-resume .radar {
  margin-left: 65px;
  margin-top: 70px;
  flex-shrink: 0;
}

@media screen and (max-width: 1100px) {
  .discuss-resume .radar {
    margin: 0 auto;
  }
}

@media screen and (max-width: 850px) {
  .discuss-resume .radar {
    margin-bottom: 25px;
  }
}

.discuss-resume__form {
  margin-left: auto;
  flex-grow: 1;
  margin-top: 82px;
}

@media screen and (max-width: 1100px) {
  .discuss-resume__form {
    margin: 0;
  }
}

@-webkit-keyframes img-show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes img-show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.img-show-anim {
  -webkit-animation: img-show 0.5s forwards ease-in;
          animation: img-show 0.5s forwards ease-in;
}

@-webkit-keyframes text-show {
  0% {
    transform: translateY(min(100%, 150px));
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes text-show {
  0% {
    transform: translateY(min(100%, 150px));
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.text-show-anim {
  -webkit-animation: text-show 0.5s forwards ease-out;
          animation: text-show 0.5s forwards ease-out;
}

.land-wrapper {
  width: 100%;
  max-width: 1560px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 250px;
  align-self: center;
  padding: 0 60px;
}

@media screen and (max-width: 1000px) {
  .land-wrapper {
    max-width: 375px;
    padding: 0 16px;
    gap: 100px;
  }
}

.land-wrapper [data-text-show-anim],
.land-wrapper [data-img-show-anim] {
  opacity: 0;
}

.headline1 {
  font-size: 56px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1000px) {
  .headline1 {
    font-size: 40px;
  }
}

.headline2 {
  font-size: 42px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1000px) {
  .headline2 {
    font-size: 32px;
  }
}

.headline3 {
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1000px) {
  .headline3 {
    font-size: 32px;
  }
}

.land-portfolio {
  display: flex;
  gap: 16px;
  width: calc(100% + 120px);
}

.land-portfolio img:first-child {
  width: 65%;
  aspect-ratio: 940/400;
}

@media screen and (max-width: 1000px) {
  .land-portfolio img:first-child {
    display: none;
  }
}

@-webkit-keyframes image-section-anim {
  0% {
    transform: translate(600px, -100px);
    opacity: 0;
  }

  100% {
    transform: translate(0px);
    opacity: 1;
  }
}

@keyframes image-section-anim {
  0% {
    transform: translate(600px, -100px);
    opacity: 0;
  }

  100% {
    transform: translate(0px);
    opacity: 1;
  }
}

.image-section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 150px;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .image-section {
    flex-direction: column-reverse;
    justify-content: center;
    gap: 50px;
  }
}

.image-section__text {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 610px;
}

@media screen and (max-width: 1000px) {
  .image-section__text {
    width: 100%;
  }
}

.image-section__text__button {
  align-self: flex-start;
}

.image-section__assets {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 670px;
  width: 100%;
  max-height: 590px;
}

@media screen and (max-width: 1000px) {
  .image-section__assets {
    max-width: 350px;
    max-height: 310px;
    aspect-ratio: 350/310;
  }
}

.image-section__assets--anim img:first-child {
  -webkit-animation: 0.9s ease-in-out forwards;
          animation: 0.9s ease-in-out forwards;
  -webkit-animation-name: image-section-anim;
          animation-name: image-section-anim;
}

.image-section__assets--anim img:last-child {
  -webkit-animation: 0.8s forwards;
          animation: 0.8s forwards;
  -webkit-animation-name: image-section-anim;
          animation-name: image-section-anim;
}

.image-section__assets__img {
  width: 100%;
  max-width: 440px;
  max-height: 390px;
  opacity: 0;
  aspect-ratio: 440/390;
}

@media screen and (max-width: 1000px) {
  .image-section__assets__img {
    max-width: 300px;
  }
}

.image-section__assets__img1 {
  position: absolute;
  top: 0px;
  left: 100px;
}

@media screen and (max-width: 1000px) {
  .image-section__assets__img1 {
    left: 50px;
  }
}

.image-section__assets__img2 {
  position: absolute;
  left: 0px;
  top: 100px;
}

@media screen and (max-width: 1000px) {
  .image-section__assets__img2 {
    top: 50px;
  }
}

.image-section__glow {
  position: absolute;
  top: 30%;
  left: 50px;
  z-index: -1;
  width: 165px;
  height: 165px;
  border-radius: 50%;
  -webkit-filter: blur(40px);
          filter: blur(40px);
  background-color: #E986A9;
  opacity: 0.4;
  transform: scale(4, 2);
}

@media screen and (max-width: 1000px) {
  .image-section__glow {
    top: 50%;
  }
}

@-webkit-keyframes iphone_left_animation {
  0% {
    transform: translateX(-400px) rotate(-60deg);
    opacity: 0.5;
  }

  100% {
    transform: translateX(0px) rotate(0);
    opacity: 1;
  }
}

@keyframes iphone_left_animation {
  0% {
    transform: translateX(-400px) rotate(-60deg);
    opacity: 0.5;
  }

  100% {
    transform: translateX(0px) rotate(0);
    opacity: 1;
  }
}

@-webkit-keyframes iphone_center_animation {
  0% {
    transform: translateY(200px);
    opacity: 0.5;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes iphone_center_animation {
  0% {
    transform: translateY(200px);
    opacity: 0.5;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@-webkit-keyframes iphone_right_animation {
  0% {
    transform: translateX(400px) rotate(60deg);
    opacity: 0.5;
  }

  100% {
    transform: translateX(0px) rotate(0);
    opacity: 1;
  }
}

@keyframes iphone_right_animation {
  0% {
    transform: translateX(400px) rotate(60deg);
    opacity: 0.5;
  }

  100% {
    transform: translateX(0px) rotate(0);
    opacity: 1;
  }
}

.iphones-section {
  display: flex;
  justify-content: center;
  max-height: 750px;
}

@media screen and (max-width: 1000px) {
  .iphones-section {
    max-height: 350px;
  }
}

.iphones-section__img {
  position: relative;
  opacity: 0;
}

.iphones-section__img1 {
  max-width: 340px;
  max-height: 710px;
  aspect-ratio: 340/710;
  left: 60px;
}

@media screen and (max-width: 1000px) {
  .iphones-section__img1 {
    left: 30px;
    max-width: 150px;
  }
}

.iphones-section__img2 {
  max-width: 300px;
  max-height: 615px;
  aspect-ratio: 300/615;
  top: 120px;
}

@media screen and (max-width: 1000px) {
  .iphones-section__img2 {
    max-width: 130px;
    top: 50px;
  }
}

.iphones-section__img3 {
  max-width: 340px;
  max-height: 710px;
  aspect-ratio: 340/710;
  left: -60px;
  z-index: -1;
}

@media screen and (max-width: 1000px) {
  .iphones-section__img3 {
    left: -30px;
    max-width: 150px;
  }
}

.iphones-section--anim .iphones-section__img1 {
  -webkit-animation: 1s forwards ease-out;
          animation: 1s forwards ease-out;
  -webkit-animation-name: iphone_left_animation;
          animation-name: iphone_left_animation;
}

.iphones-section--anim .iphones-section__img2 {
  -webkit-animation: 1s forwards ease-out;
          animation: 1s forwards ease-out;
  -webkit-animation-name: iphone_center_animation;
          animation-name: iphone_center_animation;
}

.iphones-section--anim .iphones-section__img3 {
  -webkit-animation: 1s forwards ease-out;
          animation: 1s forwards ease-out;
  -webkit-animation-name: iphone_right_animation;
          animation-name: iphone_right_animation;
}

.panels-image {
  display: flex;
  flex-direction: column;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .panels-image {
    gap: 24px;
  }
}

.panels-image__img {
  max-width: 940px;
  max-height: 600px;
  aspect-ratio: 940/600;
  align-self: center;
}

@media screen and (max-width: 1000px) {
  .panels-image__img {
    max-width: 375px;
  }
}

.panels-image__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 700px;
}

@media screen and (max-width: 1000px) {
  .panels-image__text {
    width: 100%;
  }
}

.panels-image__text p {
  margin-left: 40px;
}

.panels-image__text--flex-end {
  align-self: flex-end;
}

.panels-image__glow {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 117px;
  height: 117px;
  border-radius: 50%;
  background: #E986A9;
  opacity: 0.4;
  transform: rotate(-32deg) scale(20, 2);
  -webkit-filter: blur(40px);
          filter: blur(40px);
}

@media screen and (max-width: 1000px) {
  .panels-image__glow {
    top: 50%;
  }
}

.laptop-phones {
  display: flex;
}

@media screen and (max-width: 1000px) {
  .laptop-phones {
    flex-direction: column;
    align-items: center;
  }
}

.laptop-phones__left {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 50%;
  max-width: 690px;
}

@media screen and (max-width: 1000px) {
  .laptop-phones__left {
    width: 100%;
  }
}

.laptop-phones__left__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media screen and (max-width: 1000px) {
  .laptop-phones__left__text {
    padding: 0 16px;
  }
}

.laptop-phones__left__img {
  transform: scale(1.3) translateX(50px) translateY(50px);
}

@media screen and (max-width: 1000px) {
  .laptop-phones__left__img {
    transform: none;
  }
}

.laptop-phones__right {
  display: flex;
  flex-direction: column;
  position: relative;
}

.laptop-phones__right:after {
  content: "";
  position: absolute;
  top: -60px;
  right: 0;
  background: linear-gradient(to left, #141214 0%, transparent 100%);
  height: 540px;
  width: 100px;
  aspect-ratio: 540/100;
  z-index: 0;
}

@media screen and (max-width: 1000px) {
  .laptop-phones__right:after {
    top: unset;
    bottom: 55px;
    max-width: 222px;
    max-height: 333px;
    aspect-ratio: 222/333;
  }
}

@media screen and (max-width: 1000px) {
  .laptop-phones__right {
    flex-direction: column-reverse;
    width: 100%;
    max-width: 375px;
  }
}

.laptop-phones__right__img {
  max-width: 580px;
  max-height: 510px;
  aspect-ratio: 580/510;
  z-index: 1;
}

@media screen and (max-width: 1000px) {
  .laptop-phones__right__img {
    width: 100%;
    max-width: 375px;
    max-height: 375px;
    aspect-ratio: 1;
  }
}

.laptop-phones__right__img2 {
  position: absolute;
  top: -60px;
  right: 0;
  z-index: -1;
  max-width: 360px;
  max-height: 540px;
  aspect-ratio: 360/540;
}

@media screen and (max-width: 1000px) {
  .laptop-phones__right__img2 {
    top: unset;
    bottom: 55px;
    max-width: 222px;
  }
}

@media screen and (max-width: 1000px) {
  .laptop-phones__right__list {
    padding: 0 16px;
  }
}

.laptop-phones__right__list li {
  list-style-type: disc;
}

.full-page-image {
  position: relative;
  width: calc(100% + 120px);
}

@media screen and (max-width: 1000px) {
  .full-page-image {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 24px;
    width: calc(100% + 32px);
  }
}

.full-page-image__img {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .full-page-image__img {
    position: unset;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 70%;
       object-position: 70%;
  }
}

.full-page-image__text {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 20px;
  left: 60px;
  width: 100%;
  max-width: 580px;
  bottom: 60px;
}

@media screen and (max-width: 1000px) {
  .full-page-image__text {
    padding: 0 16px;
    max-width: 375px;
    position: unset;
  }
}

@-webkit-keyframes laptop-page-anim {
  0% {
    object-position: top;
  }

  100% {
    object-position: bottom;
  }
}

@keyframes laptop-page-anim {
  0% {
    -o-object-position: top;
       object-position: top;
  }

  100% {
    -o-object-position: bottom;
       object-position: bottom;
  }
}

.laptop-section {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1000px) {
  .laptop-section {
    display: flex;
    flex-direction: column-reverse;
    gap: 24px;
  }
}

.laptop-section__img {
  position: relative;
  max-width: 990px;
  aspect-ratio: 990/560;
  flex-shrink: 2;
  transform: translateX(-120px);
}

@media screen and (max-width: 1000px) {
  .laptop-section__img {
    width: 360px;
    transform: none;
  }
}

.laptop-section__img__page {
  width: 74%;
  aspect-ratio: 736/480;
  overflow: hidden;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
}

@media screen and (max-width: 1000px) {
  .laptop-section__img__page {
    top: 10px;
    width: 270px;
    height: 170px;
  }
}

.laptop-section__img__page img {
  width: 736px;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

@media screen and (max-width: 1000px) {
  .laptop-section__img__page img {
    width: 270px;
    height: 170px;
  }
}

.laptop-section__img__page--anim img {
  -webkit-animation: 4s ease-in forwards;
          animation: 4s ease-in forwards;
  -webkit-animation-name: laptop-page-anim;
          animation-name: laptop-page-anim;
}

.laptop-section__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 550px;
  transform: translateX(-150px);
}

@media screen and (max-width: 1000px) {
  .laptop-section__text {
    max-width: 375px;
    padding: 0 16px;
    transform: none;
  }
}

.laptop-section__text p {
  padding-right: 80px;
}

.kondor-iphones {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .kondor-iphones {
    flex-direction: column;
  }
}

.kondor-iphones__text {
  width: 100%;
  max-width: 630px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.kondor-iphones__text a {
  margin-top: 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.kondor-iphones__text .headline1 {
  margin-bottom: 16px;
}

.kondor-iphones__img {
  max-width: 725px;
  max-height: 640px;
  aspect-ratio: 725/640;
}

.kondor-iphones__glow {
  background: #3ab73180;
  position: absolute;
  top: 20%;
  z-index: -10;
  pointer-events: none;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  opacity: 0.5;
  transform: scale(2, 1);
  -webkit-filter: blur(100px);
          filter: blur(100px);
}

.kondor-text-laptop {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .kondor-text-laptop {
    flex-direction: column;
    justify-content: unset;
  }
}

.kondor-text-laptop__text-block {
  width: 100%;
  max-width: 700px;
}

.kondor-text-laptop__text {
  margin-bottom: 32px;
}

.kondor-text-laptop__text p {
  margin-top: 16px;
  padding-left: 32px;
}

.kondor-text-laptop__img {
  max-width: calc(120% - 700px);
  max-height: 590px;
  aspect-ratio: 885/590;
  z-index: -2;
  position: absolute;
  right: 0;
  bottom: 50%;
  transform: translateY(60%) translateX(5%);
}

@media screen and (max-width: 1000px) {
  .kondor-text-laptop__img {
    position: unset;
    right: unset;
    bottom: unset;
    transform: unset;
    max-width: 885px;
  }
}

.kondor-text-laptop__glow {
  background: #141214;
  position: absolute;
  right: 20%;
  bottom: -80%;
  z-index: -1;
  pointer-events: none;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  opacity: 1;
  transform: scale(15, 1);
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

@media screen and (max-width: 1000px) {
  .kondor-text-laptop__glow {
    bottom: -20px;
    right: unset;
    left: 50%;
    width: 40px;
    height: 40px;
  }
}

@-webkit-keyframes spin-anim {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

@keyframes spin-anim {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

.kondor-spin {
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .kondor-spin {
    flex-direction: column-reverse;
    padding: 0 16px;
  }
}

.kondor-spin__img {
  max-width: 60%;
  max-height: auto;
  aspect-ratio: 1;
}

@media screen and (max-width: 1000px) {
  .kondor-spin__img {
    max-width: 100%;
  }
}

.kondor-spin__text {
  width: 100%;
  max-width: 600px;
}

.kondor-spin__text .kondor-spin__list {
  margin-top: 24px;
  padding: 0 32px;
}

.kondor-spin__text .kondor-spin__list li {
  list-style-type: disc;
}

.kondor-spin__glow {
  background: #3ab73180;
  position: absolute;
  left: 30%;
  top: 10%;
  z-index: -1;
  pointer-events: none;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  opacity: 0.6;
  transform: rotate(45deg) scale(12, 1);
  -webkit-filter: blur(100px);
          filter: blur(100px);
}

.kondor-spin--anim {
  -webkit-animation: 15s linear infinite;
          animation: 15s linear infinite;
  -webkit-animation-name: spin-anim;
          animation-name: spin-anim;
}

.kondor-full-img {
  width: calc(100% + 120px);
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  .kondor-full-img {
    display: flex;
    flex-direction: column-reverse;
    gap: 16px;
    width: calc(100% + 32px);
  }
}

.kondor-full-img__img {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .kondor-full-img__img {
    width: 375px;
    height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: -400px 0;
       object-position: -400px 0;
  }
}

.kondor-full-img__text {
  position: absolute;
  top: 60px;
  left: 60px;
  width: 100%;
  max-width: 840px;
}

.kondor-full-img__text p {
  margin-top: 16px;
}

@media screen and (max-width: 1000px) {
  .kondor-full-img__text {
    position: unset;
    top: unset;
    left: unset;
    padding: 0 16px;
  }
}

@-webkit-keyframes panels-shift {
  0% {
    transform: translateX(1000px);
    opacity: 0;
  }

  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes panels-shift {
  0% {
    transform: translateX(1000px);
    opacity: 0;
  }

  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

.kondor-laptop-panels {
  display: flex;
  justify-content: center;
  position: relative;
}

.kondor-laptop-panels__laptop {
  max-width: 1000px;
  max-height: 890px;
  aspect-ratio: 1000/890;
}

.kondor-laptop-panels__glow {
  background: #3ab73180;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  pointer-events: none;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  opacity: 0.3;
  transform: scale(1, 1.5) translate(-100%, -50%);
  -webkit-filter: blur(100px);
          filter: blur(100px);
}

.kondor-laptop-panels img:not(:first-child) {
  position: absolute;
  max-width: 505px;
  max-height: 540px;
  aspect-ratio: 505/540;
  transform: translateX(1000px);
  opacity: 0;
}

@media screen and (max-width: 1000px) {
  .kondor-laptop-panels img:not(:first-child) {
    max-width: 190px;
    max-height: 210px;
  }
}

.kondor-laptop-panels__panel1 {
  top: 10%;
}

.kondor-laptop-panels__panel2 {
  top: 15%;
  right: 15%;
}

.kondor-laptop-panels__panel3 {
  top: 20%;
  right: 5%;
}

.kondor-laptop-panels--anim .kondor-laptop-panels__panel1 {
  -webkit-animation: 0.7s ease-out forwards panels-shift;
          animation: 0.7s ease-out forwards panels-shift;
}

.kondor-laptop-panels--anim .kondor-laptop-panels__panel2 {
  -webkit-animation: 0.7s ease-out forwards panels-shift;
          animation: 0.7s ease-out forwards panels-shift;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.kondor-laptop-panels--anim .kondor-laptop-panels__panel3 {
  -webkit-animation: 0.7s ease-out forwards panels-shift;
          animation: 0.7s ease-out forwards panels-shift;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.kondor-trio-iphone {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 24px;
}

@media screen and (max-width: 1000px) {
  .kondor-trio-iphone {
    flex-direction: column-reverse;
    align-items: unset;
  }
}

.kondor-trio-iphone__img {
  max-width: 50%;
  max-height: auto;
  aspect-ratio: 840/620;
}

@media screen and (max-width: 1000px) {
  .kondor-trio-iphone__img {
    max-width: 100%;
  }
}

.kondor-trio-iphone__text {
  width: 100%;
  max-width: 550px;
}

.kondor-trio-iphone__text p {
  margin-top: 16px;
}

@media screen and (max-width: 1000px) {
  .kondor-trio-iphone__text {
    padding: 0 16px;
  }
}

.birkas-hero {
  position: relative;
  width: 100%;
  display: flex;
  gap: 50px;
}

@media screen and (max-width: 1000px) {
  .birkas-hero {
    flex-direction: column-reverse;
  }
}

.birkas-hero__bg {
  width: calc(100% + 120px);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

@media screen and (max-width: 1000px) {
  .birkas-hero__bg {
    width: calc(100% + 32px);
    top: 120px;
  }
}

.birkas-hero__bg__fade {
  width: calc(100% + 120px);
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  background: linear-gradient(to top, #141214 20%, transparent);
}

.birkas-hero__text {
  align-self: center;
  width: 100%;
  max-width: 675px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.birkas-hero__img {
  max-width: 465px;
  max-height: 710px;
  aspect-ratio: 465/710;
}

@media screen and (max-width: 1000px) {
  .birkas-hero__img {
    max-width: 235px;
    align-self: flex-end;
  }
}

@-webkit-keyframes birkas-grid-anim {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes birkas-grid-anim {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes birkas-grid-elem-anim {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.25);
  }
}

@keyframes birkas-grid-elem-anim {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.25);
  }
}

.birkas-grid {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 100px;
  position: relative;
  margin-top: 100px;
}

.birkas-grid .birkas-grid__img {
  max-width: 170px;
  max-height: 345px;
  aspect-ratio: 170/345;
  position: relative;
  opacity: 0;
}

.birkas-grid .birkas-grid__img img {
  -webkit-filter: drop-shadow(-30px 30px 50px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(-30px 30px 50px rgba(0, 0, 0, 0.5));
}

.birkas-grid .birkas-grid__img__elem {
  position: absolute;
  z-index: 1;
}

.birkas-grid .birkas-grid__img__elem.birkas-grid-elem1-1 {
  width: 77.64%;
  max-width: 132px;
  max-height: 21px;
  aspect-ratio: 132/21;
  left: 10%;
  top: 68.75%;
}

.birkas-grid .birkas-grid__img__elem.birkas-grid-elem1-2 {
  width: 53.35%;
  max-width: 87.5px;
  max-height: 74.4px;
  aspect-ratio: 87.5/74.4;
  left: 45.5%;
  top: 12%;
}

.birkas-grid .birkas-grid__img__elem.birkas-grid-elem2-1 {
  width: 88.23%;
  max-width: 150px;
  max-height: 20px;
  aspect-ratio: 150/20;
  left: 6%;
  top: 20%;
}

.birkas-grid .birkas-grid__img__elem.birkas-grid-elem2-3 {
  width: 81.17%;
  max-width: 138px;
  max-height: 21px;
  aspect-ratio: 138/21;
  left: 10%;
  bottom: 18%;
}

.birkas-grid .birkas-grid__img__elem.birkas-grid-elem3-1 {
  width: 39.24%;
  max-width: 66.7px;
  max-height: 117.6px;
  aspect-ratio: 66.7/117.6;
  left: 10%;
  top: 27.5%;
}

.birkas-grid .birkas-grid__img--anim {
  -webkit-animation: 0.7s birkas-grid-anim ease-in forwards;
          animation: 0.7s birkas-grid-anim ease-in forwards;
}

.birkas-grid .birkas-grid__img--anim .birkas-grid__img__elem {
  -webkit-animation: 0.7s birkas-grid-elem-anim 0.5s ease-out forwards;
          animation: 0.7s birkas-grid-elem-anim 0.5s ease-out forwards;
}

.birkas-grid__grid1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.birkas-grid__grid1 h2 {
  width: 100%;
  max-width: 680px;
}

.birkas-grid__grid1 p {
  width: 100%;
  max-width: 540px;
}

@media screen and (max-width: 1000px) {
  .birkas-grid__grid1 {
    flex-direction: column;
    gap: 24px;
  }
}

.birkas-grid__grid2 {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.birkas-grid__grid2 div {
  display: flex;
  align-items: center;
  gap: 50px;
}

@media screen and (max-width: 1000px) {
  .birkas-grid__grid2 div {
    flex-direction: column;
    gap: 24px;
  }
}

@media screen and (max-width: 1000px) {
  .birkas-grid__grid2 > div:first-child {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 1000px) {
  .birkas-grid__grid2 {
    flex-direction: column;
    gap: 24px;
  }
}

.birkas-grid__grid2 .birkas-grid__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 415px;
}

.birkas-grid__grid2 .birkas-grid__text p {
  max-width: 370px;
  padding-left: 16px;
}

.birkas-grid__grid3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 1000px) {
  .birkas-grid__grid3 {
    flex-direction: column;
    gap: 24px;
  }
}

.birkas-grid__grid3 .birkas-grid__img-block {
  display: flex;
  justify-content: space-between;
  gap: 64px;
}

@media screen and (max-width: 1000px) {
  .birkas-grid__grid3 .birkas-grid__img-block {
    flex-direction: column;
    gap: 24px;
  }
}

.birkas-grid__grid3 .birkas-grid__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 620px;
}

.birkas-grid__grid3 .birkas-grid__text p {
  max-width: 575px;
  padding-left: 24px;
}

.birkas-grid__grid4 {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.birkas-grid__grid4 div {
  display: flex;
  align-items: center;
  gap: 50px;
}

@media screen and (max-width: 1000px) {
  .birkas-grid__grid4 div {
    flex-direction: column;
    gap: 24px;
  }
}

@media screen and (max-width: 1000px) {
  .birkas-grid__grid4 {
    flex-direction: column;
    gap: 24px;
  }
}

.birkas-grid__grid4 .birkas-grid__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 415px;
}

.birkas-grid__grid4 .birkas-grid__text p {
  max-width: 370px;
  padding-left: 16px;
}

.birkas-grid__glow {
  position: absolute;
  width: 500px;
  height: 400px;
  top: 0;
  left: 50%;
  border-radius: 50%;
  z-index: -1;
  background: linear-gradient(90deg, #ce21f2 15%, #2be6cf 85%);
  transform: translateX(-50%) rotate(45deg) scaleX(5);
  -webkit-filter: blur(100px);
          filter: blur(100px);
  opacity: 0.5;
}

@media screen and (max-width: 1000px) {
  .birkas-grid__glow {
    opacity: 0.15;
    height: 250px;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    transform: translateX(-50%) rotate(83deg) scaleX(5);
  }
}

@-webkit-keyframes birkas-scroll-top {
  from {
    object-position: bottom;
  }

  to {
    object-position: top;
  }
}

@keyframes birkas-scroll-top {
  from {
    -o-object-position: bottom;
       object-position: bottom;
  }

  to {
    -o-object-position: top;
       object-position: top;
  }
}

@-webkit-keyframes birkas-scroll-bottom {
  from {
    object-position: top;
  }

  to {
    object-position: bottom;
  }
}

@keyframes birkas-scroll-bottom {
  from {
    -o-object-position: top;
       object-position: top;
  }

  to {
    -o-object-position: bottom;
       object-position: bottom;
  }
}

.birkas-full-img {
  width: calc(100% + 120px);
  display: flex;
  justify-content: center;
  gap: 24px;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .birkas-full-img {
    width: calc(100% + 32px);
    gap: 8px;
    overflow: hidden;
  }
}

.birkas-full-img__img {
  max-width: 220px;
  max-height: 790px;
  aspect-ratio: 220/790;
  overflow-y: hidden;
}

.birkas-full-img__img img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 220px;
  max-height: 790px;
  aspect-ratio: 220/790;
}

.birkas-full-img__img:nth-child(odd) img {
  -o-object-position: bottom;
     object-position: bottom;
}

.birkas-full-img__img:nth-child(even) img {
  -o-object-position: top;
     object-position: top;
}

@media screen and (max-width: 1000px) {
  .birkas-full-img__img:nth-last-child(-n+3) {
    display: none;
  }
}

.birkas-full-img.birkas-full-img--anim .birkas-full-img__img:nth-child(odd) img {
  -webkit-animation: 4s birkas-scroll-top ease-out forwards;
          animation: 4s birkas-scroll-top ease-out forwards;
}

.birkas-full-img.birkas-full-img--anim .birkas-full-img__img:nth-child(even) img {
  -webkit-animation: 4s birkas-scroll-bottom ease-out forwards;
          animation: 4s birkas-scroll-bottom ease-out forwards;
}

.birkas-full-img__fade {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background: linear-gradient(to top, #141214 0%, transparent 15%), linear-gradient(to bottom, #141214 0%, transparent 15%);
}

.birkas-iphones {
  display: flex;
  align-items: center;
  gap: 48px;
}

.birkas-iphones__text {
  width: 100%;
  max-width: 650px;
}

.birkas-iphones .birkas-iphones__list {
  margin-top: 24px;
  padding: 0 32px;
}

.birkas-iphones .birkas-iphones__list li {
  list-style-type: disc;
}

@media screen and (max-width: 1000px) {
  .birkas-iphones {
    flex-direction: column;
    gap: 24px;
  }
}

@-webkit-keyframes birkas-section-anim {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes birkas-section-anim {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes birkas-section-elem-anim {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.25);
  }
}

@keyframes birkas-section-elem-anim {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.25);
  }
}

.birkas-section {
  display: flex;
  flex-direction: column;
  gap: 100px;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .birkas-section {
    gap: 24px;
  }
}

.birkas-section .birkas-section__img {
  max-width: 170px;
  max-height: 345px;
  aspect-ratio: 170/345;
  position: relative;
  opacity: 0;
}

.birkas-section .birkas-section__img img {
  -webkit-filter: drop-shadow(-30px 30px 50px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(-30px 30px 50px rgba(0, 0, 0, 0.5));
}

.birkas-section .birkas-section__img__elem {
  position: absolute;
}

.birkas-section .birkas-section__img .section-elem1-1 {
  width: 81%;
  max-width: 138px;
  max-height: 21px;
  aspect-ratio: 138/21;
  left: 10%;
  bottom: 15%;
}

.birkas-section .birkas-section__img .section-elem1-2 {
  width: 81%;
  max-width: 138px;
  max-height: 21px;
  aspect-ratio: 138/21;
  left: 10%;
  bottom: 5%;
}

.birkas-section .birkas-section__img .section-elem1-3 {
  width: 81%;
  max-width: 138px;
  max-height: 21px;
  aspect-ratio: 138/21;
  left: 10%;
  bottom: 15%;
}

.birkas-section .birkas-section__img .section-elem2-1-1 {
  width: 81%;
  max-width: 138px;
  max-height: 40px;
  aspect-ratio: 138/40;
  left: 10%;
  bottom: 30%;
}

.birkas-section .birkas-section__img .section-elem2-1-2 {
  width: 55%;
  max-width: 93px;
  max-height: 74px;
  aspect-ratio: 93/74;
  left: 40%;
  top: 23%;
}

.birkas-section .birkas-section__img .section-elem2-2 {
  width: 55%;
  max-width: 93px;
  max-height: 26px;
  aspect-ratio: 93/26;
  left: 40%;
  top: 31%;
}

.birkas-section .birkas-section__img .section-elem2-3 {
  width: 81%;
  max-width: 138px;
  max-height: 21px;
  aspect-ratio: 138/21;
  left: 10%;
  bottom: 16%;
}

.birkas-section .birkas-section__img--anim {
  -webkit-animation: 0.7s birkas-grid-anim ease-in forwards;
          animation: 0.7s birkas-grid-anim ease-in forwards;
}

.birkas-section .birkas-section__img--anim .birkas-section__img__elem {
  -webkit-animation: 0.7s birkas-grid-elem-anim 0.5s ease-out forwards;
          animation: 0.7s birkas-grid-elem-anim 0.5s ease-out forwards;
}

.birkas-section .birkas-section__text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
  width: 100%;
  max-width: 335px;
  align-self: center;
}

.birkas-section .birkas-section__text p {
  padding-left: 16px;
}

.birkas-section__section1 {
  display: flex;
  justify-content: space-between;
}

.birkas-section__section1 h2 {
  width: 100%;
  max-width: 680px;
}

.birkas-section__section1 p {
  width: 100%;
  max-width: 540px;
}

@media screen and (max-width: 1000px) {
  .birkas-section__section1 {
    flex-direction: column;
    gap: 24px;
  }
}

.birkas-section__section2 {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  gap: 24px;
}

@media screen and (max-width: 1000px) {
  .birkas-section__section2 {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}

.birkas-section__section2 div {
  display: flex;
  gap: 24px;
}

@media screen and (max-width: 1000px) {
  .birkas-section__section2 div {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
}

.birkas-section__section2 > .birkas-section__img {
  position: relative;
  top: -100px;
}

@media screen and (max-width: 1000px) {
  .birkas-section__section2 > .birkas-section__img {
    top: 0;
    order: -1;
  }
}

.birkas-section__section3 {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  gap: 24px;
}

@media screen and (max-width: 1000px) {
  .birkas-section__section3 {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
}

.birkas-section__section3 div {
  display: flex;
  gap: 24px;
}

@media screen and (max-width: 1000px) {
  .birkas-section__section3 div {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
}

.birkas-section__section3 div .birkas-section__link {
  padding-left: 16px;
}

@media screen and (max-width: 1000px) {
  .birkas-section__section3 div .birkas-section__link {
    flex-direction: row;
  }
}

.birkas-section__section3 div .birkas-section__link img {
  max-width: 140px;
  max-height: 40px;
  aspect-ratio: 140/40;
}

.birkas-section__glow {
  position: absolute;
  width: 500px;
  height: 500px;
  top: 0;
  left: 50%;
  border-radius: 50%;
  z-index: -1;
  background: linear-gradient(90deg, #ce21f2 15%, #2be6cf 85%);
  transform: translateX(-50%) rotate(-45deg) scaleX(5);
  -webkit-filter: blur(200px);
          filter: blur(200px);
  opacity: 0.5;
}

@media screen and (max-width: 1000px) {
  .birkas-section__glow {
    opacity: 0.15;
    height: 250px;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    transform: translateX(-50%) rotate(83deg) scaleX(5);
  }
}

@-webkit-keyframes birkas-anim-top {
  from {
    opacity: 0;
    transform: translateY(-200px);
  }

  to {
    opacity: 1;
    transform: translateY(-100px);
  }
}

@keyframes birkas-anim-top {
  from {
    opacity: 0;
    transform: translateY(-200px);
  }

  to {
    opacity: 1;
    transform: translateY(-100px);
  }
}

@-webkit-keyframes birkas-anim-bottom {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes birkas-anim-bottom {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

@-webkit-keyframes birkas-anim-top-mobile {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    transform: translateY(-50px);
  }
}

@keyframes birkas-anim-top-mobile {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    transform: translateY(-50px);
  }
}

@-webkit-keyframes birkas-anim-bottom-mobile {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes birkas-anim-bottom-mobile {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

.birkas-five-iphones {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 182px;
}

@media screen and (max-width: 1000px) {
  .birkas-five-iphones {
    gap: 132px;
  }
}

.birkas-five-iphones .birkas-five-iphones__img img {
  max-width: 170px;
  max-height: 345px;
  aspect-ratio: 170/345;
  -webkit-filter: drop-shadow(-30px 30px 50px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(-30px 30px 50px rgba(0, 0, 0, 0.5));
}

@media screen and (max-width: 1000px) {
  .birkas-five-iphones .birkas-five-iphones__img img {
    max-width: 105px;
  }
}

.birkas-five-iphones__text {
  text-align: center;
  width: 100%;
  max-width: 840px;
  position: relative;
}

.birkas-five-iphones__text h2 {
  margin-bottom: 24px;
}

.birkas-five-iphones__text__glow {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: 50%;
  z-index: -1;
  background: linear-gradient(90deg, #ce21f2 15%, #2be6cf 85%);
  transform: translate(-50%, 50%) scale(8, 1.5);
  -webkit-filter: blur(20px);
          filter: blur(20px);
  opacity: 0.6;
}

.birkas-five-iphones__img {
  display: flex;
  gap: 32px;
}

@media screen and (max-width: 1000px) {
  .birkas-five-iphones__img {
    gap: 8px;
  }
}

.birkas-five-iphones__img img {
  opacity: 0;
}

.birkas-five-iphones__img img:nth-child(even) {
  transform: translateY(-100px);
}

@media screen and (max-width: 1000px) {
  .birkas-five-iphones__img img:nth-child(even) {
    transform: translateY(-50px);
  }
}

@media screen and (max-width: 1000px) {
  .birkas-five-iphones__img img:first-child,
  .birkas-five-iphones__img img:last-child {
    display: none;
  }
}

.birkas-five-iphones__img--anim img:nth-child(odd) {
  -webkit-animation: 1s birkas-anim-bottom ease-out forwards;
          animation: 1s birkas-anim-bottom ease-out forwards;
}

@media screen and (max-width: 1000px) {
  .birkas-five-iphones__img--anim img:nth-child(odd) {
    -webkit-animation-name: birkas-anim-bottom-mobile;
            animation-name: birkas-anim-bottom-mobile;
  }
}

.birkas-five-iphones__img--anim img:nth-child(even) {
  -webkit-animation: 1s birkas-anim-top ease-out forwards;
          animation: 1s birkas-anim-top ease-out forwards;
}

@media screen and (max-width: 1000px) {
  .birkas-five-iphones__img--anim img:nth-child(even) {
    -webkit-animation-name: birkas-anim-top-mobile;
            animation-name: birkas-anim-top-mobile;
  }
}

.franch-hero {
  width: calc(100% + 120px);
  max-width: 1440px;
  position: relative;
  display: flex;
}

@media screen and (max-width: 1000px) {
  .franch-hero {
    width: calc(100% + 32px);
    flex-direction: column;
  }
}

.franch-hero__text {
  align-self: center;
  width: 100%;
  max-width: 675px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-left: 60px;
}

@media screen and (max-width: 1000px) {
  .franch-hero__text {
    padding: 0 16px;
  }
}

.franch-hero__img {
  position: relative;
  max-width: 970px;
  max-height: 810px;
  aspect-ratio: 970/810;
  overflow: hidden;
}

.franch-hero__img img {
  aspect-ratio: 970/810;
}

.franch-hero__img__fade {
  position: absolute;
  width: 100%;
  max-width: 970px;
  max-height: 810px;
  aspect-ratio: 970/810;
  left: 0;
  top: 0;
  z-index: 10;
  background: linear-gradient(to top, #141214 5%, transparent 15%), linear-gradient(to bottom, #141214 5%, transparent 15%), linear-gradient(to left, #141214 5%, transparent 15%);
}

.franch-hero__bg {
  position: absolute;
  left: 0px;
  bottom: -150px;
  max-width: 235px;
  aspect-ratio: 470/670;
  z-index: -1;
}

@media screen and (max-width: 1000px) {
  .franch-hero__bg {
    max-width: 85px;
    flex-direction: column;
    bottom: 0px;
  }
}

.franch-between {
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
  width: calc(100% + 120px);
  max-width: 1440px;
}

@media screen and (max-width: 1000px) {
  .franch-between {
    width: calc(100% + 32px);
  }
}

.franch-between__text {
  width: 100%;
  max-width: 800px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

@media screen and (max-width: 1000px) {
  .franch-between__text {
    padding: 0 16px;
  }
}

.franch-between__text p {
  max-width: 490px;
}

.franch-between__img {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1000px) {
  .franch-between__img {
    flex-direction: column;
    gap: 32px;
  }
}

.franch-between__img img {
  max-width: 630px;
  max-height: 500px;
  aspect-ratio: 630/500;
}

.franch-iphones {
  width: calc(100% + 120px);
  max-width: 1440px;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .franch-iphones {
    width: calc(100% + 32px);
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: unset;
  }
}

.franch-iphones__text {
  position: absolute;
  width: 100%;
  max-width: 680px;
  left: 10%;
  top: 5%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media screen and (max-width: 1000px) {
  .franch-iphones__text {
    position: unset;
    padding: 0 16px;
  }
}

.franch-iphones__text p {
  padding-left: 32px;
}

.franch-iphones__text:last-child {
  top: unset;
  right: 0;
  bottom: 5%;
  left: 45%;
}

.franch-iphones__img {
  width: 100%;
  aspect-ratio: 1440/924;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .franch-iphones__img {
    aspect-ratio: 375/1040;
  }
}

.franch-iphones__img img {
  position: absolute;
  z-index: -1;
}

.franch-iphones__img__iphones-left {
  width: 23%;
  max-width: 330px;
  max-height: 190px;
  left: 0;
  top: calc(50% + 16px);
}

@media screen and (max-width: 1000px) {
  .franch-iphones__img__iphones-left {
    width: 60%;
    max-width: 255px;
    top: 0;
  }
}

.franch-iphones__img__iphones-right {
  width: 23%;
  max-width: 330px;
  max-height: 190px;
  right: 0;
  bottom: calc(50% + 16px);
}

@media screen and (max-width: 1000px) {
  .franch-iphones__img__iphones-right {
    width: 60%;
    max-width: 255px;
    bottom: 0;
  }
}

.franch-iphones__img__iphones1 {
  width: 31%;
  max-width: 445px;
  max-height: 220px;
  right: calc(50% + 32px);
  transform: translateX(-25%);
  bottom: calc(50% + 16px);
}

@media screen and (max-width: 1000px) {
  .franch-iphones__img__iphones1 {
    width: 90%;
    max-width: 340px;
    right: unset;
    left: 0%;
    bottom: calc(50% + 8px);
    transform: translate(-25%, -100%);
  }
}

.franch-iphones__img__iphones2 {
  width: 15%;
  max-width: 220px;
  max-height: 445px;
  top: calc(50% + 16px);
  left: calc(50% - 32px);
  transform: translateX(-150%);
}

@media screen and (max-width: 1000px) {
  .franch-iphones__img__iphones2 {
    width: 44%;
    max-width: 165px;
    top: 50%;
    left: 50%;
    transform: translate(-60%, -50%);
  }
}

.franch-iphones__img__iphones3 {
  width: 15%;
  max-width: 220px;
  max-height: 445px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1000px) {
  .franch-iphones__img__iphones3 {
    width: 44%;
    max-width: 165px;
    top: unset;
    left: unset;
    bottom: calc(50% + 8px);
    right: 0;
    transform: translateX(33%);
  }
}

.franch-iphones__img__iphones4 {
  width: 15%;
  max-width: 220px;
  max-height: 445px;
  bottom: calc(50% + 16px);
  right: calc(50% - 32px);
  transform: translateX(150%);
}

@media screen and (max-width: 1000px) {
  .franch-iphones__img__iphones4 {
    width: 44%;
    max-width: 165px;
    max-width: 165px;
    bottom: unset;
    top: calc(50% + 8px);
    right: 0;
    transform: translateX(33%);
  }
}

.franch-iphones__img__iphones5 {
  width: 31%;
  max-width: 445px;
  max-height: 220px;
  left: calc(50% + 32px);
  transform: translateX(25%);
  top: calc(50% + 16px);
}

@media screen and (max-width: 1000px) {
  .franch-iphones__img__iphones5 {
    width: 90%;
    max-width: 340px;
    right: unset;
    left: 0;
    top: calc(50% + 8px);
    transform: translate(-25%, 100%);
  }
}

@-webkit-keyframes franch-pages-anim {
  from {
    opacity: 0;
    transform: scale(2.5);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes franch-pages-anim {
  from {
    opacity: 0;
    transform: scale(2.5);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes franch-pages-left-anim {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes franch-pages-left-anim {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes franch-pages-right-anim {
  from {
    opacity: 0;
    transform: translateX(100%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes franch-pages-right-anim {
  from {
    opacity: 0;
    transform: translateX(100%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.franch-pages {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: calc(100% + 120px);
  max-width: 1440px;
}

@media screen and (max-width: 1000px) {
  .franch-pages {
    width: calc(100% + 32px);
  }
}

.franch-pages__img {
  width: 100%;
  max-width: 840px;
  display: flex;
  justify-content: space-between;
  z-index: 10;
  opacity: 0;
}

@media screen and (max-width: 1000px) {
  .franch-pages__img {
    max-width: 300px;
  }
}

.franch-pages__img img {
  max-width: 280px;
  aspect-ratio: 280/560;
}

@media screen and (max-width: 1000px) {
  .franch-pages__img img {
    max-width: 100px;
  }
}

.franch-pages__img img:nth-child(odd) {
  opacity: 0;
}

.franch-pages--anim {
  -webkit-animation: 3s franch-pages-anim forwards;
          animation: 3s franch-pages-anim forwards;
}

.franch-pages--anim img:first-child {
  -webkit-animation: 1.5s 1.5s franch-pages-left-anim forwards;
          animation: 1.5s 1.5s franch-pages-left-anim forwards;
}

.franch-pages--anim img:last-child {
  -webkit-animation: 1.5s 1.5s franch-pages-right-anim forwards;
          animation: 1.5s 1.5s franch-pages-right-anim forwards;
}

.franch-pages__bg {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: -1;
}

.franch-pages__bg img {
  max-width: 340px;
  max-height: 800px;
  aspect-ratio: 340/800;
}

@media screen and (max-width: 1000px) {
  .franch-pages__bg img {
    max-width: 100px;
  }
}

.franch-pages__bg img:last-child {
  max-width: 250px;
  max-height: 500px;
  transform: rotate(180deg);
  align-self: flex-end;
}

@media screen and (max-width: 1000px) {
  .franch-pages__bg img:last-child {
    max-width: 75px;
  }
}

.franch-panels {
  width: calc(100% + 120px);
  max-width: 1440px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .franch-panels {
    width: calc(100% + 32px);
    flex-direction: column;
    gap: 16px;
  }
}

.franch-panels__bg {
  position: absolute;
  right: 0;
  max-width: 900px;
  max-height: 530px;
  aspect-ratio: 900/530;
  z-index: -1;
}

@media screen and (max-width: 1000px) {
  .franch-panels__bg {
    position: unset;
  }
}

.franch-panels__text {
  width: 100%;
  max-width: 650px;
  margin-left: 60px;
}

@media screen and (max-width: 1000px) {
  .franch-panels__text {
    margin-left: 0;
    padding: 0 16px;
  }
}

.franch-panels__text img {
  margin-top: 60px;
}

.franch-panels .franch-panels__list {
  margin-top: 24px;
  padding: 0 32px;
}

.franch-panels .franch-panels__list li {
  list-style-type: disc;
}

.franch-scroll {
  width: calc(100% + 120px);
  max-width: 1440px;
  max-height: 900px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow-x: hidden;
  position: relative;
  border-radius: 22px;
}

.franch-scroll::-webkit-scrollbar {
  display: none;
}

.franch-scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media screen and (max-width: 1000px) {
  .franch-scroll {
    max-width: 375px;
    width: calc(100% + 32px);
    max-height: 450px;
  }
}

.franch-scroll img {
  width: 32%;
  max-width: 460px;
  max-height: 1715px;
  aspect-ratio: 460/1715;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media screen and (max-width: 1000px) {
  .franch-scroll img {
    width: 66%;
    max-width: 250px;
  }
}

.franch-scroll img:nth-child(even) {
  max-width: 1440px;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .franch-scroll img:nth-child(even) {
    max-width: 375px;
  }
}

.franch-scroll img:first-child {
  position: absolute;
  left: -480px;
}

@media screen and (max-width: 1000px) {
  .franch-scroll img:first-child {
    left: -260px;
  }
}

.franch-scroll img:last-child {
  position: absolute;
  right: -480px;
}

@media screen and (max-width: 1000px) {
  .franch-scroll img:last-child {
    right: -260px;
  }
}

.dragon-hero {
  width: calc(100% + 120px);
  max-width: 1440px;
  position: relative;
  padding: 0 60px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1000px) {
  .dragon-hero {
    width: calc(100% + 32px);
    max-width: 375px;
    padding: 0 16px;
    flex-direction: column-reverse;
  }
}

.dragon-hero__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 675px;
}

.dragon-hero__img {
  width: 100%;
  max-width: 540px;
  max-height: 630px;
  aspect-ratio: 540/630;
}

.dragon-hero__bg {
  width: 100%;
  max-width: 1440px;
  max-height: 680px;
  aspect-ratio: 1440/680;
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: color-dodge;
  -webkit-filter: contrast(80%);
          filter: contrast(80%);
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

@media screen and (max-width: 1000px) {
  .dragon-hero__bg {
    width: 100%;
    max-width: 375px;
    max-height: 880px;
    aspect-ratio: 375/880;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.dragon-hero__fade {
  width: 100%;
  max-width: 1440px;
  max-height: 680px;
  aspect-ratio: 1440/680;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: linear-gradient(to top, #141214 5%, transparent 15%), linear-gradient(to bottom, #141214 5%, transparent 15%);
}

@media screen and (max-width: 1000px) {
  .dragon-hero__fade {
    width: 100%;
    max-width: 375px;
    max-height: 880px;
    aspect-ratio: 375/880;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.dragon-laptop {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  .dragon-laptop {
    padding-bottom: 32px;
    gap: 16px;
  }
}

.dragon-laptop__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 900px;
  text-align: center;
}

.dragon-laptop__img {
  position: relative;
  margin-top: -100px;
  width: 100%;
  max-width: 1060px;
  max-height: 600px;
  aspect-ratio: 1060/600;
}

@media screen and (max-width: 1000px) {
  .dragon-laptop__img {
    margin-top: 0;
  }
}

@media screen and (max-width: 1000px) {
  .dragon-laptop__img img {
    scale: 1.5;
  }
}

.dragon-laptop__fade {
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 1060px;
  max-height: 600px;
  aspect-ratio: 1060/600;
  background: linear-gradient(to top, #141214 5%, transparent 20%);
}

@media screen and (max-width: 1000px) {
  .dragon-laptop__fade {
    scale: 1.5;
  }
}

@-webkit-keyframes dragon-shift-anim {
  from {
    opacity: 0;
    transform: translate(-300%, -50%);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes dragon-shift-anim {
  from {
    opacity: 0;
    transform: translate(-300%, -50%);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.dragon-iphones {
  width: calc(100% + 120px);
  max-width: 1440px;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .dragon-iphones {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    overflow: hidden;
  }
}

.dragon-iphones__text {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 800px;
}

@media screen and (max-width: 1000px) {
  .dragon-iphones__text {
    position: unset;
  }
}

.dragon-iphones__text__list {
  margin-top: 24px;
  padding: 0 32px;
}

.dragon-iphones__text__list li {
  list-style-type: disc;
}

.dragon-iphones__img {
  width: 100%;
  max-width: 1440px;
  max-height: 1020px;
  aspect-ratio: 1440/1020;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  gap: 64px;
}

@media screen and (max-width: 1000px) {
  .dragon-iphones__img {
    padding-top: 0;
    aspect-ratio: unset;
    max-width: unset;
    max-height: unset;
    gap: 16px;
    justify-content: flex-start;
  }
}

.dragon-iphones__img img {
  opacity: 0;
}

.dragon-iphones__img__iphone1,
.dragon-iphones__img__iphone2,
.dragon-iphones__img__iphone3 {
  width: 20%;
  max-width: 275px;
  max-height: 560px;
  aspect-ratio: 275/560;
}

@media screen and (max-width: 1000px) {
  .dragon-iphones__img__iphone1,
  .dragon-iphones__img__iphone2,
  .dragon-iphones__img__iphone3 {
    width: 63%;
  }
}

.dragon-iphones__img__iphone1 {
  align-self: flex-start;
}

.dragon-iphones__img__iphone3 {
  align-self: flex-end;
}

@media screen and (max-width: 1000px) {
  .dragon-iphones__img__iphone3 {
    display: none;
  }
}

.dragon-iphones__img__bg {
  position: absolute;
  left: 0;
  z-index: -1;
}

.dragon-iphones .land-anim .dragon-iphones__img__iphone1 {
  -webkit-animation: 1s 0.5s dragon-shift-anim forwards;
          animation: 1s 0.5s dragon-shift-anim forwards;
}

.dragon-iphones .land-anim .dragon-iphones__img__iphone2 {
  -webkit-animation: 1s 1s dragon-shift-anim forwards;
          animation: 1s 1s dragon-shift-anim forwards;
}

.dragon-iphones .land-anim .dragon-iphones__img__iphone3 {
  -webkit-animation: 1s 1.5s dragon-shift-anim forwards;
          animation: 1s 1.5s dragon-shift-anim forwards;
}

.dragon-iphones .land-anim .dragon-iphones__img__bg {
  -webkit-animation: 1s dragon-shift-anim forwards;
          animation: 1s dragon-shift-anim forwards;
}

.dragon-two-iphones {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  gap: 24px;
  width: calc(100% + 120px);
  max-width: 1440px;
  padding: 0 60px;
}

.dragon-two-iphones__text {
  width: 100%;
  max-width: 575px;
}

.dragon-two-iphones__text p {
  margin-left: 40px;
}

.dragon-two-iphones__img {
  position: absolute;
  left: 10%;
  width: 35%;
  max-width: 510px;
  max-height: 560px;
  aspect-ratio: 510/560;
}

@media screen and (max-width: 1000px) {
  .dragon-two-iphones__img {
    position: unset;
    width: 100%;
  }
}

.dragon-two-iphones__bg {
  position: absolute;
  width: 100%;
  max-width: 1440px;
  max-height: 800px;
  aspect-ratio: 1440/800;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

@media screen and (max-width: 1000px) {
  .dragon-two-iphones__bg {
    aspect-ratio: 2880/5131;
    transform: translate(20%, 100px) rotate(90deg) scale(1.2);
  }
}

.dragon-panels {
  width: calc(100% + 120px);
  max-width: 1440px;
  margin: -200px 0;
}

@media screen and (max-width: 1000px) {
  .dragon-panels {
    width: calc(100% + 32px);
    max-width: 375px;
    margin: 0;
  }
}

@media screen and (max-width: 1000px) {
  .dragon-panels img {
    width: 100%;
    max-width: 375px;
    max-height: 425px;
    aspect-ratio: 375/425;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@-webkit-keyframes dragon-scroll-anim {
  from {
    object-position: 95%;
  }

  20% {
    object-position: 100%;
  }

  to {
    object-position: 0%;
  }
}

@keyframes dragon-scroll-anim {
  from {
    -o-object-position: 95%;
       object-position: 95%;
  }

  20% {
    -o-object-position: 100%;
       object-position: 100%;
  }

  to {
    -o-object-position: 0%;
       object-position: 0%;
  }
}

.dragon-scroll {
  width: calc(100% + 120px);
  max-width: 1440px;
  border-radius: 22px;
  overflow: hidden;
}

.dragon-scroll img {
  width: 100%;
  max-width: 1440px;
  max-height: 690px;
  aspect-ratio: 1440/690;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 95%;
     object-position: 95%;
}

.dragon-scroll.land-anim img {
  -webkit-animation: 6s dragon-scroll-anim forwards;
          animation: 6s dragon-scroll-anim forwards;
}

@-webkit-keyframes boxy-hero-anim {
  to {
    object-position: bottom;
  }
}

@keyframes boxy-hero-anim {
  to {
    -o-object-position: bottom;
       object-position: bottom;
  }
}

.boxy-hero {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .boxy-hero {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 24px;
  }
}

.boxy-hero__img {
  position: relative;
  width: 80%;
  right: -20%;
  max-width: 1165px;
  max-height: 650px;
  aspect-ratio: 1165/650;
  flex-shrink: 2;
  z-index: -1;
}

@media screen and (max-width: 1000px) {
  .boxy-hero__img {
    width: 660px;
    right: unset;
  }
}

.boxy-hero__img__page {
  width: 76%;
  max-width: 900px;
  max-height: 600px;
  aspect-ratio: 900/600;
  overflow: hidden;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
}

@media screen and (max-width: 1000px) {
  .boxy-hero__img__page {
    top: 3%;
  }
}

.boxy-hero__img__page img {
  max-width: 900px;
  max-height: 600px;
  aspect-ratio: 900/600;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.boxy-hero__img__page.land-anim img {
  -webkit-animation: 6s boxy-hero-anim forwards;
          animation: 6s boxy-hero-anim forwards;
}

.boxy-hero__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 675px;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 1000px) {
  .boxy-hero__text {
    position: unset;
  }
}

.boxy-hero__text p {
  max-width: 550px;
}

.boxy-hero__bg {
  position: absolute;
  left: 5%;
  top: 5%;
  max-width: 510px;
  max-height: 850px;
  aspect-ratio: 357/383;
  z-index: -1;
}

@media screen and (max-width: 1000px) {
  .boxy-hero__bg {
    top: unset;
    bottom: 0;
    left: -5%;
  }
}

.boxy-img {
  width: calc(100% + 120px);
  max-width: 1440px;
}

@media screen and (max-width: 1000px) {
  .boxy-img {
    width: calc(100% + 32px);
  }
}

.boxy-iphones {
  width: calc(100% + 120px);
  max-width: 1440px;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .boxy-iphones {
    display: flex;
    flex-direction: column-reverse;
    gap: 24px;
    width: calc(100% + 32px);
  }
}

.boxy-iphones__text {
  width: 100%;
  max-width: 670px;
  position: absolute;
  bottom: 0;
  left: 60px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media screen and (max-width: 1000px) {
  .boxy-iphones__text {
    position: unset;
  }
}

.boxy-two-iphones {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  position: relative;
}

.boxy-two-iphones__text {
  width: 100%;
  max-width: 575px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.boxy-two-iphones__text p {
  padding-left: 32px;
}

.boxy-two-iphones__img {
  position: absolute;
  max-width: 245px;
  aspect-ratio: 245/630;
}

@media screen and (max-width: 1000px) {
  .boxy-two-iphones__img {
    position: unset;
  }
}

.boxy-two-iphones__img.boxy-two-iphones__img--left {
  left: 2%;
}

.boxy-two-iphones__img.boxy-two-iphones__img--right {
  right: 2%;
}

.boxy-two-iphones__bg {
  position: absolute;
  transform: translateY(-50%) rotate(180deg);
  top: 0;
  right: 15%;
  max-width: 510px;
  max-height: 850px;
  aspect-ratio: 357/383;
  z-index: -1;
}

@media screen and (max-width: 1000px) {
  .boxy-two-iphones__bg {
    top: 50%;
    right: -60px;
  }
}

.boxy-panels {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  gap: 64px;
}

.boxy-panels__text {
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
}

.boxy-panels__img {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 505px;
}

@media screen and (max-width: 1000px) {
  .boxy-panels__img {
    height: 200px;
  }
}

.boxy-panels__img img {
  position: absolute;
  max-width: 780px;
  max-height: 505px;
  aspect-ratio: 780/505;
  width: 59%;
  transition: all 1s;
}

.boxy-panels__img__panel1 {
  z-index: -3;
  transform: scale(0.7);
  -webkit-filter: blur(4px);
          filter: blur(4px);
  left: 0;
}

.boxy-panels__img__panel2 {
  z-index: -2;
  transform: scale(0.85);
  -webkit-filter: blur(1px);
          filter: blur(1px);
  left: 10%;
}

.boxy-panels__img__panel3 {
  left: 20.5%;
  z-index: -1;
}

.boxy-panels__img__panel4 {
  z-index: -2;
  transform: scale(0.85);
  -webkit-filter: blur(1px);
          filter: blur(1px);
  left: 31%;
}

.boxy-panels__img__panel5 {
  z-index: -3;
  transform: scale(0.7);
  -webkit-filter: blur(4px);
          filter: blur(4px);
  left: 41%;
}

.boxy-panels__glow {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -6;
  width: 165px;
  height: 165px;
  border-radius: 50%;
  -webkit-filter: blur(40px);
          filter: blur(40px);
  background-color: #6e5aa0;
  opacity: 0.4;
  transform: scale(4, 2);
}

@-webkit-keyframes boxy-shift-anim {
  to {
    margin-right: -30px;
  }
}

@keyframes boxy-shift-anim {
  to {
    margin-right: -30px;
  }
}

.boxy-shift {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .boxy-shift {
    flex-direction: column;
    gap: 24px;
  }
}

.boxy-shift__text {
  width: 100%;
  max-width: 590px;
}

.boxy-shift__text__list {
  margin-top: 24px;
  padding: 0 32px;
}

.boxy-shift__text__list li {
  list-style-type: disc;
}

.boxy-shift__img {
  width: 100%;
  max-width: 613px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.boxy-shift__img img {
  margin-right: -160px;
}

.boxy-shift__img__shift1 {
  max-width: 180px;
  max-height: 370px;
  aspect-ratio: 180/370;
  z-index: -1;
}

@media screen and (max-width: 1000px) {
  .boxy-shift__img__shift1 {
    max-width: 110px;
  }
}

.boxy-shift__img__shift2 {
  max-width: 160px;
  max-height: 330px;
  aspect-ratio: 180/370;
  z-index: -2;
}

@media screen and (max-width: 1000px) {
  .boxy-shift__img__shift2 {
    max-width: 100px;
  }
}

.boxy-shift__img__shift3 {
  max-width: 140px;
  max-height: 290px;
  aspect-ratio: 180/370;
  z-index: -3;
}

@media screen and (max-width: 1000px) {
  .boxy-shift__img__shift3 {
    max-width: 85px;
  }
}

.boxy-shift__img__shift4 {
  max-width: 120px;
  max-height: 240px;
  aspect-ratio: 180/370;
  z-index: -4;
}

@media screen and (max-width: 1000px) {
  .boxy-shift__img__shift4 {
    max-width: 73px;
  }
}

.boxy-shift__img__shift5 {
  max-width: 90px;
  max-height: 185px;
  aspect-ratio: 180/370;
  z-index: -5;
}

@media screen and (max-width: 1000px) {
  .boxy-shift__img__shift5 {
    max-width: 56px;
  }
}

.boxy-shift__img.land-anim img {
  -webkit-animation: 3s boxy-shift-anim forwards;
          animation: 3s boxy-shift-anim forwards;
}

.boxy-shift__glow {
  position: absolute;
  top: 30%;
  left: 60%;
  z-index: -6;
  width: 165px;
  height: 165px;
  border-radius: 50%;
  -webkit-filter: blur(40px);
          filter: blur(40px);
  background-color: #6e5aa0;
  opacity: 0.4;
  transform: scale(4, 2);
}

.extra-bold {
  font-weight: 800 !important;
}

.bold {
  font-weight: 700 !important;
}

.semi-bold {
  font-weight: 600 !important;
}

.orange {
  color: #EB4432;
}

.link {
  color: inherit;
  cursor: pointer;
}

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

.full-grid-row {
  grid-column: 1/-1;
}

.flex-grow-column {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

