.bg-properties {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@-webkit-keyframes widthAnim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes widthAnim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  cursor: default;
  font-weight: 400;
  font-size: 16px;
}
* input[type=number]::-webkit-inner-spin-button,
* input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 320px;
  background-color: #F3F7FF;
}
a {
  display: block;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
::-webkit-scrollbar {
  display: none;
}
input:focus,
textarea:focus {
  outline: none;
}
.main {
  min-height: 100vh;
  height: 100vh;
}
/*Fonts*/
@font-face {
  font-family: 'RobotoMono';
  src: url('/static/fonts/RobotoMono-Regular.eot');
  src: url('/static/fonts/RobotoMono-Regular.eot?#iefix') format('embedded-opentype'), url('/static/fonts/RobotoMono-Regular.woff2') format('woff2'), url('/static/fonts/RobotoMono-Regular.woff') format('woff'), url('/static/fonts/RobotoMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoMono';
  src: url('/static/fonts/RobotoMono-Medium.eot');
  src: url('/static/fonts/RobotoMono-Medium.eot?#iefix') format('embedded-opentype'), url('/static/fonts/RobotoMono-Medium.woff2') format('woff2'), url('/static/fonts/RobotoMono-Medium.woff') format('woff'), url('/static/fonts/RobotoMono-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoMono';
  src: url('/static/fonts/RobotoMono-Bold');
  src: url('/static/fonts/RobotoMono-Bold?#iefix') format('embedded-opentype'), url('/static/fonts/RobotoMono-Bold.woff2') format('woff2'), url('/static/fonts/RobotoMono-Bold.woff') format('woff'), url('/static/fonts/RobotoMono-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'HouschkaPro';
  src: url('/static/fonts/HouschkaPro-ExtraBold');
  src: url('/static/fonts/HouschkaPro-ExtraBold?#iefix') format('embedded-opentype'), url('/static/fonts/HouschkaPro-ExtraBold.woff2') format('woff2'), url('/static/fonts/HouschkaPro-ExtraBold.woff') format('woff'), url('/static/fonts/HouschkaPro-ExtraBold.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'GothamPro';
  src: url('/static/fonts/GothamPro');
  src: url('/static/fonts/GothamPro?#iefix') format('embedded-opentype'), url('/static/fonts/GothamPro.woff2') format('woff2'), url('/static/fonts/GothamPro.woff') format('woff'), url('/static/fonts/GothamPro.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'GothamPro';
  src: url('/static/fonts/GothamPro-Medium');
  src: url('/static/fonts/GothamPro-Medium?#iefix') format('embedded-opentype'), url('/static/fonts/GothamPro-Medium.woff2') format('woff2'), url('/static/fonts/GothamPro-Medium.woff') format('woff'), url('/static/fonts/GothamPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'GothamPro';
  src: url('/static/fonts/GothamPro-Bold');
  src: url('/static/fonts/GothamPro-Bold?#iefix') format('embedded-opentype'), url('/static/fonts/GothamPro-Bold.woff2') format('woff2'), url('/static/fonts/GothamPro-Bold.woff') format('woff'), url('/static/fonts/GothamPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'GothamPro';
  src: url('/static/fonts/GothamPro-Black');
  src: url('/static/fonts/GothamPro-Black?#iefix') format('embedded-opentype'), url('/static/fonts/GothamPro-Black.woff2') format('woff2'), url('/static/fonts/GothamPro-Black.woff') format('woff'), url('/static/fonts/GothamPro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

.bg-properties {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@-webkit-keyframes widthAnim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes widthAnim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.home-wrapper {
  height: -webkit-calc(100vh - 92px);
  height: calc(100vh - 92px);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  margin-top: 92px;
  padding-bottom: 16px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .home-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .home-wrapper {
    margin-top: 55px;
    height: -webkit-calc(100vh - 55px);
    height: calc(100vh - 55px);
    padding-bottom: 16px;
  }
}
.home-wrapper.opacity {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.75;
}
.home-wrapper .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.home-wrapper .overlay.open {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, .74);
}
.home-wrapper .home-title-wrap {
  overflow: hidden;
  width: 100%;
  margin: 0 auto 120px;
  max-width: 1728px;
}
@media (max-width: 1728px) {
  .home-wrapper .home-title-wrap {
    padding: 0px 96px;
  }
}
@media (max-width: 1440px) {
  .home-wrapper .home-title-wrap {
    padding: 0px 32px;
  }
}
@media (max-width: 1024px) {
  .home-wrapper .home-title-wrap {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .home-wrapper .home-title-wrap {
    padding: 0px 16px;
  }
}
.home-wrapper .home-title-wrap:nth-child(1) {
  margin-bottom: 0;
}
.home-wrapper .home-title-wrap .home-title {
  font-family: 'GothamPro';
  font-weight: 900;
  font-size: 68px;
  color: #222222;
  letter-spacing: 0;
  max-width: 1728px;
  width: 100%;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}
.home-wrapper .home-title-wrap .home-title.anim {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 1728px) {
  .home-wrapper .home-title-wrap .home-title {
    max-width: 1280px;
  }
}
@media (max-width: 1440px) {
  .home-wrapper .home-title-wrap .home-title {
    font-size: 62px;
  }
}
@media (max-width: 1024px) {
  .home-wrapper .home-title-wrap .home-title {
    font-size: 50px;
  }
  .home-wrapper .home-title-wrap .home-title.RU {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .home-wrapper .home-title-wrap .home-title {
    font-size: 36px;
  }
}
.home-wrapper .home-title-wrap .home-title-m {
  font-family: 'GothamPro';
  font-weight: 900;
  font-size: 26px;
  color: #222222;
  letter-spacing: 0;
  width: 100%;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}
.home-wrapper .home-title-wrap .home-title-m.f {
  text-align: left;
}
.home-wrapper .home-title-wrap .home-title-m.s {
  text-align: right;
}
.home-wrapper .home-title-wrap .home-title-m.anim {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.home-wrapper .applysoft {
  margin: 2em 0;
  width: 100vw;
  height: 18.50716vw;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('/static/images/applysoft.png');
}
@media (max-height: 450px) and (orientation: landscape) {
  .home-wrapper .applysoft {
    display: none;
  }
}
.home-wrapper .apply {
  width: 100vw;
  position: relative;
  height: 38.79093vw;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('/static/images/apply.png');
}
.home-wrapper .soft {
  margin: 2em 0 0;
  position: relative;
  width: 100vw;
  height: 38.79093vw;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('/static/images/soft.png');
}

.bg-properties {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@-webkit-keyframes widthAnim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes widthAnim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.header-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 6;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  height: 92px;
  background-color: #F3F7FF;
}
.header-menu-wrapper.side {
  z-index: 1;
  -webkit-transition: background-color 0s;
  -o-transition: background-color 0s;
  transition: background-color 0s;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.header-menu-wrapper.side .content .header-left {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.header-menu-wrapper.shadow {
  background-color: #F3F7FF;
  -webkit-box-shadow: 0.1px 0.1px 10.5px rgba(0, 0, 0, .15);
          box-shadow: 0.1px 0.1px 10.5px rgba(0, 0, 0, .15);
}
@media (max-width: 767px) {
  .header-menu-wrapper {
    height: 55px;
  }
}
.header-menu-wrapper .content {
  max-width: 1728px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media (max-width: 1728px) {
}
@media (max-width: 1440px) {
  .header-menu-wrapper .content {
    padding: 0px 32px;
  }
}
@media (max-width: 767px) {
  .header-menu-wrapper .content {
    padding: 0px 16px;
  }
}
.header-menu-wrapper .content .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 28px;
  width: 121px;
  background-size: contain;
  background-image: url('/static/images/logo.png');
}

.bg-properties {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@-webkit-keyframes widthAnim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes widthAnim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.circular {
  width: 90px;
  height: 90px;
  margin: 4em 96px 0 auto;
}
@media (max-width: 1440px) {
  .circular {
    margin: 2em 32px 0 auto;
  }
}
@media (max-width: 1024px) {
  .circular {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .circular {
    margin: 2em 16px 0 auto;
  }
}
.circular svg {
  display: block;
  overflow: visible;
  cursor: pointer;
  -webkit-animation: scrollAnim 15s linear infinite;
          animation: scrollAnim 15s linear infinite;
}
@-webkit-keyframes scrollAnim {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(36deg);
            transform: rotate(36deg);
  }
  20% {
    -webkit-transform: rotate(72deg);
            transform: rotate(72deg);
  }
  30% {
    -webkit-transform: rotate(108deg);
            transform: rotate(108deg);
  }
  40% {
    -webkit-transform: rotate(144deg);
            transform: rotate(144deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  60% {
    -webkit-transform: rotate(216deg);
            transform: rotate(216deg);
  }
  70% {
    -webkit-transform: rotate(250deg);
            transform: rotate(250deg);
  }
  80% {
    -webkit-transform: rotate(286deg);
            transform: rotate(286deg);
  }
  90% {
    -webkit-transform: rotate(322deg);
            transform: rotate(322deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes scrollAnim {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(36deg);
            transform: rotate(36deg);
  }
  20% {
    -webkit-transform: rotate(72deg);
            transform: rotate(72deg);
  }
  30% {
    -webkit-transform: rotate(108deg);
            transform: rotate(108deg);
  }
  40% {
    -webkit-transform: rotate(144deg);
            transform: rotate(144deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  60% {
    -webkit-transform: rotate(216deg);
            transform: rotate(216deg);
  }
  70% {
    -webkit-transform: rotate(250deg);
            transform: rotate(250deg);
  }
  80% {
    -webkit-transform: rotate(286deg);
            transform: rotate(286deg);
  }
  90% {
    -webkit-transform: rotate(322deg);
            transform: rotate(322deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.circular text {
  fill: currentColor;
  font-family: 'GothamPro', sans-serif;
}
.circular path {
  fill: none;
}
.circle {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('/static/images/arrow.png');
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.circle svg textPath {
  font-size: 18.5px;
  text-align: justify;
}
@media (max-width: 1024px) {
  .circle svg textPath {
    font-size: 16.5px;
  }
}

.bg-properties {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@-webkit-keyframes widthAnim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes widthAnim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.projects-wrapper {
  width: 100%;
  padding: 104px 0px 88px;
  position: relative;
}
@media (max-width: 1440px) {
  .projects-wrapper {
    padding: 80px 0px;
  }
}
@media (max-width: 767px) {
  .projects-wrapper {
    padding: 64px 0px;
  }
}
.projects-wrapper .lines {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('/static/images/lines.png');
  width: 247px;
  height: 118px;
  position: absolute;
  z-index: -1;
}
.projects-wrapper .lines.f {
  top: 0;
  right: 0;
}
.projects-wrapper .lines.s {
  left: 0;
  bottom: 50px;
}
@media (max-width: 1440px) {
  .projects-wrapper .lines.s {
    bottom: 25px;
  }
}
.projects-wrapper .lines.th {
  right: 0;
  bottom: 0px;
}
.projects-wrapper .lines.fo {
  left: 0;
  bottom: 0px;
}
@media (max-width: 1440px) {
  .projects-wrapper .lines {
    width: 150px;
    height: 71.65992px;
  }
}
.projects-wrapper.opacity {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.75;
}
.projects-wrapper .projects-content .projects-org-info {
  max-width: 1280px;
  font-family: 'GothamPro';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  white-space: pre-wrap;
  color: #202020;
  margin-bottom: -30px;
}
@media (max-width: 767px) {
  .projects-wrapper .projects-content .projects-org-info {
    font-size: 14px!important;
    line-height: 30px;
    margin-bottom: 0px;
  }
}
.projects-wrapper .projects-content .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 2em;
  max-width: 1280px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .projects-wrapper .projects-content .title-wrap {
    padding: 0px 32px;
  }
}
@media (max-width: 767px) {
  .projects-wrapper .projects-content .title-wrap {
    padding: 0 16px;
    margin: 0 auto 15px;
    margin-left: 4px;
    font-size: 10px;
  }
}
.projects-wrapper .projects-content .title-wrap .animated {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}
.projects-wrapper .projects-content .title-wrap .animated.anim {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.projects-wrapper .projects-content .title-wrap .animated hr {
  height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 30px;
  border-color: #202020;
}
.projects-wrapper .projects-content .title-wrap .animated .title {
  font-family: 'GothamPro';
  font-size: 13px;
  color: #202020;
  letter-spacing: 2.4px;
  font-weight: 400;
  margin-left: 12px;
}
@media (max-width: 1024px) {
  .projects-wrapper .projects-content .title-wrap .animated .title {
    font-size: 10px;
  }
}
.projects-wrapper .projects-content .sub-wrap {
  overflow: hidden;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .projects-wrapper .projects-content .sub-wrap {
    margin-bottom: -10px;
  }
}
.projects-wrapper .projects-content .sub-wrap .text {
  font-family: 'GothamPro';
  font-weight: 700;
  font-size: 52px;
  color: #202020;
  max-width: 1280px;
  margin: 0 auto;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.projects-wrapper .projects-content .sub-wrap .text.anim {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 1440px) {
  .projects-wrapper .projects-content .sub-wrap .text {
    padding: 0px 32px;
    margin: 0 auto 0px;
  }
}
@media (max-width: 1024px) {
  .projects-wrapper .projects-content .sub-wrap .text {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .projects-wrapper .projects-content .sub-wrap .text {
    padding: 0 16px;
    font-size: 32px;
    margin: 0 auto 40px;
  }
}
.projects-wrapper .projects-content .app-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .projects-wrapper .projects-content .app-wrap {
    padding: 0px 32px;
  }
}
@media (max-width: 767px) {
  .projects-wrapper .projects-content .app-wrap {
    padding: 0 16px;
  }
}
.projects-wrapper .projects-content .app-wrap .block {
  position: absolute;
  right: -54px;
  bottom: 0;
  background: #d3f4ff;
  background: rgba(211, 244, 255, .45);
  width: 224px;
  height: 95px;
  z-index: -1;
}
@media (max-width: 1440px) {
  .projects-wrapper .projects-content .app-wrap .block {
    width: 150px;
    height: 63.61607px;
  }
}
.projects-wrapper .projects-content .app-wrap .block.s {
  left: -100px;
  width: 247px;
  height: 302px;
}
@media (max-width: 1440px) {
  .projects-wrapper .projects-content .app-wrap .block.s {
    width: 165.21192px;
    height: 202px;
  }
}
.projects-wrapper .projects-content .app-wrap .arrow {
  bottom: 0;
  right: 0;
  position: absolute;
}
.projects-wrapper .projects-content .app-wrap .app-container {
  max-width: 1728px;
  margin: 0 auto;
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 472px;
  margin-top: 88px;
}
@media (max-width: 1440px) {
}
@media (max-width: 1024px) {
  .projects-wrapper .projects-content .app-wrap .app-container {
    margin-top: 80px;
    height: 372px;
  }
}
@media (max-width: 1023px) {
  .projects-wrapper .projects-content .app-wrap .app-container {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .projects-wrapper .projects-content .app-wrap .app-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 480px) {
  .projects-wrapper .projects-content .app-wrap .app-container {
    margin-top: 0px;
    height: auto;
  }
}
.projects-wrapper .projects-content .app-wrap .app-container.RIGHT {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .projects-wrapper .projects-content .app-wrap .app-container.RIGHT {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.projects-wrapper .projects-content .app-wrap .app-container.RIGHT .app-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 480px) {
  .projects-wrapper .projects-content .app-wrap .app-container.RIGHT .app-right {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.projects-wrapper .projects-content .app-wrap .app-container.RIGHT .app-right .app-text {
  text-align: right;
}
@media (max-width: 480px) {
  .projects-wrapper .projects-content .app-wrap .app-container.RIGHT .app-right .app-text {
    text-align: left;
  }
}
.projects-wrapper .projects-content .app-wrap .app-container .app-left {
  width: -webkit-calc(50% - 71px);
  width: calc(50% - 71px);
  position: relative;
}
@media (max-width: 1440px) {
  .projects-wrapper .projects-content .app-wrap .app-container .app-left {
    width: -webkit-calc(50% - 54px);
    width: calc(50% - 54px);
  }
}
@media (max-width: 1024px) {
  .projects-wrapper .projects-content .app-wrap .app-container .app-left {
    width: -webkit-calc(50% - 24px);
    width: calc(50% - 24px);
  }
}
@media (max-width: 1023px) {
  .projects-wrapper .projects-content .app-wrap .app-container .app-left {
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px);
  }
}
@media (max-width: 767px) {
  .projects-wrapper .projects-content .app-wrap .app-container .app-left {
    width: 100%;
    height: 250px;
  }
}
.projects-wrapper .projects-content .app-wrap .app-container .app-left.mss {
  background-color: #C8E5FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.projects-wrapper .projects-content .app-wrap .app-container .app-left.mc {
  background-color: #FFF0D7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.projects-wrapper .projects-content .app-wrap .app-container .app-left.cv {
  background-color: #D4EDF0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.projects-wrapper .projects-content .app-wrap .app-container .app-left.acm {
  background-color: #DCE8FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.projects-wrapper .projects-content .app-wrap .app-container .app-left.ktb {
  background-color: #F0E7FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.projects-wrapper .projects-content .app-wrap .app-container .app-left .app-img {
  position: absolute;
  right: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.projects-wrapper .projects-content .app-wrap .app-container .app-left .app-img.mss {
  background-image: url('/static/images/mss.png');
  background-size: contain;
  width: 90%;
  height: 90%;
  background-position: 100% 50%;
}
@media (max-width: 767px) {
  .projects-wrapper .projects-content .app-wrap .app-container .app-left .app-img.mss {
    width: 90%;
    height: 90%;
  }
}
.projects-wrapper .projects-content .app-wrap .app-container .app-left .app-img.mc {
  background-image: url('/static/images/mac.png');
  width: 90%;
  height: 90%;
  right: auto;
  right: initial;
}
@media (max-width: 767px) {
  .projects-wrapper .projects-content .app-wrap .app-container .app-left .app-img.mc {
    width: 90%;
    height: 90%;
  }
}
.projects-wrapper .projects-content .app-wrap .app-container .app-left .app-img.cv {
  background-image: url('/static/images/cv.png');
  width: 90%;
  height: 90%;
  background-position: 100% 50%;
  right: 0;
}
@media (max-width: 767px) {
  .projects-wrapper .projects-content .app-wrap .app-container .app-left .app-img.cv {
    width: 90%;
    height: 90%;
  }
}
.projects-wrapper .projects-content .app-wrap .app-container .app-left .app-img.acm {
  background-image: url('/static/images/acm.png');
  width: 90%;
  height: 90%;
  right: inherit;
}
@media (max-width: 767px) {
  .projects-wrapper .projects-content .app-wrap .app-container .app-left .app-img.acm {
    width: 90%;
    height: 90%;
  }
}
.projects-wrapper .projects-content .app-wrap .app-container .app-left .app-img.ktb {
  background-image: url('/static/images/ktb.png');
  width: 90%;
  height: 90%;
  right: inherit;
}
@media (max-width: 767px) {
  .projects-wrapper .projects-content .app-wrap .app-container .app-left .app-img.ktb {
    width: 90%;
    height: 90%;
  }
}
.projects-wrapper .projects-content .app-wrap .app-container .app-right {
  width: -webkit-calc(50% - 71px);
  width: calc(50% - 71px);
  padding: 100px 0px 0px;
}
@media (max-width: 1440px) {
  .projects-wrapper .projects-content .app-wrap .app-container .app-right {
    width: -webkit-calc(50% - 54px);
    width: calc(50% - 54px);
    padding: 50px 0px;
  }
}
@media (max-width: 1024px) {
  .projects-wrapper .projects-content .app-wrap .app-container .app-right {
    width: -webkit-calc(50% - 24px);
    width: calc(50% - 24px);
    padding: 32px 0px;
  }
}
@media (max-width: 1023px) {
  .projects-wrapper .projects-content .app-wrap .app-container .app-right {
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px);
  }
}
@media (max-width: 767px) {
  .projects-wrapper .projects-content .app-wrap .app-container .app-right {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .projects-wrapper .projects-content .app-wrap .app-container .app-right {
    padding: 64px 0px;
  }
}
.projects-wrapper .projects-content .app-wrap .app-container .app-right .app-title-wrap {
  overflow: hidden;
}
.projects-wrapper .projects-content .app-wrap .app-container .app-right .app-title-wrap .app-title {
  font-family: 'GothamPro';
  font-weight: 500;
  font-size: 38px;
  color: #202020;
  line-height: 40px;
  margin-bottom: 1em;
  -webkit-transform: translateY(150%);
      -ms-transform: translateY(150%);
          transform: translateY(150%);
}
@media (max-width: 1440px) {
  .projects-wrapper .projects-content .app-wrap .app-container .app-right .app-title-wrap .app-title {
    font-size: 38px;
    margin-bottom: 0.5em;
  }
}
@media (max-width: 1024px) {
  .projects-wrapper .projects-content .app-wrap .app-container .app-right .app-title-wrap .app-title {
    font-size: 30px;
  }
}
@media (max-width: 1023px) {
  .projects-wrapper .projects-content .app-wrap .app-container .app-right .app-title-wrap .app-title {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .projects-wrapper .projects-content .app-wrap .app-container .app-right .app-title-wrap .app-title {
    line-height: 26px;
  }
}
.projects-wrapper .projects-content .app-wrap .app-container .app-right .app-title-wrap .app-title.anim {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.projects-wrapper .projects-content .app-wrap .app-container .app-right .app-text-wrap {
  overflow: hidden;
}
.projects-wrapper .projects-content .app-wrap .app-container .app-right .app-text-wrap .app-text {
  font-family: 'GothamPro';
  font-weight: 400;
  font-size: 18px;
  color: #202020;
  line-height: 26px;
  margin-bottom: 72px;
  max-width: 472px;
  -webkit-transform: translateY(150%);
      -ms-transform: translateY(150%);
          transform: translateY(150%);
}
@media (max-width: 1440px) {
  .projects-wrapper .projects-content .app-wrap .app-container .app-right .app-text-wrap .app-text {
    font-size: 16px;
    max-width: 372px;
  }
}
@media (max-width: 1024px) {
  .projects-wrapper .projects-content .app-wrap .app-container .app-right .app-text-wrap .app-text {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .projects-wrapper .projects-content .app-wrap .app-container .app-right .app-text-wrap .app-text {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .projects-wrapper .projects-content .app-wrap .app-container .app-right .app-text-wrap .app-text {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .projects-wrapper .projects-content .app-wrap .app-container .app-right .app-text-wrap .app-text {
    margin-bottom: 24px;
  }
}
.projects-wrapper .projects-content .app-wrap .app-container .app-right .app-text-wrap .app-text.anim {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.projects-wrapper .projects-content .app-wrap .app-container .app-right .links-wrap {
  overflow: hidden;
}
.projects-wrapper .projects-content .app-wrap .app-container .app-right .links-wrap .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(150%);
      -ms-transform: translateY(150%);
          transform: translateY(150%);
}
.projects-wrapper .projects-content .app-wrap .app-container .app-right .links-wrap .links.anim {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}
.projects-wrapper .projects-content .app-wrap .app-container .app-right .links-wrap .links .link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  padding: 10px;
  width: 40px;
  height: 40px;
  border: 1px solid #202020;
  margin-right: 1em;
}
.projects-wrapper .projects-content .app-wrap .app-container .app-right .links-wrap .links .link-wrap:hover {
  background: #1187F5;
  border: none;
}
@media (max-width: 1440px) {
  .projects-wrapper .projects-content .app-wrap .app-container .app-right .links-wrap .links .link-wrap {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1024px) {
  .projects-wrapper .projects-content .app-wrap .app-container .app-right .links-wrap .links .link-wrap {
    width: 36px;
    height: 36px;
  }
}

.bg-properties {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@-webkit-keyframes widthAnim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes widthAnim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.feedback-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/static/images/bg contact.png");
  padding: 100px 0px;
  position: relative;
}
@media (max-width: 1024px) {
  .feedback-wrapper {
    padding: 56px 0px;
  }
}
@media (max-width: 480px) {
  .feedback-wrapper {
    background-image: url("/static/images/bg-c-m.png");
  }
}
.feedback-wrapper.opacity {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.75;
}
.feedback-wrapper .lines {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/static/images/lines.png");
  width: 247px;
  height: 118px;
  position: absolute;
  top: -50px;
  right: 0;
}
@media (max-width: 1440px) {
  .feedback-wrapper .lines {
    width: 150px;
    height: 71.65992px;
  }
}
.feedback-wrapper .feedback-content {
  max-width: 1728px;
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}
@media (max-width: 1440px) {
  .feedback-wrapper .feedback-content {
    padding: 0px 32px;
  }
}
@media (max-width: 767px) {
  .feedback-wrapper .feedback-content {
    padding: 0px 16px;
  }
}
.feedback-wrapper .feedback-content .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2em;
}
@media (max-width: 480px) {
  .feedback-wrapper .feedback-content .title-wrap {
    margin-bottom: 16px;
  }
}
.feedback-wrapper .feedback-content .title-wrap hr {
  height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 30px;
  border-color: #202020;
}
.feedback-wrapper .feedback-content .title-wrap .title {
  font-family: "GothamPro";
  font-size: 13px;
  color: #202020;
  letter-spacing: 2.4px;
  font-weight: 400;
  margin-left: 12px;
}
@media (max-width: 1024px) {
  .feedback-wrapper .feedback-content .title-wrap .title {
    margin-left: 4px;
    font-size: 10px;
  }
}
.feedback-wrapper .feedback-content .blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .feedback-wrapper .feedback-content .blocks {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.feedback-wrapper .feedback-content .blocks .feedback-left {
  width: -webkit-calc(50% - 71px);
  width: calc(50% - 71px);
}
@media (max-width: 1440px) {
  .feedback-wrapper .feedback-content .blocks .feedback-left {
    width: -webkit-calc(50% - 108px);
    width: calc(50% - 108px);
  }
}
@media (max-width: 767px) {
  .feedback-wrapper .feedback-content .blocks .feedback-left {
    width: 100%;
  }
}
.feedback-wrapper .feedback-content .blocks .feedback-left .feedback-orgInfo-container {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: grid;
  row-gap: 19px;
}
@media (max-width: 767px) {
  .feedback-wrapper .feedback-content .blocks .feedback-left .feedback-orgInfo-container {
    row-gap: 5px;
  }
}
.feedback-wrapper .feedback-content .blocks .feedback-left .feedback-orgInfo-container > .feedback-orgInfo {
  max-width: 360px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.feedback-wrapper .feedback-content .blocks .feedback-left .feedback-orgInfo-container > .feedback-orgInfo > p {
  margin: 0;
  padding: 0;
  font-family: "GothamPro";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #202020;
}
@media (max-width: 767px) {
  .feedback-wrapper .feedback-content .blocks .feedback-left .feedback-orgInfo-container > .feedback-orgInfo > p {
    font-size: 14px;
    line-height: 18px;
  }
}
.feedback-wrapper .feedback-content .blocks .feedback-left .feedback-orgInfo-container > .feedback-orgInfo > .mail-address {
  margin: 0;
  padding: 0;
  font-family: "GothamPro";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #1187f5;
}
@media (max-width: 767px) {
  .feedback-wrapper .feedback-content .blocks .feedback-left .feedback-orgInfo-container > .feedback-orgInfo > .mail-address {
    font-size: 16px;
    line-height: 20px;
  }
}
.feedback-wrapper .feedback-content .blocks .feedback-left .feedback-orgInfo-container > .feedback-orgInfo > a {
  font-family: "GothamPro";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #202020;
}
@media (max-width: 767px) {
  .feedback-wrapper .feedback-content .blocks .feedback-left .feedback-orgInfo-container > .feedback-orgInfo > a {
    font-size: 16px;
    line-height: 20px;
  }
}
.feedback-wrapper .feedback-content .blocks .feedback-left .feedback-left-title {
  font-family: "GothamPro";
  font-weight: 900;
  font-size: 52px;
  color: #202020;
  margin-bottom: 80px;
}
@media (max-width: 1440px) {
  .feedback-wrapper .feedback-content .blocks .feedback-left .feedback-left-title {
    font-size: 52px;
  }
}
@media (max-width: 1024px) {
  .feedback-wrapper .feedback-content .blocks .feedback-left .feedback-left-title {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .feedback-wrapper .feedback-content .blocks .feedback-left .feedback-left-title {
    margin-bottom: 40px;
  }
}
.feedback-wrapper .feedback-content .blocks .feedback-left .mail-address {
  cursor: pointer;
  font-family: "GothamPro";
  font-weight: 500;
  font-size: 26px;
  color: #1187f5;
  display: inline-block;
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .feedback-wrapper .feedback-content .blocks .feedback-left .mail-address {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .feedback-wrapper .feedback-content .blocks .feedback-left .mail-address {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
@media (max-width: 1023px) {
  .feedback-wrapper .feedback-content .blocks .feedback-left .mail-address {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .feedback-wrapper .feedback-content .blocks .feedback-left .mail-address {
    font-size: 18px;
  }
}
.feedback-wrapper .feedback-content .blocks .feedback-left .mail-address:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #1187f5;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
  margin-top: 7px;
}
.feedback-wrapper .feedback-content .blocks .feedback-left .mail-address:hover:after {
  width: 100%;
}
.feedback-wrapper .feedback-content .blocks .feedback-left .phone {
  font-family: "GothamPro";
  font-weight: 700;
  font-size: 26px;
  color: #202020;
  display: inline-block;
}
@media (max-width: 1440px) {
  .feedback-wrapper .feedback-content .blocks .feedback-left .phone {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .feedback-wrapper .feedback-content .blocks .feedback-left .phone {
    font-size: 24px;
  }
}
@media (max-width: 1023px) {
  .feedback-wrapper .feedback-content .blocks .feedback-left .phone {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .feedback-wrapper .feedback-content .blocks .feedback-left .phone {
    font-size: 18px;
  }
}
.feedback-wrapper .feedback-content .blocks .feedback-left .phone:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #1187f5;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
  margin-top: 7px;
}
.feedback-wrapper .feedback-content .blocks .feedback-left .phone:hover:after {
  width: 100%;
}
.feedback-wrapper .feedback-content .blocks .feedback-right {
  width: -webkit-calc(50% - 71px);
  width: calc(50% - 71px);
  margin-top: 1em;
}
@media (max-width: 1440px) {
  .feedback-wrapper .feedback-content .blocks .feedback-right {
    width: -webkit-calc(50% + 48px);
    width: calc(50% + 48px);
  }
}
@media (max-width: 767px) {
  .feedback-wrapper .feedback-content .blocks .feedback-right {
    width: 100%;
  }
}
.feedback-wrapper .feedback-content .blocks .feedback-right .feedback-right-title {
  font-family: "GothamPro";
  font-size: 24px;
  color: #202020;
  font-weight: 700;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .feedback-wrapper .feedback-content .blocks .feedback-right .feedback-right-title {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .feedback-wrapper .feedback-content .blocks .feedback-right .feedback-right-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .feedback-wrapper .feedback-content .blocks .feedback-right .feedback-right-title {
    font-size: 18px;
    margin-top: 64px;
    margin-bottom: 24px;
  }
}
.feedback-wrapper .feedback-content .blocks .feedback-right .feedback-right-text {
  font-family: "GothamPro";
  font-size: 20px;
  color: #202020;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .feedback-wrapper .feedback-content .blocks .feedback-right .feedback-right-text {
    font-size: 18px;
    max-width: 400px;
  }
}
@media (max-width: 1024px) {
  .feedback-wrapper .feedback-content .blocks .feedback-right .feedback-right-text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .feedback-wrapper .feedback-content .blocks .feedback-right .feedback-right-text {
    margin-bottom: 24px;
  }
}
.feedback-wrapper .feedback-content .blocks .feedback-right .inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-display: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.feedback-wrapper .feedback-content .blocks .feedback-right .input-wrap {
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
  margin-bottom: 24px;
}
.feedback-wrapper .feedback-content .blocks .feedback-right .input-wrap.big {
  width: 100%;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .feedback-wrapper .feedback-content .blocks .feedback-right .input-wrap.big {
    margin-bottom: 24px;
  }
}
.feedback-wrapper .feedback-content .blocks .feedback-right .input-wrap .input {
  width: 100%;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #b3c0d4;
  padding-bottom: 7px;
  font-family: "GothamPro";
  font-weight: 400;
  font-size: 18px;
  color: #202020;
  line-height: 28px;
  height: 35px;
}
@media (max-width: 1440px) {
  .feedback-wrapper .feedback-content .blocks .feedback-right .input-wrap .input {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .feedback-wrapper .feedback-content .blocks .feedback-right .input-wrap .input {
    font-size: 14px;
  }
}
.feedback-wrapper .feedback-content .blocks .feedback-right .input-wrap .input.big {
  resize: none;
  width: 100%;
}
.feedback-wrapper .feedback-content .blocks .feedback-right .input-wrap .input.error {
  border-bottom: 1px solid red;
}
.feedback-wrapper .feedback-content .blocks .feedback-right .input-wrap .error-text {
  font-family: "GothamPro";
  font-weight: 400;
  font-size: 18px;
  color: red;
  line-height: 28px;
  opacity: 0;
}
@media (max-width: 1440px) {
  .feedback-wrapper .feedback-content .blocks .feedback-right .input-wrap .error-text {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .feedback-wrapper .feedback-content .blocks .feedback-right .input-wrap .error-text {
    font-size: 14px;
  }
}
.feedback-wrapper .feedback-content .blocks .feedback-right .input-wrap .error-text.show {
  opacity: 1;
}
.feedback-wrapper .feedback-content .blocks .feedback-right .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1024px) {
  .feedback-wrapper .feedback-content .blocks .feedback-right .btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.feedback-wrapper .feedback-content .blocks .feedback-right .btns .after-text {
  font-family: "GothamPro";
  font-size: 16px;
  font-weight: 400;
  color: #202020;
  line-height: 24px;
}
@media (max-width: 1440px) {
  .feedback-wrapper .feedback-content .blocks .feedback-right .btns .after-text {
    font-size: 14px;
  }
}
.feedback-wrapper .feedback-content .blocks .feedback-right .btns .send-btn {
  background: #1187f5;
  border-radius: 2px;
  font-family: "GothamPro";
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 225px;
  min-height: 48px;
  width: 225px;
  height: 48px;
  border: none;
  margin-left: 36px;
  cursor: pointer;
  outline: none;
}
.feedback-wrapper .feedback-content .blocks .feedback-right .btns .send-btn:hover {
  background: #202020;
}
@media (max-width: 1440px) {
  .feedback-wrapper .feedback-content .blocks .feedback-right .btns .send-btn {
    width: 190px;
    height: 48px;
    margin-left: 24px;
  }
}
@media (max-width: 1024px) {
  .feedback-wrapper .feedback-content .blocks .feedback-right .btns .send-btn {
    margin-left: 0px;
    margin-bottom: 18px;
    width: 100%;
  }
}
.feedback-wrapper .feedback-content .blocks .feedback {
  width: -webkit-calc(50% - 71px);
  width: calc(50% - 71px);
  background-color: #f8fbff;
  padding: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -45px;
}
@media (max-width: 1440px) {
  .feedback-wrapper .feedback-content .blocks .feedback {
    width: -webkit-calc(50% - 54px);
    width: calc(50% - 54px);
    padding: 64px 96px;
  }
}
@media (max-width: 1024px) {
  .feedback-wrapper .feedback-content .blocks .feedback {
    width: -webkit-calc(50% - 24px);
    width: calc(50% - 24px);
    padding: 48px 32px;
  }
}
@media (max-width: 1023px) {
  .feedback-wrapper .feedback-content .blocks .feedback {
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px);
  }
}
@media (max-width: 767px) {
  .feedback-wrapper .feedback-content .blocks .feedback {
    width: 100%;
    padding: 72px 32px 48px;
    margin-top: 32px;
    padding: 32px 16px;
  }
}
.feedback-wrapper .feedback-content .blocks .feedback .feedback-title {
  font-family: "GothamPro";
  font-weight: 500;
  font-size: 38px;
  color: #202020;
  letter-spacing: 0.95px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .feedback-wrapper .feedback-content .blocks .feedback .feedback-title {
    margin-bottom: 32px;
    font-size: 32px;
  }
}
.feedback-wrapper .feedback-content .blocks .feedback .feedback-text {
  font-family: "GothamPro";
  font-size: 24px;
  color: #202020;
  letter-spacing: 0.6px;
  text-align: center;
  margin-bottom: 82px;
}
@media (max-width: 767px) {
  .feedback-wrapper .feedback-content .blocks .feedback .feedback-text {
    font-size: 18px;
  }
}
.feedback-wrapper .feedback-content .blocks .feedback .send-btn {
  background: #1187f5;
  border-radius: 2px;
  font-family: "GothamPro";
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 225px;
  min-height: 48px;
  width: 225px;
  height: 48px;
  border: none;
  cursor: pointer;
  outline: none;
}
.feedback-wrapper .feedback-content .blocks .feedback .send-btn:hover {
  background: #202020;
}

.bg-properties {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@-webkit-keyframes widthAnim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes widthAnim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.footer-wrapper {
  background: #202020;
}
.footer-wrapper > .footer-orgInfo {
  margin-bottom: 15px;
  padding: 16px 32px;
  display: grid;
  row-gap: 12px;
}
@media (max-width: 1024px) {
  .footer-wrapper > .footer-orgInfo {
    padding: 16px;
  }
}
.footer-wrapper > .footer-orgInfo > p {
  font-family: "GothamPro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  .footer-wrapper > .footer-orgInfo > p {
    font-size: 14px;
    line-height: 20px;
  }
}
.footer-wrapper > .footer-orgInfo > p > em {
  font-family: "GothamPro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .footer-wrapper > .footer-orgInfo > p > em {
    font-size: 14px;
    line-height: 20px;
  }
}
.footer-wrapper > .footer-orgInfo > button {
  padding: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  place-items: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  background-color: transparent;
  color: #ffffff;
  font-size: 12px;
}
.footer-wrapper > .footer-orgInfo > button > em {
  font-family: "GothamPro";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #ffffff;
}
@media (max-width: 767px) {
  .footer-wrapper > .footer-orgInfo > button > em {
    font-size: 14px;
    line-height: 20px;
  }
}
.footer-wrapper.opacity {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.75;
}
.footer-wrapper .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1728px;
  margin: 0 auto;
  width: 100%;
  padding: 16px 0px;
}
@media (max-width: 1728px) {
  .footer-wrapper .footer-content {
    padding: 16px 32px;
  }
}
@media (max-width: 1024px) {
  .footer-wrapper .footer-content {
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .footer-wrapper .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.footer-wrapper .footer-content .footer-left {
  font-family: "GothamPro";
  font-size: 14px;
  color: #ffffff;
  color: rgba(255, 255, 255, .6);
  letter-spacing: 0;
  font-weight: 400;
}
.footer-wrapper .footer-content .footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 767px) {
  .footer-wrapper .footer-content .footer-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2em;
  }
}
.footer-wrapper .footer-content .footer-right .footer-link {
  font-family: "GothamPro";
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  margin-right: 32px;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .footer-wrapper .footer-content .footer-right .footer-link {
    margin-right: 0px;
    margin-bottom: 0.5em;
  }
}
.footer-wrapper .footer-content .footer-right .footer-link:hover {
  color: #1187f5;
}
.footer-wrapper .footer-content .footer-right .footer-link:nth-last-child(1) {
  margin-right: 0;
}

.bg-properties {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@-webkit-keyframes widthAnim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes widthAnim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.loader-wrapper {
  width: 100vw;
  height: 100vh;
  background-color: #000000;
  background-color: rgba(0, 0, 0, .5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow-y: scroll;
}
.loader-wrapper .loader {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 64px;
  height: 64px;
  background-image: url('/static/images/loader.png');
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loader-wrapper.loading {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bg-properties {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@-webkit-keyframes widthAnim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes widthAnim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 92px;
  position: fixed;
  right: 0;
  top: 0;
  margin: 0 96px 0 auto;
  z-index: 10;
}
@media (max-width: 1440px) {
  .header-right {
    margin: 0 32px 0 auto;
  }
}
@media (max-width: 767px) {
  .header-right {
    height: 55px;
    margin: 0 16px 0 auto;
  }
}
.header-right .locale {
  font-family: 'GothamPro';
  font-weight: 400;
  font-size: 20px;
  color: #222222;
  letter-spacing: 0;
  margin-right: 2em;
  cursor: pointer;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.header-right .locale.active {
  color: #FFF;
}
.header-right .burger-menu {
  position: relative;
  width: 24px;
  cursor: pointer;
}
.header-right span {
  cursor: pointer;
  display: block;
  width: 100%;
  background: #000;
  border-radius: 3px;
  height: 3px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.header-right span.white {
  background: #FFF;
}
.header-right span + span {
  margin-top: 5px;
}
.header-right .active span:nth-child(1) {
  -webkit-animation: ease 0s top forwards;
          animation: ease 0s top forwards;
}
.header-right .not-active span:nth-child(1) {
  -webkit-animation: ease 0s top-2 forwards;
          animation: ease 0s top-2 forwards;
}
.header-right .active span:nth-child(2) {
  -webkit-animation: ease 0s bottom forwards;
          animation: ease 0s bottom forwards;
}
.header-right .not-active span:nth-child(2) {
  -webkit-animation: ease 0s bottom-2 forwards;
          animation: ease 0s bottom-2 forwards;
}
@-webkit-keyframes top {
  100% {
    top: 4px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background: #FFF;
  }
}
@keyframes top {
  100% {
    top: 4px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background: #FFF;
  }
}
@-webkit-keyframes top-2 {
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    background: #000;
  }
}
@keyframes top-2 {
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    background: #000;
  }
}
@-webkit-keyframes bottom {
  100% {
    bottom: 4px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #FFF;
  }
}
@keyframes bottom {
  100% {
    bottom: 4px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #FFF;
  }
}
@-webkit-keyframes bottom-2 {
  100% {
    width: 70%;
    margin-left: 30%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes bottom-2 {
  100% {
    width: 70%;
    margin-left: 30%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.bg-properties {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@-webkit-keyframes widthAnim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes widthAnim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.about-wrapper {
  width: 100%;
  height: 512px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('/static/images/about-bg.png');
}
@media (max-width: 1440px) {
  .about-wrapper {
    height: 452px;
  }
}
@media (max-width: 1024px) {
  .about-wrapper {
    height: 304px;
  }
}
@media (max-width: 480px) {
  .about-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.about-wrapper.opacity {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.75;
}
.about-wrapper .about-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 136px 0px 100px;
  margin: 0 auto;
  max-width: 1280px;
}
@media (max-width: 1440px) {
  .about-wrapper .about-content {
    padding: 80px 32px 120px;
  }
}
@media (max-width: 1024px) {
  .about-wrapper .about-content {
    padding: 54px 32px;
  }
}
@media (max-width: 767px) {
  .about-wrapper .about-content {
    padding: 64px 16px;
  }
}
@media (max-width: 480px) {
  .about-wrapper .about-content {
    padding: 32px 16px;
  }
}
.about-wrapper .about-content .right {
  width: -webkit-calc(50% - 71px);
  width: calc(50% - 71px);
  margin-left: 5em;
}
@media (max-width: 1440px) {
  .about-wrapper .about-content .right {
    width: -webkit-calc(50% - 54px);
    width: calc(50% - 54px);
  }
}
@media (max-width: 1024px) {
  .about-wrapper .about-content .right {
    width: -webkit-calc(50% - 24px);
    width: calc(50% - 24px);
  }
}
@media (max-width: 1023px) {
  .about-wrapper .about-content .right {
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px);
  }
}
@media (max-width: 767px) {
  .about-wrapper .about-content .right {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .about-wrapper .about-content .right {
    padding-left: 40px;
  }
}
.about-wrapper .about-content .right .title-wrap {
  margin-bottom: 24px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .about-wrapper .about-content .right .title-wrap {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .about-wrapper .about-content .right .title-wrap {
    margin-bottom: 16px;
  }
}
.about-wrapper .about-content .right .title-wrap .animated {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}
.about-wrapper .about-content .right .title-wrap .animated.anim {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
@media (max-width: 480px) {
}
.about-wrapper .about-content .right .title-wrap .animated hr {
  height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 30px;
  border-color: #202020;
}
.about-wrapper .about-content .right .title-wrap .animated .title {
  margin-left: 12px;
  font-family: 'GothamPro';
  font-size: 13px;
  color: #202020;
  letter-spacing: 2.4px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .about-wrapper .about-content .right .title-wrap .animated .title {
    margin-left: 4px;
    font-size: 10px;
  }
}
.about-wrapper .about-content .right .text-wrap {
  overflow: hidden;
}
.about-wrapper .about-content .right .text-wrap .text {
  font-family: 'GothamPro';
  font-weight: 400;
  font-size: 18px;
  color: #202020;
  max-width: 522px;
  line-height: 32px;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
@media (max-width: 1440px) {
  .about-wrapper .about-content .right .text-wrap .text {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .about-wrapper .about-content .right .text-wrap .text {
    font-size: 12px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  .about-wrapper .about-content .right .text-wrap .text {
    font-size: 11px;
  }
}
.about-wrapper .about-content .right .text-wrap .text.anim-1 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation: ease 1s text-anim forwards;
          animation: ease 1s text-anim forwards;
}
.about-wrapper .about-content .right .text-wrap .text.anim-2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation: ease 1s text-anim forwards;
          animation: ease 1s text-anim forwards;
}
.about-wrapper .about-content .right .text-wrap .text.anim-3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation: ease 1s text-anim forwards;
          animation: ease 1s text-anim forwards;
}
.about-wrapper .about-content .right .text-wrap .text.anim-4 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation: ease 1s text-anim forwards;
          animation: ease 1s text-anim forwards;
}
.about-wrapper .about-content .right .text-wrap .text.anim-5 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation: ease 1s text-anim forwards;
          animation: ease 1s text-anim forwards;
}
.about-wrapper .about-content .right .text-wrap .text.anim-6 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation: ease 1s text-anim forwards;
          animation: ease 1s text-anim forwards;
}
@-webkit-keyframes text-anim {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes text-anim {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.bg-properties {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@-webkit-keyframes widthAnim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes widthAnim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.sidemenu {
  height: 100vh;
  background: #202020;
  width: 580px;
  position: fixed;
  z-index: 5;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100vw);
      -ms-transform: translateX(100vw);
          transform: translateX(100vw);
}
.sidemenu.show {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width: 767px) {
  .sidemenu {
    width: 100vw;
  }
}
.sidemenu .content {
  height: 100%;
  padding: 32px 87px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1440px) {
  .sidemenu .content {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .sidemenu .content {
    padding: 16px;
  }
}
.sidemenu .content .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.sidemenu .content .nav .nav-link-wrap {
  overflow: hidden;
  margin-bottom: 32px;
}
.sidemenu .content .nav .nav-link-wrap .nav-link {
  font-family: 'GothamPro';
  font-weight: 500;
  font-size: 44px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}
@media (max-width: 767px) {
  .sidemenu .content .nav .nav-link-wrap .nav-link {
    font-size: 32px;
  }
}
.sidemenu .content .nav .nav-link-wrap .nav-link:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #FFF;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
  margin-top: 7px;
}
.sidemenu .content .nav .nav-link-wrap .nav-link:hover:after {
  width: 100%;
}
.sidemenu .content .nav .nav-link-wrap .nav-link.active {
  color: #1187F5;
}
.sidemenu .content .nav .nav-link-wrap .nav-link.anim {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.sidemenu .copyright {
  right: 0;
  position: absolute;
  bottom: 0;
  font-family: 'GothamPro';
  font-size: 14px;
  color: #ffffff;
  color: rgba(255, 255, 255, .6);
  letter-spacing: 0;
  text-align: right;
  padding: 32px 87px 32px;
}
@media (max-width: 1440px) {
  .sidemenu .copyright {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .sidemenu .copyright {
    padding: 16px;
  }
}

