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

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Satoshi-Medium";
  font-size: 16px;
  line-height: 22.4px;
}

a {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto Flex";
}

@media screen and (min-width: 1050px) {
  h1 {
    font-weight: 700 !important;
    font-size: 142px !important;
    line-height: 156px !important;
    text-transform: uppercase;
  }
  h2 {
    font-weight: 700 !important;
    font-size: 92px !important;
    line-height: 101px !important;
  }
  h4 {
    font-weight: 700 !important;
    font-size: 26px !important;
    line-height: 140% !important;
  }
  h3 {
    font-size: 48px !important;
    font-weight: 700 !important;
    line-height: 110% !important;
  }
  h5 {
    font-weight: 700;
    font-size: 16px !important;
    line-height: 24px !important;
  }
  h6 {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
@media screen and (min-width: 650px) {
  h1 {
    font-weight: 700;
    font-size: 120px;
    line-height: 110%;
    text-transform: uppercase;
  }
  h2 {
    font-weight: 700;
    font-size: 92px;
    line-height: 110%;
  }
  h4 {
    font-weight: 700;
    font-size: 26px;
    line-height: 140%;
  }
  h3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 110%;
  }
  h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
  h6 {
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
  }
}
@media screen and (max-width: 649px) {
  h1 {
    font-weight: 700;
    font-size: 86px;
    line-height: 110%;
    text-transform: uppercase;
  }
  h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
  }
  h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 110%;
  }
  h4 {
    font-weight: 700;
    font-size: 15px;
    line-height: 140%;
  }
  h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
  }
  h6 {
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
  }
}
.h2-title {
  letter-spacing: 0.02em;
  font-variation-settings: "wdth" 25, "GRAD" 0, "slnt" 0, "XTRA" 525, "XOPQ" 90, "YOPQ" 79, "YTLC" 514, "YTUC" 712, "YTAS" 750, "YTDE" -203, "YTFI" 738;
  text-transform: uppercase;
}
@media (max-width: 649px) {
  .h2-title {
    font-variation-settings: "wdth" 25, "GRAD" 0, "slnt" 0, "XTRA" 450, "XOPQ" 90, "YOPQ" 79, "YTLC" 514, "YTUC" 712, "YTAS" 750, "YTDE" -203, "YTFI" 738;
  }
}

.content {
  background: #0a0a0a;
}

.container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 1344px;
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .container {
    padding-left: calc(5% - 15px);
    padding-right: calc(5% - 15px);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1400px) {
  .custom-container {
    padding-right: 0;
    width: 100%;
  }
}

@media (max-width: 570px) {
  .custom-container2 {
    padding: 0;
    width: 100%;
  }
}

.header {
  height: 94px;
  display: flex;
  align-items: center;
}
.header__wrap {
  display: flex;
  justify-content: space-between;
}
.header__wrap .logo-company {
  display: block;
  width: 187px;
  height: 30px;
}
.header__wrap .logo-company .logo-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__wrap .nav-menu {
  display: flex;
  justify-content: space-between;
  width: 490px;
}
.header__wrap .nav-menu__item-link {
  display: block;
  height: 22px;
  color: #f6f6f3;
  text-transform: uppercase;
  font-family: "Roboto Flex";
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.02em;
  font-variation-settings: "wdth" 25, "GRAD" 0, "slnt" 0, "XTRA" 390, "XOPQ" 96, "YOPQ" 79, "YTLC" 514, "YTUC" 712, "YTAS" 750, "YTDE" -203, "YTFI" 738;
}
@media (max-width: 1240px) {
  .header__wrap .nav-menu {
    display: none;
  }
}

.main-banner {
  min-height: 800px;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  background: linear-gradient(180deg, #0a0a0a 0%, rgba(10, 10, 10, 0) 40%), linear-gradient(0deg, #0a0a0a 0%, rgba(10, 10, 10, 0) 40%), url("../images/new-banner.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
}
@media (max-width: 720px) {
  .main-banner {
    height: unset;
    min-height: unset;
  }
  .main-banner .bottom-text {
    margin-bottom: 75px;
  }
}
.main-banner__title {
  margin-top: 54px;
  letter-spacing: 0.03em;
  text-align: left;
  font-variation-settings: "wdth" 25, "GRAD" 0, "slnt" 0, "XTRA" 525, "XOPQ" 90, "YOPQ" 79, "YTLC" 514, "YTUC" 712, "YTAS" 750, "YTDE" -203, "YTFI" 738;
  color: #f6f6f3;
}
@media (max-width: 720px) {
  .main-banner__title {
    margin-top: 20px;
  }
}
.main-banner .middle-block {
  flex-grow: 1;
}
.main-banner .bottom-text {
  width: 100%;
  margin-bottom: 175px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 720px) {
  .main-banner .bottom-text {
    flex-direction: column;
    align-items: center;
    padding-top: 76px;
    margin-bottom: 0;
  }
}
.main-banner .bottom-text .main-banner__text {
  color: #f6f6f3;
  max-width: 622px;
}
@media (max-width: 1000px) {
  .main-banner .bottom-text .main-banner__text {
    max-width: 535px;
  }
}
@media (max-width: 720px) {
  .main-banner .bottom-text .main-banner__text {
    text-align: center;
    margin-bottom: 24px;
  }
}
.main-banner .bottom-text .view-more {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background-color: #ffffff;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
@media (max-width: 720px) {
  .main-banner .bottom-text .view-more {
    width: 80px;
    height: 80px;
  }
  .main-banner .bottom-text .view-more .view-more__text {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 19.6px */
    letter-spacing: -0.56px;
    margin-bottom: 8px !important;
    margin-top: 15px !important;
  }
  .main-banner .bottom-text .view-more .view-more__arrow {
    width: 12px !important;
    height: 6px !important;
  }
}
.main-banner .bottom-text .view-more .view-more__text {
  line-height: 22px;
  letter-spacing: -0.04em;
  text-align: center;
  color: #0a0a0a;
  margin-bottom: 21px;
  margin-top: 25px;
}
.main-banner .bottom-text .view-more .view-more__arrow {
  width: 16px;
  height: 8px;
}
.main-banner .bottom-text .view-more:hover {
  background-color: rgba(246, 246, 243, 0.1);
}

.services .services__top-wrapper {
  display: grid;
  grid: 1fr/minmax(auto, 580px) minmax(auto, 435px);
  gap: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
}
@media (max-width: 1239px) {
  .services .services__top-wrapper {
    display: block;
  }
  .services .services__top-wrapper .services__title {
    max-width: 582px;
  }
  .services .services__top-wrapper .services__review {
    max-width: 435px;
    margin-top: 24px;
    margin-bottom: 57px;
  }
}
@media (max-width: 720px) {
  .services .services__top-wrapper {
    margin-top: 80px;
  }
}
.services .services__top-wrapper .services__title {
  text-align: left;
  color: #f6f6f3;
}
.services .services__top-wrapper .services__review {
  color: #f6f6f3;
}
.services .services__items {
  padding-bottom: 180px;
  margin-top: 80px;
  display: grid;
  grid: repeat(6, minmax(auto, 411px))/minmax(auto, 1116px);
  gap: 120px;
  justify-content: center;
}
@media (max-width: 1239px) {
  .services .services__items {
    display: none;
  }
}
.services .services__items .services__items-item {
  position: relative;
  border-radius: 24px;
}
.services .services__items .services__items-item .serv-back {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services .services__items .services__items-item .item-text-block {
  position: absolute;
}
.services .services__items .services__items-item .item-text-block .item-text-block__review {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 8px;
  max-width: 408px;
}
.services .services__items .services__items-item .side-image {
  position: absolute;
  width: 612px;
  height: 379px;
}
.services .services__items .services__items-item .side-image .side-pic {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.services .services__items .item-right-side .item-text-block {
  top: 50%;
  transform: translate(0, -50%);
  left: 80px;
}
.services .services__items .item-right-side .side-image {
  top: 14px;
  right: -31px;
}
.services .services__items .item-left-side .item-text-block {
  top: 50%;
  transform: translate(0, -50%);
  right: 80px;
}
.services .services__items .item-left-side .side-image {
  top: 14px;
  left: -31px;
}
.services .services__items-mobile {
  display: none;
}
.services .services__items-mobile .services__items-item {
  max-width: 720px;
  max-height: 705px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 24px;
  border: 0.5px solid #232323;
  padding: 20px 30px 56px 30px;
  margin-bottom: 58px;
}
@media (max-width: 570px) {
  .services .services__items-mobile .services__items-item {
    margin-bottom: 32px;
    padding: 16px 16px 40px 16px;
  }
}
.services .services__items-mobile .services__items-item .side-pic {
  width: 100%;
  max-width: 700px;
  border-radius: 10px;
  box-shadow: -6px 10px 15px 0px rgba(0, 0, 0, 0.25);
}
.services .services__items-mobile .services__items-item .item-text-block {
  color: #f6f6f3;
  padding-top: 40px;
  align-self: start;
}
.services .services__items-mobile .services__items-item .item-text-block .item-text-block__review {
  max-width: 408px;
  color: rgba(255, 255, 255, 0.6);
}
.services .services__items-mobile .services__items-item-one {
  background: url("../images/sd1-mob.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.services .services__items-mobile .services__items-item-two {
  background: url("../images/sd2-mob.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.services .services__items-mobile .services__items-item-three {
  background: url("../images/sd3-mob.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.services .services__items-mobile .services__items-item-four {
  background: url("../images/sd4-mob.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.services .services__items-mobile .services__items-item-five {
  background: url("../images/sd5-mob.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.services .services__items-mobile .services__items-item-six {
  background: url("../images/sd6-mob.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1239px) {
  .services .services__items-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 130px;
  }
}
@media (max-width: 570px) {
  .services .services__items-mobile {
    padding-bottom: 80px;
  }
}

.projects {
  background: #f6f6f3;
  padding: 0 0 80px 0;
}
.projects .projects-swiper {
  overflow: hidden;
}
.projects .projects-swiper .project-slide {
  width: 434px;
  height: 536px;
  background: #eaeae7;
  border-radius: 24px;
  padding: 32px;
}
@media (max-width: 570px) {
  .projects .projects-swiper .project-slide {
    width: 293px;
    height: 388px;
    padding: 24px 15px;
  }
}
.projects .projects-swiper .project-slide .project-logo {
  margin-bottom: 105px;
}
@media (max-width: 570px) {
  .projects .projects-swiper .project-slide .project-logo {
    margin-bottom: 40px;
    height: 59px;
  }
}
.projects .projects-swiper .project-slide .project-title {
  color: var(--black, #0a0a0a);
  font-family: "Satoshi-Bold";
  font-size: 26px;
  line-height: 140%;
  letter-spacing: -0.52px;
  margin-bottom: 8px;
}
.projects .projects-swiper .project-slide .project-review {
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}
@media (max-width: 570px) {
  .projects .projects-swiper .project-slide .project-review {
    font-size: 15px;
  }
}
.projects .more {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 570px) {
  .projects {
    padding: 0 0 40px 0;
  }
}

.technologies .technologies__title {
  color: #f6f6f3;
  text-align: center;
  max-width: 889px;
  margin: 0 auto;
}
.technologies .technologies__logos {
  width: 100%;
  height: 152px;
  margin-bottom: 160px;
  margin-top: 56px;
}
.technologies .technologies__logos .tech-icons {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 570px) {
  .technologies .technologies__logos {
    margin-bottom: 60px;
    height: 108px;
  }
  .technologies .technologies__logos .tech-icons {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.technologies .tech-block {
  display: grid;
  grid: repeat(4, 500px)/minmax(auto, 1fr);
  gap: 120px;
  padding-bottom: 180px;
}
.technologies .tech-block .tech-block__item {
  display: grid;
  grid: 500px/repeat(2, minmax(auto, 1fr));
  overflow: hidden;
}
.technologies .tech-block .item-one {
  min-height: 830px;
}
@media (max-width: 570px) {
  .technologies .tech-block .item-one {
    min-height: 730px !important;
  }
}
.technologies .tech-block .item-two {
  min-height: 870px;
}
@media (max-width: 570px) {
  .technologies .tech-block .item-two {
    min-height: 800px !important;
  }
}
.technologies .tech-block .item-three {
  min-height: 830px;
}
@media (max-width: 570px) {
  .technologies .tech-block .item-three {
    min-height: 750px !important;
  }
}
.technologies .tech-block .item-four {
  min-height: 870px;
}
@media (max-width: 570px) {
  .technologies .tech-block .item-four {
    min-height: 900px !important;
  }
}
.technologies .tech-block .item-left {
  grid-template-areas: "one two";
}
.technologies .tech-block .item-left .text-block {
  grid-area: one;
  position: relative;
}
.technologies .tech-block .item-left .text-block .back-wrap {
  margin-left: -80px;
  width: 677px;
  height: 345px;
}
.technologies .tech-block .item-left .text-block .back-wrap .text-block__back {
  width: 100%;
  height: 100%;
}
.technologies .tech-block .item-left .text-block .text-block__wrapper {
  position: absolute;
  top: 80px;
  left: 172px;
  display: flex;
  flex-direction: column;
}
.technologies .tech-block .item-left .text-block .text-block__wrapper .tech-number {
  display: flex;
  width: 80px;
  height: 80px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 40px;
  background: var(--black, #0a0a0a);
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.05);
  margin-bottom: 40px;
}
.technologies .tech-block .item-left .text-block .text-block__wrapper .tech-number .tech-number__child {
  display: flex;
  width: 64px;
  height: 64px;
  padding: 14.097px 22px 14.903px 22px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.01);
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.1) inset;
}
.technologies .tech-block .item-left .text-block .text-block__wrapper .tech-number .tech-number__child .tech-number__child-item {
  color: #f6f6f3;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
  width: 20px;
  flex-shrink: 0;
}
.technologies .tech-block .item-left .text-block .text-block__wrapper .text-wrap {
  max-width: 434px;
}
.technologies .tech-block .item-left .text-block .text-block__wrapper .text-wrap .text-block__title {
  color: #f6f6f3;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.64px;
  margin-bottom: 16px;
}
.technologies .tech-block .item-left .text-block .text-block__wrapper .text-wrap .text-block__review {
  color: #f6f6f3;
}
.technologies .tech-block .item-left .pic-block {
  grid-area: two;
  align-self: end;
}
.technologies .tech-block .item-left .pic-block .pic-block__img {
  width: 548px;
  height: 345px;
}
.technologies .tech-block .item-left .pic-block .pic-block__img .pic-block__pic {
  border-radius: 11px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.technologies .tech-block .item-right {
  grid-template-areas: "two one";
  justify-items: right;
}
.technologies .tech-block .item-right .text-block {
  grid-area: one;
  position: relative;
}
.technologies .tech-block .item-right .text-block .back-wrap {
  margin-right: -80px;
  width: 677px;
  height: 345px;
}
@media (max-width: 1239px) {
  .technologies .tech-block .item-right .text-block .back-wrap {
    width: 100%;
    margin-right: 0;
  }
}
.technologies .tech-block .item-right .text-block .back-wrap .text-block__back {
  width: 100%;
  height: 100%;
}
.technologies .tech-block .item-right .text-block .text-block__wrapper {
  position: absolute;
  top: 80px;
  right: 162px;
  display: flex;
  flex-direction: column;
}
.technologies .tech-block .item-right .text-block .text-block__wrapper .tech-number {
  display: flex;
  width: 80px;
  height: 80px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 40px;
  background: var(--black, #0a0a0a);
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.05);
  margin-bottom: 40px;
  align-self: flex-end;
}
.technologies .tech-block .item-right .text-block .text-block__wrapper .tech-number .tech-number__child {
  display: flex;
  width: 64px;
  height: 64px;
  padding: 14.097px 22px 14.903px 22px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.01);
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.1) inset;
}
.technologies .tech-block .item-right .text-block .text-block__wrapper .tech-number .tech-number__child .tech-number__child-item {
  color: #f6f6f3;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
  width: 20px;
  flex-shrink: 0;
}
.technologies .tech-block .item-right .text-block .text-block__wrapper .text-wrap {
  max-width: 434px;
}
.technologies .tech-block .item-right .text-block .text-block__wrapper .text-wrap .text-block__title {
  color: #f6f6f3;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.64px;
  margin-bottom: 16px;
}
.technologies .tech-block .item-right .text-block .text-block__wrapper .text-wrap .text-block__review {
  color: #f6f6f3;
}
.technologies .tech-block .item-right .pic-block {
  grid-area: two;
  align-self: end;
}
.technologies .tech-block .item-right .pic-block .pic-block__img {
  width: 548px;
  height: 345px;
}
.technologies .tech-block .item-right .pic-block .pic-block__img .pic-block__pic {
  border-radius: 11px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1239px) {
  .technologies .tech-block-desktop {
    display: none;
  }
}
.technologies .tech-block-mobile {
  display: none;
  padding-bottom: 0;
}
.technologies .tech-block-mobile .tech-block__item {
  margin-bottom: 120px;
}
@media (max-width: 570px) {
  .technologies .tech-block-mobile .tech-block__item {
    margin-bottom: 0px;
  }
}
.technologies .tech-block-mobile .back-wrap {
  margin-left: 0 !important;
  width: 100% !important;
}
.technologies .tech-block-mobile .text-block__wrapper {
  top: 70px !important;
  text-align: center;
  align-items: center;
  left: 50% !important;
  transform: translateX(-50%);
  right: unset !important;
}
@media (max-width: 570px) {
  .technologies .tech-block-mobile .text-block__wrapper {
    top: 100px !important;
  }
}
.technologies .tech-block-mobile .text-block__wrapper .tech-number {
  align-self: center !important;
}
.technologies .tech-block-mobile .text-block__wrapper .text-wrap {
  max-width: unset !important;
}
@media (max-width: 570px) {
  .technologies .tech-block-mobile .text-block__wrapper .text-block__title {
    font-size: 24px !important;
  }
}
.technologies .tech-block-mobile .text-block__wrapper .text-block__review {
  font-size: 20px;
}
@media (max-width: 570px) {
  .technologies .tech-block-mobile .text-block__wrapper .text-block__review {
    font-size: 15px;
  }
}
.technologies .tech-block-mobile .text-block__wrapper .pic-block__img {
  width: 535px !important;
  height: auto !important;
}
@media (max-width: 570px) {
  .technologies .tech-block-mobile .text-block__wrapper .pic-block__img {
    width: 328px !important;
  }
}
@media (max-width: 1239px) {
  .technologies .tech-block-mobile {
    display: block;
  }
  .technologies .tech-block-mobile .tech-block__item {
    display: block;
  }
  .technologies .tech-block-mobile .pic-block {
    margin-top: 56px;
  }
}

.team {
  background: #f6f6f3;
  padding-bottom: 10%;
}
.team .team__wrap {
  background: rgba(10, 10, 10, 0.03);
}
.team .team__wrap .team__review {
  max-width: 470px;
  padding-top: 32px;
  padding-left: 32px;
  margin-bottom: 47px;
  font-size: 20px;
  line-height: 140%;
}
@media (max-width: 570px) {
  .team .team__wrap .team__review {
    font-size: 15px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.team .team__wrap .team-pic .team-photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contacts {
  display: flex;
  flex-direction: column;
  background: url("../images/form-back2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  position: relative;
}
.contacts .back-block {
  display: flex;
  justify-content: center;
}
@media (max-width: 1100px) {
  .contacts .back-block .form-back-img {
    width: 100%;
  }
}
.contacts .form-wrapper {
  padding-top: 25%;
  flex-grow: 1;
}
.contacts .form-wrapper .contacts__title {
  color: #f6f6f3;
  text-align: center;
  margin-bottom: 16px;
}
.contacts .form-wrapper .contacts__review {
  text-align: center;
  color: #f6f6f3;
  max-width: 435px;
  font-size: 20px;
  margin: 0 auto 40px auto;
}
@media (max-width: 570px) {
  .contacts .form-wrapper .contacts__review {
    font-size: 15px;
  }
}
.contacts .form-wrapper .form {
  display: flex;
  flex-direction: column;
  max-width: 434px;
  margin: 0 auto;
}
.contacts .form-wrapper .form .form-control {
  margin-bottom: 8px;
  padding: 22px 24px;
  height: 72px;
  background: #0a0a0a;
  border: 1px solid #3e3e3e;
  color: #f6f6f3;
}
.contacts .form-wrapper .form .input-contacts {
  height: 100px;
}
.contacts .form-wrapper .form .file-input {
  position: relative;
  height: 72px;
  background: #0a0a0a;
  border: 1px solid #3e3e3e;
  display: flex;
  align-items: center;
  padding: 22px 24px;
}
.contacts .form-wrapper .form .file-input .form-control-file {
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.contacts .form-wrapper .form .file-input .placeholder-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.contacts .form-wrapper .form .file-input .placeholder-block .placeholder-text {
  font-size: 18px;
  font-style: normal;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.4);
  font-family: "Satoshi-Regular";
}
@media (max-width: 570px) {
  .contacts .form-wrapper .form .file-input .placeholder-block .placeholder-text {
    font-size: 15px;
  }
}
.contacts .form-wrapper .form .file-input .placeholder-block .paperclip-img {
  flex-shrink: 0;
}
.contacts .form-wrapper .form .form-control::-webkit-input-placeholder {
  font-size: 18px;
  font-style: normal;
  line-height: 140%;
  color: rgba(246, 246, 243, 0.4);
  font-family: "Satoshi-Regular";
}
@media (max-width: 570px) {
  .contacts .form-wrapper .form .form-control::-webkit-input-placeholder {
    font-size: 15px;
  }
}
.contacts .form-wrapper .form .form-control::-moz-placeholder {
  font-size: 18px;
  font-style: normal;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.4);
  font-family: "Satoshi-Regular";
}
@media (max-width: 570px) {
  .contacts .form-wrapper .form .form-control::-moz-placeholder {
    font-size: 15px;
  }
}
.contacts .form-wrapper .form .form-btn {
  height: 72px;
  padding: 22px 34px;
  background: none;
  border: 1px solid #f6f6f3;
  margin-top: 32px;
  color: #f6f6f3;
  font-size: 20px;
  cursor: pointer;
}
.contacts .form-wrapper .form .form-btn:active {
  background: rgba(246, 246, 243, 0.1);
}

.footer .copyright {
  text-align: center;
  font-weight: 700;
  line-height: 140%;
  color: #f6f6f3;
  padding: 56px 0;
}

.projects-title,
.technologies__title,
.team-title {
  padding-top: 120px;
  padding-bottom: 40px;
}
@media (max-width: 780px) {
  .projects-title,
  .technologies__title,
  .team-title {
    padding-top: 80px;
  }
}
@media (max-width: 570px) {
  .projects-title,
  .technologies__title,
  .team-title {
    padding-top: 40px;
  }
}

.item-text-block__title {
  text-transform: uppercase;
  color: #f6f6f3;
  letter-spacing: -0.96px;
  font-variation-settings: "wdth" 25, "GRAD" 0, "slnt" 0, "XTRA" 468, "XOPQ" 96, "YOPQ" 79, "YTLC" 514, "YTUC" 712, "YTAS" 750, "YTDE" -203, "YTFI" 738;
}/*# sourceMappingURL=style.css.map */