* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

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

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

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

button {
  cursor: pointer;
}

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

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

@media (min-width: 1920px) {
  .wrapper {
    padding: 0 208px;
  }
}
@media (min-width: 1440px) {
  .wrapper {
    padding: 0 150px;
  }
}
@media (min-width: 768px) {
  .wrapper {
    padding: 0 62px;
  }
}
@media (max-width: 768x) {
  .wrapper {
    padding: 0 20px;
  }
}
.wrapper {
  overflow: hidden;
}

body {
  background-color: #272b2c;
  color: #eef3f4;
  font-family: "Montserrat", sans-serif;
}
body a {
  color: #eef3f4;
}

._hidden {
  visibility: hidden;
}

.title {
  font-weight: 900;
  font-size: 45px;
  line-height: 110%;
  text-align: center;
  letter-spacing: 0.02em;
}

.text {
  font-weight: 800;
  font-size: 18px;
  line-height: 130%;
}

.tiangle__1 {
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 100%;
  height: 1000px;
  z-index: -1;
  background-image: url(../img/Background/triangle\ 1.png);
  background-repeat: no-repeat;
  background-position: right -170px top -437px;
}
.tiangle__2 {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 2500px;
  z-index: 1;
  background-image: url(../img/Background/triangle\ 2.png);
  background-repeat: no-repeat;
  background-position: left -480px top 1175px;
}
.tiangle__3 {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 4000px;
  z-index: 1;
  background-image: url(../img/Background/triangle\ 3.png);
  background-repeat: no-repeat;
  background-position: right -600px top 2620px;
}
.tiangle__4 {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 5000px;
  z-index: 1;
  background-image: url(../img/Background/triangle\ 4.png);
  background-repeat: no-repeat;
  background-position: left -740px top 4030px;
}

@media (max-width: 1440px) {
  .tiangle__2 {
    background-position: left -880px top 1175px;
  }
}
@media (max-width: 1440px) {
  .tiangle__3 {
    background-position: right -600px top 2220px;
  }
}
.header {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
}

.menu__list {
  display: flex;
  width: 758px;
  justify-content: space-between;
}
.menu__link {
  position: relative;
}
.menu__link_pc::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0%;
  height: 1.5px;
  background-color: #eef3f4;
}
.menu__link_pc:hover:before {
  width: 100%;
}
.menu__link_pc::before {
  transition: width 0.35s;
}

.greating-page {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.greating-page__title {
  margin-top: 32px;
  margin-bottom: 6%;
  max-width: 1448px;
}
.greating-page__img {
  max-width: 992px;
  overflow: hidden;
  margin: auto;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 156px;
}
.greating-page__img img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  border-radius: 30px;
  -o-object-position: bottom;
     object-position: bottom;
}

.about-us {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.about-us__title {
  margin-bottom: 88px;
  z-index: 3;
}
.about-us__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1504px;
  margin-bottom: 156px;
}
.about-us__img {
  border-radius: 30px;
  max-width: 736px;
  max-height: 525px;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.about-us__img img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  border-radius: 30px;
  -o-object-position: bottom;
     object-position: bottom;
}
.about-us__text {
  max-width: 736px;
  padding-top: 7%;
  max-height: 525px;
  font-size: 1.285rem;
  position: relative;
  z-index: 3;
  text-align: center;
}

@media (max-width: 1440px) {
  .about-us__box {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1440px) {
  .about-us__text {
    padding-left: 9%;
    text-align: left;
  }
}
.what-we-do {
  position: relative;
  background-color: #ebf0f1;
  color: #25292a;
  margin: 0 -10%;
  padding: 0 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: visible;
}
.what-we-do__title {
  margin-top: 40px;
  margin-bottom: 88px;
  position: relative;
  z-index: 3;
}
.what-we-do__box {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  max-width: 1504px;
  margin-bottom: 55px;
  align-items: center;
  justify-content: center;
  position: relative;
}
.what-we-do__img {
  width: 312px;
  height: 309px;
  overflow: hidden;
  border-radius: 30px;
  position: relative;
  z-index: 3;
}
.what-we-do__img img {
  width: 312px;
  height: 309px;
  -o-object-fit: cover;
     object-fit: cover;
}
.what-we-do__text {
  text-align: center;
  margin-bottom: 156px;
  max-width: 1482px;
  position: relative;
  z-index: 3;
}

@media (min-width: 1920px) {
  .what-we-do__img {
    width: 352px;
    height: 349px;
  }
  .what-we-do__img img {
    width: 352px;
    height: 349px;
  }
}
.team {
  max-width: 1900px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  justify-content: center;
}
.team__title {
  margin-top: 40px;
  margin-bottom: 88px;
  z-index: 3;
}
.team__boxes {
  display: flex;
  flex-wrap: wrap;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  padding: auto;
  margin: 0 80px 156px 80px;
}
.team__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 330px;
  height: 349px;
  margin: 0 35.55px 0px 35.55px;
}
.team__img {
  width: 225px;
  height: 225px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  z-index: 3;
  margin-bottom: 32px;
}
.team__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.team__text {
  text-align: center;
  font-weight: 800;
  font-size: 18px;
  line-height: 130%;
  z-index: 3;
  width: 330px;
  height: 92px;
}

._short {
  margin: 0px 8px 156px 8px;
}

._up-team {
  margin-bottom: 20px;
}

.docs__title {
  margin-top: 40px;
  margin-bottom: 88px;
}
.docs__box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 156px;
}
.docs__links {
  width: 979px;
}
.docs__links li {
  margin-bottom: 32px;
}
.docs__text {
  position: relative;
  padding-left: 15px;
  margin-bottom: 16px;
}
.docs .docs__link,
.docs .docs__text {
  font-weight: 800;
  font-size: 18px;
  line-height: 130%;
}
.docs__link {
  text-decoration: underline;
}
.docs__link span {
  display: inline-block;
  padding-right: 7px;
}

.footer {
  background-color: #eef3f4;
  color: #272b2c;
  margin: 0 -10%;
  padding: 0 10%;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 165px;
}
.footer__box {
  margin: 10px 0;
  width: 1504px;
  display: flex;
  justify-content: space-between;
}
.footer__title {
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0.01em;
  margin-bottom: 8px;
}
.footer__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
}
.footer__icons {
  display: flex;
  align-items: center;
}
.footer__telegram {
  margin-right: 17.67px;
}
.footer__contacts {
  text-align: end;
}
.footer__title_contacts {
  margin-bottom: 4px;
}
.footer__icons-phone {
  margin-top: 10px;
}