@charset "UTF-8";
.contacts.v2 {
  background: rgb(244, 245, 255);
}
.contacts.v2 h2 {
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 21px;
  leading-trim: NONE;
  line-height: 132%;
  letter-spacing: 0%;
  margin-top: 30px;
  margin-bottom: 20px;
}
.contacts.v2 .row {
  display: flex;
  flex-wrap: wrap;
}
.contacts.v2 .row .col:nth-child(4) .right-text {
  max-width: 214px;
}
.contacts.v2 .row .col {
  flex: 1 1 10%;
}
.contacts.v2 .row .col .grid {
  display: grid;
  grid-template-columns: auto 1.2fr 1fr;
  row-gap: 10px;
  align-items: center; /* вертикальное выравнивание содержимого ячеек */
  min-width: 345px;
}
.contacts.v2 .row .col .grid .text {
  color: rgb(58, 63, 198);
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  margin-left: 10px;
}
.contacts.v2 .row .col .head {
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 21px;
  leading-trim: NONE;
  line-height: 132%;
  letter-spacing: 0%;
  margin-bottom: 20px;
}
.contacts.v2 .row .col .right-text {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  max-width: 220px;
}
.contacts.v2 .row .col .right-text div {
  padding-bottom: 10px;
}
.contacts.v2 .row-five {
  display: flex;
  flex-wrap: wrap;
}
.contacts.v2 .row-five .col:nth-child(1) {
  flex: 0 0 340px;
}
.contacts.v2 .row-five {
  /* 2: 170px */
}
.contacts.v2 .row-five .col:nth-child(2) {
  flex: 0 0 270px;
}
.contacts.v2 .row-five {
  /* 3: 95px */
}
.contacts.v2 .row-five .col:nth-child(3) {
  flex: 0 0 150px;
}
.contacts.v2 .row-five {
  /* 4: 80px */
}
.contacts.v2 .row-five .col:nth-child(4) {
  flex: 0 0 130px;
}
.contacts.v2 .row-five {
  /* 5: забирает всё оставшееся */
}
.contacts.v2 .row-five .col:nth-child(5) {
  flex: 1 0 auto;
}
.contacts.v2 .row-five .col {
  flex: 0 0 20%; /* 5 колонки */
}
.contacts.v2 .row-five .col .row-with-icon {
  display: flex;
}
.contacts.v2 .download-pdf {
  display: inline-flex; /* или flex */
  align-items: center; /* по вертикали */
  justify-content: center; /* по горизонтали */
  gap: 8px; /* расстояние между иконкой и текстом */
  border-radius: 4px;
  width: 220px;
  height: 48px;
  border: 2px solid rgb(61, 58, 206);
  background: rgb(244, 245, 255);
  margin-top: 20px;
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: rgb(61, 58, 206);
}

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