@font-face {
  font-family: 'Gilroy';
  src: url('fonts/Gilroy/Gilroy-Regular.woff2'), url('fonts/Gilroy/Gilroy-Regular.woff');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('fonts/Gilroy/Gilroy-SemiBold.woff2'), url('fonts/Gilroy/Gilroy-SemiBold.woff');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('fonts/Gilroy/Gilroy-Bold.woff2'), url('fonts/Gilroy/Gilroy-Bold.woff');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('fonts/Gilroy/Gilroy-ExtraBold.woff2'), url('fonts/Gilroy/Gilroy-ExtraBold.woff');
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}
ul {
  list-style: none;
}
button {
  font-family: 'Gilroy', sans-serif;
  border: none;
  display: block;
  cursor: pointer;
}
a {
  text-decoration: none;
}
a.link:hover {
  color: #FF6A00;
}
body {
  font-family: 'Gilroy', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #222;
}
h1 {
  font-size: 65px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
h2 {
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 80px 0 0;
  margin: 0 0 70px;
  position: relative;
}
h2::after {
  content: url(image/icons/title.svg);
  margin: 16px 0 0;
  position: absolute;
  bottom: -30px;
  left: 0;
}
h2.before::after {
  display: none;
}
h2.before::before {
  content: url(image/icons/title.svg);
  margin: 0 0 20px;
}
h2.center {
  text-align: center;
}
h2.center::after {
  left: 50%;
  transform: translateX(-50%);
}
h2.white {
  font-weight: 700;
  color: #fff;
  padding: 0;
  margin: 0;
}
h2.white::after {
  display: none;
}
h2 span {
  font-weight: 700;
  display: block;
}
.caption {
  font-size: 18px;
  font-weight: 700;
}
.caption--up {
  text-transform: uppercase;
}
.btn--yellow {
  width: 211px;
  height: 56px;
  font-size: 18px;
  color: #222;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%), #FFC100;
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.17);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn--yellow:hover {
  color: #FFC80A;
  background: #222;
}
.btn--yellow_center {
  margin: 10px auto 0;
}
.btn--yellow_rec {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%), #FF6A00;
}
.btn--yellow_coop {
  width: 227px;
  color: #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%), #0CC67B;
}
.btn--yellow_coop:hover {
  color: #fff;
  background: #3dd095;
  box-shadow: 0px 0px 10px rgba(12, 198, 123, 0.7);
}
.btn--orange {
  width: 250px;
  height: 52px;
  font-size: 16px;
  color: #fff;
  background: #FF6A00;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn--orange:hover {
  color: #222;
}
.btn--calc {
  width: 175px;
  height: 44px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: linear-gradient(94deg, #FFA800 21%, #FFCF25 94%);
  box-shadow: 0px 0px 19px rgba(168, 205, 235, 0.4);
  border-radius: 4px;
  padding: 0 29px 0 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.btn--calc::before {
  content: url(image/calc.png);
  position: absolute;
  top: 65%;
  left: 0;
  transform: translateY(-50%);
}
.btn--calc:hover {
  color: #222;
  background: #ffd647;
}
.btn--border {
  width: 240px;
  height: 58px;
  font-size: 16px;
  font-weight: 700;
  color: #FF6A00;
  background: #fff;
  border: 2px solid #FF6A00;
  border-radius: 10px;
  margin: 50px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn--border:hover {
  color: #fff;
  background: #FF6A00;
}
.btn--green {
  width: 130px;
  height: 33px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  background: #0CC67B;
  border-radius: 4px;
  display: none;
  align-items: center;
  justify-content: center;
}
.btn--green:hover {
  background: #3dd095;
  box-shadow: 0px 0px 10px rgba(12, 198, 123, 0.7);
}
.btn--black {
  width: 210px;
  height: 58px;
  color: #FFC80A;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn--black:hover {
  opacity: 0.7;
}
.wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.wrapper--jc {
  justify-content: space-between;
}
.wrapper--mar {
  margin: 0 -30px -30px 0;
}
.wrapper--center {
  justify-content: center;
}
.box {
  width: 282px;
  border-radius: 20px;
  margin: 0 30px 30px 0;
  position: relative;
  overflow: hidden;
}
.ball {
  width: 100px;
  height: 100px;
  background: url(image/ball.svg);
  background-size: cover;
  position: absolute;
  z-index: 2;
}
.consent__modal {
  width: max-content;
  font-size: 12px;
  margin: 15px auto 0;
  display: flex;
}
.consent__modal span {
  margin: 0 0 0 5px;
}
header {
  width: 100%;
  height: 135px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  padding: 25px 0 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
header .container {
  height: 100%;
  position: relative;
}
header.scroll {
  height: 105px;
}
header.scroll .logo img {
  width: 200px;
}
header.scroll .webs {
  margin: 0 -6px 0 auto;
}
header.scroll .webs a {
  width: 26px;
  height: 26px;
  margin: 0 6px 0 0;
}
header.scroll .webs a:hover {
  background-position-x: -37px;
}
header.scroll .btn--calc,
header.scroll .btn--green {
  width: 143px;
  height: 34px;
  font-weight: 400;
  padding: 0 10px;
  display: flex;
}
header.scroll .btn--calc::before,
header.scroll .btn--green::before {
  display: none;
}
header.scroll .btn--calc {
  margin: 0 20px;
}
header.scroll .link__whats {
  display: none;
}
header.scroll .cont__head {
  margin: 0 0 0 20px;
}
header.scroll nav {
  height: 46px;
  top: calc(100% - 23px);
}
.wrapper__header {
  height: 100%;
  position: relative;
}
.webs {
  margin: 0 50px 0 auto;
  display: flex;
}
.webs a {
  width: 46px;
  height: 46px;
  margin-right: 14px;
  display: block;
}
.webs a.yout_icon {
  background: url(image/icons/youtube.svg);
  background-size: cover;
}
.webs a.vk_icon {
  background: url(image/icons/vk.svg);
  background-size: cover;
}
.webs a.inst_icon {
  background: url(image/icons/instagram.svg);
  background-size: cover;
}
.webs a:hover {
  background-position-x: -66px;
}
.cont__head {
  text-align: right;
  margin: 0 0 0 50px;
}
.cont__head--mobile {
  display: none;
}
.phone__head {
  display: flex;
  align-items: center;
}
.phone__head img {
  width: 14px;
  height: 14px;
  margin: 0 8px 0 0;
}
.phone__head a {
  font-size: 20px;
  font-weight: 700;
  color: #222;
}
.link__whats {
  font-size: 12px;
  color: #0CC67B;
  text-decoration: underline;
  display: block;
}
.burger_menu,
.box_mobile {
  display: none;
}
.down__header {
  display: none;
}
.box_mobile {
  width: 260px;
  background: #FF6A00;
  border-radius: 10px;
  padding: 15px 35px 15px 15px;
  position: absolute;
  top: calc(100% + 20px);
  right: 0;
}
.box_mobile li:not(:last-child) {
  margin: 0 0 5px;
}
.box_mobile span:hover,
.box_mobile a:hover {
  color: #fff;
}
.up__box_mobile,
.btns__head,
.address__head,
.link__regul {
  display: none;
}
nav {
  width: calc(100% - 30px);
  height: 60px;
  background: #FF6A00;
  border-radius: 10px;
  padding: 0 32px;
  display: flex;
  align-items: center;
  position: absolute;
  top: calc(100% - 30px);
}
.menu__nav {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.link__nav {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.link__nav:hover {
  color: #222;
}
.link__nav--cat,
.link__nav--cat_mobile {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.link__nav--cat::after,
.link__nav--cat_mobile::after {
  content: url(image/icons/chevron.svg);
  margin: -5px 0 0 8px;
}
.link__nav--cat:hover .link__nav,
.link__nav--cat_mobile:hover .link__nav {
  color: #222;
}
.link__nav--cat.active::after,
.link__nav--cat_mobile.active::after {
  margin: 0 0 -5px 8px;
  transform: rotate(180deg);
}
.link__nav--cat.active .box__nav,
.link__nav--cat_mobile.active .box__nav {
  display: block;
}
.box__nav {
  width: max-content;
  background: #FF6A00;
  border-radius: 0 0 10px 10px;
  padding: 20px;
  display: none;
  position: absolute;
  top: 100%;
  left: -20px;
  z-index: 10;
}
.box__nav a {
  color: #fff;
  line-height: 28px;
  display: block;
}
.box__nav a:hover {
  color: #222;
}
.link__nav--cat_mobile {
  display: block;
}
.link__nav--cat_mobile::after {
  position: absolute;
  top: 3px;
  right: -20px;
}
.link__nav--cat_mobile.active .box__nav {
  display: none;
}
.link__nav--cat_mobile .box__nav {
  width: 100%;
  padding: 10px 5px;
  position: unset;
}
.link__nav--cat_mobile .box__nav a {
  line-height: unset;
}
.link__nav--cat_mobile .box__nav a:not(:last-child) {
  margin: 0 0 5px;
}
.main {
  width: 1380px;
  height: 656px;
  background: url(image/bg_main.jpg) no-repeat;
  background-size: cover;
  border-radius: 40px;
  margin: 135px auto 0;
  position: relative;
}
.main .ball_1 {
  width: 150px;
  height: 150px;
  right: 10%;
  bottom: -5%;
}
.offer {
  margin: 160px 0 0;
}
.sub__main {
  font-size: 63px;
  color: #fff;
}
.btns__main {
  width: max-content;
  margin: 30px 0 0;
}
.btns__main a {
  margin: 0 0 0 30px;
}
.text__main {
  color: #fff;
  text-align: center;
  margin: 10px 0 0;
}
.descr_page {
  margin: 60px 0 0;
}
.descr_page a {
  color: #FF6A00;
}
.descr_page p {
  margin: 20px 0;
}
.descr_page p:last-child {
  margin-bottom: 0;
}
.list__descr {
  margin: 10px 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.item__descr {
  margin: 0 0 20px;
  display: flex;
}
.item__descr::before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(image/icons/check.svg) no-repeat;
  background-size: cover;
  margin: 0 5px 0 0;
  display: block;
}
.item__descr span {
  font-size: 16px;
}
.block_cost {
  margin: 80px 0 0;
  position: relative;
}
.block_cost .ball_1 {
  width: 75px;
  height: 75px;
  left: 30%;
  bottom: 10%;
}
.block_cost .ball_2 {
  width: 125px;
  height: 125px;
  top: -20%;
  left: 45%;
}
.block_cost .ball_3 {
  width: 75px;
  height: 75px;
  top: 5%;
  right: 0;
}
.content__block_cost {
  width: 100%;
  background: url(image/bg_pres.png) no-repeat;
  background-size: 100%;
  padding: 55px 105px;
}
.content__block_cost p {
  width: 560px;
  color: #fff;
  margin: 7px 0 13px;
}
.content__block_cost p span {
  font-weight: 700;
}
.cost_prod .wrapper--mar {
  margin-top: 30px;
  align-items: stretch;
}
.box__cost_prod {
  padding: 0 0 60px;
}
.box__cost_prod:hover {
  box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.15);
}
.box__cost_prod img {
  width: 100%;
  height: 234px;
  object-fit: cover;
}
.box__cost_prod .caption {
  text-align: center;
  margin: 10px 0;
}
.box__cost_prod .wrapper {
  width: 100%;
  justify-content: center;
  flex-wrap: nowrap;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
}
.box__cost_prod .btn--orange {
  width: 130px;
  height: 45px;
}
.content__cost_prod {
  display: contents;
}
.content__cost_prod .caption {
  font-size: 20px;
  padding: 0 10px;
}
.content__cost_prod p {
  font-size: 14px;
  text-align: center;
  padding: 0 10px;
  margin: 0 0 15px;
}
.number__cost_prod {
  width: 235px;
  height: 45px;
  font-size: 16px;
  font-weight: 700;
  color: #FF6A00;
  white-space: nowrap;
  border: 1px solid #FF6A00;
  border-radius: 10px;
  margin: 10px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.number__cost_prod--mini {
  width: 130px;
  margin: 0 6px 0 0;
}
.down__cost_prod {
  margin: 40px 0 0;
}
.down__cost_prod p {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.down__cost_prod p span {
  color: #FF6A00;
}
.down__cost_prod .wrapper {
  margin-top: 20px;
}
.down__cost_prod .btn--yellow_rec {
  margin: 0 0 0 25px;
}
.config_roller {
  background: #f5f5f5;
  padding: 0 0 80px;
  margin: 80px 0 0;
}
.config_roller .btn--yellow {
  margin-top: 30px;
}
.whatsapp_block {
  margin: 80px 0 0;
  position: relative;
}
.whatsapp_block .ball_1 {
  width: 150px;
  height: 150px;
  top: -50%;
  left: 17%;
}
.whatsapp_block .ball_2 {
  width: 75px;
  height: 75px;
  top: 40%;
  left: 43%;
}
.whatsapp_block .ball_3 {
  width: 110px;
  height: 110px;
  top: 45%;
  right: 20%;
}
.whats__services {
  width: 100%;
  height: 330px;
  background: url(image/bg_whats.png) no-repeat;
  background-size: 100%;
  padding: 55px 65px 0;
  display: flex;
  justify-content: flex-end;
}
.list__whats {
  color: #fff;
  margin: 7px 0 20px;
}
.list__whats li {
  display: flex;
}
.list__whats li:not(:last-child) {
  margin: 0 0 5px;
}
.list__whats li::before {
  content: url(image/icons/check.svg);
  margin: 0 8px 0 0;
}
.repair {
  width: 1380px;
  background: #F8F8F8;
  border-radius: 40px;
  padding: 0 0 80px;
  margin: 80px auto 0;
  position: relative;
}
.row__repair {
  margin: 0 0 30px 65px;
  display: flex;
  align-items: center;
}
.image__repair {
  width: 220px;
  margin: 0 30px 0 0;
  display: flex;
  align-items: center;
}
.text__repair ul,
.text__repair p {
  margin: 5px 0 0;
}
.bg__repair {
  margin: 0 0 0 -40px;
}
.payment {
  margin: 80px 0 0;
  position: relative;
}
.payment .ball_1 {
  width: 450px;
  height: 450px;
  top: 45%;
  left: 10%;
}
.payment .ball_2 {
  width: 180px;
  height: 180px;
  top: -15%;
  right: 20%;
}
.image__payment {
  margin: 0 0 0 -50px;
}
.text__payment {
  width: 431px;
  margin: 0 0 100px;
}
.text__payment h2 {
  margin: 0 0 20px;
}
.text__payment p {
  font-weight: 700;
  color: #4E4E4E;
}
.slider {
  display: none;
}
.slider .slick-arrow {
  width: 48px;
  height: 48px;
  font-size: 0;
  background: #FFC80A url(image/icons/arrow.svg) no-repeat 50%;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.slider .slick-arrow:hover {
  transform: translateY(-50%) scale(1.1);
}
.slider .slick-next {
  transform: translateY(-50%) rotate(180deg);
}
.slider .slick-next:hover {
  transform: translateY(-50%) scale(1.1) rotate(180deg);
}
.slick-lightbox {
  z-index: 9999999;
}
.slick-lightbox .slick-arrow {
  width: 32px;
  height: 32px;
  font-size: 0;
  background: url(image/icons/chevron.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  z-index: 1;
}
.slick-lightbox .slick-prev {
  left: 5%;
}
.slick-lightbox .slick-next {
  right: 5%;
  transform: translateY(-50%) rotate(270deg);
}
.slider__works .slide {
  margin: 0 -30px -30px 0;
  display: flex;
  flex-wrap: wrap;
}
.slider__works .slick-prev {
  left: -73px;
}
.slider__works .slick-next {
  right: -73px;
}
.slider__works_1 {
  display: none !important;
}
.img__works {
  width: 386px;
  height: 240px;
  object-fit: cover;
  border-radius: 20px;
  margin: 0 30px 30px 0;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
footer {
  width: 100%;
  background: #222;
  padding: 80px 0 0;
  margin: 80px 0 0;
}
footer.footer--other {
  padding: 160px 0 0;
}
.content__block_cost--footer {
  background: url(image/bg_cost.png) no-repeat;
  background-size: 100%;
  padding: 65px 105px 55px;
  margin: 0 0 60px;
  position: relative;
}
.content__block_cost--footer h2 {
  font-weight: 400;
}
.content__block_cost--footer h2 span {
  font-weight: 700;
}
.content__block_cost--footer .ball_1 {
  width: 130px;
  height: 130px;
  top: -40%;
  left: 0;
}
.content__block_cost--footer .ball_2 {
  width: 75px;
  height: 75px;
  top: 30%;
  left: 20%;
}
.content__block_cost--footer .ball_3 {
  width: 280px;
  height: 280px;
  top: -10%;
  right: 0;
}
.list__block_footer {
  color: #fff;
  text-transform: uppercase;
  list-style: none;
  counter-reset: section;
  margin: 35px 0 40px;
}
.list__block_footer li {
  padding: 0 0 0 50px;
  margin: 0 0 15px;
  display: flex;
  align-items: center;
  position: relative;
}
.list__block_footer li::before {
  content: counter(section);
  counter-increment: section;
  width: 27px;
  height: 27px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: #222;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
}
.sign__block_footer {
  width: 255px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin: 20px 0 0;
}
.contacts__footer {
  margin: 0 auto;
  display: flex;
}
.box__contacts {
  font-size: 16px;
  color: #fff;
}
.box__contacts span {
  font-size: 12px;
  font-weight: 700;
  color: #767676;
  display: block;
}
.box__contacts a {
  color: #fff;
  margin: 0 70px 0 0;
}
.box__contacts a,
.box__contacts p {
  max-width: 200px;
}
.webs.webs--footer {
  margin: 0;
}
.webs.webs--footer a {
  background-position-x: -132px;
}
.webs.webs--footer a:hover {
  background-position-x: -66px;
}
.webs.webs--orange a {
  background-position-x: -66px;
}
.webs.webs--orange a:hover {
  background-position-x: 0;
}
.rights__footer {
  width: 100%;
  font-size: 12px;
  color: #fff;
  border-top: 1px solid #474747;
  padding: 17px 0;
  margin: 30px 0 0;
}
.rights__footer a {
  color: #fff;
  padding: 0 0 0 10px;
}
.main_page {
  width: 1380px;
  height: 328px;
  color: #fff;
  border-radius: 40px;
  margin: 135px auto 0;
  position: relative;
  overflow: hidden;
}
.main_page img {
  position: absolute;
}
.main_page .container,
.main_page .row {
  height: 100%;
}
.main_page .offer {
  width: 100%;
  text-align: center;
  padding: 0 10px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main_page h1 {
  font-size: 40px;
}
.main_page .sub__offer {
  font-size: 24px;
  font-weight: 700;
  color: #FFC80A;
}
.main_page .sub__main {
  font-size: 30px;
  margin: 15px 0 0;
}
.main_page .text__main {
  margin: 0;
}
.box__services {
  background: linear-gradient(to bottom, #222 50%, white 50%);
}
.box__services:hover {
  box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.15);
}
.box__services .caption {
  color: #fff;
  text-align: center;
  margin: 16px 0 12px;
}
.box__services img {
  width: 100%;
  height: 215px;
  object-fit: cover;
  border-radius: 20px;
}
.box__services .cost__box {
  width: 235px;
  height: 45px;
  margin: 13px auto;
}
.content__services {
  display: none;
}
.down__services {
  text-align: center;
  margin: 50px 0 0;
}
.down__services span {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 20px;
  display: block;
}
.about_cost {
  width: 100%;
  height: 190px;
  background: url(image/about_cost.jpg) no-repeat;
  background-size: cover;
  margin: 80px 0 0;
  display: flex;
  align-items: center;
}
.content__about_cost {
  padding: 0 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content__about_cost span {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}
.content__about_cost span.mini {
  font-size: 22px;
}
.content__about_cost p {
  color: #fff;
  margin: 5px 0 0;
}
.boxes_sale {
  margin: 80px 0 0;
}
.boxes_sale .wrapper {
  margin: 0 0 -60px;
}
.box__sale {
  width: 48%;
  height: 260px;
  color: #fff;
  border-radius: 40px;
  padding: 60px 0 0 40px;
  margin: 0 0 60px;
  position: relative;
}
.box__sale * {
  position: relative;
  z-index: 1;
}
.box__sale--1 {
  background: url(image/boxes_sale/1.jpg) no-repeat;
  background-size: cover;
}
.box__sale--2 {
  background: url(image/boxes_sale/2.jpg) no-repeat;
  background-size: cover;
}
.box__sale--2::after {
  content: '';
  width: 380px;
  height: 290px;
  background: url(image/boxes_sale/2_1.png) no-repeat;
  background-size: cover;
  border-radius: 0 0 40px 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.box__sale--3 {
  background: url(image/boxes_sale/3.jpg) no-repeat;
  background-size: cover;
}
.box__sale--3::after {
  content: '';
  width: 357px;
  height: 300px;
  background: url(image/boxes_sale/3_1.png) no-repeat;
  background-size: cover;
  border-radius: 0 0 40px 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.box__sale--4 {
  background: url(image/boxes_sale/4.jpg) no-repeat;
  background-size: cover;
}
.box__sale span {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
.box__sale ul {
  list-style: disc;
  padding: 0 0 0 25px;
  margin: 5px 0 0;
}
.box__sale li {
  margin: 0 0 5px;
}
.box__sale p {
  margin: 5px 0 0;
}
.content__sale {
  display: contents;
}
.sub__sale {
  width: 100%;
  font-size: 12px;
  text-align: center;
  color: #222;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
}
.froze__stret_ceil {
  width: 100%;
  height: 330px;
  background: url(image/bg_froze.png) no-repeat;
  background-size: 100%;
  padding: 55px 100px 0;
  margin: 80px 0 0;
}
.froze__stret_ceil h2 span {
  color: #FFC80A;
  display: inline-block;
}
.froze__stret_ceil button {
  margin: 13px auto 0;
}
.down__stret_ceil {
  font-size: 17px;
  text-align: center;
  color: #656565;
  margin: 5px 30px 0;
}
.map {
  margin: 80px 0 0 0;
}
.img__map {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 20px;
}
.box__map {
  width: 800px;
  height: 245px;
  background: url(image/bg_cont.png) no-repeat;
  background-size: 100%;
  box-shadow: 0 0 37px rgba(0, 0, 0, 0.05);
  margin: -140px auto 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 50px 0 0;
  position: relative;
  z-index: 1;
}
.content__map {
  width: 480px;
  margin: 0 0 -30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.row__map {
  width: 48%;
  margin: 0 0 30px;
  display: flex;
  align-items: center;
}
.row__map img {
  margin: 0 6px 0 0;
}
.row__map a {
  font-size: 20px;
  font-weight: 500;
  color: #222;
}
.works_page {
  margin: 80px 0 0;
}
.works_page .wrapper {
  display: none;
}
.works_page .wrapper.active {
  display: flex;
}
.tabs__works_page {
  width: max-content;
  margin: 0 auto 15px;
  display: flex;
  flex-wrap: wrap;
}
.tab {
  width: 140px;
  height: 40px;
  font-size: 12px;
  text-align: center;
  background: #f4f4f4;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.tab:hover,
.tab.active {
  color: #fff;
  background: #FF6A00;
  border-color: #FF6A00;
}
.tab:not(:last-child) {
  margin: 0 15px 15px 0;
}
.box__works_page {
  width: calc((100% - 90px) / 3);
  height: 240px;
  object-fit: cover;
  border-radius: 20px;
  margin: 0 30px 30px 0;
  cursor: pointer;
}
.box__ceil {
  height: 328px;
  color: #222;
  box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.04);
}
.box__ceil .caption {
  max-width: 120px;
  margin: 5px 0 0;
  line-height: 18px;
}
.info__ceil {
  width: 100%;
  height: 77px;
  background: #fff;
  padding: 16px 14px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
}
.cost__box {
  width: 129px;
  font-weight: 700;
  color: #FF6A00;
  border: 2px solid;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.down__ceil {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #4E4E4E;
  margin: 30px 0 0;
}
.pluses_oth {
  margin: 80px 0 0;
}
.content__pluses_oth {
  background: url(image/bg_pluses_oth.png) no-repeat;
  background-size: 100%;
  padding: 50px 46px 85px;
}
.content__pluses_oth h2::after {
  content: url(image/icons/title_w.svg);
  display: block;
}
.box__pluses_oth {
  width: 253px;
  height: 310px;
  color: #F8F8F8;
  text-align: center;
  margin: 50px 0 0;
}
.caption__pluses_oth {
  width: 195px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 auto 5px;
}
.scheme {
  width: 1380px;
  border: 1px solid #BDBDBD;
  border-radius: 30px;
  margin: 80px auto 0;
  position: relative;
}
.scheme .ball_1 {
  width: 320px;
  height: 320px;
  top: -40%;
  right: 0;
}
.box__scheme {
  width: 348px;
  height: 258px;
  background: url(image/bg_scheme.png) no-repeat bottom;
  background-size: 100%;
  margin: 0 0 80px;
  position: relative;
}
.box__scheme img {
  margin: 7px auto 0;
  display: block;
}
.box__scheme p {
  max-width: 205px;
  text-align: center;
  margin: 0 auto;
}
.box__scheme::after {
  content: url(image/icons/arrow_sch.svg);
  position: absolute;
  top: 20px;
  right: -70px;
}
.box__scheme--none::after {
  display: none;
}
.box__scheme--bottom::after {
  top: -45px;
  right: 45px;
  transform: rotate(90deg);
}
.box__scheme--left::after {
  transform: rotate(180deg);
}
.time__scheme {
  width: 72px;
  height: 72px;
  color: #fff;
  line-height: 15px;
  text-align: center;
  background: linear-gradient(222deg, #FFC80A 11%, #FF6A00 85%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 25px;
}
.time__scheme span {
  display: block;
}
.time__scheme span.mini {
  font-size: 9px;
}
.opt_cooper .wrapper {
  align-items: flex-start;
}
.list__opt_cooper {
  width: calc((100% - 35px) / 2);
  color: #fff;
  background: #FF6A00;
  border-radius: 20px;
}
.list__opt_cooper span {
  font-size: 24px;
  font-weight: 700;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
}
.list__opt_cooper span::after {
  content: '';
  width: 28px;
  height: 17px;
  background: url(image/icons/chevron.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.list__opt_cooper span.active::after {
  transform: translateY(-50%) rotate(180deg);
}
.box__opt_cooper {
  padding: 0 30px 30px 30px;
  display: none;
}
.box__opt_cooper::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
  margin: 0 0 20px;
}
.down__opt_cooper {
  width: max-content;
  text-align: center;
  margin: 40px auto 0;
}
.down__opt_cooper span {
  font-size: 24px;
  font-weight: 700;
}
.btns__opt_cooper {
  margin: 20px 0 0;
  display: flex;
}
.btns__opt_cooper .btn--yellow_coop {
  margin: 0 0 0 30px;
}
.box__pluses {
  width: calc((100% / 3) - 30px);
  height: 160px;
  font-size: 16px;
  box-shadow: 0 0 27px rgba(59, 114, 119, 0.2);
  border-radius: 8px;
  padding: 15px 20px;
  margin: 0 30px 30px 0;
  position: relative;
  overflow: visible;
}
.box__pluses span {
  width: 54px;
  height: 54px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(222deg, #FFC80A 11%, #FF6A00 85%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -6px;
  left: 20px;
}
.box__pluses .caption {
  padding: 0 0 0 65px;
  margin: 0 0 20px;
}
.down__pluses {
  text-align: center;
  margin: 40px 0 0;
}
.about_pluses {
  width: 100%;
  height: 190px;
  background: url(image/about_pluses.jpg) no-repeat;
  background-size: cover;
  margin: 80px 0 0;
  display: flex;
  align-items: center;
  position: relative;
}
.about_pluses .ball_1 {
  left: 15%;
  bottom: -20px;
}
.about_pluses .ball_2 {
  width: 140px;
  height: 140px;
  top: -80px;
  right: 15%;
}
.content__about_pluses {
  width: 76%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.box__about_pluses {
  display: flex;
  align-items: center;
}
.box__about_pluses img {
  margin: 0 20px 0 0;
  display: block;
}
.box__about_pluses span {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.request {
  margin: 20px 0 0;
}
.request .container {
  position: relative;
}
.request h2 .caption {
  text-transform: none;
}
.request .mini {
  font-size: 16px;
  margin: 0 0 15px;
}
.request .form__modal {
  position: absolute;
  top: 40px;
  left: unset;
  right: 0;
  transform: unset;
}
.form__modal {
  width: 500px;
  background: #fff;
  box-shadow: 0 0 71px rgba(255, 106, 0, 0.26);
  border-radius: 20px;
  padding: 40px 40px 60px;
}
.form__modal form {
  margin: 40px 0 0;
}
.form__modal input {
  width: 100%;
  height: 56px;
  font-size: 16px;
  font-family: 'Gilroy', sans-serif;
  background: rgba(34, 34, 34, 0.03);
  border: 0;
  border-radius: 4px;
  padding: 0 0 0 40px;
}
.form__modal input::placeholder {
  color: rgba(34, 34, 34, 0.3);
}
.form__modal input[type='submit'] {
  font-size: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%), #FFC100;
  padding: 0;
  cursor: pointer;
}
.form__modal input[type='submit']:hover {
  background: #000;
}
.form__modal .consent__modal {
  text-align: center;
  color: rgba(2, 2, 2, 0.5);
  margin: 30px auto 0;
}
.form__modal .consent__modal span {
  margin: 0;
}
.form__modal .consent__modal a {
  text-decoration: underline;
  color: rgba(2, 2, 2, 0.5);
  display: block;
}
.title__modal {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.input__modal {
  margin: 0 0 20px;
  position: relative;
}
.input__modal::before {
  content: '';
  width: 10px;
  height: 10px;
  background: url(image/icons/phone_g.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.input__modal--name::before {
  width: 12px;
  height: 12px;
  background: url(image/icons/user.svg) no-repeat;
  background-size: cover;
}
.calc * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.calc p {
  margin: 0;
}
.calc {
  font-family: 'Gilroy', sans-serif;
  padding: 20px;
  background: #fff;
}
.calc__container {
  max-width: 750px;
  width: 95%;
  margin: 135px auto 0;
}
.calc__display-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.calc__display-2 {
  border: 1px solid #eaeaea;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 15px;
}
.calc__display-2 .calc__display-21,
.calc__display-2 .calc__display-22 {
  display: none;
}
.calc__display-2.first .calc__display-21 {
  display: block;
}
.calc__display-2.second .calc__display-22 {
  display: block;
}
.calc__img-preview {
  width: 60%;
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: inset 0px 0px 9px 9px white;
  box-shadow: inset 0px 0px 9px 9px white;
}
.calc__btn-block {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 0 50px 10px;
  text-align: center;
}
.calc input[type="radio"] {
  display: none;
}
.calc input[type="radio"] + label {
  display: block;
  width: 100%;
  padding: 10px;
  cursor: pointer;
  margin-bottom: 15px;
  text-align: center;
  color: #FF6A00;
  border: 1px solid #FF6A00;
  border-radius: 10px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.calc input[type="radio"] + label:hover {
  background: #FF6A00;
  color: #fff;
}
.calc input[type="radio"]:checked + label {
  background: #FF6A00;
  color: #fff;
}
.calc__row-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.calc__row-btn label {
  max-width: 49%;
}
.calc__row-btn.calc__row-btn--5 input[type="radio"] + label {
  width: 24%;
  white-space: nowrap;
}
.calc__row-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.calc__row-input p {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.calc__input-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 50%;
}
.calc .label-text {
  font-size: 14px;
  font-style: italic;
  margin-left: 10px;
}
.calc input[type="number"] {
  width: 95%;
  padding: 10px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
}
.calc__text-after {
  display: block;
  text-align: center;
  margin-bottom: 15px !important;
  font-size: 14px;
}
.calc__link-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 20px;
}
.calc__link-row a {
  display: block;
  padding: 10px 25px;
  cursor: pointer;
  text-align: center;
  color: #FF6A00;
  border: 1px solid #FF6A00;
  border-radius: 10px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  text-decoration: none;
}
.calc__link-row a:hover {
  background: #FF6A00;
  color: #fff;
}
@media (max-width: 630px) {
  .calc__row-input {
    display: block;
  }
  .calc__input-block {
    width: 100%;
    margin-bottom: 20px;
  }
  .calc__row-btn.calc__row-btn--5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .calc__row-btn.calc__row-btn--5 input[type="radio"] + label {
    width: 49%;
  }
  .calc__btn-block {
    margin-bottom: 0;
  }
}
@media (max-width: 550px) {
  .calc a,
  .calc p,
  .calc label,
  .calc span {
    font-size: 14px;
  }
  .calc .calc__text-after {
    font-size: 13px;
  }
  .calc__link-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .calc__link-row a {
    width: 100%;
    margin-bottom: 15px;
  }
  .calc__display-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .calc__img-preview {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
  }
  .calc__btn-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .calc__btn-block input[type="radio"] + label {
    width: 49%;
  }
  .calc__btn-block input[type="radio"] + label:nth-child(10) {
    width: 100%;
  }
  .calc__btn-block p {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 420px) {
  .calc__text-after br {
    display: none;
  }
  .calc__btn-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .calc__btn-block input[type="radio"] + label {
    width: 100%;
    margin-bottom: 10px;
  }
}
.text__politic {
  text-align: justify;
}
.text__politic .btn--orange {
  color: #fff;
  margin: 30px auto;
}
.text__politic .btn--orange:hover {
  text-decoration: none;
  color: #222;
}
.text__politic ul {
  padding: 0 0 0 10px;
  margin: 20px;
}
.text__politic ul li:not(:last-child) {
  margin: 0 0 5px;
}
.text__politic a {
  color: #FF6A00;
}
.text__politic a:hover {
  text-decoration: underline;
}
.text__politic p {
  margin: 0 0 5px;
}
.page_404 {
  padding: 80px 0;
  margin: 200px 0 0;
}
.page_404 .ball_1 {
  width: 450px;
  height: 450px;
  top: 40%;
  left: 10%;
}
.page_404 .ball_2 {
  width: 260px;
  height: 260px;
  top: 15%;
  right: 15%;
}
.box__404 {
  text-align: center;
}
.box__404 img {
  margin: 0 auto;
  display: block;
}
.box__404 span {
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 1439.98px) {
  .main {
    width: 1200px;
    background-position: 50%;
    margin: 95px auto 0;
  }
  .wrapper--mar {
    margin: 0 -23px -30px 0;
  }
  .box {
    width: 260px;
    margin: 0 23px 30px 0;
  }
  .box__cost_prod .number__cost_prod,
  .box__cost_prod .btn--orange {
    width: 120px;
  }
  .content__block_cost {
    padding: 40px 75px;
  }
  .image__payment {
    width: 50%;
  }
  .repair {
    width: 100%;
  }
  .rows__repair {
    width: 45%;
  }
  .row__repair {
    margin-left: 0;
  }
  .bg__repair {
    width: 45%;
    margin: 0 0 0 auto;
  }
  .img__works {
    width: 350px;
    height: 220px;
  }
  .slider__works .slick-prev,
  .slider__ready .slick-prev {
    left: -24px;
  }
  .slider__works .slick-next,
  .slider__ready .slick-next {
    right: -24px;
  }
  .main_page {
    width: 100%;
  }
  .box__pluses {
    height: 200px;
  }
  .scheme {
    width: 100%;
  }
  .content__pluses_oth {
    padding: 40px;
  }
  .image__pluses_oth {
    width: 200px;
    height: 160px;
    object-fit: cover;
  }
}
@media (max-width: 1199.98px) {
  body {
    font-size: 16px;
  }
  .logo img {
    width: 200px;
  }
  nav {
    padding: 0 25px;
  }
  .link__nav {
    font-size: 14px;
  }
  .box__nav {
    padding: 15px;
    left: -15px;
  }
  .box__nav a {
    line-height: 25px;
  }
  h1,
  .sub__main {
    font-size: 55px;
  }
  .main {
    width: 100%;
    height: auto;
    padding: 0 0 60px;
    margin: 45px auto 0;
  }
  .descr_page {
    margin: 60px 0 0;
  }
  h2 {
    font-size: 35px;
    padding: 60px 0 0;
    margin: 0 0 50px;
  }
  h2::after {
    bottom: -24px;
  }
  .wrapper--mar {
    margin: 0 -25px -30px 0;
  }
  .box {
    width: 293px;
    margin: 0 25px 30px 0;
  }
  .box img {
    width: 100%;
  }
  .content__block_cost {
    padding: 25px 50px;
  }
  .payment {
    margin: 60px 0 0;
  }
  .whatsapp_block {
    margin: 60px 0 0;
  }
  .whats__services {
    height: auto;
    padding: 30px 65px 27px;
  }
  .img__works {
    width: 290px;
    height: 180px;
  }
  .btn--border {
    margin: 40px auto 0;
  }
  footer {
    margin: 60px 0 0;
  }
  .content__block_cost--footer {
    padding: 30px 50px 20px;
    margin: 0 0 40px;
  }
  .list__block_footer {
    margin: 20px 0 25px;
  }
  .box__contacts a {
    margin: 0 20px 0 0;
  }
  .froze__stret_ceil {
    height: auto;
    padding: 30px 100px;
  }
  .box__works_page {
    height: 180px;
  }
  .scheme {
    margin: 60px 0;
  }
  .box__scheme {
    width: 290px;
    margin: 0 0 40px;
  }
  .pluses_oth {
    margin: 60px 0 0;
  }
  .content__pluses_oth {
    padding: 40px 20px;
  }
  .box__pluses_oth {
    width: 200px;
    height: 240px;
    margin: 40px 0 0;
  }
  .image__pluses_oth {
    width: 200px;
    height: 150px;
  }
  .caption__pluses_oth {
    font-size: 16px;
  }
  .tabs__works_page {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  header {
    height: auto;
    padding: 10px 0;
  }
  .wrapper__header {
    justify-content: space-between;
  }
  .webs {
    display: none;
  }
  .cont__head {
    margin: 0;
  }
  .burger_menu {
    display: block;
  }
  nav {
    display: none;
  }
  .main {
    margin: 0;
  }
  .offer {
    margin: 130px 0 0;
  }
  h1,
  .sub__main {
    font-size: 40px;
  }
  .descr_page {
    margin: 30px 0 0;
  }
  h2 {
    font-size: 30px;
    padding: 50px 0 0;
  }
  .wrapper--mar {
    margin: 0 0 -30px;
    justify-content: space-between;
  }
  .box {
    width: 48%;
    margin: 0 0 30px 0;
  }
  .box:hover {
    filter: unset;
  }
  .content__block_cost {
    background: url(image/bg_pres_768.png) no-repeat;
    background-size: 100%;
    padding: 25px 40px;
  }
  .box__cost_prod:hover {
    box-shadow: unset;
  }
  .payment {
    margin: 50px 0 0;
  }
  .text__payment {
    width: 50%;
  }
  .image__payment {
    margin: 0 0 0 -20px;
  }
  .whatsapp_block {
    margin: 50px 0 0;
  }
  .whats__services {
    background: url(image/bg_whats_768.png) no-repeat;
    background-size: 100%;
    padding: 30px 30px 27px;
    top: calc(100% + 20px);
  }
  .rows__repair {
    width: 100%;
  }
  .bg__repair {
    display: none;
  }
  .slider__works .slide,
  .slider__ready .slide {
    margin: 0 0 -30px;
    justify-content: space-between;
  }
  .img__works {
    width: 48%;
    height: 205px;
    margin: 0 0 30px;
  }
  .btn--border {
    width: 220px;
    height: 50px;
    margin: 30px auto 0;
  }
  footer {
    margin: 50px 0 0;
  }
  .content__block_cost--footer {
    background: url(image/bg_cost_768.png) no-repeat;
    background-size: 100%;
  }
  .contacts__footer {
    margin: 20px auto 0;
    order: 2;
  }
  .webs.webs--footer {
    display: flex;
  }
  .box__contacts a {
    margin: 0 40px 0 0;
  }
  .main_page {
    margin: 66px 0 0;
  }
  .box__services:hover {
    box-shadow: unset;
  }
  .content__about_cost {
    padding: 0;
  }
  .box__sale {
    text-align: center;
    padding-left: 0;
  }
  .box__sale::after {
    display: none;
  }
  .box__sale ul {
    width: max-content;
    margin: 5px auto 0;
  }
  .pluses .wrapper {
    justify-content: space-between;
  }
  .box__pluses {
    width: 48%;
    margin: 0 0 30px;
  }
  .content__about_pluses {
    width: 100%;
  }
  .box__about_pluses img {
    width: 50px;
    height: 50px;
  }
  .box__about_pluses span {
    font-size: 20px;
  }
  .request {
    margin: 20px 0 -120px;
  }
  .request .form__modal {
    position: relative;
  }
  .request .webs {
    display: flex;
  }
  .block_cost {
    margin: 50px 0 0;
  }
  .froze__stret_ceil {
    background: url(image/bg_froze_768.png) no-repeat;
    background-size: 100%;
    padding: 20px 50px 20px;
    margin: 50px 0 0;
    top: calc(100% + 30px);
  }
  .box__map {
    width: 100%;
    height: 160px;
  }
  .works_page {
    margin: 50px 0 0;
  }
  .box__works_page {
    width: 48%;
    margin: 0 0 30px;
  }
  .scheme {
    margin: 50px 0;
  }
  .box__scheme {
    margin: 0 0 30px;
  }
  .box__scheme::after {
    display: none;
  }
  .box__scheme:nth-child(3) {
    order: 3;
  }
  .box__scheme:nth-child(4) {
    order: 5;
  }
  .box__scheme:nth-child(5) {
    order: 4;
  }
  .box__scheme:nth-child(6) {
    order: 2;
  }
  .pluses_oth {
    margin: 50px 0 0;
  }
  .content__pluses_oth {
    background: url(image/bg_pluses_oth_768.png) no-repeat;
    background-size: 100%;
  }
  .box__pluses_oth {
    width: 48%;
  }
  .calc__container {
    margin: 66px auto 0;
  }
  .page_404 {
    margin: 100px 0 0;
  }
  .box__404 img {
    width: 700px;
  }
  .link__nav--cat:hover .link__nav,
  .link__nav--cat_mobile:hover .link__nav {
    color: #fff;
  }
}
@media (max-width: 767.98px) {
  header {
    height: 75px;
  }
  .cont__head {
    display: none;
  }
  .cont__head--mobile {
    text-align: left;
    margin: 10px 0 0;
    display: block;
  }
  .cont__head--mobile a {
    color: #fff;
  }
  .phone__head img {
    display: none;
  }
  .phone__head a {
    font-weight: 600;
  }
  .main {
    width: calc(100% - 30px);
    border-radius: 30px;
    margin: 75px 0 0 15px;
  }
  .offer {
    width: 100%;
    text-align: center;
    margin: 50px 0 0;
  }
  h1,
  .sub__main {
    font-size: 36px;
  }
  h2 {
    font-size: 26px;
  }
  .content__block_cost {
    background-size: cover;
    background-position-x: 20%;
    border-radius: 30px;
    padding: 20px 30px;
  }
  .content__block_cost h2 {
    width: 80%;
  }
  .content__block_cost p {
    width: 100%;
  }
  .btn--orange {
    width: 200px;
    height: 40px;
  }
  .text__payment {
    margin: 0 0 50px;
  }
  .whats__services {
    background-size: cover;
    border-radius: 30px;
    background-position-x: 70%;
  }
  .contacts__footer {
    width: 100%;
    justify-content: space-between;
  }
  .box__contacts a {
    margin: 0;
  }
  .modal__form {
    width: 430px;
  }
  .froze__stret_ceil {
    background-size: cover;
    border-radius: 30px;
  }
  .box__ceil {
    height: 300px;
  }
  .box__scheme {
    width: 48%;
    background-position-y: 70%;
    margin: 0;
  }
  .box__scheme img {
    width: auto;
    height: 159px;
  }
  .box__pluses_oth {
    height: auto;
    margin: 35px 0 0;
  }
  .image__pluses_oth {
    width: 100px;
    height: 80px;
  }
  .page_404 .ball_1 {
    width: 250px;
    height: 250px;
    left: 0;
  }
  .page_404 .ball_2 {
    width: 160px;
    height: 160px;
    right: 0;
  }
  .box__404 img {
    width: 400px;
  }
  .box__404 span {
    font-size: 22px;
  }
  .img__works {
    height: 150px;
  }
  .tabs__works_page {
    justify-content: space-between;
  }
  .tab {
    width: 48%;
  }
  .tab:not(:last-child) {
    margin: 0 0 15px;
  }
}
@media (max-width: 575.98px) {
  .ball {
    display: none;
  }
  .caption {
    font-size: 16px;
  }
  .btns__main {
    width: auto;
  }
  .btns__main .btn--yellow {
    margin: 10px auto 0;
  }
  .btns__main .btn--yellow_rec {
    display: none;
  }
  .box__cost_prod img {
    height: 150px;
  }
  .down__cost_prod {
    margin: 20px 0 0;
  }
  .down__cost_prod p {
    font-size: 18px;
  }
  .config_roller,
  .repair {
    padding: 0 0 50px;
    margin: 50px 0 0;
  }
  .slider .slick-prev {
    left: 10px;
  }
  .slider .slick-next {
    right: 10px;
  }
  footer {
    padding: 50px 0 0;
  }
  .modal__close {
    top: -60px;
    right: 50%;
    transform: translateX(50%);
  }
  .number__cost_prod {
    width: 100%;
  }
  .opt_cooper .wrapper {
    display: block;
  }
  .list__opt_cooper {
    width: 100%;
  }
  .list__opt_cooper:last-child {
    margin: 20px 0 0;
  }
  .list__opt_cooper span {
    font-size: 20px;
    padding: 20px 30px;
  }
  .list__opt_cooper span::after {
    width: 20px;
    height: 12px;
  }
  .down__opt_cooper {
    width: 100%;
    margin: 30px 0 0;
  }
  .btns__opt_cooper {
    display: block;
  }
  .btns__opt_cooper .btn--yellow {
    width: 227px;
    margin: 0 auto;
  }
  .btns__opt_cooper .btn--yellow_coop {
    margin: 20px auto 0;
  }
  .box__pluses {
    width: 100%;
    height: auto;
  }
  .about_pluses {
    height: auto;
    margin: 50px 0 0;
  }
  .content__about_pluses {
    padding: 20px 0 20px 40px;
    flex-direction: column;
  }
  .box__about_pluses:not(:last-child) {
    margin: 0 0 20px;
  }
  .box__about_pluses br {
    display: none;
  }
  .form__modal {
    width: calc(100% - 30px);
    padding: 40px 15px;
  }
  .form__modal form {
    margin: 30px 0 0;
  }
  .form__modal input {
    font-size: 14px;
  }
  .form__modal .consent__modal {
    width: auto;
    margin: 20px 0 0;
  }
  .close__modal {
    top: -55px;
    right: 50%;
    transform: translateX(50%);
  }
  .request {
    margin: 0 0 -120px;
  }
  .request h2 {
    text-align: center;
  }
  .request h2::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .request h2 .caption {
    margin: 5px 0 0;
  }
  .request .webs {
    width: max-content;
    margin: 0 auto;
  }
  .request .mini {
    text-align: center;
  }
  .request .form__modal {
    width: 100%;
  }
  .title__modal {
    font-size: 18px;
  }
  .list__descr {
    margin: 10px 0 20px;
  }
  .item__descr {
    margin: 0 0 10px;
  }
  .item__descr span {
    font-size: 14px;
  }
  .down__stret_ceil {
    font-size: 14px;
  }
  .works_page {
    margin: 40px 0 0;
  }
  .box__works_page {
    height: 130px;
    margin: 0 0 20px;
  }
  .box__ceil {
    height: 270px;
  }
  .down__ceil {
    font-size: 14px;
    margin: 20px 0 0;
  }
  .down__ceil br {
    display: none;
  }
  .content__about_cost span br {
    display: none;
  }
  .scheme .ball_1 {
    display: none;
  }
  .box__scheme img {
    height: 140px;
  }
  .content__pluses_oth {
    background-size: cover;
    background-position: 50%;
    border-radius: 20px;
  }
}
@media (max-width: 480.98px) {
  body {
    font-size: 14px;
  }
  header {
    height: auto;
    padding: 20px 0 17px;
  }
  .logo img {
    width: 160px;
  }
  .btn--calc {
    display: none;
  }
  .btn--calc::before {
    display: none;
  }
  .btn--calc:hover {
    color: #fff;
    background: linear-gradient(94deg, #FFA800 21%, #FFCF25 94%);
  }
  .btn--green:hover {
    background: #0CC67B;
    box-shadow: unset;
  }
  .down__header {
    width: 100%;
    padding: 20px 0 0;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .down__header::before {
    content: '';
    width: calc(100% + 30px);
    height: 1px;
    background: #E9E9E9;
    position: absolute;
    top: 10px;
    left: -15px;
  }
  .down__header .btn--calc,
  .down__header .btn--green {
    width: 30%;
    height: 24px;
    font-size: 10px;
    font-weight: 400;
    text-transform: none;
    border-radius: 4px;
    padding: 0 10px;
    display: flex;
  }
  .phone__head img {
    width: 8px;
    height: 8px;
    margin: 0 5px 0 0;
    display: block;
  }
  .phone__head a {
    font-size: 12px;
  }
  .box_mobile {
    width: calc(100% + 30px);
    height: calc(100vh + 20px);
    border-radius: 0;
    padding: 20px 15px 0;
    margin: 0 0 0 -15px;
    top: -20px;
    left: 0;
  }
  .box_mobile ul {
    margin: 17px 0;
  }
  .box_mobile li:not(:last-child) {
    margin: 0 0 14px;
  }
  .up__box_mobile {
    width: 100%;
    padding: 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .up__box_mobile::before {
    content: '';
    width: calc(100% + 40px);
    height: 1px;
    background: #E9E9E9;
    position: absolute;
    bottom: 0;
    left: -20px;
  }
  .close_menu {
    margin: 0 4px 0 0;
  }
  .link__nav--cat_mobile::after {
    left: 150px;
    right: unset;
  }
  .link__nav--cat_mobile.active::after {
    top: 1px;
  }
  .cont__head--mobile {
    width: calc(100% + 20px);
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    padding: 24px 12px;
    margin: 0 0 0 -10px;
  }
  .cont__head--mobile .btns__head {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .cont__head--mobile .btn--calc,
  .cont__head--mobile .btn--green {
    width: 40%;
    height: 33px;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    border-radius: 4px;
    padding: 0 10px;
    display: flex;
  }
  .cont__head--mobile .phone__head {
    width: max-content;
    margin: 20px auto;
  }
  .cont__head--mobile .phone__head img {
    width: 13px;
    height: 13px;
    margin: 0 7px 0 0;
  }
  .cont__head--mobile .phone__head a {
    font-size: 20px;
    font-weight: 700;
    color: #222;
  }
  .cont__head--mobile .link__whats {
    display: none;
  }
  .address__head {
    width: max-content;
    margin: auto;
    display: flex;
  }
  .address__head img {
    margin: 0 8px 0 0;
  }
  a.link__regul {
    width: max-content;
    color: #222;
    text-decoration: underline;
    margin: 20px auto;
    display: block;
  }
  a.link__regul:hover {
    color: #222;
  }
  .main {
    width: calc(100% - 20px);
    height: 300px;
    border-radius: 10px;
    margin: 118px 0 0 10px;
  }
  .offer {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  h1,
  .sub__main {
    font-size: 24px;
  }
  .btns__main {
    margin: 10px 0 0;
  }
  .descr_page {
    margin: 10px 0 0;
  }
  .descr_page img {
    height: 120px;
    object-fit: cover;
  }
  .block_cost {
    margin: 30px 0 0;
  }
  h2 {
    font-size: 24px;
    text-align: center;
    padding: 30px 0 0;
    margin: 0 0 35px;
  }
  h2::after {
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
  }
  .content__block_cost {
    height: 515px;
    text-align: center;
    background: url(image/bg_pres_m.png) no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 50px 10px 0;
  }
  .content__block_cost h2 {
    width: 100%;
  }
  .btn--yellow {
    width: 200px;
    height: 50px;
    margin: 10px auto 0;
  }
  .wrapper--mar {
    margin: 0 0 -20px;
  }
  .box {
    width: 100%;
    border-radius: 10px;
    margin: 0 0 20px;
  }
  .btn--orange {
    width: 250px;
    height: 50px;
    margin: 0 auto;
  }
  .box__cost_prod {
    padding: 0;
    display: flex;
    align-items: center;
  }
  .box__cost_prod img {
    width: 130px;
    height: 106px;
    border-radius: 10px 0 0 10px;
  }
  .box__cost_prod .caption {
    font-size: 12px;
    text-align: left;
    padding: 0;
    margin-top: 0;
  }
  .box__cost_prod .wrapper {
    display: block;
    position: unset;
    transform: unset;
  }
  .box__cost_prod .number__cost_prod,
  .box__cost_prod .btn--orange {
    width: 120px;
    height: 30px;
    font-size: 12px;
  }
  .box__cost_prod .btn--orange {
    margin: 5px 0 0;
  }
  .content__cost_prod {
    margin: 0 0 0 15px;
    display: block;
  }
  .content__cost_prod p {
    display: none;
  }
  .down__cost_prod p {
    font-size: 14px;
  }
  .config_roller,
  .repair {
    margin: 30px 0 0;
    padding: 0 0 30px;
  }
  .config_roller img {
    height: 120px;
    object-fit: cover;
  }
  .payment {
    margin: 0;
  }
  .image__payment {
    width: 100%;
    margin: 0;
    display: flex;
    order: 1;
  }
  .text__payment {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .text__payment h2 {
    margin: 0 0 8px;
  }
  .repair {
    border-radius: 10px;
  }
  .whats__services {
    height: 515px;
    background: url(image/bg_whats_m.png) no-repeat;
    background-size: 100%;
    border-radius: 10px;
    padding: 40px 38px;
  }
  .whatsapp_block {
    margin: 40px 0 0;
  }
  .list__whats {
    margin: 13px 0;
  }
  .list__whats li:not(:last-child) {
    margin: 0 0 9px;
  }
  .row__repair {
    margin: 0 0 20px;
    display: block;
  }
  .row__repair .caption {
    text-align: center;
  }
  .image__repair {
    margin: 0 auto 10px;
  }
  .text__repair ul,
  .text__repair p {
    width: max-content;
    margin: 5px auto 0;
  }
  .slider .slick-arrow {
    width: 28px;
    height: 28px;
    background-size: 40%;
    border-radius: 4px;
    top: unset;
    bottom: -68px;
  }
  .slider__works {
    display: none !important;
  }
  .slider__works_1 {
    display: block !important;
  }
  .slider__works_1 .slick-prev {
    left: 83px;
  }
  .slider__works_1 .slick-next {
    right: 83px;
  }
  .img__works {
    width: 100%;
    height: 170px;
    border-radius: 10px;
    margin: 0;
  }
  .works .btn--border {
    margin: 80px auto 0;
  }
  .btn--border {
    margin: 20px auto 0;
  }
  footer {
    padding: 40px 0 0;
    margin: 20px 0 0;
  }
  .content__block_cost--footer {
    height: 610px;
    background: url(image/bg_cost_m.png) no-repeat;
    background-size: cover;
    padding: 60px 20px 0;
    margin: 0 0 30px;
    position: relative;
  }
  .content__block_cost--footer::after {
    content: '';
    width: 305px;
    height: 213px;
    background: url(image/bg_cost_m_1.png);
    background-size: cover;
    position: absolute;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
  }
  .list__block_footer {
    font-size: 12px;
    text-align: left;
  }
  .list__block_footer li {
    height: 19px;
    padding: 0 0 0 30px;
    margin: 0 0 5px;
  }
  .list__block_footer li::before {
    width: 19px;
    height: 19px;
    font-size: 12px;
  }
  .sign__block_footer {
    width: auto;
    font-size: 12px;
  }
  .contacts__footer {
    display: block;
    order: 0;
  }
  .box__contacts {
    margin: 0 0 8px;
  }
  .webs.webs--footer {
    width: 100%;
    border-top: 1px solid #474747;
    padding: 35px 0;
  }
  .webs.webs--footer a {
    margin: 0 14px;
  }
  .webs.webs--footer a:first-child {
    margin: 0 0 0 auto;
  }
  .webs.webs--footer a:last-child {
    margin: 0 auto 0 0;
  }
  .rights__footer {
    border: 0;
    padding: 0 0 30px;
    margin: 0;
  }
  .rights__footer .wrapper {
    justify-content: center;
  }
  .modal__form {
    width: 90%;
    padding: 20px;
    border-radius: 10px;
  }
  .modal__form form {
    margin: 15px ​0 0;
    display: block;
  }
  .modal__form input {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    padding: 0 0 0 20px;
    margin: 0 0 10px;
  }
  .modal__form input[type='submit'] {
    height: 40px;
    font-size: 12px;
    border-radius: 4px;
  }
  .consent__modal {
    font-size: 10px;
  }
  .main_page {
    height: 160px;
    border-radius: 10px;
    margin: 118px 0 0;
  }
  .main_page h1 {
    font-size: 18px;
  }
  .main_page .sub__offer,
  .main_page .sub__main,
  .main_page .text__main {
    display: none;
  }
  .down__cost_prod {
    margin-top: 10px;
  }
  .down__cost_prod .btn--yellow_rec {
    margin: 10px 0 0;
  }
  .box__services {
    height: 96px;
    background: #222;
    padding: 5px;
    display: flex;
    align-items: center;
  }
  .box__services img {
    width: 132px;
    height: 86px;
    border-radius: 6px;
  }
  .box__services .caption,
  .box__services .number__cost_prod {
    display: none;
  }
  .box__services .content__services {
    width: 118px;
    margin: 0 0 0 15px;
    display: block;
  }
  .box__services .content__services .caption {
    height: 33px;
    text-align: left;
    margin: 0;
    display: block;
  }
  .box__services .content__services .number__cost_prod {
    width: 100%;
    height: 30px;
    font-size: 14px;
    margin: 9px 0 0;
    display: flex;
  }
  .down__services {
    margin: 20px 0 0;
  }
  .down__services span {
    font-size: 18px;
    margin: 0;
  }
  .about_cost {
    height: 240px;
    background-position-x: center;
    margin: 30px 0 0;
  }
  .content__about_cost {
    text-align: center;
    flex-direction: column;
  }
  .content__about_cost span {
    font-size: 26px;
    margin: 0 0 15px;
    display: block;
  }
  .boxes_sale {
    margin: 30px 0 0;
  }
  .boxes_sale .wrapper {
    margin: 0 0 -20px;
  }
  .box__sale {
    width: 100%;
    height: 140px;
    font-size: 10px;
    text-align: left;
    border-radius: 10px;
    padding: 25px 0 0 20px;
    margin: 0 0 20px;
  }
  .box__sale::after {
    border-radius: 0 0 10px 0;
    display: block;
  }
  .box__sale--2::after {
    width: 200px;
    height: 150px;
  }
  .box__sale--3::after {
    width: 160px;
    height: 140px;
  }
  .box__sale span {
    font-size: 16px;
  }
  .box__sale ul {
    width: auto;
    padding-left: 15px;
  }
  .box__sale li {
    margin: 0;
  }
  .content__sale {
    display: block;
  }
  .sub__sale {
    font-size: 7px;
  }
  .froze__stret_ceil {
    height: 515px;
    background: url(image/bg_froze_m.png) no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 100px 30px 0 25px;
    margin: 40px 0 0;
    top: calc(100% + 20px);
  }
  .froze__stret_ceil h2 {
    text-align: left;
  }
  .froze__stret_ceil .btn--yellow {
    margin: 55px auto 0 0;
  }
  .map {
    margin: 40px 0 0;
  }
  .img__map {
    height: 190px;
    border-radius: 10px;
  }
  .box__map {
    width: 90%;
    height: 240px;
    background: url(image/bg_cont_m.png) no-repeat 50%;
    background-size: cover;
    border-radius: 10px;
    padding: 0 0 0 30px;
    margin: -40px auto 0;
    display: flex;
    align-items: center;
  }
  .content__map {
    display: block;
  }
  .row__map {
    width: 100%;
  }
  .row__map a,
  .row__map span {
    font-size: 16px;
  }
  .box__works_page {
    height: 90px;
  }
  .box__ceil {
    width: 100%;
    height: 80px;
    border-radius: 10px;
    margin: 0 0 20px;
    display: flex;
    align-items: center;
  }
  .box__ceil img {
    width: 45%;
  }
  .box__ceil .caption {
    font-size: 14px;
    height: 30px;
  }
  .info__ceil {
    width: 55%;
    padding: 0;
    margin: 0 0 0 20px;
    display: block;
    position: unset;
  }
  .cost__box {
    width: 118px;
    height: 30px;
    border: 1px solid;
    margin: 5px 0 0;
  }
  .scheme {
    border: 0;
    margin: 0;
  }
  .box__scheme {
    height: 220px;
    background-position-y: 100%;
    padding: 70px 0 0;
    margin: 0 0 20px;
  }
  .box__scheme img {
    height: 90px;
  }
  .box__scheme p {
    font-size: 12px;
    padding: 0 10px;
  }
  .pluses_oth {
    margin: 40px 0 0;
  }
  .content__pluses_oth .wrapper {
    align-items: flex-start;
  }
  .caption__pluses_oth {
    width: auto;
  }
  .calc__container {
    margin: 118px auto 0;
  }
  .page_404 {
    margin: 120px 0 0;
  }
  .box__404 img {
    width: 70%;
  }
  .box__404 span {
    font-size: 16px;
  }
}

@media (max-width: 590px) {
body .marquiz__button_fixed {
		transform: rotate(-90deg) translate(-40.2%) !important;
		width: auto !important;
		border-radius: inherit !important;
		left: 0 !important;
		padding: 20px 10px !important;
		top: 50% !important;
		height: 35px;
		opacity: 0.7;
}

.marquiz__button_fixed .marquiz__text {
		display: block !important;
		font-size: 18px;
		padding-left: 10px;
}
