.container {
  padding: 0 15px;
}

.section {
  padding: 40px 0;
}

.btn_main {
  --height: 60px;
  font-size: 16px;
}

.section_title {
  font-size: 36px;
}

.header {
  padding: 15px 0;
}

.header__nav {
  display: block;
}

.header__nav ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.header__nav a {
  border: 1px solid rgba(0,0,0,.15);
  padding: 7px 14px;
  border-radius: 99px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__nav a:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background-color: rgba(0,0,0,.7);
  transition: background-color .35s ease;
}

.header__nav a:hover {
  background-color: #000;
  border-color: #000;
  color: #fef102;
}

.header__nav a:hover:before {
  background-color: #fef102;
}

.footer__content {
  margin: 0 -15px;
  padding: 40px 15px 14px;
}

.footer__top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__logo {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.footer .header__tel {
  margin-top: 0;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12;
}

.footer__contacts {
  margin-top: 0;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.footer__nav {
  margin-top: 0;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.footer__middle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__soc {
  margin-top: 0;
}

.footer__bot {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 0;
}

.footer__politic {
  margin-top: 0;
}

.footer__dev {
  margin-top: 0;
}

.footer .scroll_top {
  bottom: 25px;
  position: static;
}

.popup__content {
  width: 340px;
}

.home_hero__content {
  display: grid;
  grid-template-areas: "title" "benefits" "manager" "img";
}

.home_hero__title {
  grid-area: title;
  font-size: 50px;
}

.home_hero__manager {
  grid-area: manager;
  margin-top: -155px;
  position: relative;
  z-index: 2;
}

.home_hero__manager-message {
  max-width: 214px;
  font-weight: 500;
  font-size: 14px;
  padding: 17px 22px;
}

.home_hero__manager .manager_soc__itm {
  height: 56px;
  min-width: 56px;
  padding: 12px;
}

.home_hero__img {
  grid-area: img;
  position: relative;
}

.home_hero__img img {
  margin: 0;
  width: 100%;
  object-fit: cover;
  height: 700px;
}

.home_hero__sale {
  position: absolute;
  margin-top: 0;
  right: 20px;
  bottom: 20px;
  width: 396px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.home_hero__sale-title {
  width: 240px;
  font-size: 24px;
  letter-spacing: -.01em;
}

.home_hero__sale-subtitle {
  width: 280px;
}

.home_hero__sale .btn_main {
  --height: 60px;
}

.home_hero__sale-value {
  right: auto;
  left: -30px;
  top: -30px;
  -webkit-transform: none;
  transform: none;
}

.home_hero__benefits {
  grid-area: benefits;
  position: relative;
  width: 100%;
  height: 335px;
  display: block;
}

.home_hero__benefits li {
  position: absolute;
}

.home_hero__benefits li:nth-child(1) {
  left: 52.1%;
  top: 58px;
}

.home_hero__benefits li:nth-child(2) {
  left: 5.3%;
  top: 41px;
}

.home_hero__benefits li:nth-child(3) {
  left: 63%;
  top: 154px;
}

.home_hero__benefits li:nth-child(4) {
  left: 74%;
  top: 0;
}

.home_hero__benefits li:nth-child(5) {
  left: 34.4%;
  top: 10px;
}

.home_hero__benefits li:nth-child(6) {
  left: 33.6%;
  top: 111px;
}

.home_hero__benefits li:nth-child(7) {
  left: 51.4%;
  top: 237px;
}

.home_promotion__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.home_promotion .manager_block {
  margin-top: 0;
  width: 340px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.manager_block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home_services__list {
  margin-top: 20px;
}

.home_services__itm-title {
  font-size: 16px;
}

.home_services__itm-more_btn {
  font-size: 12px;
}

.home_services__itm-more_btn:after {
  width: 36px;
  height: 36px;
  background-size: 12px 12px,auto auto;
}

.home_consult__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 28px;
}

.home_consult__problems {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-flex-grow: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
}

.home_consult__problem-text {
  font-size: 20px;
}

.home_consult__decision {
  margin-top: 0;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  padding: 30px;
}

.home_consult .manager_block {
  margin-top: 0;
  width: 100%;
}

.home_consult .manager_block .btn_main {
  width: auto;
}

.home_works__list {
  grid-template-columns: 1fr 1fr;
}

.home_calc__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
}

.home_calc__header {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.home_calc .manager_block {
  margin-top: 0;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.home_faq__content {
  padding: 30px;
  border-radius: 30px;
}

.home_faq .section_title {
  font-size: 32px;
}

.home_faq__list {
  margin-top: 30px;
}

.home_faq__question {
  font-size: 16px;
}

.home_faq__ansver {
  font-size: 13px;
}