* {
  margin: 0;
  padding: 0;
}

body {
  font-family: serif;
}

.top {
  min-height: 768px;
  /* background: url(img/arp-t.jpg) repeat; */
  background: radial-gradient(circle at 10% 20%, rgb(7, 121, 222) 0%, rgb(20, 72, 140) 90%);
  background-size: 100%;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
}

.top_box {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.menu {
  margin-top: 10px;
  padding: 20px;
  padding-top: 42px;
  padding-bottom: 42px;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  width: 100%;
}

.menu_button {
  width: 200px;
  height: 50px;
}

.middle-column {
  display: flex;
  width: 50%;
  flex-direction: column;
}

.top__info {
  display: flex;
  padding-top: 80px;
  background-position: right center;
  background-size: 50%;
  border-radius: 50%;
}

.ava__img {
  display: block;
  margin: 0 auto;
  height: 400px;
  float: right;
  border-radius: 50%;
  width: 450px;
  height: 450px
}

.heading__top {
  display: inline;
  width: 510px;
  font-size: 64px;
  font-weight: 300;
  line-height: 74px;
  margin-bottom: 32px;
  margin-left: 60px;
  color: #ffffff;
}

.h2__heading {
  display: inline;
  text-align: left;
  color: #FFFFFF;
  font-weight: normal;
  padding-bottom: 32px;
  margin-left: 60px;
  max-width: 340px;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}

.top_button {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  background: #5A98D0;
  box-shadow: 5px 10px 20px rgba(53, 110, 173, 0.2);
  border-radius: 10px;
  padding: 15px 50px;
  text-decoration: none;
  display: inline-block;
  margin-top: 71px;
}

.text {
  font-size: 18px;
  line-height: 26px;
  color: #1F3F68;
  letter-spacing: 0.05em;
  opacity: 0.6;
}

.responsibilities {
  padding-left: 30px;
}

.text__description {
  width: 425px;
}

.what-we-do {
  padding-top: 64px;
  padding-bottom: 60px;
  max-width: 1140px;
  margin: auto;
  min-height: calc(100vh - 800px);
}

.heading {
  font-size: 36px;
  text-align: center;
  font-weight: 300;
  line-height: 46px;
  letter-spacing: 0.05em;
  padding-bottom: 64px;
}

.card_box {
  display: flex;
  justify-content: space-around;
  padding-top: 40px;
  padding-bottom: 40px;
}

.what-we-do-container {
  width: 359px;
  padding: 44px 32px;
  box-sizing: border-box;
  left: 504px;
  top: 937.11px;
  box-shadow: 5px 20px 50px rgba(16, 112, 177, 0.2);
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.card__img {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-bottom: 51px;
}

.heading-small {
  font-size: 20px;
  line-height: 30px;
  color: #1F3F68;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
}

.card__link {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #5a98d0;
  text-decoration: none;
}

.frame {
  padding-top: 64px;
  max-width: 1140px;
  margin: auto;
  min-height: calc(100vh - 800px);
}

.text__project {
  width: 75%;
  margin: 32px auto 64px;
  color: #222222;
  opacity: 1;
  text-align: center;
}

.project__img {
  width: 100%;
  border-radius: 4%;
  box-shadow: 5px 20px 50px rgba(16, 112, 177, 0.2);
}

.project__item {
  position: relative;
  flex-grow: 1;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 15px;
  margin: 15px;
}

.project__item:hover {
  border: 1px solid rgb(7, 121, 222);
  background: 0 0;
}

.project__text {
  /* font-size: 32px;
  line-height: 46px;
  text-align: right;
  letter-spacing: 0.05em;
  position: absolute;
  top: 64px;
  right: 64px;
  color: #FFFFFF; */
  font-size: 16px;
  line-height: 26px;
  color: rgb(20, 72, 140);
  letter-spacing: 0.05em;
}

.project__text__header {
  /* font-size: 32px;
  line-height: 46px;
  text-align: right;
  letter-spacing: 0.05em;
  position: absolute;
  top: 64px;
  right: 64px;
  color: #FFFFFF; */
  font-size: 16px;
  line-height: 26px;
  color: rgb(20, 72, 140);
  letter-spacing: 0.05em;
  padding-top: 25px;
}

/* .project__text_mini {
  right: auto;
  left: 32px;
  top: 32px;
  text-align: left;
} */

.project__parent {
  /* display: flex; */
  /* justify-content: space-between; */
  /* margin-top: 32px; */
  padding-bottom: 112px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.experience__parent {
  width: 90%;
  color: #222222;
  opacity: 1;
  margin: 0px 64px;
  padding-bottom: 112px;
}

.project__item_margin {
  margin-right: 32px;
}

.footer {
  height: 300px;
  background: #5a98d0;
  background: radial-gradient(circle at 10% 20%, rgb(7, 121, 222) 0%, rgb(20, 72, 140) 90%);
  min-height: calc(100vh - 1000px);
}

.footer_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}

.footer__heading {
  text-align: left;
  color: #FFFFFF;
  font-weight: normal;
  padding-top: 66px;
  padding-bottom: 32px;
  max-width: 340px;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}

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

hr {
  opacity: 0.4;
  position: absolute;
  top: auto;
  left: -2px;
  width: 100%;
}

.footer_info {
  display: flex;
  justify-content: flex-end;
  padding-top: 64px;
}

.footer__list {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  padding-left: 19px;
  list-style-type: none;
}

.footer__copy {
  margin-top: 32px;
}

.footer__copy-text {
  font-style: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  opacity: 0.4;
}

.contacts-header {
  background-image: url(img/about_contacts_background.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 54px
}

.caption {
  line-height: 74px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  padding-top: 51px;
  padding-bottom: 15px;
  font-weight: 500;
  font-size: 44px;
}

.text_paragraph {
  width: 75%;
  text-align: center;
  line-height: 30px;
  margin: 0 auto;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.6);
  padding-bottom: 49px;
  font-size: 16px;
}

.content-contacts {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.left_part_contacts {
  width: 27%;
}

.picture_contacts {
  padding-bottom: 36px;
}

.means_of_communication__img {
  border-radius: 15px;
}

.contacts_header_h4 {
  font-weight: 500;
  padding-top: 24px;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 30px;
}

.paragraph_contacts {
  letter-spacing: 0.04em;
  opacity: 0.6;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
}

.contact_list {
  list-style-type: none;
}

.contacts_phone {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  opacity: 0.6;
  display: flex;
  align-items: center;
}

.online_icon {
  display: flex;
  align-items: center;
}

.send_message {
  width: 46%;
  background: #FFFFFF;
  box-shadow: 5px 10px 50px rgb(16 112 177 / 20%);
  border-radius: 15px;
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header_send_message {
  letter-spacing: 0.04em;
  padding-top: 32px;
  padding-bottom: 16px;
  width: 428px;
  font-size: 20px;
  line-height: 30px;
  color: #1f3f68
}

.contacts_icon {
  padding-right: 20px;
}

.input {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.04em;
  color: #1F3F68;
  opacity: 0.8;
}

.input-text {
  border: 1px solid #356ead;
  box-sizing: border-box;
  border-radius: 10px;
  opacity: 0.4;
  width: 428px;
  padding: 10px 10px 10px 10px;
  margin-top: 6px;
  margin-bottom: 10px;
  font-size: 16px;
  /* line-height: 30px; */
  letter-spacing: 0.04em;
  font-family: none;
}

.input-text-message {
  opacity: 0.4;
  border: 1px solid #356EAD;
  box-sizing: border-box;
  border-radius: 10px;
  width: 428px;
  padding: 21px 10px 21px 10px;
  margin-top: 8px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.04em;
  font-family: none;
}

.button-submit {
  background: #5A98D0;
  box-shadow: 5px 20px 50px rgb(16 112 177 / 20%);
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  width: 428px;
  padding: 23px 0 23px 0;
  border: none;
  margin-top: 32px;
}

.map {
  max-width: 100%;
  display: flex;
  justify-content: center;
}

.text_footer {
  color: #FFFFFF;
  opacity: 0.6;
  max-width: 495px;
  padding-bottom: 95px;
}

.footer__button {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 26px;
  margin: 15px;
  padding: 15px 123px;
  transition: 0.5s transform linear;
  background-image: url(img/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.menu__button {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  padding: 15px 123px;
  text-decoration: none;
  letter-spacing: 1px;
  margin: 15px;
  transition: 0.5s transform linear;
}

.menu__button__home {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  text-decoration: none;
  padding: 15px 80px;
  letter-spacing: 1px;
  margin: 15px;
  /* background-image: url(img/home.png); */
  background-size: auto 80%;
  background-repeat: no-repeat;
  background-position: center;
}

.list_of_menu_buttons:hover {
  transform: scale(1.2) perspective(1px);
}

@media (max-width: 1024px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .top__info {
    background-position: right 280px;
  }

  .card_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;
  }

  .what-we-do-container {
    margin-bottom: 32px;
  }

  .footer_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__list {
    margin-bottom: 24px;
  }
}

@media (max-width: 667px) {
  .header {
    padding-top: 24px;
  }

  .top {
    min-height: 376px;
    padding-bottom: 41px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .top__info {
    padding-top: 36px;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
  }

  .text__description {
    width: 100%;
    text-align: center;
  }

  .top_button {
    font-size: 12px;
    line-height: 26px;
    padding: 0 8px;
  }

  .heading {
    font-size: 24px;
    line-height: 28px;
  }

  .what-we-do-container {
    width: 100%;
  }

  .text__project {
    width: 100%;
  }

  /* .project__text {
    font-size: 16px;
    line-height: 19px;
    top: 16px;
    right: 16px;
  }

  .project__text_mini {
    left: 16px;
  } */

  /* .project__parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 16px;
  } */

  .project__item_margin {
    margin-right: 0;
    margin-bottom: 16px;
  }

  /* .container {
    padding-left: 32px;
    padding-right: 32px;
  } */

  .footer_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 41px;
  }

  .wrapper {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .footer_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__heading {
    width: 75%;
    margin: 0 auto 32px;
    text-align: center;
  }

  .text_footer {
    text-align: center;
    margin-bottom: 40px;
  }

  .footer__list {
    margin-bottom: 18px;
  }

  .footer__copy {
    margin-top: 32px;
  }
}

.contacts_content_link {
  color: #FFFFFF;
  opacity: 0.6;
}



/*# sourceMappingURL=style.css.map */