@charset "utf-8";
@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/manrope-v13-latin_cyrillic-regular.eot');
  src: url('../fonts/manrope-v13-latin_cyrillic-regular.woff2') format('woff2'), url('../fonts/manrope-v13-latin_cyrillic-regular.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/manrope-v13-latin_cyrillic-500.eot');
  src: url('../fonts/manrope-v13-latin_cyrillic-500.woff2') format('woff2'), url('../fonts/manrope-v13-latin_cyrillic-500.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/manrope-v13-latin_cyrillic-700.eot');
  src: url('../fonts/manrope-v13-latin_cyrillic-700.woff2') format('woff2'), url('../fonts/manrope-v13-latin_cyrillic-700.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/manrope-v13-latin_cyrillic-800.eot');
  src: url('../fonts/manrope-v13-latin_cyrillic-800.woff2') format('woff2'), url('../fonts/manrope-v13-latin_cyrillic-800.woff') format('woff');
}
body,
input,
textarea,
button,
select {
  font-family: 'Manrope', sans-serif;
}
body {
  -webkit-text-size-adjust: 100%;
  background-color: #0F1C30;
  color: #fff;
  font-size: 24px;
  margin: 0;
  min-height: 100vh;
}
a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
img {
  outline: none;
  border: none;
}
a,
a:hover,
a:focus {
  outline: none;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
h1 {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  margin-top: 64px;
  margin-bottom: 48px;
}
h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}
h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  line-height: 0.925;
  margin-top: 0;
  margin-bottom: 16px;
}
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  background-color: #ECE42A;
  border: none;
  border-radius: 20px;
  box-shadow: none;
  box-sizing: border-box;
  color: #0E1B2E;
  cursor: pointer;
  font-size: 28px;
  font-weight: 700;
  overflow: hidden;
  padding: 40px 48px 40px 40px;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.btn svg {
  fill: currentColor;
  width: 36px;
  height: 36px;
  margin-right: 14px;
  position: relative;
  z-index: 20;
}
.btn span {
  position: relative;
  z-index: 20;
}
.btn::before {
  content: '';
  background-color: #DED61D;
  border-radius: 50%;
  height: 266px;
  width: 266px;
  position: absolute;
  top: -10px;
  right: -126px;
  z-index: 10;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.btn:hover::before {
  -webkit-transform: scale(4);
  -ms-transform: scale(4);
  transform: scale(4);
}
main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: calc(50% - 840px);
  padding-right: calc(50% - 840px);
  padding-top: 90px;
  height: 100%;
}
.showcase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 850px;
  width: 50%;
  padding-top: 90px;
  padding-bottom: 76px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: calc(50% - 840px);
}
.logo img {
  display: block;
}
.scroll {
  margin-left: auto;
  width: 41vw;
  padding-top: 135px;
  position: relative;
}
.scroll__title {
  position: fixed;
  top: 90px;
  right: calc(50% - 840px);
  width: 41vw;
}
.scroll__title::before {
  background-color: #0F1C30;
  content: '';
  display: block;
  position: absolute;
  top: -90px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
}
.scroll__title::after {
  background: linear-gradient(180deg, #0E2443 0%, rgba(14, 36, 67, 0) 100%);
  content: '';
  height: 24px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
.scroll__title h2 {
  background-color: #0E2443;
  border-radius: 60px 60px 0 0;
  padding: 40px 48px 30px;
  position: relative;
  z-index: 50;
}
.projects {
  background-color: #0E2443;
  padding: 24px 48px 40px;
}
.project {
  display: block;
}
.project:not(:last-child) {
  margin-bottom: 48px;
}
.project:hover .project__title {
  color: #DED61D;
}
.project__image {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 32px;
}
.project__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.project__text {
  color: #86A4CC;
  font-weight: 500;
}
.footer {
  border-top: 1px solid #1D2F48;
  font-weight: 500;
  padding-top: 30px;
  position: fixed;
  bottom: 76px;
  left: calc(50% - 840px);
}
.policy {
  margin-bottom: 15px;
}
.policy a {
  color: #fff;
}
@media all and (max-width: 1880px) {
  main {
    padding-left: 100px;
    padding-right: 100px;
  }
  .showcase {
    left: 100px;
    width: calc(50% - 100px);
  }
  .scroll__title {
    right: 100px;
  }
  .footer {
    left: 100px;
  }
}
@media all and (max-width: 1880px) and (max-height: 900px) {
  h1 {
    font-size: 44px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  main {
    padding-top: 40px;
  }
  .showcase {
    padding-top: 40px;
  }
  .scroll__title {
    top: 40px;
  }
  .scroll__title::before {
    top: -40px;
  }
}
@media all and (max-width: 1680px) {
  body {
    font-size: 18px;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 42px;
  }
  h3 {
    font-size: 32px;
  }
  .btn {
    font-size: 20px;
    padding: 32px;
  }
  .btn svg {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }
  main {
    padding-top: 72px;
  }
  .showcase {
    padding-top: 72px;
    padding-bottom: 36px;
  }
  .scroll {
    padding-top: 103px;
  }
  .scroll__title {
    top: 72px;
    right: 100px;
  }
  .scroll__title::before {
    top: -72px;
  }
  .scroll__title h2 {
    border-radius: 40px 40px 0 0;
    padding: 25px 42px 20px;
  }
  .projects {
    padding: 24px 42px 42px;
  }
  .project:not(:last-child) {
    margin-bottom: 38px;
  }
  .project__image {
    margin-bottom: 24px;
  }
  .project__title {
    margin-bottom: 4px;
  }
  .footer {
    font-size: 16px;
    line-height: 1.75;
    padding-top: 24px;
    bottom: 36px;
  }
  .policy {
    margin-bottom: 0;
  }
}
@media all and (max-width: 1440px) and (max-height: 700px) {
  main {
    padding-top: 40px;
  }
  .showcase {
    padding-top: 40px;
  }
  .scroll__title {
    top: 40px;
  }
  .scroll__title::before {
    top: -40px;
  }
}
@media all and (max-width: 1200px) {
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 24px;
  }
  main {
    padding-left: 30px;
    padding-right: 30px;
  }
  .showcase {
    left: 30px;
    width: calc(50% - 30px);
  }
  .scroll {
    padding-top: 88px;
  }
  .scroll__title {
    right: 30px;
  }
  .scroll__title h2 {
    padding: 24px 24px 15px;
  }
  .projects {
    padding: 24px 24px 40px;
  }
  .footer {
    left: 30px;
  }
}
@media all and (max-width: 1200px) and (max-height: 640px) {
  h1 {
    font-size: 36px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .logo img {
    height: 34px;
  }
}
@media all and (max-width: 1023px) {
  body {
    font-size: 14px;
    height: 100vh;
  }
  h1 {
    font-size: 36px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  h3 {
    font-size: 20px;
  }
  main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  .logo img {
    height: 34px;
  }
  .showcase {
    padding: 40px 20px 80px;
    position: static;
    width: 100%;
  }
  .scroll {
    padding-top: 0;
    max-width: none;
    width: 100%;
  }
  .scroll__title {
    position: static;
    width: 100%;
  }
  .scroll__title h2 {
    border-radius: 0;
  }
  .scroll__title::before {
    display: none;
  }
  .projects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    padding-right: 2px;
  }
  .project {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 18px;
    width: 244px;
  }
  .project:not(:last-child) {
    margin-bottom: 0;
  }
  .project__title svg {
    width: 25px;
    height: 25px;
  }
  .footer {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background-color: #0E2443;
    border-top: none;
    font-size: 14px;
    padding: 20px;
    position: static;
  }
}
@media all and (max-width: 700px) {
  h1 {
    font-size: 24px;
    margin-top: 24px;
    margin-bottom: 20px;
  }
  h2 {
    font-size: 24px;
  }
  .btn {
    font-size: 16px;
    padding: 20px;
    width: 100%;
  }
  .showcase {
    padding: 40px 20px 32px;
  }
  .projects {
    padding-bottom: 28px;
  }
}
/*# sourceMappingURL=styles.css.map */