/* Breakpoints and media mixins */ /* Contact list component */
.contacts-list address {
  font-style: normal;
  font-weight: 300;
  max-width: 339px;
}

.contacts-list address a {
  text-decoration: none !important;
  line-height: 1.75;
  color: white;
  opacity: 1;
  transition: opacity 0.15s ease;
}

.contacts-list address a:hover {
  opacity: 0.8;
}

.contacts-list address a .icon {
  display: inline-block;
  width: 20px;
  height: 21px;
  vertical-align: middle;
  margin-right: 6px;
  fill: white;
}

.contacts-list address hr {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #E0E0E0;
}

.contacts-list address > div:not(:last-child) {
  margin-bottom: 12px;
}

/* Contacts block (not page) */ /* Breakpoints and media mixins */
.form {
  background-color: #fff;
  padding: 30px;
  color: #333;
  box-shadow: 0 0 15px rgba(1, 76, 223, 0.15);
}
@media screen and (max-width: 1000px) {
  .form {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .form {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.form label:not(.button) {
  font-size: 0.875rem;
  font-family: Lato, Helvetica, Arial, sans-serif;
  display: block;
  margin-bottom: 8px;
  color: #797979;
  line-height: 125%;
}
.form__error {
  color: #FF5732;
  margin-top: 8px;
  display: none;
  font-size: 0.875rem;
  font-family: Lato, Helvetica, Arial, sans-serif;
}
.has-error + .form__error {
  display: block;
}
.form__row {
  display: flex;
  gap: 15px;
  width: 100%;
  justify-content: center;
}
.form__row:not(:last-child) {
  margin-bottom: 40px;
}
.form__row > .form__item {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1200px) {
  .form__row {
    flex-direction: column;
  }
}
@media screen and (max-width: 1000px) {
  .form__row {
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .form__row {
    flex-direction: column;
  }
}
.form input[type=file] {
  display: none;
}
.form input[type=email],
.form input[type=password],
.form input[type=text] {
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  color: #333;
  line-height: 1.125;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #1B68FF;
  padding: 12px 10px;
  width: 100%;
  transition: all 0.15s ease;
  background-color: #FAFCFF;
}
.form input[type=email].has-error,
.form input[type=password].has-error,
.form input[type=text].has-error {
  background-color: #FFEFEC;
  border-color: #FF5732;
}
.form input[type=email]:focus,
.form input[type=password]:focus,
.form input[type=text]:focus {
  outline: none !important;
}
.form textarea {
  font-size: 0.875rem;
  width: 100%;
  font-family: Lato, Helvetica, Arial, sans-serif;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #1B68FF;
  padding: 12px 10px;
  line-height: 1.125;
  min-height: 176px;
  resize: none;
  transition: all 0.15s ease;
  background-color: #FAFCFF;
}
.form textarea:focus {
  outline: none !important;
}
.form__title {
  color: #333;
  font-size: 1.375rem;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.form__title > span {
  color: #1B68FF;
}
.form__subtitle {
  font-size: 1rem;
  font-family: Lato, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 40px;
  font-weight: 500;
}
.form__file-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  opacity: 0.7;
  margin-left: 12px;
}

.contacts {
  background-color: #1B68FF;
  padding: 82px 0;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .contacts {
    padding-bottom: 0;
  }
}
.contacts h2 {
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 30px;
  letter-spacing: 0;
}
.contacts h3 {
  font-size: 1.375rem;
  line-height: 140%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .contacts__content {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .contacts__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.contacts > .container {
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  max-width: 1150px;
  padding-left: 50px;
  padding-right: 50px;
  display: grid;
  grid-template-columns: 339px auto;
  grid-column-gap: 146px;
}
@media screen and (max-width: 767px) {
  .contacts > .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .contacts > .container {
    grid-template-columns: auto;
  }
}
@media screen and (max-width: 1000px) {
  .contacts > .container {
    padding-left: 0;
    padding-right: 0;
    grid-template-columns: auto;
  }
}
.contacts p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 296px;
}

/* Breakpoints and media mixins */
.company-values {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .company-values {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.company-values__container {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 80px;
  font-weight: 300;
  line-height: 175%;
}
@media screen and (max-width: 767px) {
  .company-values__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.company-values__container h2 {
  word-break: normal;
  margin: 0;
}
.company-values__container p {
  margin: 0;
}
.company-values__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 80px 50px;
  grid-template-areas: ". . ." ". . ." ". mission mission";
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .company-values__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    gap: 50px;
    grid-template-areas: ". ." ". ." ". ." ". ." "mission mission";
  }
}
@media screen and (max-width: 767px) {
  .company-values__grid {
    grid-template-columns: auto;
    grid-template-areas: "." "." "." "." "." "." "." "mission";
  }
}
.company-values__grid > div:not(.company-values__mission) {
  background: #FFFFFF;
  box-shadow: 0 0 15px rgba(1, 76, 223, 0.15);
  padding: 56px 24px;
  text-align: center;
  font-weight: 300;
  font-size: 1rem;
  line-height: 175%;
}
@media screen and (max-width: 1000px) {
  .company-values__grid > div:not(.company-values__mission) {
    width: 100%;
    justify-self: center;
  }
}
.company-values__grid > div:not(.company-values__mission) img {
  display: block;
  margin: 0 auto 27px;
}
.company-values__mission {
  grid-area: 4 / 1 / 3 / 4;
  background-color: #1B68FF;
  padding: 40px;
  color: white;
  line-height: 175%;
}
@media screen and (max-width: 1000px) {
  .company-values__mission {
    grid-area: mission;
  }
}
.company-values__mission h3 {
  font-size: 2.5rem;
  letter-spacing: 0.2em;
  line-height: 140%;
  font-weight: 400;
}

/* Breakpoints and media mixins */
.hero {
  background: url("../img/components/main-screen/header-image@2x.webp") center no-repeat #1B63EA;
  background-size: cover;
  padding: min(20vh, 198px) 0;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.125rem;
  line-height: 160%;
  font-weight: 300;
}
@media screen and (max-width: 1000px) {
  .hero {
    padding: 118px 0 135px;
  }
}
@media screen and (max-width: 767px) {
  .hero {
    padding: 120px 0 40px;
  }
}
.hero h1 {
  max-width: 971px;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 16px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .hero h1 {
    font-size: 1.625rem;
    max-width: 100%;
  }
}
.hero p {
  margin: 16px 0 0 0;
}
.hero__container {
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  max-width: 786px;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .hero__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Breakpoints and media mixins */
.good-choice {
  font-size: 1rem;
  line-height: 175%;
  font-weight: 300;
  margin-top: 120px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .good-choice {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.good-choice h2 {
  margin-bottom: 60px;
}
