.container {
  padding: 0 20px;
}

.section {
  padding: 50px 0;
}

.btn_main {
  --height: 68px;
  font-size: 18px;
}

.section_title {
  font-size: 42px;
}

.header {
  padding: 20px 0;
}

.header__nav {
  margin-left: 14px;
}

.header__tel {
  margin-left: auto;
}

.header__btn_sale {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  --height: 40px;
  font-size: 12px;
  padding: 0 calc(var(--height) * 1.6) 0 calc(var(--height) * .5);
  margin-left: 24px;
}

.header__btn_sale:hover .svg-ico {
  -webkit-transform: translate(50%,-50%) scale(1.2);
  transform: translate(50%,-50%) scale(1.2);
}

.footer__content {
  margin: 0;
  padding: 35px 35px 14px;
}

.footer__content:before {
  content: "";
  position: absolute;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTgiIGhlaWdodD0iMTY1IiB2aWV3Qm94PSIwIDAgNTggMTY1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMjMuMzAzNiAyMi40MzIxQzIxLjc1MDIgMC4wMDE4NjcxNCAwLjAwNTQzMDc2IDAgMS4wMTcwNGUtMDYgMEw1OCAwQzU4IDAgMzUuNzMyMSAwIDM0LjE3ODYgMjIuNDMyMVYxNjAuNTE1QzM0LjE3ODYgMTYxLjAxMiAzMy4yODU0IDE2NSAyOC43NDExIDE2NUMyNC4zMzkzIDE2NSAyMy4zMDM2IDE2MS4wMTIgMjMuMzAzNiAxNjAuNTE1VjIyLjQzMjFaIiBmaWxsPSIjRkVGMTAyIi8+Cjwvc3ZnPgo=) center top no-repeat;
  left: 250px;
  top: -1px;
  pointer-events: none;
  width: 58px;
  height: 165px;
}

.footer__top {
  -webkit-justify-content: initial;
  -ms-flex-pack: initial;
  justify-content: initial;
}

.footer__logo {
  width: 250px;
  margin-right: 50px;
}

.footer .header__tel {
  margin-left: auto;
  margin-right: 0;
}

.footer__nav {
  margin-left: auto;
}

.footer__middle {
  -webkit-justify-content: initial;
  -ms-flex-pack: initial;
  justify-content: initial;
}

.footer__sale {
  width: 250px;
  margin-right: 50px;
}

.footer__soc {
  gap: 50px;
}

.footer__bot {
  margin: 35px -35px 0;
  padding-left: 35px;
  padding-right: 35px;
  -webkit-justify-content: initial;
  -ms-flex-pack: initial;
  justify-content: initial;
}

.footer__copyright {
  width: 250px;
  margin-right: 50px;
}

.footer__dev {
  margin-left: auto;
}

.footer .scroll_top {
  margin-left: auto;
}

.home_hero {
  padding-top: 0;
}

.home_hero__content {
  grid-template-areas: "title img" "benefits img" "manager img";
  grid-template-columns: 55% 45%;
}

.home_hero__title {
  font-size: 42px;
}

.home_hero__img {
  margin-top: 0;
}

.home_hero__img img {
  height: 100%;
}

.home_hero__sale {
  width: 320px;
  right: 10px;
  bottom: 10px;
}

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

.home_hero__benefits li:nth-child(2) {
  left: 0;
}

.home_hero__benefits li:nth-child(3) {
  left: 61%;
}

.home_hero__benefits li:nth-child(7) {
  left: 60%;
}

.home_promotion__circles {
  max-width: unset;
  width: 644px;
  padding-left: 27px;
}

.home_promotion__circle--small {
  height: 307.5px;
  -webkit-flex-basis: 307.5px;
  -ms-flex-preferred-size: 307.5px;
  flex-basis: 307.5px;
}

.home_promotion__circle--small:after {
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
  margin-left: 113px;
  top: 20px;
}

.home_promotion__circle--small .home_promotion__circle-title {
  font-size: 24.75px;
}

.home_promotion__circle--small .home_promotion__condition {
  width: 171px;
  margin-top: 15px;
}

.home_promotion__circle--small .home_promotion__condition img {
  width: 117px;
}

.home_promotion__circle--small .home_promotion__condition-title {
  font-size: 16.5px;
}

.home_promotion__circle--small .home_promotion__condition-subtitle {
  font-size: 15px;
}

.home_promotion__circle--large {
  height: 425.25px;
  -webkit-flex-basis: 425.25px;
  -ms-flex-preferred-size: 425.25px;
  flex-basis: 425.25px;
  margin-top: 0;
  padding-top: 45px;
}

.home_promotion__circle--large .home_promotion__circle-title {
  font-size: 38px;
}

.home_promotion__circle--large .home_promotion__condition {
  width: 210px;
  gap: 0;
}

.home_promotion__circle--large .home_promotion__condition-title {
  font-size: 16.5px;
}

.home_promotion__circle--large .home_promotion__condition-subtitle {
  font-size: 28.5px;
}

.home_services__list {
  margin-top: 26px;
}

.home_services__itm {
  padding: 20px 0;
}

.home_services__itm:hover .home_services__itm-title {
  color: rgba(0,0,0,.6);
}

.home_services__itm:hover .home_services__itm-title span {
  background-size: 100% 1px;
}

.home_services__itm-img {
  width: 70px;
  height: 70px;
  margin-right: 20px;
}

.home_services__itm-title {
  font-size: 20px;
  max-width: 535px;
  margin-right: auto;
}

.home_services__itm-title span {
  background-image: linear-gradient(90deg,rgba(0,0,0,.6),rgba(0,0,0,.6));
}

.home_services__itm-more_btn:after {
  width: 68px;
  height: 68px;
  background-size: 18px 18px,auto auto;
  position: absolute;
  right: 0;
  top: 0;
}

.home_services__itm-more_btn {
  border-left: none;
  padding-left: 0;
  text-transform: none;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -.01em;
  width: 68px;
  height: 68px;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: width .35s ease;
  white-space: nowrap;
  position: relative;
  padding-right: 68px;
  border-radius: 99px;
}

.home_services__itm-more_btn br {
  display: none;
}

.home_services__itm:hover .home_services__itm-more_btn {
  width: 348px;
}

.home_services__itm-more_btn:before {
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border-radius: 99px;
  z-index: -1;
  position: absolute;
  background: var(--btn_main_bg) right center no-repeat;
  background-size: auto 100%;
}

.home_consult__problems {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.home_consult .manager_block {
  width: 360px;
}

.home_works__list {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.home_works__itm .btn_main {
  font-size: 16px;
}

.home_calc__header-ico {
  width: 60px;
  height: 60px;
}

.home_calc__header-ico img {
  width: 26px;
  height: 26px;
}

.home_calc__header-title {
  font-size: 36px;
}

.home_calc__header-subtitle {
  font-size: 64px;
}

.home_calc__header-subtitle img {
  width: 62px;
  height: 62px;
}

.home_calc .manager_block {
  max-width: 585px;
}

.home_calc .manager_soc {
  margin-top: 30px;
}

.home_calc .manager_soc__itm {
  padding: 18px;
  height: 82px;
  border-radius: 28px;
  min-width: 82px;
  font-size: 16px;
}

.home_calc .manager_soc__text:before {
  width: 18px;
}

.home_calc .manager_soc__text:after {
  width: 10px;
}

.home_calc .manager_soc__ico {
  background-color: #fef102;
  color: #000;
  width: 46px;
  height: 46px;
  border-radius: 16px;
}

.home_calc .manager_soc__ico .svg-ico {
  width: 20px;
  height: 20px;
}

.home_calc .manager_soc__itm.active .manager_soc__text {
  max-width: 200px;
}

.home_calc .manager_soc__itm:hover .manager_soc__text {
  max-width: 200px!important;
}

.home_faq__content {
  padding: 40px;
  border-radius: 35px;
}

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

.home_faq__question {
  font-size: 18px;
}

.home_faq__question:after {
  width: 46px;
  height: 46px;
  background-size: 16px 16px;
}

.home_faq__ansver {
  font-size: 14px;
}