@charset "UTF-8";
@font-face {
  font-family: "Montserrat";
  src: url("./../fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("./../fonts/Montserrat/Montserrat-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("./../fonts/Montserrat/Montserrat-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

:focus,
:active {
  outline: none;
}

/* Links */
a, a:visited {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:focus,
a:active {
  outline: none;
}

/* Common */
aside, nav, footer, header, section, main {
  display: block;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
  font-weight: inherit;
}

ul {
  list-style: none;
}

img, svg {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Form */
input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button, input[type=submit] {
  display: inline-block;
  box-shadow: none;
  cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

html {
  min-height: 100vh; /* sticky footer */
  scroll-behavior: smooth;
}

body {
  position: relative;
  min-height: 100vh; /* sticky footer */
  display: flex; /* sticky footer */
  flex-direction: column; /* sticky footer */
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.6875;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body > * {
  flex-shrink: 0; /* sticky footer */
}

/* Grid styles */
.container {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  /* Tablet */
  /* Mobile */
  /* Mobile XS */
}
.container--fluid {
  max-width: unset;
}
.container--no-padding {
  padding: 0;
}
@media (max-width: 1139px) {
  .container {
    width: 900px;
  }
}
@media (max-width: 899px) {
  .container {
    width: 768px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 320px;
  }
}

/* Utility */
.none {
  display: none !important;
}

.hidden {
  display: none !important;
}

.visually-hidden {
  opacity: 0;
  visibility: hidden;
  width: 0px;
  height: 0px;
  display: block;
  margin-left: -10000px;
  background: transparent;
  font-size: 0;
}

/* Sticky Footer */
.author__top-title,
.author__top-text,
.author__top-img,
.author__middle,
.button--project,
.project__info-item,
.project__img,
.project__title {
  will-change: transform opacity;
}

.transparent {
  opacity: 0;
}

.main-title {
  color: #000;
  font-size: 78px;
  font-weight: 700;
  line-height: 1;
  /* Mobile */
  /* Mobile XS */
}
@media (max-width: 1139px) {
  .main-title {
    font-size: 58px;
  }
}
@media (max-width: 899px) {
  .main-title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .main-title {
    font-size: 32px;
  }
}

.main-title-wrapper {
  max-width: 570px;
}

.grad-border {
  display: inline;
  background-position: center bottom 15px; /* x y */
  background-size: 100% 12px;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #FBDC4D, #FBDC4D);
  /* Mobile */
  /* Mobile XS */
}
@media (max-width: 1139px) {
  .grad-border {
    background-position: center bottom 12px;
    background-size: 100% 10px;
  }
}
@media (max-width: 899px) {
  .grad-border {
    background-position: center bottom 8px;
    background-size: 100% 8px;
  }
}
@media (max-width: 767px) {
  .grad-border {
    background-position: center bottom 4px;
  }
}

.title-h2 {
  font-size: 54px;
  font-weight: 700;
  line-height: 1.3;
  /* Mobile */
  /* Mobile XS */
}
.title-h2.grad-border {
  background-size: 100% 8px;
  background-position: center bottom 9px;
  /* Mobile */
}
@media (max-width: 1139px) {
  .title-h2.grad-border {
    background-position: center bottom 6px;
  }
}
@media (max-width: 899px) {
  .title-h2.grad-border {
    background-position: center bottom 4px;
  }
}
@media (max-width: 1139px) {
  .title-h2 {
    font-size: 42px;
  }
}
@media (max-width: 899px) {
  .title-h2 {
    font-size: 32px;
  }
}

.title-h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}
.title-h3.grad-border {
  background-position: center bottom 4px;
  background-size: 100% 6px;
}
@media (max-width: 1139px) {
  .title-h3.grad-border {
    background-position: center bottom 2px;
  }
}
@media (max-width: 1139px) {
  .title-h3 {
    font-size: 20px;
  }
}

.title-h4 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3; /* 54.6px */
  /* Mobile */
  /* Mobile XS */
}
@media (max-width: 1139px) {
  .title-h4 {
    font-size: 32px;
  }
}
@media (max-width: 899px) {
  .title-h4 {
    font-size: 24px;
  }
}
.button {
  display: inline-block;
  padding: 19px 40px;
  border-radius: 2px;
  background-color: #FBDC4D;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  transition: background-color 0.3s;
}
.button:hover {
  background-color: #FFEB8D;
}
.button:active {
  background-color: #F5D22D;
}
.button--accent {
  background-color: #EFF7FC;
}
.button--accent:hover {
  background-color: #D1EDFF;
}
.button--accent:active {
  background-color: #B0DCF8;
}
@media (max-width: 1139px) {
  .button {
    padding: 16px 26px;
  }
}
.button--project {
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
}
.socials {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 1139px) {
  .socials {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}

.socials__item {
  width: 48px;
  height: 48px;
  /* Mobile */
  /* Mobile XS */
}
.socials__item:hover {
  opacity: 0.75;
}
@media (max-width: 899px) {
  .socials__item {
    height: 38px;
    width: 38px;
  }
}
.link {
  color: #1A71D2;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
  transition: color 0.3s;
  /* Mobile */
  /* Mobile XS */
}
.link:hover {
  color: #FF543E;
}
@media (max-width: 1139px) {
  .link {
    font-size: 18px;
  }
}
.card {
  width: 350px;
  height: 296px;
  /* Mobile */
  /* Mobile XS */
}
@media (max-width: 1139px) {
  .card {
    width: 270px;
    height: 224px;
  }
}
@media (max-width: 899px) {
  .card {
    width: 226px;
    height: 213px;
  }
}
@media (max-width: 767px) {
  .card {
    width: 290px;
    height: 235px;
  }
}

.card.card--big {
  width: 540px;
  height: 463px;
  /* Mobile */
  /* Mobile XS */
}
@media (max-width: 1139px) {
  .card.card--big {
    width: 420px;
    height: 366px;
  }
}
@media (max-width: 899px) {
  .card.card--big {
    width: 354px;
    height: 235px;
  }
}
@media (max-width: 767px) {
  .card.card--big {
    width: 290px;
    height: 235px;
  }
}
.card.card--big .card__title {
  font-size: 30px;
  margin-bottom: 8px;
  /* Mobile */
}
@media (max-width: 1139px) {
  .card.card--big .card__title {
    font-size: 24px;
    margin-bottom: 6px;
  }
}
@media (max-width: 899px) {
  .card.card--big .card__title {
    font-size: 18px;
    margin-bottom: 4px;
  }
}
.card.card--big .card__img {
  margin-bottom: 20px;
  height: 370px;
  /* Mobile */
  /* Mobile XS */
}
@media (max-width: 1139px) {
  .card.card--big .card__img {
    height: 287px;
  }
}
@media (max-width: 899px) {
  .card.card--big .card__img {
    margin-bottom: 10px;
    height: 180px;
  }
}
@media (max-width: 767px) {
  .card.card--big .card__img {
    width: 290px;
    height: 180px;
  }
}
.card.card--big .card__text p {
  font-size: 20px;
  /* Mobile */
}
@media (max-width: 1139px) {
  .card.card--big .card__text p {
    font-size: 16px;
  }
}
@media (max-width: 899px) {
  .card.card--big .card__text p {
    font-size: 14px;
  }
}

.card.card--big .card__img span {
  width: 250px;
  padding: 20px 0;
  z-index: 3;
}
@media (max-width: 899px) {
  .card.card--big .card__img span {
    width: 210px;
    padding: 14px 0;
  }
}

.card:hover .card__img span {
  opacity: 1;
}
.card:hover .card__img:before {
  opacity: 1;
}

.card__img {
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
  height: 220px;
}
.card__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__img span {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 210px;
  padding: 14px 0;
  z-index: 3;
  border-radius: 80px;
  color: #fff;
  background-color: #FF543E;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3; /* 23.4px */
  opacity: 0;
  transition: opacity 0.3s;
}
.card__img:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: rgba(255, 221, 85, 0.75);
  opacity: 0;
  transition: opacity 0.3s;
}
@media (max-width: 1139px) {
  .card__img {
    margin-bottom: 10px;
    height: 170px;
  }
}
@media (max-width: 899px) {
  .card__img {
    height: 140px;
  }
}
@media (max-width: 767px) {
  .card__img {
    width: 290px;
    height: 180px;
  }
}

.card__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3; /* 39px */
  margin-bottom: 6px;
}
@media (max-width: 1139px) {
  .card__title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .card__title {
    margin-bottom: 4px;
  }
}

.card__text p {
  font-size: 18px;
  line-height: 1.3; /* 23.4px */
}
@media (max-width: 1139px) {
  .card__text p {
    font-size: 14px;
  }
}

.tabs-btn {
  color: #9EC2D0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  background-color: transparent;
}

.tabs-btn--active {
  color: #000;
}

.form {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 62px 50px 50px;
  box-shadow: 0px 20px 100px -10px rgba(160, 206, 237, 0.75);
  /* Mobile XS */
}
@media (max-width: 899px) {
  .form {
    padding: 40px 30px 30px;
  }
}
@media (max-width: 767px) {
  .form {
    padding: 44px 15px 40px;
  }
}

.form__item {
  position: relative;
}
.form__item:first-child {
  margin-bottom: 42px;
}
.form__item:nth-child(2) {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .form__item .button {
    width: 100%;
  }
}
.form__item label.error {
  display: block;
  color: #ec3d6c;
}

.fake-placeholder {
  position: absolute;
  pointer-events: none;
  color: #9D9D9D;
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  transition: 0.5s;
}
.fake-placeholder.active {
  color: #ECA73F;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-16px);
}
@media (max-width: 1139px) {
  .fake-placeholder {
    font-size: 18px;
  }
}

.form__item-field {
  width: 440px;
  border-bottom: 1px solid #E5E5E5;
  transition: border-bottom 0.3s;
}
@media (max-width: 1139px) {
  .form__item-field {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .form__item-field {
    width: 100%;
  }
}
.form__item-field:active, .form__item-field:focus {
  border-bottom: 1px solid #FF543E;
}

.form__textarea {
  padding-top: 3px;
  resize: none;
  height: 125px;
  display: block;
  /* Mobile */
  /* Mobile XS */
}
@media (max-width: 1139px) {
  .form__textarea {
    height: 100px;
  }
}
@media (max-width: 899px) {
  .form__textarea {
    height: 70px;
  }
}
@media (max-width: 767px) {
  .form__textarea {
    height: 125px;
  }
}

.form__input {
  height: 39px;
}
@media (max-width: 767px) {
  .form__input {
    height: 30px;
  }
}

.header {
  position: fixed;
  z-index: 990;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  transition: top 0.8s ease-in-out, padding 0.8s ease-in-out, box-shadow 0.8s ease-in-out;
  background-color: #fff;
  /* Mobile */
  /* Mobile XS */
}
@media (max-width: 899px) {
  .header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .header .container {
    width: 100%;
    max-width: 899px;
  }
}
.header.sticky--active {
  box-shadow: 0px 4px 7px 0px rgba(34, 60, 80, 0.2);
  padding: 30px 0;
}

.header.header--project {
  padding: 0px 0;
}
@media (max-width: 899px) {
  .header.header--project {
    padding: 30px 0;
  }
}

.header__burger {
  position: fixed;
  z-index: 1001;
  display: none;
  width: 40px;
  height: 25px;
  right: 15px;
  top: 26px;
  background-color: transparent;
  transition: all 1s;
}
.header__burger span {
  position: absolute;
  transform: translate(-50%, -50%);
  height: 5px;
  width: 40px;
  background-color: #000;
  transition: 0.3s;
}
.header__burger span:after, .header__burger span:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 40px;
  background-color: #000;
  transition: 0.3s;
}
.header__burger span:after {
  transform: translate(-50%, 9px);
}
.header__burger span:before {
  transform: translate(-50%, -9px);
}
.header__burger.header__burger--active {
  position: fixed;
  right: 15px;
  z-index: 1000;
}
.header__burger.header__burger--active span {
  background-color: transparent;
}
.header__burger.header__burger--active span:after {
  transform: translate(-14px, 14px);
  rotate: 45deg;
}
.header__burger.header__burger--active span:before {
  transform: translate(-14px, -14px);
  rotate: -45deg;
}
@media (max-width: 899px) {
  .header__burger {
    display: block;
  }
}

.header__nav .header__logo:hover:before {
  display: none;
}
.header__nav img {
  width: 100px;
}

.burger__wrapper {
  margin-top: auto;
}

.header__title-project {
  transform: translateY(20px);
}

.menu__overlay {
  position: fixed;
  z-index: 998;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(37, 73, 116, 0.8);
  transform: translateX(-100%);
  transition: transform 0.5s;
}
.menu__overlay.menu__overlay--active {
  transform: translateX(0%);
}

.burger__menu {
  padding: 30px 15px 40px;
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 320px;
  position: fixed;
  z-index: 999;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
  background-color: #fff;
  transition: transform 0.4s;
}
.burger__menu.burger__menu--active {
  transform: translate(0, -50%);
}

.burger__nav {
  display: flex;
  flex-direction: column;
  row-gap: 28px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.burger__socials {
  margin-bottom: 20px;
}

.header__title {
  display: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 1; /* 20px */
  /* Mobile */
  /* Mobile XS */
}
@media (max-width: 899px) {
  .header__title {
    display: block;
  }
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__nav {
  display: flex;
  -moz-column-gap: 100px;
       column-gap: 100px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3; /* 26px */
  /* Mobile */
  /* Mobile XS */
}
.header__nav a {
  transition: color 0.3s;
  position: relative;
}
.header__nav a::before {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #000;
  height: 1px;
  width: 100%;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease-in-out;
}
.header__nav a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
@media (max-width: 1139px) {
  .header__nav {
    -moz-column-gap: 50px;
         column-gap: 50px;
    font-size: 18px;
  }
}
@media (max-width: 899px) {
  .header__nav {
    display: none;
  }
}
.header__socials-link:hover {
  opacity: 0.75;
}
.header__socials-link:first-child {
  width: 32px;
  height: 32px;
}
.header__socials-link:last-child {
  width: 42px;
  height: 42px;
}
@media (max-width: 1139px) {
  .header__socials-link:last-child {
    width: 38px;
    height: 38px;
  }
}

.header__socials {
  display: flex;
  -moz-column-gap: 26px;
       column-gap: 26px;
  align-items: center;
  /* Mobile */
  /* Mobile XS */
}
@media (max-width: 899px) {
  .header__socials {
    display: none;
  }
}
.footer {
  margin-top: auto; /* sticky footer */
  color: #fff;
  background-color: #333333;
  padding-top: 40px;
  padding-bottom: 50px;
}
@media (max-width: 1139px) {
  .footer {
    padding: 30px 0;
  }
}

.footer__copyright {
  font-size: 16px;
  line-height: 1.4; /* 22.4px */
  margin-bottom: 10px;
}

.footer__desc {
  color: #B0B0B0;
  font-size: 16px;
  font-style: normal;
  line-height: 1.5; /* 24px */
  /* Mobile */
  /* Mobile */
}
@media (max-width: 1139px) {
  .footer__desc {
    font-size: 14px;
  }
}
@media (max-width: 899px) {
  .footer__desc p:not(:last-child) {
    margin-bottom: 15px;
  }
}
.footer__desc a {
  color: #fff;
  text-decoration-line: underline;
}

.author {
  padding-top: 22px;
  padding-bottom: 90px;
  margin-top: 162px;
  /* Mobile */
  /* Mobile XS */
}
@media (max-width: 1139px) {
  .author {
    padding-bottom: 60px;
  }
}
@media (max-width: 899px) {
  .author {
    margin-top: 80px;
    padding-bottom: 40px;
  }
}
.author__top {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 100;
  /* Mobile XS */
}
@media (max-width: 767px) {
  .author__top {
    flex-direction: column;
  }
}

.author__top-content {
  max-width: 535px;
  padding-top: 20px;
  /* Mobile */
  /* Mobile XS */
}
@media (max-width: 1139px) {
  .author__top-content {
    padding-top: 8px;
    max-width: 418px;
  }
}
@media (max-width: 899px) {
  .author__top-content {
    max-width: 354px;
    padding-top: 39px;
  }
}
@media (max-width: 767px) {
  .author__top-content {
    padding-top: 0;
  }
}

.author__top-title {
  margin-bottom: 30px;
  /* Mobile */
  /* Mobile XS */
}
@media (max-width: 1139px) {
  .author__top-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 899px) {
  .author__top-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .author__top-title {
    margin-bottom: 20px;
  }
}

.author__top-text.author__top-text--bottom {
  display: none;
}
@media (max-width: 767px) {
  .author__top-text.author__top-text--bottom {
    display: block;
  }
}

.author__top-text {
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 30px;
  /* Mobile */
  /* Mobile XS */
}
@media (max-width: 1139px) {
  .author__top-text {
    font-size: 18px;
    margin-bottom: 28px;
  }
}
@media (max-width: 899px) {
  .author__top-text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .author__top-text {
    display: none;
  }
}

.author__top-buttons {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 899px) {
  .author__top-buttons {
    display: none;
  }
}

.author__top-img {
  width: 475px;
  height: 410px;
  /* Mobile */
  /* Mobile XS */
}
.author__top-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  box-shadow: 40px 40px rgba(255, 255, 255, 0.5);
}
@media (max-width: 1139px) {
  .author__top-img {
    flex-shrink: 0;
    width: 376px;
    height: 325px;
  }
}
@media (max-width: 899px) {
  .author__top-img {
    width: 290px;
    height: 250px;
  }
}
@media (max-width: 767px) {
  .author__top-img {
    margin-bottom: 10px;
  }
}

.author__middle {
  margin-top: -155px;
  /* Mobile */
  /* Mobile XS */
}
.author__middle img {
  margin: 0 auto;
}
@media (max-width: 1139px) {
  .author__middle {
    margin-top: -88px;
  }
}
@media (max-width: 767px) {
  .author__middle {
    margin-top: -28px;
  }
}

.author__bottom {
  padding-top: 160px;
  margin-top: -193px;
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  position: relative;
  z-index: 100;
  /* Mobile */
  /* Mobile XS */
}
@media (max-width: 1139px) {
  .author__bottom {
    margin-top: -167px;
  }
}
@media (max-width: 899px) {
  .author__bottom {
    margin-top: -177px;
  }
}
@media (max-width: 767px) {
  .author__bottom {
    flex-direction: column;
    row-gap: 30px;
    margin-top: -150px;
  }
}

.author__bottom-skills {
  width: 635px;
  /* Mobile */
  /* Mobile XS */
}
@media (max-width: 1139px) {
  .author__bottom-skills {
    width: 493px;
  }
}
@media (max-width: 899px) {
  .author__bottom-skills {
    width: 354px;
  }
}
@media (max-width: 767px) {
  .author__bottom-skills {
    width: 290px;
  }
}

.author__bottom-title {
  margin-bottom: 30px;
  /* Mobile */
  /* Mobile XS */
}
@media (max-width: 1139px) {
  .author__bottom-title {
    margin-bottom: 20px;
  }
}
.author__bottom-list {
  display: grid;
  row-gap: 10px;
  font-size: 22px;
  line-height: 1.3;
  /* Mobile */
  /* Mobile XS */
}
@media (max-width: 1139px) {
  .author__bottom-list {
    font-size: 18px;
  }
}
@media (max-width: 899px) {
  .author__bottom-list {
    font-size: 16px;
  }
}
.author__bottom-list li:before {
  content: "—";
  margin-right: 5px;
}
@media (max-width: 899px) {
  .author__bottom-list li:before {
    display: none;
  }
}

.author__bottom-socials {
  margin-bottom: 20px;
}

.portfolio {
  padding-top: 80px;
  padding-bottom: 90px;
  background: linear-gradient(0deg, #F5FBFF 0%, #F5FBFF 100%), #F4F8F9;
  /* Mobile */
  /* Mobile XS */
}
@media (max-width: 1139px) {
  .portfolio {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
@media (max-width: 899px) {
  .portfolio {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.portfolio__title {
  margin-bottom: 30px;
}

.portfolio__cards {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 50px;
  flex-wrap: wrap;
  /* Mobile */
  /* Mobile XS */
}
@media (max-width: 1139px) {
  .portfolio__cards {
    row-gap: 40px;
  }
}
@media (max-width: 899px) {
  .portfolio__cards {
    row-gap: 20px;
  }
}
@media (max-width: 767px) {
  .portfolio__cards {
    flex-direction: column;
    row-gap: 30px;
  }
}

.portfolio__tabs-buttons {
  display: flex;
  margin-bottom: 33px;
  -moz-column-gap: 70px;
       column-gap: 70px;
  /* Mobile */
  /* Mobile XS */
}
@media (max-width: 767px) {
  .portfolio__tabs-buttons {
    display: none;
  }
}

.portfolio__cards-hidden {
  display: none;
}

.stages {
  padding-top: 70px;
  padding-bottom: 90px;
  /* Mobile */
  /* Mobile XS */
}
@media (max-width: 1139px) {
  .stages {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
@media (max-width: 899px) {
  .stages {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.stages__title {
  margin-bottom: 70px;
  text-align: center;
  /* Mobile */
}
@media (max-width: 1139px) {
  .stages__title {
    margin-bottom: 50px;
  }
}
@media (max-width: 899px) {
  .stages__title {
    margin-bottom: 40px;
  }
}

.stages__wrapper {
  width: 900px;
  margin: 0 auto;
  transform-origin: top;
}
@media (max-width: 1139px) {
  .stages__wrapper {
    width: 774px;
  }
}
@media (max-width: 899px) {
  .stages__wrapper {
    width: 384px;
  }
}
@media (max-width: 767px) {
  .stages__wrapper {
    width: 290px;
  }
}

.stages__item-title {
  margin-bottom: 8px;
}
@media (max-width: 1139px) {
  .stages__item-title {
    margin-bottom: 7px;
  }
}
@media (max-width: 899px) {
  .stages__item-title {
    width: 246px;
  }
}

.stages__item {
  width: 50%;
  padding-bottom: 57px;
  position: relative;
  /* Mobile */
  /* Mobile XS */
}
@media (max-width: 1139px) {
  .stages__item {
    padding-bottom: 67px;
  }
}
@media (max-width: 899px) {
  .stages__item {
    width: 100%;
    padding-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .stages__item {
    width: 289px;
  }
}
.stages__item:before, .stages__item:after {
  content: "";
  position: absolute;
}
.stages__item:before {
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #E1EEF4;
}
.stages__item:after {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 4px solid #E1EEF4;
  top: 0;
  background-color: #fff;
}
.stages__item p {
  font-size: 16px;
  line-height: 1.4; /* 22.4px */
  margin-bottom: 8px;
  max-width: 350px;
  /* Mobile */
}
@media (max-width: 1139px) {
  .stages__item p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.stages__item span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3; /* 20.8px */
  display: block;
}

.stages__item:nth-child(odd) {
  text-align: right;
  padding-right: 56px;
  /* Mobile */
  /* Mobile XS */
}
@media (max-width: 1139px) {
  .stages__item:nth-child(odd) {
    padding-right: 37px;
  }
}
@media (max-width: 899px) {
  .stages__item:nth-child(odd) {
    text-align: left;
    padding-left: 44px;
    padding-right: 0;
  }
}
.stages__item:nth-child(odd):before {
  right: -2px;
}
@media (max-width: 899px) {
  .stages__item:nth-child(odd):before {
    right: auto;
    left: 15px;
  }
}
.stages__item:nth-child(odd):after {
  right: -17px;
}
@media (max-width: 899px) {
  .stages__item:nth-child(odd):after {
    right: auto;
    left: 0;
  }
}
.stages__item:nth-child(odd) p {
  margin-left: auto;
}
@media (max-width: 899px) {
  .stages__item:nth-child(odd) p {
    margin-left: 0;
  }
}

.stages__item:nth-child(even) {
  margin-left: auto;
  padding-left: 56px;
  /* Mobile */
  /* Mobile XS */
}
@media (max-width: 1139px) {
  .stages__item:nth-child(even) {
    padding-left: 38px;
  }
}
@media (max-width: 899px) {
  .stages__item:nth-child(even) {
    margin-left: 0;
    padding-left: 44px;
  }
}
.stages__item:nth-child(even):before {
  left: -2px;
}
@media (max-width: 899px) {
  .stages__item:nth-child(even):before {
    left: 15px;
  }
}
.stages__item:nth-child(even):after {
  left: -17px;
}
@media (max-width: 899px) {
  .stages__item:nth-child(even):after {
    left: 0;
  }
}

.stages__item:nth-child(3) p,
.stages__item:nth-child(5) p {
  max-width: 445px;
}

.stages__item:nth-child(3) p,
.stages__item:nth-child(4) p {
  margin-bottom: 0;
}

.stages__item:last-child::before {
  display: none;
}

.stages__item:last-child {
  padding-bottom: 0;
}

.contacts {
  position: relative;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 90px;
  background: linear-gradient(0deg, #F5FBFF 0%, #F5FBFF 100%), #F4F8F9;
  /* Mobile */
  /* Mobile XS */
}
@media (max-width: 1139px) {
  .contacts {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}
@media (max-width: 899px) {
  .contacts {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .contacts {
    padding-bottom: 50px;
  }
}

.contact__quots {
  z-index: 1;
  position: absolute;
  background-image: url("./../img/dots/contacts-icon.svg.svg");
  background-position: center center; /* x y */
  background-size: cover;
  background-repeat: no-repeat;
  right: 4%;
  top: 10%;
  width: 280px;
  height: 243px;
  transform: translate 0.3;
}
@media (max-width: 899px) {
  .contact__quots {
    display: none;
  }
}

.contacts__title {
  margin-bottom: 60px;
  /* Mobile */
}
@media (max-width: 1139px) {
  .contacts__title {
    margin-bottom: 40px;
  }
}
@media (max-width: 899px) {
  .contacts__title {
    margin-bottom: 20px;
  }
}

.contacts__row {
  position: relative;
  z-index: 10;
  display: flex;
  text-align: left;
  justify-content: space-between;
  /* Mobile XS */
}
@media (max-width: 767px) {
  .contacts__row {
    flex-direction: column;
  }
}

.contacts__row-subtitles {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.6;
}
.contacts__row-subtitles p:not(:last-child) {
  margin-bottom: 22px;
}

.contacts__row-links {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  row-gap: 22px;
  margin-bottom: 42px;
  /* Mobile */
  /* Mobile XS */
}
@media (max-width: 1139px) {
  .contacts__row-links {
    row-gap: 10px;
    font-size: 18px;
  }
}
@media (max-width: 899px) {
  .contacts__row-links {
    font-size: 16px;
  }
  .contacts__row-links .link {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .contacts__row-links {
    margin-bottom: 27px;
  }
}

.contacts__row-items {
  display: flex;
}
.contacts__row-items span {
  min-width: 188px;
}
@media (max-width: 1139px) {
  .contacts__row-items span {
    min-width: unset;
  }
}
.contacts__row-items .link {
  line-height: 1.6;
}
@media (max-width: 1139px) {
  .contacts__row-items {
    flex-direction: column;
  }
}

.contacts__row-desc {
  /* Mobile */
  /* Mobile XS */
}
@media (max-width: 767px) {
  .contacts__row-desc {
    margin-bottom: 50px;
  }
}

.contacts__row-text {
  max-width: 538px;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 32px;
  /* Mobile */
}
@media (max-width: 1139px) {
  .contacts__row-text {
    max-width: 360px;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media (max-width: 899px) {
  .contacts__row-text {
    font-size: 14px;
  }
}

.project {
  padding: 0px 0;
  padding-bottom: 70px;
  /* Mobile */
  /* Mobile XS */
}
@media (max-width: 899px) {
  .project {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .project {
    padding-top: 40px;
  }
}

.project__title {
  text-align: center;
  margin-bottom: 80px;
  /* Mobile XS */
}
@media (max-width: 899px) {
  .project__title {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .project__title {
    margin-bottom: 30px;
  }
}

.project__img {
  max-width: 400px;
  box-shadow: 0px 0px 48px 25px rgba(118, 127, 125, 0.254);
  align-self: flex-start;
}
@media (max-width: 1139px) {
  .project__img {
    max-width: 350px;
  }
}
@media (max-width: 899px) {
  .project__img {
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  .project__img {
    max-width: 100%;
    margin-bottom: 50px;
    box-shadow: 0px 0px 48px 10px rgba(73, 78, 77, 0.254);
  }
}

.project__row {
  display: flex;
  justify-content: center;
  -moz-column-gap: 75px;
       column-gap: 75px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .project__row {
    flex-direction: column-reverse;
  }
}

.project__info-text {
  max-width: 400px;
}

.project__info-title {
  margin-bottom: 15px;
}

.project__info {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.project__info-links {
  display: grid;
  row-gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
}

.project__info-list-link {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  position: relative;
}
.project__info-list-link img {
  width: 30px;
}
.project__info-list-link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  bottom: -4px;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}
.project__info-list-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.project {
  margin-top: 162px;
}
@media (max-width: 899px) {
  .project {
    margin-top: 80px;
  }
}

.project__info-details-items {
  max-width: 500px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.project__info-details-item {
  display: flex;
}
.project__info-details-item span {
  display: block;
  min-width: 150px;
  font-weight: 700;
}
@media (max-width: 899px) {
  .project__info-details-item span {
    min-width: 125px;
  }
}
@media (max-width: 768px) {
  .project__info-details-item {
    flex-direction: column;
    row-gap: 5px;
  }
}

.project__btns {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-top: 60px;
  justify-content: center;
}
@media (max-width: 767px) {
  .project__btns {
    flex-direction: column;
    row-gap: 10px;
  }
}/*# sourceMappingURL=main.css.map */