@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  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%;
  font-family: 'Inter', sans-serif;
  background-color: #EEEDF1;
}

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: 400;
  margin: 5px;
  color: #8C869E;
  font-size: 21px;
}

.wraper {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

[class*="__container"] {
  max-width: 1118px;
  margin: 0 auto;
  padding: 0 15px;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 56px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 187px;
          flex: 0 0 187px;
}

.header__menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu__link {
  margin: 0 0 0 40px;
  color: #000000;
  font-size: 15px;
  line-height: 18,15px;
}

.button {
  display: inline-block;
  font-size: 16px;
  line-height: 19,36px;
  padding: 16px 48px 17px;
  border-radius: 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 188px;
          flex: 0 0 188px;
  color: white;
  background-color: #6C3EF8;
  -webkit-transition: background-color 0.3s ease 0;
  transition: background-color 0.3s ease 0;
}

.button:hover {
  background-color: #8157fd;
}

.button__gray {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 138px;
          flex: 0 0 138px;
  color: #141518;
  background-color: #EEEDF1;
  margin: 0 0 0 40px;
}

.button__gray:hover {
  background-color: #e0e0e0;
}

@media (max-width: 1118px) {
  /*PC*/
  [class*="__container"] {
    max-width: 970px;
  }
}

@media (max-width: 991.98px) {
  /*TABLET*/
  [class*="__container"] {
    max-width: 750px;
  }
}

@media (max-width: 767.98px) {
  /*MOBILE*/
  [class*="__container"] {
    max-width: none;
  }
  .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35px;
            flex: 0 0 35px;
    overflow: hidden;
  }
  .menu__link {
    margin: 0 20px;
  }
  .button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 138px;
            flex: 0 0 138px;
    padding: 10px 24px 11px;
  }
  .button__gray {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 108px;
            flex: 0 0 108px;
    margin: 0 0 0 20px;
  }
}

@media (max-width: 479.98px) {
  /*MOBILE SMALL*/
  .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35px;
            flex: 0 0 35px;
    overflow: hidden;
  }
  .menu__link {
    margin: 0 10px;
  }
  .button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 108px;
            flex: 0 0 108px;
    padding: 5px 6px 6px;
    font-size: 14px;
  }
  .button__gray {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 88px;
            flex: 0 0 88px;
    margin: 0 0 0 10px;
  }
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.work {
  padding: 300px 0 0 0;
  position: relative;
  background-color: #FFFFFF;
}

.work__background {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.block-text {
  text-align: center;
}

.block-text__title {
  font-size: 64px;
  line-height: 71,04px;
  color: #141518;
  padding: 0 0 40px 0;
}

.block-text__text {
  font-size: 24px;
  line-height: 31,92px;
  color: #8C869E;
  padding: 0 0 30px 0;
}

.block-text__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.block-text__input {
  width: 69%;
  height: 100%;
  border: none;
  font-size: 15px;
  line-height: 23px;
  color: #8C869E;
  padding: 0 0 0 20px;
}

.block-text__endText {
  font-size: 13px;
  line-height: 14,52px;
  color: #9172FA;
  margin: 8px 0 0 0;
  margin: 0 0 310px 0;
}

.search__box {
  border: 1px solid #9172FA;
  width: 623px;
  height: 60px;
  border-radius: 8px;
  margin: 0 0 20px 0;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .search__box {
    width: 423px;
    height: 45px;
  }
  .block-text__input {
    padding: 0;
    width: 67%;
  }
}

@media (max-width: 479.98px) {
  .search__box {
    width: 300px;
    height: 40px;
  }
  .block-text__input {
    width: 65%;
  }
}

/*=============================================================================================================================*/
.cards__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cards__card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

.cards__img {
  width: 100%;
}

.cards__text {
  font-size: 21px;
  line-height: 27,94px;
}

.cards__text span {
  color: #141518;
  font-size: 32px;
  line-height: 36px;
}

@media (max-width: 767.98px) {
  .cards__card {
    width: 30%;
    height: width/0.59%;
  }
}

@media (max-width: 479.98px) {
  .cards__box {
    -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;
  }
  .cards__card {
    width: 90%;
    margin: 10px 0;
  }
}

.cards__end-text {
  padding: 100px 0 200px 0;
  text-align: center;
  font-size: 48px;
  line-height: 54px;
  color: #141518;
}

@media (max-width: 767.98px) {
  .cards__end-text {
    font-size: 32px;
    padding: 100px 0 100px 0;
  }
}

/*=============================================================================================================================*/
.side-text__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 300px 0;
}

.side-text__img {
  width: 522px;
}

.side-text__box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.side-text__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.side-text__text span {
  color: #141518;
  font-size: 42px;
  line-height: 47,25px;
}

.side-text__text {
  font-size: 21px;
  line-height: 27,94px;
}

@media (max-width: 767.98px) {
  .side-text__text span {
    font-size: 32px;
    line-height: 47,25px;
  }
  .side-text__img {
    width: 422px;
  }
  .side-text__text {
    font-size: 15px;
  }
  .side-text__box {
    padding: 0 0 200px 0;
  }
}

@media (max-width: 479.98px) {
  .side-text__text span {
    font-size: 22px;
    line-height: 47,25px;
  }
  .side-text__img {
    width: 250px;
  }
  .side-text__text {
    font-size: 10px;
  }
  .side-text__box {
    padding: 0 0 100px 0;
  }
}

/*=============================================================================================================================*/
.cards__text2 {
  padding: 0 0 200px 0;
}

.built {
  padding: 100px  0 0 0;
  background: url(/maket/img/background-built.png) no-repeat;
}

.block-text__img {
  width: 824px;
  margin: auto;
  padding: 0 0 100px 0;
}

@media (max-width: 991.98px) {
  /*TABLET*/
  .block-text__title {
    font-size: 32px;
  }
  .block-text__text {
    font-size: 18px;
  }
  .block-text__img {
    width: 550px;
  }
}

@media (max-width: 767.98px) {
  .block-text__img {
    width: 424px;
  }
  .cards__text2 {
    padding: 0 0 100px 0;
  }
  .block-text__img {
    padding: 0 0 50px 0;
  }
}

@media (max-width: 479.98px) {
  .block-text__img {
    display: none;
  }
  .block-text__title {
    font-size: 22px;
  }
  .block-text__text {
    font-size: 12px;
  }
  .cards__text2 {
    padding: 0 0 50px 0;
  }
  .built {
    padding: 50px  0 0 0;
  }
}

/*=============================================================================================================================*/
.information {
  padding: 200px 0 400px 0;
  background-color: #EEEDF1;
}

.block-text__title {
  font-size: 48px;
}

/*=============================================================================================================================*/
.cards__text span {
  font-size: 26px;
}

.cards__box {
  padding: 0 0 200px 0;
}

@media (max-width: 767.98px) {
  /*MOBILE*/
  .cards__box {
    padding: 0 0 100px 0;
  }
}

@media (max-width: 479.98px) {
  .cards__box {
    padding: 0 0 50px 0;
  }
}

/*=============================================================================================================================*/
.people {
  text-align: center;
  background: url(/maket/img/background-people.png) no-repeat;
}

.people__text {
  padding: 117px 0 0  0;
  font-size: 48px;
  line-height: 54px;
  color: #141518;
}

.people__cards-top {
  width: 100%;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.boxCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 20px 0;
}

.boxCard__one {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
}

.boxCard__two {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66%;
          flex: 0 0 66%;
}

.boxCard__mainText {
  font-size: 24px;
  line-height: 31,92px;
  -webkit-box-flex: 2;
      -ms-flex: 2 1 100%;
          flex: 2 1 100%;
  color: #413E49;
}

.boxCard__backText {
  color: #6C3EF8;
  font-size: 17px;
  line-height: 19,9px;
}

.Cards {
  padding: 30px;
  border: 1px solid #504B4A;
  border-radius: 20px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.boxCard2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 140px 0;
}

.boxCard2__one {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
}

.boxCard2__two {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
}

@media (max-width: 991.98px) {
  /*TABLET*/
  .people__text {
    font-size: 36px;
  }
  .Cards {
    padding: 20px;
  }
  .boxCard__mainText {
    font-size: 18px;
  }
  .boxCard__backText {
    font-size: 12px;
  }
  .people__cards-top {
    height: 200px;
  }
}

@media (max-width: 767.98px) {
  /*MOBILE*/
  .cards__box {
    padding: 0 0 100px 0;
  }
  .boxCard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 100px 0;
  }
  .boxCard2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 479.98px) {
  .cards__box {
    padding: 0 0 50px 0;
  }
  .boxCard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 200px 0;
  }
}

.work__bck {
  background: url(/maket/img/yourseif.png) no-repeat;
  padding: 120px 0 0 0;
}

.text__title-white {
  color: white;
}

.text__input-full {
  width: 100%;
}

.text__search-new {
  padding: 60px 0 0 0;
}

.footer {
  padding: 100px 0 0 0;
}

.footer__text {
  color: #6C3EF8;
  font-size: 14px;
  line-height: 15,96px;
  text-transform: uppercase;
  text-align: center;
}

.footer__img {
  margin: auto;
  display: block;
}

.footer__end-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px 0;
}

.footer__end-element {
  text-align: center;
}

.img-one {
  padding: 25px 0 0 0;
}

.img-two {
  padding: 70px 0;
}

.element__black {
  color: #000000;
}

.footer__mini__box {
  display: none;
}

.box__none {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767.98px) {
  /*MOBILE*/
  .box__none {
    display: none;
  }
  .footer__mini__box {
    display: block;
  }
  .footer__end-element {
    font-size: 10px;
  }
}

@media (max-width: 479.98px) {
  /*MOBILE SMALL*/
}
