:root {
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo__image {
  width: 178px;
  height: 41px;
}

.logo:hover {
  cursor: pointer;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40rem;
}

.header .menu .menu-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .menu .menu-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .menu .menu-list__link {
  font-size: 1.5rem;
  line-height: 160%;
  font-family: Arial;
  text-decoration: none;
  color: #1e2323;
}

.header .menu .menu-list__link:hover {
  color: #75bdb4;
}

.header .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .phone__number {
  font-size: 2rem;
  line-height: 160%;
  font-family: Arial;
  text-decoration: none;
  color: #75bdb4;
}

.header .phone__number:hover {
  opacity: 0.5;
}

.msg-icon {
  width: 2.5rem;
  margin-right: 1rem;
  cursor: pointer;
}

@media (max-width: 1000px) {
  .header .menu {
    display: none;
  }
}

@media (max-width: 550px) {
  .header .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header .phone {
    margin-top: 2rem;
  }
}

.banner {
  background: url(assets/bg-main.jpg) no-repeat;
  background-size: cover;
  height: 90vh;
}

.banner .banner-hover {
  background: rgba(120, 116, 113, 0.6);
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.banner__title {
  width: 70rem;
  text-align: center;
  font-size: 5rem;
  color: #fff;
}

.block-banner {
  background: rgba(218, 214, 214, 0.1);
}

.word-accent {
  font-weight: 700;
  color: #729b9a;
}

.section-title {
  font-size: 3rem;
  text-align: center;
  padding-bottom: 2rem;
}

.about {
  padding: 2rem 0 8rem;
}

.about .wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about__item {
  padding: 4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 60%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about__description {
  font-size: 1.8rem;
}

.about__description_accent {
  font-weight: 600;
}

.about__details {
  padding-top: 1rem;
  font-size: 1.4rem;
  width: 50%;
  text-align: justify;
  opacity: 0.9;
}

.about__img {
  width: 20rem;
}

.about__img > img {
  width: 100%;
}

.request-partner {
  padding-top: 3rem;
  padding-bottom: 10rem;
}

.request-partner .wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.request-partner__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.request-partner__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.request-partner__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px 5px rgba(128, 128, 148, 0.2);
          box-shadow: 0 0 10px 5px rgba(128, 128, 148, 0.2);
}

.request-partner__number {
  margin-left: 2rem;
  font-size: 7rem;
  font-weight: 600;
  color: #729b9a;
}

.request-partner__description {
  width: 30rem;
  margin-left: 2rem;
  font-size: 1.6rem;
  font-weight: 200;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.request-form {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  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;
  padding: 5rem 0 3rem;
  margin: 2rem 0;
  width: 100%;
  -webkit-box-shadow: 2px 0 6px 3px rgba(156, 156, 156, 0.2);
          box-shadow: 2px 0 6px 3px rgba(156, 156, 156, 0.2);
}

.request-form__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.request-form__items-group {
  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;
  height: 10rem;
}

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

.request-form__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4rem;
  height: 4rem;
  -webkit-box-shadow: 0 0 1px 1px #9c9c9c;
          box-shadow: 0 0 1px 1px #9c9c9c;
}

.request-form__input {
  width: 25rem;
  height: 4rem;
  outline: none;
  padding-left: 1rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.request-form__input-tall {
  height: 10rem;
  width: 50rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.request-form__button {
  margin-top: 3rem;
  width: 25rem;
  height: 4rem;
  font-size: 1.8rem;
  outline: none;
  border: none;
  background-color: #FF5722;
  color: #fff;
  cursor: pointer;
  -webkit-transition: .1s;
  transition: .1s;
}

.request-form__button:hover {
  background-color: #da4a1f;
}

.request-form__button:active {
  background-color: #ca3a0e;
  width: 24rem;
  height: 4rem;
}

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

.contact {
  text-decoration: none;
  color: #729b9a;
  font-weight: 800;
  -webkit-transition: .2s;
  transition: .2s;
}

.contact:hover {
  opacity: .5;
}

.footer {
  padding: 5rem 0;
  background: rgba(218, 214, 214, 0.2);
}

.footer .contacts {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .contacts__title {
  padding: 2rem;
  font-size: 2rem;
}

.footer .contacts__address {
  padding: 1rem;
  font-size: 1.4rem;
}

.footer .contact {
  padding: 1rem;
  font-size: 1.5rem;
}

.icon-phone {
  width: 6rem;
  height: 6rem;
  -webkit-mask: url(assets/phone.svg) center/cover;
          mask: url(assets/phone.svg) center/cover;
  background-color: #FF5722;
}

.icon-contract {
  width: 6rem;
  height: 6rem;
  -webkit-mask: url(assets/agreement.svg) center/cover;
          mask: url(assets/agreement.svg) center/cover;
  background-color: #FF5722;
}

.icon-person {
  width: 3rem;
  height: 3rem;
  -webkit-mask: url(assets/perm_identity_48px.svg) center/cover;
          mask: url(assets/perm_identity_48px.svg) center/cover;
  background-color: rgba(255, 87, 34, 0.8);
}

.icon-smartphone {
  width: 3rem;
  height: 3rem;
  -webkit-mask: url(assets/smartphone_24px.svg) center/cover;
          mask: url(assets/smartphone_24px.svg) center/cover;
  background-color: rgba(255, 87, 34, 0.8);
}

.icon-pen {
  width: 3rem;
  height: 3rem;
  -webkit-mask: url(assets/create_24px.svg) center/cover;
          mask: url(assets/create_24px.svg) center/cover;
  background-color: rgba(255, 87, 34, 0.7);
}

.icon-smile {
  width: 6rem;
  height: 6rem;
  -webkit-mask: url(assets/keyboard_alt_24px.svg) center/cover;
          mask: url(assets/keyboard_alt_24px.svg) center/cover;
  background-color: #FF5722;
}

@media (max-width: 1100px) {
  .request-form__input {
    width: 20rem;
  }
  .request-form__input-tall {
    width: 30rem;
  }
}

@media (max-width: 1000px) {
  .request-partner__description {
    text-align: center;
    margin-top: 1rem;
  }
}

@media (max-width: 800px) {
  .banner__title {
    font-size: 4rem;
  }
  .request-form__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .request-form__input {
    width: 25rem;
  }
  .request-form__input-tall {
    margin-top: 2rem;
    width: 40rem;
  }
  .request-form__items-group ~ .request-form__item > .request-form__icon {
    display: none;
  }
  .request-partner__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .request-partner__item {
    padding: 1rem;
  }
}

@media (max-width: 550px) {
  .request-form__input {
    width: 15rem;
  }
  .request-form__input-tall {
    width: 25rem;
  }
  .about__img {
    display: none;
  }
  .about__details {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */