* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Montserrat", sans-serif;
}

.center {
  padding-left: calc(50% - 600px);
  padding-right: calc(50% - 600px);
}

.header {
  position: sticky;
  top: 0;
  background-color: white;
  box-sizing: border-box;
  border-bottom: 1px solid rgb(168, 165, 165);
}
.header__top {
  display: flex;
  justify-content: space-between;
}
.header__logo {
  width: 200px;
}
.header__menu {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-right: 20px;
}
.header__link {
  color: black;
  font-size: 20px;
  text-decoration: none;
}
.header__link:hover {
  text-decoration: underline;
  color: gray;
}

.header__mobile {
  display: none;
}

.block {
  background-image: url(./img/header.png);
  background-size: cover;
  background-color: grey;
  background-repeat: no-repeat;
  height: 400px;
}

.beginning {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  padding: 8px;
}
.beginning__title {
  padding-top: 30px;
  color: rgb(63, 63, 63);
  font-size: 25px;
}

.genesis {
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
  margin-bottom: 30px;
}
.genesis__paragraph {
  margin-top: 35px;
  color: rgb(63, 63, 63);
  font-size: 16px;
  line-height: 200%;
  width: 600px;
}
.genesis__passion {
  margin-top: 35px;
  color: rgb(63, 63, 63);
  font-size: 16px;
  line-height: 200%;
  width: 600px;
}

.blue {
  color: rgb(55, 94, 233);
}

.yellow {
  color: rgb(240, 211, 45);
}

.services {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}
.services__title {
  margin-top: 80px;
  color: rgb(63, 63, 63);
  font-size: 45px;
  text-align: center;
}
.services__block {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
  row-gap: 80px;
  -moz-column-gap: 100PX;
       column-gap: 100PX;
}

.service {
  width: 400px;
  display: flex;
  row-gap: 15px;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  box-sizing: border-box;
  border-color: transparent;
  border-radius: 20px;
  transition: all 0.5s;
}
.service__image {
  width: 70px;
  height: 70px;
  align-self: center;
}
.service__description {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
}
.service__title {
  font-size: 30px;
  padding-top: 15px;
}
.service__do {
  font-size: 20px;
  padding-bottom: 15px;
}

.service:hover {
  transform: scale(1.05);
  box-shadow: 1px 1px 0 0 #9c9999;
}

.ourservice_one {
  background-image: url(./img/header.png);
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
}

.ourservice_two {
  background-image: url(./img/communic.png);
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
}

.ourservice_three {
  background-image: url(./img/public.png);
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
}

.ourservice_four {
  background-image: url(./img/consens.png);
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
}

.ourservice {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 35px;
  padding: 8px;
}
.ourservice__name {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  flex-wrap: wrap;
  width: 200px;
}
.ourservice__description {
  font-size: 20px;
  color: rgb(63, 63, 63);
}
.ourservice__text {
  font-size: 14px;
  color: rgb(63, 63, 63);
  line-height: 200%;
  width: 350px;
}

.link {
  text-decoration: none;
  color: black;
}

.values {
  text-align: center;
  padding-top: 80px;
}
.values__title {
  font-size: 45px;
  color: rgb(63, 63, 63);
  padding-top: 35px;
  background-color: rgb(203, 207, 207);
  background-size: cover;
  background-repeat: repeat;
  height: 100px;
}
.values__paragraph {
  font-size: 26px;
  color: rgb(63, 63, 63);
  line-height: 200%;
  margin-top: 40px;
  text-align: center;
}

.value {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 80px;
       column-gap: 80px;
  justify-content: center;
}
.value__item {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  width: 300px;
  text-align: center;
  align-items: center;
  transition: all 0.5s;
}
.value__image {
  height: 100px;
  width: 100px;
  border-radius: 30px;
}
.value__title {
  font-size: 20px;
  color: rgb(63, 63, 63);
}
.value__description {
  font-size: 16px;
  color: rgb(63, 63, 63);
  line-height: 200%;
}

.value__item:hover {
  transform: scale(1.15);
}

.break {
  background-color: rgb(203, 207, 207);
  height: 10px;
  margin-top: 50px;
}

.model {
  margin-top: 50px;
  margin-bottom: 60px;
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.model__element {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.model__title {
  font-size: 24px;
  color: rgb(63, 63, 63);
  font-weight: bold;
}
.model__description {
  font-size: 20px;
  color: rgb(63, 63, 63);
}
.model__image {
  height: 400px;
}
.model__block {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.references {
  padding-top: 50px;
}

.feedback {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 80px;
  justify-content: center;
  text-align: center;
}
.feedback__block {
  width: 350px;
  display: flex;
  flex-direction: column;
  -moz-column-gap: 50px;
       column-gap: 50px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  border-radius: 20px;
  border: 1px solid grey;
  padding: 5px;
}
.feedback__quote {
  width: 60px;
  margin-bottom: 30px;
}
.feedback__paragraph {
  font-size: 16px;
  color: rgb(63, 63, 63);
  line-height: 200%;
  margin-bottom: 40px;
}
.feedback__photo {
  width: 90px;
  margin-bottom: 30px;
}
.feedback__organisation {
  font-size: 12px;
  font-weight: bold;
  color: rgb(63, 63, 63);
}
.feedback__position {
  font-size: 12px;
  color: rgb(63, 63, 63);
  line-height: 200%;
}

.about {
  padding-top: 50px;
}

.contact {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 20px;
  margin-right: 20px;
}
.contact__image {
  width: 350px;
  float: left;
  margin: 7px 7px 7px 0;
}
.contact__about {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  text-align: start;
}
.contact__story {
  font-size: 18px;
  line-height: 150%;
  color: rgb(63, 63, 63);
}
.contact__signature {
  margin-top: 20px;
  font-size: 16px;
  line-height: 200%;
  color: rgb(63, 63, 63);
}

.bold {
  font-weight: bold;
}

.form {
  box-sizing: border-box;
  border-radius: 20px;
  border: transparent;
  background-color: rgb(203, 207, 207);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  max-width: 800px;
}
.form__title {
  font-size: 24px;
  padding-top: 20px;
  margin-bottom: 30px;
}
.form__fill {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-bottom: 20px;
}
.form__input {
  box-sizing: border-box;
  border: transparent;
  border-radius: 10px;
  background-color: white;
  padding-left: 10px;
  font-size: 14px;
  color: rgb(63, 63, 63);
  height: 30px;
  outline: none;
  width: 200px;
}
.form__input_big {
  height: 80px;
  width: 660px;
  box-sizing: border-box;
  border: transparent;
  border-radius: 10px;
  background-color: white;
  padding-right: 10px;
  font-size: 14px;
  color: rgb(63, 63, 63);
  margin-bottom: 30px;
}

.form__input::-moz-placeholder {
  padding-left: 10px;
  font-size: 14px;
  color: rgb(63, 63, 63);
}

.form__input::placeholder {
  padding-left: 10px;
  font-size: 14px;
  color: rgb(63, 63, 63);
}

.form__input_big::-moz-placeholder {
  padding-left: 10px;
  font-size: 14px;
  color: rgb(63, 63, 63);
}

.form__input_big::placeholder {
  padding-left: 10px;
  font-size: 14px;
  color: rgb(63, 63, 63);
}

.footer {
  height: 40px;
  font-size: 12px;
  color: white;
  background-color: rgb(203, 207, 207);
  padding-top: 20px;
  margin-top: 50px;
}

.data {
  display: flex;
  display: none;
}
.data__contact {
  display: flex;
}

.callus {
  padding-top: 50px;
}
.callus__pic {
  width: 60px;
  height: 60px;
}

.final {
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
  margin-top: 60px;
  justify-content: center;
  flex-wrap: wrap;
  background-color: rgb(203, 207, 207);
}
.final__title {
  font-size: 24px;
  line-height: 200%;
  color: rgb(63, 63, 63);
  width: 450px;
  padding: 7px;
}
.final__image {
  width: 40px;
  height: 40px;
}
.final__text {
  text-decoration: none;
  color: rgb(63, 63, 63);
  font-size: 24px;
}
.final__contact {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  align-content: flex-end;
}

@media (min-width: 1001px) and (max-width: 1200px) {
  .center {
    padding-left: 30px;
    padding-right: 30px;
  }
  .header__menu {
    display: none;
  }
  .block {
    height: 200px;
  }
  .header__mobile {
    display: flex;
    -moz-column-gap: 12px;
         column-gap: 12px;
    flex-wrap: wrap;
    margin-top: 32px;
  }
  .services__block {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .services__title {
    font-size: 24px;
  }
  .service {
    width: 200px;
    display: flex;
    justify-content: center;
    row-gap: 15px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    box-sizing: border-box;
    border-color: transparent;
    border-radius: 20px;
    transition: all 0.5s;
  }
  .service__image {
    width: 30px;
    height: 30px;
    align-self: center;
  }
  .service__description {
    display: flex;
    flex-direction: column;
    row-gap: 18px;
  }
  .service__title {
    font-size: 20px;
    padding-top: 15px;
  }
  .service__do {
    font-size: 14px;
    padding-bottom: 15px;
  }
  .values__title {
    font-size: 32px;
    color: rgb(63, 63, 63);
    background-color: rgb(203, 207, 207);
    background-size: cover;
    background-repeat: repeat;
  }
  .values__paragraph {
    font-size: 16px;
  }
  .value {
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 40px;
         column-gap: 40px;
    justify-content: center;
  }
  .value__item {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    width: 200px;
    text-align: center;
    align-items: center;
    transition: all 0.5s;
  }
  .contact {
    justify-content: flex-start;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .contact__image {
    width: 200px;
  }
  .contact__story {
    font-size: 16px;
  }
}
@media (min-width: 785px) and (max-width: 1000px) {
  .header__menu {
    display: none;
  }
  .header__mobile {
    display: flex;
    -moz-column-gap: 12px;
         column-gap: 12px;
    flex-wrap: wrap;
    margin-top: 32px;
  }
  .ourservice__name {
    display: none;
  }
}
@media (min-width: 655px) and (max-width: 784px) {
  .header__menu {
    display: none;
  }
  .header__mobile {
    display: flex;
    -moz-column-gap: 12px;
         column-gap: 12px;
    flex-wrap: wrap;
    margin-top: 32px;
  }
  .header__link {
    font-size: 16px;
  }
  .ourservice {
    row-gap: 30px;
  }
  .ourservice__text {
    width: 100%;
  }
  .value {
    flex-direction: column;
    row-gap: 30px;
  }
  .value__image {
    display: none;
  }
  .value__item {
    width: 100%;
  }
  .model__image {
    height: 200px;
  }
  .final {
    row-gap: 30px;
  }
  .contact__story {
    font-size: 14px;
  }
}
@media (min-width: 501px) and (max-width: 654px) {
  .header__mobile {
    display: none;
  }
  .header__top {
    align-items: center;
  }
  .header__menu {
    display: flex;
    flex-direction: column;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .header__link {
    font-size: 14px;
  }
  .block {
    height: 200px;
  }
  .beginning__title {
    font-size: 16px;
  }
  .genesis {
    flex-direction: column;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .genesis__paragraph {
    width: 100%;
  }
  .genesis__passion {
    width: 100%;
  }
  .values__paragraph {
    font-size: 16px;
  }
  .contact__story {
    font-size: 14px;
  }
  .contact__image {
    width: 200px;
  }
}
@media (max-width: 500px) {
  .header__logo {
    width: 150px;
  }
  .header__mobile {
    display: none;
  }
  .header__top {
    align-items: center;
  }
  .header__menu {
    display: flex;
    flex-direction: column;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .header__link {
    font-size: 14px;
  }
  .block {
    height: 100px;
  }
  .genesis {
    flex-direction: column;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .genesis__paragraph {
    font-size: 12px;
    width: 100%;
  }
  .genesis__passion {
    width: 100%;
    font-size: 12px;
  }
  .services {
    flex-direction: column;
  }
  .services__block {
    row-gap: 20px;
    justify-content: flex-start;
  }
  .services__title {
    font-size: 24px;
  }
  .service {
    width: 100%;
    display: flex;
    justify-content: center;
    row-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    box-sizing: border-box;
    border-color: transparent;
    border-radius: 20px;
    transition: all 0.5s;
  }
  .service__image {
    width: 30px;
    height: 30px;
    align-self: center;
  }
  .service__description {
    display: flex;
    flex-direction: column;
    row-gap: 13px;
  }
  .service__title {
    font-size: 16px;
    padding-top: 15px;
  }
  .service__do {
    font-size: 14px;
    padding-bottom: 15px;
  }
  .ourservice_one {
    height: 100px;
  }
  .ourservice_two {
    height: 100px;
  }
  .ourservice_three {
    height: 100px;
  }
  .ourservice_four {
    height: 100px;
  }
  .values__title {
    font-size: 24px;
  }
  .values__paragraph {
    font-size: 16px;
  }
  .value__description {
    font-size: 14px;
  }
  .final__title {
    font-size: 16px;
  }
  .final {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .contact {
    display: flex;
    margin-top: 30px;
    align-items: flex-start;
  }
  .contact__image {
    width: 100px;
  }
  .contact__story {
    font-size: 13px;
  }
}/*# sourceMappingURL=stylekeys.css.map */