.section {
  font-family: 'Manrope';
}
.section .button {
  font-family: 'Manrope';
}
.section--question.section--questionAreas {
  font-family: 'Manrope';
  box-sizing: border-box;
}
.section--question.section--questionAreas .question__info {
  width: 45%;
  padding-top: 90px;
}
@media (min-width: 1070px) {
  .section--question.section--questionAreas .question__info .title {
    font-size: 36px;
    letter-spacing: -0.02em;
  }
}
.section--question.section--questionAreas .question__info .subtitle {
  max-width: 440px;
}
.section--question.section--questionAreas .question .formBlock {
  box-sizing: border-box;
  margin-left: auto;
}
.section--areasblue {
  background-color: #E6F7FF;
}
.section--areasHero {
  padding-top: 40px;
  padding-bottom: 0;
}
.section--areasHero > .wrapper {
  padding-bottom: 0;
}
@media (max-width: 1069px) {
  .section--areasHero + .section {
    padding-top: 300px;
  }
}
.title--big {
  letter-spacing: -0.02em;
}
@media (min-width: 1070px) {
  .title--big {
    font-size: 56px;
    margin-bottom: 0.5em;
    line-height: 1;
  }
}
.areasHero {
  font-family: 'Manrope';
  position: relative;
  box-sizing: border-box;
}
@media (min-width: 770px) {
  .areasHero {
    display: flex;
    overflow: visible;
  }
}
.areasHero__info {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  margin-right: auto;
  padding-bottom: 0;
}
@media (min-width: 770px) {
  .areasHero__info {
    width: 55%;
    padding-bottom: 50px;
  }
}
@media (min-width: 1070px) {
  .areasHero__info {
    padding-top: 60px;
  }
}
.areasHero__title,
h1.areasHero__title {
  font-weight: 800;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 0.9em;
  margin-top: 0;
  letter-spacing: -0.02em;
}
@media (min-width: 1070px) {
  .areasHero__title,
  h1.areasHero__title {
    font-size: 56px;
  }
}
.areasHero__title span,
h1.areasHero__title span {
  display: inline;
  background-color: #0194DD;
  color: #FFFFFF;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 1069px) {
  .areasHero__title br,
  h1.areasHero__title br {
    display: none;
  }
}
.areasHero__text {
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 770px) {
  .areasHero__text {
    max-width: 500px;
  }
}
@media (min-width: 1070px) {
  .areasHero__text {
    font-size: 20px;
  }
}
.areasHero__text ul {
  margin: 0 0 1.6em;
}
.areasHero__text ul li {
  display: block;
  margin-bottom: 1em;
  line-height: 130%;
  font-size: 16px;
  position: relative;
  padding-left: 26px;
  color: #666666;
}
@media (min-width: 1070px) {
  .areasHero__text ul li {
    font-size: 20px;
    padding-left: 31px;
  }
}
.areasHero__text ul li::before {
  display: inline-block;
  content: '';
  width: 5px;
  height: 11px;
  border-bottom: 2px solid #0194DD;
  border-right: 2px solid #0194DD;
  margin-right: 11px;
  flex-shrink: 0;
  vertical-align: middle;
  position: absolute;
  left: 4px;
  top: 0px;
  transform: rotate(45deg);
}
@media (min-width: 1070px) {
  .areasHero__text ul li::before {
    left: 3px;
    top: 6px;
  }
}
.areasHero__person {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 1;
  position: relative;
  padding-top: 6px;
  overflow: hidden;
}
@media (max-width: 769px) {
  .areasHero__person {
    max-width: 340px;
    margin: 0 auto;
  }
}
@media (min-width: 770px) {
  .areasHero__person {
    margin-left: -100px;
    margin-right: -15px;
  }
}
@media (min-width: 1070px) {
  .areasHero__person {
    margin-left: -140px;
    margin-right: -50px;
  }
}
.areasHero__person img {
  display: block;
  object-fit: contain;
  max-width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: -30px;
}
@media (min-width: 770px) {
  .areasHero__person img {
    margin-bottom: 0;
  }
}
.areasHero__label {
  box-sizing: border-box;
  position: absolute;
  bottom: 0px;
  z-index: 1;
  left: 50%;
  color: #FFF;
  bottom: 37px;
  transform: translate(-60%, 0);
}
.areasHero__label::before {
  display: block;
  content: '';
  width: 38px;
  height: 3px;
  background: #0194DD;
  margin-bottom: 10px;
}
.areasHero__name {
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 110%;
}
.areasHero__spec {
  font-weight: 300;
  font-size: 14px;
  line-height: 110%;
}
.areasHero__form {
  z-index: 1;
  background-color: #FFFFFF;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 1.5em 1.7em;
  max-width: 320px;
  width: 100%;
  position: absolute;
  box-sizing: border-box;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -130px);
}
@media (min-width: 1070px) {
  .areasHero__form {
    align-self: flex-start;
    margin-top: 68px;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}
.areasHero__form .formBlock__title {
  font-size: 26px;
}
.areasHero__form .formBlock__item [type=submit] {
  margin-top: 15px;
}
.selectors__tab--areas .selectors__item {
  display: flex;
  flex-direction: column;
}
.selectors__tab--areas .selectors__title {
  margin-bottom: 0.5em;
}
.selectors__tab--areas .ul-land {
  flex-grow: 1;
  margin-bottom: 0.25em;
}
.selectors__tab--areas .ul-land li {
  font-size: 16px;
  color: #000000;
  margin-bottom: 0.8em;
}
.areasPriceLabel {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 24px;
}
.areasPriceLabel::before,
.areasPriceLabel::after {
  display: block;
  height: 69px;
}
.areasPriceLabel::before {
  width: 18px;
  content: url('/static/landing/img/areas/label-left.png');
}
.areasPriceLabel::after {
  width: 45px;
  content: url('/static/landing/img/areas/label-right.png');
}
.areasPriceLabel__text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Manrope';
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
  color: #FFFFFF;
  padding-bottom: 2px;
  padding-right: 20px;
  background: #ED281F;
}
@media (min-width: 470px) {
  .areasPriceLabel__text {
    font-size: 37px;
  }
}
.teamLst {
  margin-bottom: 40px;
}
@media (min-width: 1070px) {
  .teamLst {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(15, auto);
    grid-column-gap: 30px;
    grid-row-gap: 0;
    margin-bottom: 0;
  }
}
.teamLst .teamItm {
  margin-bottom: 40px;
}
@media (min-width: 470px) {
  .teamItm {
    display: flex;
    gap: 30px;
  }
}
@media (min-width: 1270px) {
  .teamItm {
    gap: 47px;
  }
}
.teamItm__img {
  width: 120px;
  flex-shrink: 0;
  margin: 0 auto;
}
@media (min-width: 470px) {
  .teamItm__img {
    width: 150px;
    margin: 0;
  }
}
@media (min-width: 1270px) {
  .teamItm__img {
    width: 223px;
  }
}
.teamItm__img img {
  max-width: 100%;
}
.teamItm__info {
  color: #333333;
  line-height: 1.3;
  font-size: 14px;
}
@media (min-width: 470px) {
  .teamItm__info {
    padding-top: 12px;
  }
}
@media (min-width: 640px) {
  .teamItm__info {
    font-size: 16px;
  }
}
@media (min-width: 1070px) {
  .teamItm__info {
    padding-top: 32px;
  }
}
.teamItm__info > *:not(:first-child) {
  margin-top: 8px;
}
.teamItm__info .button {
  width: 100%;
  font-family: 'Manrope';
}
@media (min-width: 470px) {
  .teamItm__info .button {
    font-size: 18px;
    width: auto;
  }
}
.teamItm__name {
  font-weight: 500;
  font-size: 18px;
}
@media (min-width: 640px) {
  .teamItm__name {
    font-size: 20px;
  }
}
.teamItm__name::before {
  display: block;
  content: '';
  width: 45px;
  height: 2px;
  background: #ED281F;
  margin-bottom: 3px;
}
.teamItm__text {
  color: #888888;
  margin-top: 21px;
}
.areasNumListTitle {
  font-weight: 600;
  font-size: 20px;
  color: #333333;
  text-align: center;
  margin-bottom: 23px;
}
.areasNumList {
  counter-reset: areasNumList;
}
@media (min-width: 640px) {
  .areasNumList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(5, auto);
    grid-column-gap: 30px;
    grid-row-gap: 0;
  }
}
.areasNumItem {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 1.4;
  color: #333333;
  padding: 16px 16px 20px;
  background: #FFFFFF;
  border-radius: 10px;
  margin-bottom: 30px;
}
@media (min-width: 770px) {
  .areasNumItem {
    font-size: 16px;
  }
}
@media (min-width: 1070px) {
  .areasNumItem {
    font-size: 18px;
  }
}
.areasNumItem::before {
  display: block;
  counter-increment: areasNumList;
  content: counter(areasNumList) ".";
  font-size: 36px;
  color: #ED281F;
  line-height: 1;
  flex-grow: 1;
  margin-bottom: 10px;
}
@media (min-width: 640px) {
  .areasNumItem::before {
    margin-bottom: 15px;
  }
}
@media (min-width: 770px) {
  .areasNumItem::before {
    margin-bottom: 25px;
    font-size: 40px;
  }
}
@media (min-width: 1070px) {
  .areasNumItem::before {
    margin-bottom: 35px;
    font-size: 54px;
  }
}
.servicesList.servicesList--areas {
  gap: 0 60px;
}
@media (min-width: 1070px) {
  .servicesList.servicesList--areas {
    flex-wrap: nowrap;
  }
}
.servicesList.servicesList--areas .servicesItem {
  width: auto;
  margin-bottom: 1em;
}
.servicesList.servicesList--areas .servicesItem::before {
  display: none;
}
.servicesList.servicesList--areas .servicesItem__title {
  color: #333333;
  text-decoration-color: #C4C4C4;
  text-decoration-thickness: 1px;
}
@media (max-width: 769px) {
  .servicesList.servicesList--areas .servicesItem__title br {
    display: none;
  }
}
.servicesList.servicesList--areas .servicesItem__price {
  color: #333333;
  font-weight: 700;
}
.servicesTitle.servicesTitle--areas {
  font-size: 26px;
  color: inherit;
}
.areasFormCost {
  display: flex;
  align-items: center;
  padding: 25px 20px;
  gap: 15px;
  background: #FFFFFF;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 40px;
}
.areasFormCost__form {
  flex-grow: 1;
}
.areasFormCost .formBlock form {
  flex-direction: row;
  margin-left: -5px;
  margin-right: -5px;
}
.areasFormCost .formBlock form > * {
  margin-left: 5px;
  margin-right: 5px;
}
.areasFormCost .formBlock__title {
  text-align: left;
  width: 100%;
  font-size: 22px;
}
@media (min-width: 770px) {
  .areasFormCost .formBlock__title {
    font-size: 26px;
  }
}
.areasFormCost .formBlock__item {
  margin-bottom: 14px;
}
@media (min-width: 640px) {
  .areasFormCost .formBlock__item {
    width: calc(50.0% - 10px);
  }
}
.areasFormCost .formBlock__agree {
  order: 1;
}
@media (min-width: 640px) {
  .areasFormCost .formBlock__agree {
    order: initial;
    width: calc(100% - 10px - 213px);
  }
}
.areasFormCost .formBlock__submit {
  width: 100%;
}
@media (min-width: 640px) {
  .areasFormCost .formBlock__submit {
    width: calc(213px - 10px);
    margin-bottom: 0;
  }
}
.areasFormCost__icon {
  display: none;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  color: #333333;
  flex-shrink: 0;
  width: 250px;
}
@media (min-width: 770px) {
  .areasFormCost__icon {
    display: block;
  }
}
@media (min-width: 1070px) {
  .areasFormCost__icon {
    width: 364px;
  }
}
.areasFormCost__icon img {
  display: table;
  margin: 0 auto 8px;
}
@media (min-width: 770px) {
  .areasShieldList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(5, auto);
    grid-column-gap: 20px;
    grid-row-gap: 0;
  }
}
@media (min-width: 1070px) {
  .areasShieldList {
    grid-column-gap: 40px;
  }
}
.areasShieldItem {
  background-image: url('/static/landing/img/areas/shield.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  padding: 20px 0 40px 36px;
}
@media (min-width: 770px) {
  .areasShieldItem {
    padding-bottom: 0;
  }
}
.areasShieldItem > * + * {
  margin-top: 15px;
}
.areasShieldItem__title {
  font-weight: 700;
  line-height: 120%;
  color: #333333;
}
@media (min-width: 1070px) {
  .areasShieldItem__title {
    font-size: 20px;
  }
}
.areasShieldItem__text {
  line-height: 140%;
  color: #666666;
}
@media (min-width: 1070px) {
  .areasShieldItem__text {
    font-size: 18px;
  }
}
.areasText {
  max-width: 600px;
  margin-bottom: 32px;
}
@media (min-width: 1070px) {
  .areasText {
    font-size: 18px;
  }
}
.areasText p {
  font-size: inherit;
}
.areasText p:last-child {
  margin-bottom: 0 !important;
}
.title + .areasText {
  margin-top: -10px;
}
/* @media (min-width: 1070px) {
  .title + .areasText {
    margin-top: -25px;
  }
} */
.areasTitle {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 22px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.3;
  color: #000000;
}
.areasTitle img {
  margin-right: 15px;
}
@media (min-width: 640px) {
  .areasObjectList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0;
  }
}
@media (min-width: 1070px) {
  .areasObjectList {
    grid-template-columns: repeat(3, 1fr);
  }
}
.areasObjectItem {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  padding: 13px 16px 17px;
  margin-bottom: 35px;
}
.areasObjectItem:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.areasObjectItem--noborder {
  display: block;
  padding-left: 0;
  padding-right: 0;
  border: 0;
}
.areasObjectItem--noborder:hover {
  box-shadow: none;
}
.areasObjectItem > * + * {
  margin-top: 10px;
}
.areasObjectItem__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  color: #000000;
}
.areasObjectItem__info {
  flex-grow: 1;
}
.areasObjectItem__info > * + * {
  margin-top: 4px;
}
.areasObjectItem--noborder .areasObjectItem__info {
  padding-bottom: 8px;
  margin-bottom: 17px;
  border-bottom: 1px solid #EBEBEB;
}
.areasObjectItem__text {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.3;
  color: #CDCDCD;
}
.areasObjectItem__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
ul.areasObjectItem__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.areasObjectItem__list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 15px;
}
ul li.areasObjectItem__label,
.areasObjectItem__label {
  font-weight: 600;
  font-size: 12px;
  color: #CDCDCD;
}
ul li.areasObjectItem__label {
  margin-bottom: 6px;
}
.areasObjectItem__tag {
  padding: 2px 8px 3px;
  background: #F4F4F4;
  border-radius: 4px;
  color: #0194DD;
  font-weight: 700;
  font-size: 12px;
}
.areasObjectItem__tag--green {
  color: #01DD9B;
}
.areasObjectItem__img {
  height: 157px;
  overflow: hidden;
  position: relative;
  background-color: #F0F2F5;
  background-image: url('/static/landing/img/areas/pics.png');
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 17px;
}
.areasObjectItem__img img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.areasLink {
  display: table;
  font-weight: 500;
  font-size: 14px;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  color: #3B7DAE;
  margin-bottom: 30px;
}
